Raisecom-ONU Create end to OLT
#Defined Host(OLT) ip address
#Login to Host(OLT) ip address
User Login Mode
#Login by username(IOPS user name)
#Enter Enable
#Enter Given Acess configure password
Example:
Kathmandu-OLT-1>ena
Kathmandu-OLT-1>enable
Password:
Kathmandu-OLT-1>
Global Configure Mode
#show interface epon-olt illegal-onu(if illegal onu it's showing with interface port)
Example:
1/4 c850.e90e.aa15 -- -- 2018-06-06,22:52:49
#show running-config interface epon-olt 2/1(if already add it's showing onu list)
interface epon-olt 2/1
create epon-onu 1 mac c850.e90f.16b7 device-type ht803-n-t
ONU Create
#illegal interface port(1/1...3/4)
(config)#
(config)#interface epon-olt 1/4
(config-if-epon-olt-1:4)#create epon-onu 2 mac c850.e90e.aa15 device-type ht803-n-t description rajesh
And exit.
After onu create on OLT re-verify on Interface
show running-config interface epon-olt 1/4
interface epon-olt 1/4
create epon-onu 2 mac c850.e90e.aa15 device-type ht803-n-t
create epon-onu 4 mac c850.e90e.a227 device-type ht803-n-t auto
and re-veryfi creat onu rx power customer end
show epon-onu 1/4/2 transceiver
after it's will showing this...detail of customer end onu
If SFP module is externally calibrated, only calibrated values are printed.
++ : high alarm, + : high warning, - : low warning, -- : low alarm.
Transceiver Temp(▒▒) Voltage(V) Bias(mA) TxPower(dBm) RxPower(dBm)
1/4/2 55.3710 3.3930 20.7500 1.8329 -16.2525
Now it's done onu create on olt end.
Please note that same onu id(1...64) not vailed on same interface port
please note that if need to remove onu wize interface please used this command
(config)#
(config)#interface epon-olt 1/4
(config-if-epon-olt-1:4)#no create epon-onu 2
it's will showing
Delete ONU 2 successfully
After configure or create onu OLT end please used this command
Write start+TAB key and enter
It's will save all configure...
Comments