Step-1:At first we search ONT serial number in our OLT discover list option by bellow command:
enable
config t
display ont autofind all
Look like bellow format in OLT:
Step-2:Now need to create a Service profile:
ont-srvprofile gpon profile-id 500 profile-name"Any-Name" //here 500 is your profile id
ont-port post 4 eth 4 //(4=pots RJ11 port,4=eth port)
port vlan eth 1 2816 //2816= vlan
commt
Look like bellow format in OLT:
Step-3:now we create Line profile:
config
ont-lineprofile gpon profile-id 500 profile-name"Any-Name"
tcont 4 dba-profile-id 11 //11=dba profile
gem add 126 eth tcont 4 //gem=126,tcont=4
gem mapping 126 0 vlan 2816 //gem=126 & 0=mapping index
commit
Look like bellow format in OLT:
More related:
No comments:
Post a Comment