Hello everyone!
This post will share with you how to service Configure Super VLAN
Super VLAN Service Configuration
Super VLAN configuration involves:
>Create a super VLAN
>Create sub-VLAN and add them to the super VLAN
>Configure the upstream port and service port of the sub-VLAN
>Create the L3 interface of the Super VLAN
>Enable ARP proxy
-------------------------------
* Create a Super VLAN
- MA5600(config)#vlan 10 super
* Create sub-VLAN and add them to the Super VLAN
- MA5600(config)#vlan 20 mux
- MA5600(config)#vlan 30 mux
- MA5600(config)#supervlan 10 subvlan 20
- MA5600(config)#supervlan 10 subvlan 30
* Create the upstream port and service ports of the sub-VLAN.
- MA5600(config)#port vlan 20 0/7 0
- MA5600(config)#port vlan 30 0/7 0
- MA5600(config)#service-port vlan 20 adsl 0/2/0 vpi 0 vci 35 rx-cttr 0 tx-cttr 0
- MA5600(config)#service-port vlan 30 adsl 0/3/0 vpi 0 vci 35 rx-cttr 0 tx-cttr 0
* Create the L3 interface of the Super VLAN, and specify an IP address
- MA5600(config)#interface vlanif 10
- MA5600(config-if-Vlanif10)#ip address 10.0.0.100 24
* Enable global ARP Proxy function.
- MA5600(config)#arp proxy enable
* Enable ARP Proxy function on the VLAN interface
- MA5600(config-if-Vlanif10)#arp proxy enable

That's all, welcome to leave a message to discuss.
Thank you!

