Chinaunix首页 | 论坛 | 博客
  • 博客访问: 728819
  • 博文数量: 256
  • 博客积分: 3502
  • 博客等级: 中校
  • 技术积分: 3988
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-17 21:13
文章分类

全部博文(256)

文章存档

2014年(11)

2013年(134)

2012年(111)

我的朋友

分类: 系统运维

2013-06-20 09:49:08

VTP+STP+三层+HSRP
 

 

 

 

路由器配置


路由基本配置

en
conf t
do lo
lin c 0
no exec-t
logg s
end

接口配置

conf t
int f0/0
ip add 1.1.1.1 255.255.255.0
no shu
int f1/0
ip add 2.2.2.1 255.255.255.0
no shu
int loopback 1
ip add 3.3.3.1 255.255.255.0
no shu
end

rip路由协议配置

conf t
router rip
ver 2
no auto
network 1.1.1.0
network 2.2.2.0
network 3.3.3.0
end

三层交换机S3A


conf t
no ip do lo
ho S3A
lin c 0
no exec-t
logg s
end

vlan data
vtp domain benet
vtp password 123456
vtp v2-mode
vtp pruning
vl 2
vl 3
vl 4
exit

conf t
int f0/0
no switchport
ip add 1.1.1.254 255.255.255.0
no shu
int vl 1
ip add 192.168.1.254 255.255.255.0
no shu
int vl 2
ip add 192.168.2.254 255.255.255.0
no shu
int vl 3
ip add 192.168.3.254 255.255.255.0
no shu
int vl 4
ip add 192.168.4.254 255.255.255.0
no shu
end

conf t
spanning-tree vlan 1 root primary
spanning-tree vlan 2 root secondary
spanning-tree vlan 3 root primary
spanning-tree vlan 4 root secondary
spanning-tree backbonefast
int f0/11
sw mo tr
int f0/12
sw mo tr
int f0/13
sw mo tr
int range f0/14 - 15
channel-group 1 mode on
int port-channel 1
sw mo tr
end

conf t
router rip
ver 2
no auto
network 1.1.1.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
end

conf t
int vl 1
standby 1 ip 192.168.1.1
standby 1 priority 180
standby 1 preempt
standby 1 track f0/0 50
int vl 2
standby 2 ip 192.168.2.1
standby 2 priority 150
int vl 3
standby 3 ip 192.168.3.1
standby 3 priority 180
standby 3 preempt
standby 3 track f0/0 50
int vl 4
standby 4 ip 192.168.4.1
standby 4 priority 150
end
 


三层交换机S3B


基本配置

conf t
no ip do lo
ho S3B
lin c 0
no exec-t
logg s
end

vtp与vlan的配置

vlan data
vtp domain benet
vtp password 123456
vtp v2-mode
vtp pruning
vl 2
vl 3
vl 4
exit

conf t
int f0/0
no switchport
ip add 2.2.2.254 255.255.255.0
no shu
int vl 1
ip add 192.168.1.253 255.255.255.0
no shu
int vl 2
ip add 192.168.2.253 255.255.255.0
no shu
int vl 3
ip add 192.168.3.253 255.255.255.0
no shu
int vl 4
ip add 192.168.4.253 255.255.255.0
no shu
end
conf t
spanning-tree vlan 1 root secondary
spanning-tree vlan 2 root primary
spanning-tree vlan 3 root secondary
spanning-tree vlan 4 root primary
spanning-tree backbonefast
int f0/11
sw mo tr
int f0/12
sw mo tr
int f0/13
sw mo tr
int range f0/14 - 15
channel-group 1 mode on
int port-channel 1
sw mo tr
end
conf t
router rip
ver 2
no auto
network 2.2.2.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
end

conf t
int vl 1
standby 1 ip 192.168.1.1
standby 1 priority 150
int vl 2
standby 2 ip 192.168.2.1
standby 2 priority 180
standby 2 preempt
standby 2 track f0/0 50
int vl 3
standby 3 ip 192.168.3.1
standby 3 priority 150
int vl 4
standby 4 ip 192.168.4.1
standby 4 priority 180
standby 4 preempt
standby 4 track f0/0 50
end

二层交换机S2A


conf t
no ip do lo
no ip routing
ho S2A
lin c 0
no exec-t
logg s
end
vlan data
vtp client
vtp domain benet
vtp password 123456
exit
conf t
int f0/14
sw mo tr
int f0/15
sw mo tr
end
conf t
int f0/1
spanning-tree portfast
exit
spanning-tree backbonefast
spanning-tree uplinkfast
end


二层交换机S2B


conf t
no ip do lo
no ip routing
ho S2B
lin c 0
no exec-t
logg s
end
vlan data
vtp client
vtp domain benet
vtp password 123456
exit
conf t
int f0/14
sw mo tr
int f0/15
sw mo tr
end
conf t
int f0/2
spanning-tree portfast
exit
spanning-tree backbonefast
spanning-tree uplinkfast
end


二层交换机S2C


conf t
no ip do lo
no ip routing
ho S2C
lin c 0
no exec-t
logg s
end
vlan data
vtp client
vtp domain benet
vtp password 123456
exit
conf t
int f0/14
sw mo tr
int f0/15
sw mo tr
end
conf t
int f0/3
spanning-tree portfast
exit
spanning-tree backbonefast
spanning-tree uplinkfast
end
阅读(973) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~