Skip to main content

C-Data GPON OLT & ONU Configuration & Troubleshooting

 

1st Step assign IP on Local PC...

IP: 192.168.1.101
SM: 255.255.255.0
GW: 192.168.1.100


2nd Step assign IP on OLT...
IP: 10.100.199.30
SM: 255.255.255.0
GW: 10.100.199.254

telnet 192.168.1.101
user: root
password: admin
OLT> enable
OLT# config
OLT(config)# vlan 1150
OLT(config)# interface vlanif 1150
OLT(config-interface-vlanif-1150)# ip address 10.100.199.30 255.255.255.0
OLT(config-interface-vlanif-1150)# exit
OLT(config)# ip route-default gateway 10.100.199.254
OLT(config)# interface ge 0/0
OLT(config-interface-ge-0/0)# vlan mode 1 trunk
OLT(config-interface-ge-0/0)# vlan trunk 1 1150
OLT(config-interface-ge-0/0)# exit
OLT(config)#
OLT# save


3rd Step assign IP on OLT...
telnet 10.100.199.30
user: root
password: admin
OLT> enable
OLT# config
OLT(config)# vlan 3841-3880
OLT(config)# interface ge 0/0
OLT(config-interface-ge-0/0)# vlan mode 1 trunk  // 1 No. Port
OLT(config-interface-ge-0/0)# vlan trunk 1 3841-3880
OLT(config-interface-ge-0/0)# exit
OLT(config)# save

Port Access
OLT(config)# interface ge 0/0
OLT(config-interface-ge-0/0)# vlan mode 2 access  // 2 No. Port
OLT(config-interface-ge-0/0)# vlan access 2 3841
OLT(config-interface-ge-0/0)# vlan mode 3 access  // 3 No. Port
OLT(config-interface-ge-0/0)# vlan access 3 3842
OLT(config-interface-ge-0/0)# exit
OLT(config)# save


OLT(config)#  service-port autoconfig vlan 2161 gpon 0/0 port 1 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)#  service-port autoconfig vlan 2162 gpon 0/0 port 2 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)#  service-port autoconfig vlan 2163 gpon 0/0 port 3 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)#  service-port autoconfig vlan 2164 gpon 0/0 port 4 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)#  service-port autoconfig vlan 2165 gpon 0/0 port 5 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)#  service-port autoconfig vlan 2166 gpon 0/0 port 6 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)#  service-port autoconfig vlan 2167 gpon 0/0 port 7 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)#  service-port autoconfig vlan 2168 gpon 0/0 port 8 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config)# save

OLT(config)# show current-config



Create ONT DBA Profile ...
OLT(config)# dba-profile profile-id 71
OLT(config-dba-profile-71)# ?
OLT(config-dba-profile-71)# type3 assure 962368 max 1244160
OLT(config-dba-profile-71)# commit
OLT(config-dba-profile-71)# exit


Create ONT Line Profile...
OLT(config)# ont-lineprofile gpon profile-id 71
OLT(config-ont-lineprofile-71)# tcont 1 dba-profile-id 71
OLT(config-ont-lineprofile-71)# gem add 1 tcont 1
OLT(config-ont-lineprofile-71)# gem mapping 1 1 vlan 3841
OLT(config-ont-lineprofile-71)# gem mapping 1 2 vlan 3842
OLT(config-ont-lineprofile-71)# gem mapping 1 3 vlan 3843
OLT(config-ont-lineprofile-71)# gem mapping 1 4 vlan 3844
OLT(config-ont-lineprofile-71)# gem mapping 1 5 vlan 3845
OLT(config-ont-lineprofile-71)# gem mapping 1 6 vlan 3846
OLT(config-ont-lineprofile-71)# gem mapping 1 7 vlan 3847
OLT(config-ont-lineprofile-71)# gem mapping 1 8 vlan 3848
OLT(config-ont-lineprofile-71)# commit
OLT(config-ont-lineprofile-71)# exit


Create ONT Service Profile......
OLT(config)# ont-srvprofile gpon profile-id 71
OLT(config-ont-srvprofile-71)# ont-port eth adaptive pots adaptive catv adaptive
OLT(config-ont-srvprofile-71)# commit
OLT(config-ont-srvprofile-71)# exit


Create Traffic Table........
OLT(config)# ont-srvprofile gpon profile-id 71
OLT(config-ont-srvprofile-71)# port vlan eth 1 3841
OLT(config-ont-srvprofile-71)# commit
OLT(config-ont-srvprofile-71)# exit


OLT(config)#interface gpon 0/0
OLT(config-interface-gpon-0/0)# ont authmode all manual
OLT(config-interface-gpon-0/0)# ont autofind all enable
OLT(config-interface-gpon-0/0)# exit
OLT(config)# save


Registere ONU on OLT.........
OLT(config)# show ont autofind all

  Number                 : 1
  Frame/Slot             : 0/0
  Port                   : 4
  Logic ID               : 30
  Ont SN                 : 48575443B5293C3E

OLT(config)# show current-config section gpon 0/0/4
OLT(config)# interface gpon 0/0
OLT(config-interface-gpon-0/0)# ont add 1 1 sn-auth HWTC4D66C92B ont-lineprofile-id 71 ont-srvprofile-id 71
OLT(config-interface-gpon-0/0)# ont description 1 1 Test_Desc
OLT(config-interface-gpon-0/0)# ont port native-vlan 1 1 eth 1 vlan 3841
OLT(config-interface-gpon-0/0)# ont port native-vlan 1 1 eth 2 vlan 3841     // 1 no por er 1 no ONU 2 no ether
OLT(config-interface-gpon-0/0)# ont port native-vlan 1 1 eth 3 vlan 3841
OLT(config-interface-gpon-0/0)# ont port native-vlan 1 1 eth 4 vlan 3841
OLT(config-interface-gpon-0/0)# exit


