close
1.將IP改成動態一樣可以互通!
2.加入一台新電腦PC6,使他也能發放動態IP並與其他PC互通
Multilayer Switch1:
en
conf t
ip dhcp excluded-address 192.168.10.254
ip dhcp pool Student
network 192.168.10.1 255.255.255.0
default-router 192.168.10.254
exit
ip dhcp excluded-address 192.168.20.254
ip dhcp pool Lab
network 192.168.20.1 255.255.255.0
default-router 192.168.20.254
exit
ip dhcp excluded-address 192.168.30.254
ip dhcp pool Teacher
network 192.168.30.1 255.255.255.0
default-router 192.168.30.254
exit
將每台PC手動改成動態發放:
Switch7:
interface fa0/3
switchport mode access
switchport access vlan 30
全站熱搜