• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
CCIE实验室考试指南(2)
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
CCIE实验室考试指南(2)
软件发布 CCIE实验室考试指南(2)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco指导 >> CCIE实验室考试指南(2)

CCIE实验室考试指南(2)

添加时间: 2008-1-5 3:18:04  作者: Cisco教程指导  阅读次数:34   来源: http://www.d9soft.com

       

  lab 02 -

  policy routing
  the following scenario refers to the diagram below.

  此主题相关图片如下: 

 

 

 

 

 


  scenario:
  all routers are configured in a single ospf area.
  router_c, based on the cost metric for ospf will send all packets with
  a destination network address of 10.4.0.0 out the e0 interface.
  problem:
  have all packets destined for network 10.4.0.0 exit the serial 0
  router_c.
  router_c#sh ip route
  codes: c - connected, s - static,
  i - igrp,
  r - rip, m - mobile, b - bgp,
  d - eigrp,
  ex - eigrp external, o - ospf,
  ia - ospf inter area,
  n1 - ospf nssa external type 1,
  n2 - ospf nssa external type 2,
  e1 - ospf external type 1,
  e2 - ospf external type 2, e - egp,
  i - is-is,
  l1 - is-is level-1,
  l2 - is-is level-2,
  * - candidate default,
  u - per-user static route,
  o - odr
  gateway of last resort is not set
  10.0.0.0/16 is subnetted, 3 subnets
  c 10.2.0.0 is directly connected,
  serial0
  c 10.3.0.0 is directly connected,
  ethernet0
  o 10.4.0.0 [110/74] via 10.3.0.1,
  00:00:13, ethernet0

  solution:
  policy routing will allow you to configure a route map. the route map
  will be used by the router in lieu of destination routing.
  in this scenario the best route to the destination network 10.4.0.0 is
  to go ethernet. we want to force the route to take the serial
  connection.
  step 1
  configure a route map tag. i chose "takeserial".
  step 2
  point the route map to the tag. don’t let the 10 shake you it is just a
  sequence number.
  router_c(config)#route-map
  takeserial permit ?
  <0-65535>
  sequence to insert to/delete
  from existing route-map entry
  step 3
  identify which packet should be route mapped. in our example we will
  match the ip address of access list 1.
  step 4
  tell the router where to send the matched packet. we will send the
  packets to serial 0.
  current configuration:
  !
  version 11.2
  !
  hostname router_c
  !
  !
  !
  interface ethernet0
  ip address 10.3.0.3 255.255.0.0
  !
  interface ethernet1
  ip address 10.1.0.3 255.255.0.0
  ip policy route-map takeserial*step 1
  !
  interface serial0
  ip address 10.2.0.1 255.255.0.0
  clockrate 38400
  !
  interface serial1
  no ip address
  shutdown
  !
  router ospf 100
  network 10.0.0.0 0.255.255.255 area 0
  !

  no ip classless
  access-list 1 permit 10.1.0.5
  route-map takeserial permit 10 *step 2
  match ip address 1 *step 3
  set interface serial0 *step 4
  !
  line con 0
  line aux 0
  line vty 0 4
  login
  !
  end
  now we will ping 10.4.0.2 from workstaton a:
  router_c#debug ip policy
  policy routing debugging is on
  router_c#
  ip: s=10.1.0.5 (ethernet1), d=10.4.0.2,
  len 74, policy match
  ip: route map takeserial, item 10,
  permit
  ip: s=10.1.0.5 (ethernet1),
  d=10.4.0.2 (serial0),
  len 74, policy routed
  ip: ethernet1 to serial0 10.4.0.2
  ip: s=10.1.0.5 (ethernet1), d=10.4.0.2,
  len 74, policy match
  ip: route map takeserial, item 10,
  permit
  ip: s=10.1.0.5 (ethernet1),
  d=10.4.0.2 (serial0),
  len 74, policy routed
  ip: ethernet1 to serial0 10.4.0.2
  ip: s=10.1.0.5 (ethernet1), d=10.4.0.2,
  len 74, policy match
  ip: route map takeserial, item 10,
  permit
  ip: s=10.1.0.5 (ethernet1),
  d=10.4.0.2 (serial0),
  len 74, policy routed
  ip: ethernet1 to serial0 10.4.0.2
  ip: s=10.1.0.5 (ethernet1), d=10.4.0.2,
  len 74, policy match
  ip: route map takeserial, item 10,
  permit
  ip: s=10.1.0.5 (ethernet1),
  d=10.4.0.2 (serial0),
  len 74, policy routed
  ip: ethernet1 to serial0 10.4.0.2 (written by admin,chinaitlab bbs)

 

上下文章:

 

上一篇文章: CCNP交换篇4:ATM交换(ATM Switch) 下一篇文章: CCNP交换篇8 交换机虚拟网(VLANs)的设置

相关文章:

  • 卡巴斯基实验室发布手机版产品
  • 无纸化考试流程轻松实现
  • 开目尧创CAD产品拼图打印指南
  • Vista系统的官方优化指南文档下载
  • 魔兽世界:BOSS战法师脱离战斗指南

相关软件:

  • 金华科仿真物理实验室 5.08+
  • 指南针浏览器 2.6.3 简装版
  • 指南针浏览器 2.6.3 绿色版
  • 执业药师考试宝典 V6.1 中药版
  • 执业药师考试宝典 V6.1 西药版
  • 报检员考试全程通 V6.5

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • CISCO认证增长60%新认证推陈出新
  • 加快千兆网络普及以太网技术动向
  • WinGate与Internet连接共享
  • WinGate3.0安装指导
  • 远程传输的两种技术优劣各异
  • Cisco认证指导:基础中文命令集
  • IOS软件结构读书笔记
  • 路由器基础配置及传输协议
  • 网络安全:IPv6安全威胁
  • 路由技术:路由器远程管理实例

Cisco指导阅读排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 我的CISCO认证学习笔记总结
  • CCNA考试主要知识点指导
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口
  • 企业网络规划对工作效率的影响
  • VPN实例配置方案:IPSec配置
  • GSM数字移动通信无线网络规划设计...
  • Cisco路由器上配置pppoe拨号

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 思科考试认证(CISCO) CCNA考试就...
  • 我的CISCO认证学习笔记总结
  • CCNA简介
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco经验介绍:ping命令之解惑
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有