频 道 直 达 - 新闻 - 读书 - 培训 - 教程 - 前沿 - 组网 - 系统应用 - 安全 - 编程 - 存储 - 操作系统 - 数据库 - 服务器 - 专题 - 产品 - 案例库 - 技术圈 - 博客 - BBS
51CTO.COM_中国领先的IT技术网站
找资料:

Cisco 6509交换机双引擎热备配置

作者: 出处:51CTO.COM整理  (  ) 砖  (  ) 好  评论 ( ) 条  进入论坛
更新时间:2005-12-17 21:39
关 键 词:配置  Cisco  热备
阅读提示:Cisco 6509交换机双引擎热备配置手册。
    6509双引擎热备
router-15#sh run
Building configuration...
Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname router-15
!
boot system flash bootflash:c6msfc2-isv-mz.121-3a.E4
enable secret 5 $1$3QV6$q6vJvcpLFS3Ayzz.cAUWl.
enable password 7 032C7E2C392C087F6D26
!
ip subnet-zero
ip cef distributed
!
redundancy
high-availability
config-sync
!
!
!
interface ATM7/0/0
no ip address
atm sonet stm-1
no atm ilmi-keepalive
!
interface ATM7/0/0.10 point-to-point
description connect to xxx center
mtu 1514
ip address 10.x.x.x 255.255.255.252
ip access-group 150 in
ip access-group 150 out
atm pvc 2 0 119 aal5snap
!
interface ATM7/0/0.100 point-to-point
description connect to xxx
mtu 1514
ip address 10.x.x.x 255.255.255.252
ip access-group 150 in
ip ospf cost 65
atm pvc 10 0 109 aal5snap
!
interface Vlan1
ip address 10.166.192.10 255.255.255.0 alt ip address 10.166.192.9 255.255.255.0
no ip redirects
standby 1 timers 5 15
standby 1 priority 120 preempt alt standby 1 priority 120 preempt
standby 1 authentication cisco
standby 1 ip 10.166.192.8 alt standby 1 ip 10.166.192.8
!
interface Vlan2
ip address 10.166.193.10 255.255.255.0 alt ip address 10.166.193.9 255.255.255.0
no ip redirects
standby 2 timers 5 15
standby 2 priority 120 preempt alt standby 2 priority 120 preempt
standby 2 authentication cisco
standby 2 ip 10.166.193.8 alt standby 2 ip 10.166.193.8
!
interface Vlan3
no ip address
shutdown
!
interface Vlan4
ip address 10.166.196.10 255.255.255.0 alt ip address 10.166.196.9 255.255.255.0
no ip redirects
standby 4 timers 5 15
standby 4 priority 120 preempt alt standby 4 priority 120 preempt
standby 4 authentication cisco
standby 4 ip 10.166.196.8 alt standby 4 ip 10.166.196.8
!
interface Vlan7
ip address 10.166.194.10 255.255.255.0 alt ip address 10.166.194.9 255.255.255.0
no ip redirects
standby 7 timers 5 15
standby 7 priority 120 preempt alt standby 7 priority 120 preempt
standby 7 authentication cisco
standby 7 ip 10.166.194.8 alt standby 7 ip 10.166.194.8
!
interface Vlan11
ip address 10.166.198.10 255.255.255.0 alt ip address 10.166.198.9 255.255.255.0
no ip redirects
standby 11 timers 5 15
standby 11 priority 120 preempt alt standby 11 priority 120 preempt
standby 11 au thentication cisco
standby 11 ip 10.166.198.8 alt standby 11 ip 10.166.198.8
!
interface Vlan14
no ip address
shutdown
!
interface Vlan21
ip address 10.166.201.10 255.255.255.0 alt ip address 10.166.201.9 255.255.255.0
no ip redirects
standby 21 timers 5 15
standby 21 priority 120 preempt alt standby 21 priority 120 preempt
standby 21 authentication cisco
standby 21 ip 10.166.201.8 alt standby 21 ip 10.166.201.8
!
interface Vlan31
ip address 10.166.202.10 255.255.255.0 alt ip address 10.166.202.9 255.255.255.0
no ip redirects
standby 31 timers 5 15
standby 31 priority 120 preempt alt standby 31 priority 120 preempt
standby 31 authentication cisco
standby 31 ip 10.166.202.8 alt standby 31 ip 10.166.202.8
!
interface Vlan78
no ip address
shutdown
!
router ospf 100
log-adjacency-changes
area 19 range 10.166.192.0 255.255.240.0
network 10.166.192.0 0.0.15.255 area 19
network 10.166.254.0 0.0.0.127 area 0
network 10.166.255.0 0.0.0.127 area 0
!
no ip classless
ip route 0.0.0.0 0.0.0.0 10.166.255.33
ip route 10.0.0.0 255.0.0.0 10.166.192.50 220
ip route 10.166.206.0 255.255.255.0 10.166.192.40
ip route 193.1.1.0 255.255.255.0 10.166.192.39
no ip http server
!
!
map-list atm
ip 10.166.254.1 atm-vc 1
access-list 1 permit any
access-list 150 permit ospf any any
access-list 150 permit tcp any any eq www
access-list 150 permit tcp any any eq 81
access-list 150 permit tcp any any eq 8080
access-list 150 permit tcp any any eq 8888
access-list 150 permit udp any any eq 8888
access-list 150 permit tcp any any eq ftp-data
access-list 150 permit tcp any any eq ftp
access-list 150 permit tcp any any eq telnet
access-list 150 permit tcp any any eq domain
access-list 150 permit tcp any any eq pop3
access-list 150 permit tcp any any eq smtp
access-list 150 permit tcp any any eq 1521
access-list 150 permit tcp any any eq 5000
access-list 150 permit tcp any any eq 5678
access-list 150 permit tcp any any eq 143
access-list 150 permit udp any any eq 38293
access-list 150 permit udp any any eq 2967
access-list 150 permit udp any any eq domain
access-list 150 permit tcp any any eq 1503
access-list 150 permit tcp any any eq 1720
access-list 150 permit tcp any any gt 1023 established
access-list 150 permit icmp any 10.166.254.0 0.0.0.255 echo-reply
access-list 150 permit tcp any any eq 60000
access-list 150 permit tcp any host 10.166.1.56
access-list 150 permit tcp any host 10.166.1.55
!
line con 0
password 7 070C285F4D06
login
transport input none
line
vty 0 4
password 7 030752180500
login
!

