办公网HSRP+MSTP设计

实验背景:

为了保证办公室7x24小时无断网故障,特设计此网络,此设计为思科设备环境

网络拓扑:

VLAN100:10.62.100.0/24    VIP:10.62.100.254

VLAN200:   10.62.200.0/24   VIP:10.62.200.254

核心互联:10.62.101.0/30

 核心交换机SW01基础配置:

interface Ethernet0/0
 no switchport
 ip address 10.62.101.1 255.255.255.252
!
interface Ethernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet0/2
 switchport trunk encapsulation dot1q
 switchport mode trunkinterface Ethernet0/0
 no switchport

router ospf 100
 network 10.62.100.0 0.0.0.255 area 0
 network 10.62.101.0 0.0.0.3 area 0
 network 10.62.200.0 0.0.0.255 area 0
 

核心交换机SW02基础配置:

interface Ethernet0/0
 no switchport
 ip address 10.62.101.2 255.255.255.252
!
interface Ethernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet0/2
 switchport trunk encapsulation dot1q
 switchport mode trunk

router ospf 100
 network 10.62.100.0 0.0.0.255 area 0
 network 10.62.101.0 0.0.0.3 area 0
 network 10.62.200.0 0.0.0.255 area 0
 

SW01的HSRP配置

interface Vlan100
 ip address 10.62.100.253 255.255.255.0
 standby 100 ip 10.62.100.254
 standby 100 priority 200
 standby 100 preempt delay minimum 1
!
interface Vlan200
 ip address 10.62.200.253 255.255.255.0
 standby 200 ip 10.62.200.254

SW02的HSRP配置

interface Vlan100
 ip address 10.62.100.252 255.255.255.0
 standby 100 ip 10.62.100.254
!
interface Vlan200
 ip address 10.62.200.252 255.255.255.0
 standby 200 ip 10.62.200.254
 standby 200 priority 200
 standby 200 preempt delay minimum 1
 

MSTP配置

SW01:

spanning-tree mode mst
!
spanning-tree mst configuration
 instance 1 vlan 100
 instance 2 vlan 200
!
spanning-tree mst 1 priority 0
spanning-tree mst 2 priority 4096

SW02:

spanning-tree mode mst
!
spanning-tree mst configuration
 instance 1 vlan 100
 instance 2 vlan 200
!
spanning-tree mst 1 priority 4096
spanning-tree mst 2 priority 0
!
SW03:

spanning-tree mode mst
!
spanning-tree mst configuration
 instance 1 vlan 100
 instance 2 vlan 200

SW04:

spanning-tree mode mst
!
spanning-tree mst configuration
 instance 1 vlan 100
 instance 2 vlan 200

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值