OLT(config)# service-port autoindex vlan 3841 gpon 0/0 port 1 ont 1 gemport 1 multi-service user-vlan 3841 tag-action transparent
OLT(config)# save


ONU Delete From CDATA OLT
OLT(config)# interface gpon 0/0
OLT(config-interface-gpon-0/0)# ont delete 1 1


PON er ONU Information (Pon MAC, ID, Online/Offile)
OLT(config)# interface gpon 0/0
OLT(config-interface-gpon-0/0)# show ont info 1 all     //1 mean 1 no pon all ONU
OLT(config-interface-gpon-0/0)# show ont info 1 1     //1st 1 mean 1 no pon & 2nd 1 mean 1 ONU no.


ONU Physical Power Check
OLT(config)# interface gpon 0/0
OLT(config-interface-gpon-0/0)# show ont optical-info 1 1 //Physical Power Check of 1st mean 1 no pon 2nd 1 Mean 1 ONU
OLT(config-interface-gpon-0/0)# show ont postback optical-info 2 75 //with ONU

How to find ONT by MAC (Online User PC MAC)
OLT> enable
OLT# config
OLT(config)# show location AC:15:A2:B0:79:DD

How to find ONT by VLAN
OLT# config
OLT(config)# show mac-address vlan 541


How to find All ONT by PON NO
OLT# config
OLT(config)# show ont info 0/0 3 all // 3 No PON


How to Reboot ONT


OLT# config
OLT(config)# show ont info 0/0
OLT(config-interface-gpon-0/0)# ont reboot 4 113


How to ONT MAC Check on OLT
OLT# config
OLT(config)# show mac-address port gpon 0/0/3 ont 105

How to Find ONU Description on OLT
OLT# config
OLT(config)# show ont info by-desc ID_17835


How to Find ONU MAC on OLT
OLT# config
OLT(config)# show ont info by-sn 444243471CDC4880


How to Check ONU MAC Auto or Manual Configure System
OLT# config
OLT(config)# show current-config section service-port all

Comments

Popular posts from this blog

V-SOL GPON OLT & ONU Configuration & Troubleshooting

 V-SOL GPON OLT & ONU Configuration Step 1: CLI Management (Login) VSOL GPON OLT Default IP: 192.168.8.200 Default Username: admin Default Password: Xpon@Olt9417# Step 2: Uplink Configuration VLAN Create 2001-2010 gpon-olt# configure terminal gpon-olt(config)# vlan 2001 – 2010 gpon-olt(config)#exit Configure up link port G1 gpon-olt(config)#interface gigabitethernet 0/1 gpon-olt(config-if-ge0/1)#switchport mode hybrid gpon-olt(config-if-ge0/1)#switchport hybrid vlan 2001 – 2010 tagged gpon-olt(config-if-ge0/1)# Assign ip address to management VLAN At first we have to create management vlan, here we use management vlan as 100 gpon-olt# configure terminal gpon-olt(config)# vlan 100 gpon-olt(config)#exit gpon-olt(config)# interface vlan 100 gpon-olt(interface-vlan-100)# ip address 172.16.16.10 255.255.255.252 gpon-olt(interface-vlan-100)# exit gpon-olt(config)# ip route 0.0.0.0/0 172.16.16.9 Here we using a private IP address in this case, we can access this vsol olt from our loca...

BDcom GPON OLT & ONU Configuration & Troubleshooting

     1. How to configure GPON BDcom OLT and ONU Switch# config Switch_config# interface range gigaEthernet 0/1-8 [All Giga Port Enable] Switch_config# no shutdown Switch_config# interface range gpON 0/1-8 [All gpON Port Enable] Switch_config#  No shutdown Switch_config# exit Switch_config# interface gigaEthernet 0/1 [For Single port Disalbe] Switch_config_gpon0/1# shutdown Switch_config_gpon0/1# exit Switch_config# exit Switch# show interface brief Switch# wr all 2. How to IP Assign on BDcom OLT Switch_config# interface VLAN 1 Switch_config_v1# ip address 10.68.254.18  255.255.255.248        Switch_config_v1# exit Switch_config# ip route default 10.68.254.17 Switch_config# exit Switch# show interface brief Switch# show ip interface 3. How to Create VLAN on BDcom OLT Switch_config# vlan 200 [For Single VLAN] Switch_config# vlan 201-210 [For Multiple VLAN]       Switch_config_vlan_200# name dhaka200 Switch_con...

V-SOL EPON OLT & ONU Configuration & Troubleshooting

  epon-olt# show running-config epon-olt(config)# show startup-config epon-olt# conf t epon-olt(config)# show onu opm-diag pon 3 // Single Pon Port ONU Power (3 no pon) ONU-ID      Temperature(C)    Supply Voltage(V)   TX Bias Current(mA)   TX Power(dBm)   RX Power(dBm) ------      --------------    -----------------   -------------------   -------------   ------------- EPON0/3:1   34.90             3.31                16.10                 2.55            -30.97 EPON0/3:2   35.80             3.42                16.30                 1.92            -16.40 ...