发表
查看
我也说两句

匿名发表

(如果看不清请点击图片进行更换)


中 国 领 先 的 IT 技 术 网 站 ·
技 术 成 就 梦 想
·路由器设置与口令恢复 (查看59341次)
·常用交换机典型配置 (查看35691次)
·网络管理员考试全真模拟试题(八.. (查看32408次)
·三层交换技术专题 (查看28285次)
·子网掩码教程 (查看25417次)
订阅技术快讯
电子杂志下载
名称:网络安全精品应用黄皮书
简介:《2007精品网络安全黄皮书》包括了9个大类24个小类, 800余篇文章,内容包含了熊猫烧香病毒、DDOS攻击、ARP病等热点问题的介绍及解决方案。从病毒查杀、防范、系统、数据等各方面的安全设置到黑客技术的了解、防范,涉及到了安全应用的全部领域, 由浅至深内容全面。
名称:Vista精品应用黄皮书
简介:《Vista精品应用黄皮书》囊括了Vista的各方面内容。此次的精简版,是将里面的内容做了提取,便于用户下载和使用。内容包含了各种Vista的安装与实施、技巧与解析以及各种Vista相关学习文档和相关软件的安全下载。该电子书是了解和应用Vista人员必备的工具手册,并且也是第一本
名称:2006中国IT论坛精品集合
简介:本书由“51CTO论坛推广联盟”制作完成。书中所有内容均来自各联盟成员的论坛(网站)。制作本书的目的是为了集中大家的优势资源,将更多更精彩的内容带给广大技术爱好者。本书是联盟成立以来制作的第一本书。
关键字阅读
频道精选
主编信箱 热线:010-66476606 告诉我们您想看的:专题 文章
关于我们 | 诚聘英才 | 联系我们 | 网站大事 | 意见反馈 | 网站地图
Copyright©2005-2007 51CTO.COM 版权所有