考试网 >> IT认证 >> 思科 >> Cisco指导 >> CCIE实验室考试指南(2)

CCIE实验室考试指南(2)

发布时间:2006-06-28 06:33     点击:
分页:上一页  1 [2] 3  下一页

  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
分页:上一页  1 [2] 3  下一页
版权申明:未经书面授权请勿转载本站信息!!作品版权归所属媒体与作者所有!!
发表评论: 匿名发表 用户名: 查看评论
您将承担一切因您的行为、言论而直接或间接导致的民事或刑事法律责任
留言板管理人员有权保留或删除其管辖留言中的任意内容
本站提醒:不要进行人身攻击。谢谢配合。
在本站搜索相关信息
2003-2005 Ksw123.com All Rights Reserved. - TOP
Copyright © 2006 Ksw123.com. All rights reserved.中国考题网 版权所有