作業 (LAN 部分使用 192.168.xx/24, WAN 部分使用 172.16.xx/24, xx代表代表職工號碼)
(For Switch1)
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 192.168.xx+1.253 255.255.255.0
ip default-gateway 192.168.xx+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 192.168.xx+2.253 255.255.255.0
ip default-gateway 192.168.xx+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/0
no ip access-group 101 in
int s0/2
no ip access-group 101 in