1.Add the new vlan OLT(config)# vlan 719 2.dba-profile OLT(config)# dba-profile profile-id 11 //Create and enter dba profile mode OLT(config-dba-profile-11)# type4 max 1244160 //configure bandwidth OLT(config-dba-profile-11)# commit OLT(config-dba-profile-11)# exit 3.ont-lineprofile OLT(config)# ont-lineprofile gpon profile-id 22 //Create and enter ont line-profile mode OLT(config-ont-lineprofile-22)# tcont 1 dba-profile-id 11 //Create tcont and bind dba profile OLT(config-ont-lineprofile-22)# gem add 1 tcont 1 //Create gem port and bind tcont OLT(config-ont-lineprofile-22)# gem mapping 1 1 vlan 719 //Create gem port and bind tcont and this vlan should be the same as srvprofile vlan OLT(config-ont-lineprofile-22)# commit OLT(config-ont-lineprofile-22)# exit 4.ont-srvprofile OLT(config)# ont-srvprofile gpon profile-id 33 //Create and enter ont srv-profile mode OLT(config-ont-srvprofile-33)# ont-port eth adaptive pots adaptive catv adaptive //Normally, we just need to configure it as adaptive only. Because, actually, most of ONU will report their capability to OLT, OLT will know that. Even SFU and HGU ONU OLT(config-ont-srvprofile-33)# port vlan eth 1 719 OLT(config-ont-srvprofile-33)# port native-vlan eth 1 719 OLT(config-ont-srvprofile-33)# port vlan eth 2 719 OLT(config-ont-srvprofile-33)# port native-vlan eth 2 719 OLT(config-ont-srvprofile-33)# port vlan eth 3 719 OLT(config-ont-srvprofile-33)# port native-vlan eth 3 719 OLT(config-ont-srvprofile-33)# port vlan eth 4 719 OLT(config-ont-srvprofile-33)# port native-vlan eth 4 719 //1.every onu has different eth port number. Like 1ge onu, 4 ge onu(SFU and HGU). 2.For exactly, it is better to configure port according to ONU’s capability. 3.I know that, normally, we connect a lot of ONUs(1ge, 4ge, etc) to the OLT, for which, we can just create a ont-srvprofile with 4 ethernet ports only for any ONU. 4. Note: for HGU ONU, we can’t configure its eth port on OLT. So the eth port config in srvprofile is not effective for HGU ONU and we needn’t care about it. OLT(config-ont-srvprofile-33)# commit OLT(config-ont-srvprofile-33)# exit 5.Enable policy-auth and design policy-auth OLT(config)# ont policy-auth enable //Enable ont policy-auth OLT(config)# ont policy-auth mode all to sn-auth always //set policy-auth mode as sn-auth.(There are other modes also, “shift+?” to check) OLT(config)# ont policy-auth policy all ont-lineprofile-id 22 ont-srvprofile-id 33 //design policy that all ONU will be applied ont-lineprofile 22 and ont-srvprofile 33 6.Configure ont authmode and enable policy-auth OLT(config-interface-gpon-0/0)# ont authmode 1 manual //set pon port 1 authmode as manual OLT(config-interface-gpon-0/0)# ont policy-auth 1 enable //Enable policy-auth