首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 网页设计 | 平面设计 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
欢迎光临中国IT实验室思科频道
Google
您现在的位置: 中国IT实验室 >> Cisco >> 考试认证 >> CCIE >> 正文

CCIE试验备考之冗余备份(HSRP)

 

  案例:

  CCIE-LAB(V160)

  题目要求:

  Configure HSRP on R3 and R4 for hosts on VLAN A:Carefully read the requirements:

  There are 10 hosts on VLAN A.5 Windows PC‘s and 5 Unix workstations

  The Windows PC‘s are configured to use 160.YY.10.50 as their default gateway

  The UNIX workstations are configured to use 160.YY.10.100 as their default gateway

  R3 is the preferred router for Windows users.

  R4 is the prefered router for Unix users.

  If the frame relay connection on R3 goes down,then R4 becomes the preferred router for all users.

  If the frame relay connection on R4 goes down,then R3 becomes the preferred router for all users.

  Once either R3 or R4 recover from a failure then the network must operate as outined

  above,I.e Each router must resume their original role.

  配置:

R3
config termi
interface f0/0
standby 1 ip 160.11.10.50
standby 1 priority 110
standby 1 track s0/0 20
standby 1 preempt
standby 2 ip 160.11.10.100
standby 2 preempt
R4
config termi
interface f0/0
standby 1 ip 160.11.10.50
standby 1 preempt
standby 2 ip 160.11.10.100
standby 2 priority 110
standby 2 track s0/0 20
standby 2 preempt

  Trunk链路上的HSRP

  此项功能能通过在子网和VLAN间提供负载均衡和冗余能力提高整个网络的韧性。我们可以实现通过两个路由器来实现在干道上的互为活跃/备份路由器。我们只要设置一下他们在HSRP中的优先级就可以实现。

  配置步骤:

  1. 定义封装类型和vlan

  如:

interface f0/0.10
encapaulation isl 10
interface f0/0.20
encapaulation isl 20

  2.分配IP地址

  如:

interface f0/0.10
ip address 10.10.10.2 255.255.255.0
interface f0/0.20
ip address 10.10.20.2 255.255.255.0

  3.启动HSRP

  如:

inteface f0/0.10
standby 1 ip 10.10.10.254
standby 1 priority 105
standby 1 preempt
interface f0/0.20
standby 2 ip 10.10.20.254
standby 2 priority 90

上一页  [1] [2] [3] [4] [5] 下一页

【责编:Kittoy】
中国IT教育
相关产品和培训
文章评论
 友情推荐精华
 专题推荐

 ·节省成本才是“王道” VOIP案例应用…
 ·巧用网络流量 打造健康内网…
 ·无线路由器设置从入门到精通
 ·企业网管如何部署你的网络监控系统?
 ·负载均衡技术方案攻略
 ·中国IT实验室2007年技术热点盘点
 ·利用路由实现VPN的配置方法
 ·让你的局域网网速更上一层楼
 ·小命令大作用---Ping
 ·OSPF路由协议专题
 今日更新
 认证培训
 频道精选
 思科频道导航