Monday, February 1, 2016

Huawei MA5608T create PoC VLAN and add uplink port------Thunder-link.com

MA5608T(config)#vlan 1000 smart      //Broadband Services vlan
MA5608T(config)#vlan 2000 smart      //Multicast Service vlan
MA5608T(config)#vlan 4000 smart      //Voice Service vlan  
MA5608T(config)#port vlan 1000 0/2 0   //Add the uplink port in the vlan
MA5608T(config)#port vlan 2000 0/2 0
MA5608T(config)#port vlan 4000 0/2 0
MA5608T(config)#interface vlanif 4000   //Three layer configuration vlan for and voice server connection
MA5608T(config-if-vlanif4000)#ip address 192.168.2.45 255.255.255.0  //Configure IP address voice server connection
MA5608T(config-if-vlanif4000)#quit  

Note: The following part of the command is optional configuration.The vlan2000 reserved for multicast vlan, vlan4000 reserved for the voice vlan.When uplink message without the issuance of the vlan tag (such as uplink directly connect PC) need to set, if the uplink distributed message with vlan tag, is don't have to set the native vlan

MA5608T(config)#interface mcu 0/2
MA5608T(config-if-mcu-0/2)#native-vlan 0 vlan 2000
MA5608T(config-if-mcu-0/2)#native-vlan 0 vlan 4000

No comments:

Post a Comment