1、网络拓扑图
2、三种技术
1)DHCP技术
2)VRRP技术
3)MSTP
3、配置
1)dhcp 配置
第一步
dhcp enable
第二步
ip pool dhcp-1
network 10.1.1.0 mask 255.255.255.0
gateway-list 10.1.1.1
dns-list 8.8.8.8
excluded-ip-address 10.1.1.100 10.1.1.254
lease day 10 hour 10 minute 30
第三步
interface vlanif 10
dhcp select global
2)mstp
第一步
stp enable
stp mode mstp
第二步
stp region-configuration
region-name gd
revision-level 1
instance 1 vlan 10
instance 2 vlan 20
active region-configuration
第三步
stp instance 1 root primary //主
stp instance 2 root secondary //从
3)vrrp 配置
vrrp vrid 1 virtual 20.1.1.1
vrrp vrid 1 priority 120 //默认100
vrrp vrid 1 preempt-mode timer delay 20
vrrp vrid 1 track interface GigabitEthernet0/0/4 reduced 30