VLAN L2L

De Gigafull
Ir para navegação Ir para pesquisar

CRIAÇÃO VLAN
MA5680T(config)#vlan 1500 smart
MA5680T(config)#vlan name 1500 "L2L"
MA5680T(config)#port vlan 1500 0/17 0

CRIAÇÃO VLAN PROFILE
MA5680T(config)#vlan service-profile profile-id 10 profile-name "BRIDGING"
MA5680T(config-vlan-srvprof-10)#user-bridging enable
MA5680T(config-vlan-srvprof-10)#commit
MA5680T(config-vlan-srvprof-10)#quit

FAZER VINCULO DA VLAN COM O PROFILE CRIADO
MA5680T(config)#vlan bind service-profile 1500 profile-id 10

CRIAÇÃO DO LINE PROFILE
MA5680T(config)#ont-lineprofile gpon profile-id 1500 profile-name L2L
MA5680T(config-gpon-lineprofile-1500)#omcc encrypt on
MA5680T(config-gpon-lineprofile-1500)#tcont 1 dba-profile-id 10
MA5680T(config-gpon-lineprofile-1500)#gem add 100 eth tcont 1
MA5680T(config-gpon-lineprofile-1500)#mapping-mode vlan
MA5680T(config-gpon-lineprofile-1500)#gem mapping 100 0 vlan 1500 priority 0
MA5680T(config-gpon-lineprofile-1500)#commit
MA5680T(config-gpon-lineprofile-1500)#quit

CRIAÇÃO SERVICE PROFILE
MA5680T(config)#ont-srvprofile gpon profile-id 1500 profile-name L2L
MA5680T(config-gpon-srvprofile-1500)#ont-port eth 1
MA5680T(config-gpon-srvprofile-1500)#port vlan eth 1 1500
MA5680T(config-gpon-srvprofile-1500)#commit
MA5680T(config-gpon-srvprofile-1500)#quit

PROVISIONAMENTO ONU
MA5680T(config)#interface gpon 0/9
MA5680T(config-if-gpon-0/9)#ont add 0 0 sn-auth xxxx omci ont-lineprofile-id 1500 ont-srvprofile-id 1500
MA5680T(config-if-gpon-0/9)#ont port native-vlan 0 0 eth 1 vlan 1500
MA5680T(config-if-gpon-0/9)#ont add 4 0 sn-auth xxxx omci ont-lineprofile-id 1500 ont-srvprofile-id 1500
MA5680T(config-if-gpon-0/9)#ont port native-vlan 4 0 eth 1 vlan 1500
MA5680T(config-if-gpon-0/9)#quit
MA5680T(config)#service-port 1 vlan 1500 gpon 0/9/0 ont 0 gemport 100 multi-service user-vlan 1500 tag-transform translate
MA5680T(config)#service-port 2 vlan 1500 gpon 0/9/4 ont 0 gemport 100 multi-service user-vlan 1500 tag-transform translate