3Com Switch 7750 Configuration Guide

124 CHAPTER 14: SUPER VLAN
Super VLAN
Configuration
Example
Super VLAN
Configuration Example
Network Requirements
Create super VLAN 10 and sub VLANs VLAN 2, VLAN 3, VLAN 5.
Configure ports Ethernet2/0/1 and Ethernet2/0/2 to belong to VLAN 2,
Ethernet2/0/3 and Ethernet2/0/4 to belong to VLAN 3 and Ethernet2/0/5 and
Ethernet2/0/6 to belong to VLAN 5.
Configure Layer 3 connectivity between sub VLANs, and all sub VLANs use the
Layer 3 interface of the super VLAN (with the IP address being 10.110.1.1) as
the gateway to communicate with the outside.
Network diagram
Omitted
Configuration procedure
# Create VLAN 10, and enable the super VLAN function on it.
<SW7750> system-view
[SW7750] vlan 10
[SW7750-vlan10] supervlan
# Create VLAN2, VLAN3, and VLAN5, and add corresponding ports to them.
[SW7750-vlan10] quit
[SW7750] vlan 2
[SW7750-vlan2] port Ethernet 2/0/1 Ethernet 2/0/2
[SW7750-vlan2] quit
[SW7750] vlan 3
[SW7750-vlan3] port Ethernet 2/0/3 Ethernet 2/0/4
[SW7750-vlan3] quit
[SW7750] vlan 5
[SW7750-vlan5] port Ethernet 2/0/5 Ethernet 2/0/6
# Configure the mapping between the super VLAN and the sub VLAN.
[SW7750-vlan5] quit
[SW7750] vlan 10
[SW7750-vlan10] subvlan 2 3 5
# Create the Layer 3 interface of the super VLAN, and configure an IP address for
it.
[SW7750-vlan10] quit
[SW7750] interface Vlan-interface 10
[SW7750-Vlan-interface10] ip address 10.110.1.1 255.255.255.0
Super VLAN Supporting
DHCP Relay Example
Network requirements
Create VLAN 6 as a super VLAN, and create VLAN 2 and VLAN 3 as the sub
VLANs which map VLAN 6.