Vous êtes sur la page 1sur 2

// check the vlans configured on the olt, in this scenario the vlans are as

follows:
//this is for ont,for mdu we need mgt vlan in addtion but we should not configure
service-profile
service-vlan 3378
customer-vlan 1420
signaling vlan 1000
media vlan 3000

////
///display dba-profile all ///to check unused dba ids
MA5600T(config)#dba-profile add profile-id 18 profile-name "test-tesfa" type3
assure 10000 max 100000 // assure can be for voice and max for data
///display ont-lineprofile gpon all /// to check unused line-profile ids
MA5600T(config)#ont-lineprofile gpon profile-id 18 profile-name "test-tesfa"
MA5600T(config-gpon-lineprofile-20)#tcont 1 dba-profile-id 18
MA5600T(config-gpon-lineprofile-20)#gem add 1 eth tcont 1 // internet
MA5600T(config-gpon-lineprofile-20)#gem add 2 eth tcont 1 // signaling
MA5600T(config-gpon-lineprofile-20)#gem add 3 eth tcont 1 // media
MA5600T(config-gpon-lineprofile-20)#gem mapping 1 1 vlan 1420
MA5600T(config-gpon-lineprofile-20)#gem mapping 2 2 vlan 1000
MA5600T(config-gpon-lineprofile-20)#gem mapping 3 3 vlan 3000
MA5600T(config-gpon-lineprofile-20)#commit
MA5600T(config-gpon-lineprofile-20)#quit
///display ont-srvprofile gpon all /// to check unused
service-profile ids
MA5600T(config)#ont-srvprofile gpon profile-id 18 profile-name "test-tesfa"
MA5600T(config-gpon-srvprofile-20)#ont-port eth 4 pots 2 /// capability of the
modem(how many internet and voice ports that it has)
MA5600T(config-gpon-srvprofile-20)# port vlan eth 1 1420 //for data service
customer vlan =1420
MA5600T(config-gpon-srvprofile-20)# port vlan eth 2 1420
MA5600T(config-gpon-srvprofile-20)# port vlan eth 3 1420
MA5600T(config-gpon-srvprofile-20)# port vlan eth 4 1420
MA5600T(config-gpon-srvprofile-20)#port ip host vlan 1000 // for voice
signaling vlan = 1000
MA5600T(config-gpon-srvprofile-20)#commit
MA5600T(config-gpon-srvprofile-20)#quit

MA5600T(config)#interface gpon 0/1


MA5600T(config-if-gpon-0/7)#port 0 ont-auto-find enable // optional by default it
is enabled
MA5600T(config-if-gpon-0/7)#display ont autofind 0 // to check new connected
ont before registration to get serial number
MA5600T(config-if-gpon-0/7)#ont confirm 0 ontid 1 sn-auth 48575443A250DE3B omci
ont-lineprofile-id 18 ont-srvprofile-id 18 desc "test-tesfa"
MA5600T(config-if-gpon-0/7)#display ont info 0 all // to check all ont status
connected to port 0 after it is added
MA5600T(config-if-gpon-0/7)#ont port native-vlan 0 1 eth 1 vlan 1420 /// port 0
ont id = 1
MA5600T(config-if-gpon-0/7)#ont port native-vlan 0 1 eth 2 vlan 1420 // data in
all(4) eth ports of the modem
MA5600T(config-if-gpon-0/7)#ont port native-vlan 0 1 eth 3 vlan 1420
MA5600T(config-if-gpon-0/7)#ont port native-vlan 0 1 eth 4 vlan 1420
MA5600T(config-if-gpon-0/7)#ont port native-vlan 0 1 ip host vlan 1000 //
voice

MA5600T(config)#service-port 18 vlan 3378 gpon 0/1/0 ont 1 gemport 1 multi-service


user-vlan
1420 tag-transform translate-and-add inner-vlan 1420 rx-cttr 6 tx-cttr
6 // vpi/vci= ont id/gemport number used for data/internet

MA5600T(config)#service-port 19 vlan 3000 gpon 0/1/0 ont 1 gemport 3 multi-service


user-vlan 3000 rx-cttr 6 tx-cttr 6 // media
MA5600T(config)#service-port 20 vlan 1000 gpon 0/1/0 ont 1 gemport 2 multi-service
user-vlan 1000 rx- cttr 6 tx-cttr 6 // signaling

Vous aimerez peut-être aussi