Monday, January 18, 2016

How to configure the MA5683T GPON&EPON start instructions part1

GPON:
1.Configuration management address
Uplink vlan configuration and interface
MA5683T(config)#vlan 1000 smart //management VLAN
MA5683T(config)#vlan 1001 smart //PoC
MA5683T(config)#port vlan 1000 0/7 0   //Increase uplink
MA5683T(config)#port vlan 1000 0/7 0   //Increase uplink
MA5683T(config)#interface scun 0/7   //Into the uplink
MA5683T(config)#interface vlanif 1000
MA5683T(config-if-vlanif1000)#ip address 192.168.100.10 255.255.255.0
At the same time, need to configure the corresponding onu management address distributed function.
2.Configuration DBA model
MA5683T(config)#dba-profile add profile-id 13 profile-name HG8240 type2 assure 10240 //Define DBA model number,and designate DBA model name.
3.Configuration route model
MA5683T(config)#ont-lineprofile gpon profile-id 13 profile-name HG8240 //Define ONT route and designate name
MA5683T(config-gpon-lineprofile-13)#tcont 1 dba-profile-id 13 //Define tcont with  DBA template binding.By default, tcont 0 with DBA template 1 binding,don't need to config.Here,designate tcont 1 with DBA 13 template binding.
MA5683T(config-gpon-lineprofile-13)#gem add 1 eth tcont 1   //Define GEM PORT 1 with tcont 1 binding.
MA5683T(config-gpon-lineprofile-13)#gem mapping 1 1 vlan 1001  //Settings GEM Port and ONT PoCmapping relationship gem mapping gem-index mapping-index
vlan vlan-id
MA5683T(config-gpon-lineprofile-13)#gem mapping 1 2 vlan 1002  //You can bind multiple vlan
MA5683T(config-gpon-lineprofile-13)#tcont 4 dba-profile-id 13
MA5683T(config-gpon-lineprofile-13)#gem add 4 eth tcont 4
MA5683T(config-gpon-lineprofile-13)#gem mapping 4 4 vlan 1000
MA5683T(config-gpon-lineprofile-13)#commit      //must commit,if not, Configuration will not take effect.
MA5683T(config-gpon-lineprofile-13)#quit
4、Configure PoC template
MA5683T(config)#ont-srvprofile gpon profile-id 13 profile-name HG8240  //Define CoP model
MA5683T(config-gpon-srvprofile-13)#ont-port eth 4 pots 2  //Configuration ont port Set Reject,The specified ont PoC port quantity

MA5683T(config-gpon-srvprofile-13)#port vlan eth 1 1001   //Configuration ont port PoC vlan
MA5683T(config-gpon-srvprofile-13)#commit       //Must commit,if not Configuration will not take effect.
MA5683T(config-gpon-srvprofile-13)#quit

5、Configuration corresponding ont parameters
MA5683T(config)#interface gpon 0/0  //Enter the GPON Downstream Port
MA5683T(config-if-gpon-0/7)#port 0 ont-auto-find enable //Open port 0 automatic found that the serial number of the modem
MA5683T(config-if-gpon-0/7)#display ont autofind 0 //Use this command to check SN with automatically found in ONT.
MA5683T(config-if-gpon-0/7)#ont add 0 0 sn-auth 32303131AE405A41 omci ont-lineprofile-id 13 ont-srvprofile-id 13 //connection with the above configuration of line templates and business temlates.
MA5683T(config-if-gpon-0/7)#display ont info 0 all //Check the ONT state
MA5683T(config-if-gpon-0/7)#quit

6、Set ONT port default vlan
MA5683T(config)#interface gpon 0/0
MA5683T(config-if-gpon-0/7)#ont port native-vlan 0 0 eth 1 vlan 1001

7、adding vlan PoC virtual port
MA5683T(config)#service-port  vlan 1001 gpon 0/0/0 ont 0 gemport 1 multi-service user-vlan 1001 rx-cttr 6 tx-cttr 6  

MA5683T(config)#service-port  vlan 1002 gpon 0/0/0 ont 0 gemport 1 multi-service user-vlan 1002 rx-cttr 6 tx-cttr 6    

More related:

The Issue that the MA5600T H802GPBD Board Resets Repeatedly


No comments:

Post a Comment