|
4 name Accounting
Vlan 4 configuration successful
SwitchA> (enable) set vlan 2 3/1
VLAN 2 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
2 3/1
SwitchA> (enable) set vlan 3 3/2
VLAN 3 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
3 3/2
SwitchA> (enable) set vlan 4 3/3
VLAN 4 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
4 3/3
SwitchA> (enable)
Switch B Configuration
This example shows how to configure Switch B:
SwitchB> (enable) set unk 1/2 desirable
Port(s) 1/2 unk mode set to desirable.
SwitchB> (enable) %DTP-5-TRUNKPORTON:Port 1/2 has become isl unk
%PAGP-5-PORTTOSTP:Port 1/2 joined bridge port 1/2
%PAGP-5-PORTFROMSTP:Port 1/2 left bridge port 1/2
%PAGP-5-PORTTOSTP:Port 1/2 joined bridge port 1/2
SwitchB> (enable) set vtp domain Corporate
VTP domain Corporate modified
SwitchB> (enable) set vtp mode client
VTP domain Corporate modified
SwitchB> (enable) set vlan 2 3/1
VLAN 2 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
2 3/1
SwitchB> (enable) set vlan 3 3/2
Vlan 3 configuration successful
VLAN 3 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
3 3/2
SwitchB> (enable) set vlan 4 3/3
Vlan 4 configuration successful
VLAN 4 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
4 3/3
SwitchB> (enable)
Switch C Configuration
This example shows how to configure Switch C:
SwitchB> (enable) set vtp domai
n Corporate
VTP domain Corporate modified
SwitchB> (enable) set vtp mode client
VTP domain Corporate modified
SwitchB> (enable) set vlan 2 3/1
VLAN 2 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
2 3/1
SwitchB> (enable) set vlan 3 3/2
Vlan 3 configuration successful
VLAN 3 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
3 3/2
SwitchB> (enable) set vlan 4 3/3
Vlan 4 configuration successful
VLAN 4 modified.
VLAN 1 modified.
VLAN Mod/Ports
---- -----------------------
4 3/3
SwitchB> (enable)
RSM Configuration
This example shows how to configure the RSM:
SwitchA> (enable) session 5
Trying Router-5...
Connected to Router-5.
Escape character is '^]'.
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface vlan 2
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to down
Router(config-if)#ip address 172.20.52.33 255.255.255.224
Router(config-if)#no shuown
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up
Router(config-if)#interface vlan 3
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan3, changed state to down
Router(config-if)#ip address 172.20.52.65 255.255.255.224
Router(config-if)#no shuown
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan3, changed state to up
Router(config-if)#
%LINK-3-UPDOWN: Interface Vlan3, changed state to up
Router(config-if)#interface vlan 4
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan4, changed state to down
Router(config-if)#ip address 172.20.52.97 255.255.255.224
Router(config-if)#no shuown
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan4, changed state to up
Router(config-if)#
%LINK-3-UPDOWN: Interface Vlan4, changed state to up
Router(config-if)#exit
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by vty0 (127.0.0.2)
Router#copy running-config startup-config
Building configuration...
[OK]
Router#
上一页 [1] [2] [3] 下一页
|