您所在的位置: 首页 > 组网建网 > 交换 > 交换机的配置 >

Catalyst8500配置实例之HSRP协议培植

http://network.51cto.com  2005-12-09 17:49    51CTO.COM整理  我要评论(0)
  • 摘要:本例主要涉及HSRP协议培植,使用HSRP可使用网络提供更好的访问性能,并使网络拓扑结构对主机来说是透明的。活动路由器受HSRP中培植的备份路由器的监控,一旦活动路由器失去作用,备份路由器取代它从而变为活动路由器。
  • 标签:CA  协议  配置
本例主要涉及HSRP协议培植,使用HSRP可使用网络提供更好的访问性能,并使网络拓扑结构对主机来说是透明的。活动路由器受HSRP中培植的备份路由器的监控,一旦活动路由器失去作用,备份路由器取代它从而变为活动路由器。
Helper address 通过发送广播到目标服务器使连接变得更容易。
本例里:helper address 是一个DHCP 地址。
本例也包括对IP多播,DVMRP通道,和PIM的配置。
version 12.0
service slave-coredump
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service dup-small-servers
service tcp-small-servers
!
hostname Ceneter_8540
!
aaa new-model
aaa authentication login admin tacacs+enable
enable password 7 105D100A0618
!
no ip rcmd domain-lookup
ip rcmd rcp-enable
ip rcmd rsh-enable
ip rcmd remote-host root 172.19.1.162 root enable
ip rcmd remote-host root 172.19.2.81 root enable
ip rcmd remote-host root 172.19.6.66 root enable
ip rcmd remote-host root 172.19.43.19 root enable
ip rcmd remote-username root
ip domain-name a.com
ip name-server 12.19.2.132
ip name-server 198.22.30.32
ip multicast-routing
ip dvmrp route-limit 7000
clock timezone PST -8
clock summer-time PDT recurring
!
INTERACE FastEthernet1/0/0
ip address 172.19.95.197 255.255.255.192
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/1
description Bldg 1 Network A
ip address 172.19.93.1 255.255.255.192
ip helper-address 172.19.2.74
ip helper-address 172.19.2.123
ip helper-address 172.19.30.31
ip helper-address 172.19.2.121
ip helper-address 172.27.84.140
ip helper-address 172.19.67.35
no ip redirects
no ip directed-broadcast
ip pim sparse-mode
ntp broadcast key 10
standby priority 200
standby preempt
standby ip 172.19.93.6
!
interface FastEthernet1/0/2
ip address 172.19.90.1 255.255.255.192
ip helper-address 172.19.2.74
ip helper-address 172.19.2.123
ip helper-address 172.19.30.31
ip helper-address 172.19.2.121
ip helper-address 172.27.84.140
ip helper-address 172.19.67.35
no ip redirects
no ip directed-broadcast
ip pim sparse-mode
ntp broadcast key 10
standby priority 200
standby preempt
standby ip 172.19.90.6
standby track FastEthernet1/0/3 150
!
interface FastEthernet1/0/3
ip address 172.19.91.1 255.255.255.192
ip helper-address 172.19.2.74
ip helper-address 172.19.2.123
ip helper-address 172.19.30.31
ip helper-address 172.19.2.121
ip helper-address 172.27.84.140
ip helper-address 172.19.67.35
no ip redirects
no ip directed-broadcast
ip pim sparse-mode
ntp broadcast key 10
standby priority 200
standby preempt
standby ip 172.19.91.6
!
interface FastEthernet1/0/4
description Building 2 Network A
ip address 172.19.90.1 255.255.255.192
ip helper-address 172.19.2.74
ip helper-address 172.19.2.123
ip helper-address 172.19.30.31
ip helper-address 172.19.2.121
ip helper-address 172.27.84.140
ip helper-address 172.19.67.35
no ip redirects
no ip directed-broadcast
ip pim sparse-mode
ntp broadcast key 10
standby priority 200
standby preempt
standby ip 172.19.88.6
!
interface FastEthernet1/0/4
description Building 3 Network A
ip address 172.19.90.1 255.255.255.192
ip helper-address 172.19.2.74
ip helper-address 172.19.2.123
ip helper-address 172.19.30.31
ip helper-address 172.19.2.121
ip helper-address 172.27.84.140
ip helper-address 172.19.67.35
no ip redirects
no ip directed-broadcast
ip pim sparse-mode
ntp broadcast key 10
standby priority 200
standby preempt
standby ip 172.19.89.6
!
interface FastEthernet1/0/6
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/7
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/8
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/9
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/10
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/11
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/12
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/13
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/14
no ip address
no ip directed-broadcast
no keepalive
!
interface FastEthernet1/0/15
no ip address
no ip directed-broadcast
no keepalive
!
interface Ethernet0
no ip address
no ip directed-broadcast
shutdown
!
router eigrp 109
network 172.19.0.0
no auto-summary
!
ip forward-protocol udp sunrpc
ip pim accept-rp auto-rp
ip pim accept-rp 172.19.10.13
logging 172.19.43.19
snmp-server community 8540 RO98
snmp-server community Cisco RW 99
snmp-server host 172.19.43.19 traps public
tacacs-server host 172.19.2.210
trcacs-server timeout 15
!
line con 0
password 7 071B245F5A
transport input none
line aux 0
password 7 071B245F5A
line vty 0
exec-timeout 0 0
login authentication admin
line vty 1
exec-timeout 0 0
login authentication admin
length 57
line vtp 2 4
exec-timeout 0 0
login authentication admin
华硕IDC绿色节能服务器推荐
C++是垃圾语言?!
Ubuntu安装配置专题频道
RIP路由协议专栏
主流品牌防火墙配置
 
 验证码: (点击刷新验证码)   匿名发表
  • 网络工程师考试案例动手实验营

  • 作者:郭春柱
  • 本书依据2009年版《网络工程师考试大纲》的考核要求,深入研究了历年网络工程师考试试题的命题风格和试题结构,对考查的知识点..
Copyright©2005-2008 51CTO.COM 版权所有