User's Manual

Table Of Contents
204
Users Manual of CS-6306R
16.3.5 Monitoring Configuration and State of VLAN
Run the following commands in EXEC mode to monitor configuration and state of VLAN:
Run… To
show vlan [ idx | interfaceintf ]
Display configuration and state of VLAN.
show interface {vlan | supervlan} x
Display the states of vlan ports.
Configuration Examples 16.4
Users PC1~PC6 connect the switch through ports 1~6. The IP addresses of these PCs belong to the network
section 192.168.1.0/24. Though group PC1~PC3 and group PC4~PC6 are located at different layer-2
broadcast domains, PC1~PC6 can ping each other and manage the switch through the IP address
192.168.1.100. To do this, you need to configure port 1~3 to VLAN1 and port 4~6 to VLAN. Then you need to
add VLAN 1 and 2 to a SuperVlan as its SubVLANs. You need to perform the following configuration on the
switch:
interface fastethernet 0/4
switchport pvid 2
!
interface fastethernet 0/5
switchport pvid 2
!
interface fastethernet 0/6
switchport pvid 2
!
interface supervlan 1
subvlan 1,2
ip address 192.168.1.100 255.255.255.0
ip proxy-arp subvlan