User manual

Table Of Contents
Chapter1VLANConguration
sub-VLANsonswitchB,VLAN2andVLAN3,andcongurethem
tobelongtotheSuperVLAN.SwitchAandswitchBareconnected
throughtrunkports.
FIGURE5SUPERVLANCONFIGURATIONEXAMPLE
CongurationofSwitchA:
/*CreateaSuperVLAN,andassignsubnetandgatewayforit*/
ZXR10_A(config)#interfacesupervlan10
ZXR10_A(config-supervlan10)#ipaddress10.1.1.1255.255.255.0
ZXR10_A(config-supervlan10)#exit
/*AddtheSubVLANtotheSuperVLAN*/
ZXR10_A(config)#vlan2
ZXR10_A(config-vlan2)#supervlan10
ZXR10_A(config-vlan2)#exit
ZXR10_A(config)#vlan3
ZXR10_A(config-vlan3)#supervlan10
ZXR10_A(config-vlan3)#exit
/*Setvlantrunkport*/
ZXR10_A(config)#interfacegei_1/10
ZXR10_A(config-gei_1/10)#switchportmodetrunk
ZXR10_A(config-gei_1/10)#switchporttrunkvlan2-3
ZXR10_A(config-gei_1/10)#exit
CongurationofSwitchB
ZXR10_B(config)#interfacegei_1/1
ZXR10_B(config-gei_1/1)#switchportaccessvlan2
ZXR10_B(config-gei_1/1)#exit
ZXR10_B(config)#interfacegei_1/2
ZXR10_B(config-gei_1/2)#switchportaccessvlan2
ZXR10_B(config-gei_1/2)#exit
ZXR10_B(config)#interfacegei_1/5
ZXR10_B(config-gei_1/5)#switchportaccessvlan3
ZXR10_B(config-gei_1/5)#exit
ZXR10_B(config)#interfacegei_1/6
ZXR10_B(config-gei_1/6)#switchaccessvlan3
ZXR10_B(config-gei_1/6)#exit
ZXR10_B(config)#interfacegei_1/10
ZXR10_B(config-gei_1/10)#switchmodetrunk
ZXR10_B(config-gei_1/10)#switchtrunkvlan2-3
CondentialandProprietaryInformationofZTECORPORATION15