enable
conf t
hostname xxxxxx-SW1
enable secret xxxxxxx
line con 0
login
password xxxxxxx
line vty 0 15
login
password xxxxxxx
exit
int vlan 1
ip address 213.83.xxx+1.253 255.255.255.0
ip default-gateway 213.83.xxx+1.254
exit
exit
copy run start
(For Switch3)
enable
conf t
hostname xxxxxx-SW3
enable secret xxxxxxx
username shie password xxxxxxx
line con 0
login
password xxxxxxx
line vty 0 15
login local
exit
int vlan 1
ip address 213.83.xxx+2.253 255.255.255.0
ip default-gateway 213.83.xxx+2.254
exit
exit
copy run start
(For Router2)
刪除 Access List
enable
conf t
int f0/1
no ip access-group 101 in
int s0/1
no ip access-group 101 in
作業圖 I (switch1) show start
作業圖 II PC10 telnet switch1
作業圖 III PC10 telnet switch3
安全作業 PC6 tracert PC3
(For Router3)
刪除 Access List
enable
conf t
int f0/0
no ip access-group 101 in
int f0/1
no ip access-group 101 in
int s0/1
no ip access-group 101 in
int s0/2
no ip access-group 101 in