Configuração – ONU Unee OLT Huawei
Configuração Proposta 1
##Exemplo de Service profile:
ont-srvprofile gpon profile-id 25 profile-name "srv-profile_25"
ont-port eth adaptive 8
port vlan eth 1 translation 300 user-vlan 300
commit
##Exemplo de Line Profile:
ont-lineprofile gpon profile-id 25 profile-name "line-profile_25"
tcont 1 dba-profile-id 20
gem add 100 eth tcont 1
gem mapping 100 0 vlan 300
commit
quit
##Exemplo de Autorização
ont add 6 0 sn-auth "4D4B504787999999" omci ont-lineprofile-id 25
ont-srvprofile-id 25 desc "ONT_NO_DESCRIPTION"
##Exemplo de native vlan
ont port native-vlan 6 0 eth 1 vlan 300 priority 0
##Exemplo de service port
service-port vlan 300 gpon 0/14/6 ont 0 gemport 100 multi-service user-vlan 300
Exemplo de aplicação em IXC
interface gpon #subrack#/#slot#;ont add #pon# sn-auth #onu_mac# omci ont-lineprofile-id 25 ont-srvprofile-id 25 desc #nome#;
ont port native-vlan #pon# #onu_numero# eth 1 vlan 300 priority 0; quit; service-port vlan 300 gpon #pon_id# ont #onu_numero# gemport 1 multi-service user-vlan 300
interface gpon 0/1
MA5800-X2(config-if-gpon-0/1)#
ont add 15 sn-auth 4D4B5047B4597F7C omci ont-li neprofile-id 25 ont-srvprofile-id 25 desc onteste
Number of ONTs that can be added: 1, success: 1 PortID :15, ONTID :2
MA5800-X2(config-if-gpon-0/1)#
Primeiro id disponivel: 2
ont port native-vlan 15 2 eth 1 vlan 300 priority 0
MA5800-X2(config-if-gpon-0/1)#
quit
MA5800-X2(config)#
service-port vlan 300 gpon 0/1/15 ont 2 gemport 1 multi-service user-vlan 300
MA5800-X2(config)#
Configuração Proposta 2
##Exemplo de Service profile:
ont-srvprofile gpon profile-id 9 profile-name "BRIDGE STAVIX-2"
ont-port eth adaptive 8
port vlan eth 1 transparent
commit
##Exemplo de Line Profile:
ont-lineprofile gpon profile-id 7 profile-name "BRIDGE STAVIX-2"
tcont 1 dba-profile-id 10
gem add 0 eth tcont 1
gem mapping 0 0 vlan 1501
commit
quit
##Exemplo de Autorização
interface gpon 0/15
ont add 15 3 sn-auth "4D4B5047B44FDFFC" omci ont-lineprofile-id 7 ont-srvprofile-id 9 desc "ONT_NO_DESCRIPTION"
##Exemplo de native vlan
ont port native-vlan 15 3 eth 1 vlan 1501 priority 0
##Exempli de service port
service-port 2434 vlan 853 gpon 0/15/15 ont 3 gemport 0 multi-service user-vlan 1501 tag-transform translate
Visitas: 48