RE: Viewing the tags of routes

From: Victor Cappuccio (vcappuccio@ccbootcamp.com)
Date: Sun Aug 12 2007 - 21:10:10 ART


Luke: What's in there?
Yoda: Only what you take with you.
:)

R4#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
R4(config)#ip access-list standard EVENS
R4(config-std-nacl)#permit 0.0.0.0 255.255.254.255
R4(config-std-nacl)#exit
R4(config)#route-map TAG_EVENS
R4(config-route-map)#match ip address EVENS
R4(config-route-map)#set tag 444
R4(config-route-map)#exit
R4(config)#route-map TAG_EVENS permit 1000
R4(config-route-map)#router ospf 1
R4(config-router)#red rip sub route-map TAG_EVENS

R5#show ip route 211.211.8.0
Routing entry for 211.211.8.0/24
  Known via "ospf 1", distance 110, metric 20
  Tag 444, type extern 2, forward metric 1
  Last update from 128.1.45.4 on FastEthernet0/1, 00:00:24 ago
  Routing Descriptor Blocks:
  * 128.1.45.4, from 100.4.4.4, 00:00:24 ago, via FastEthernet0/1
      Route metric is 20, traffic share count is 1
      Route tag 444 <-------------- *****

thanks,
Victor Cappuccio.-
- CCSI# 31452

CCBOOTCAMP - A Cisco Sponsored Organization (SO)
vcappuccio@ccbootcamp.com
Toll Free: 877-654-2243
Direct: +1-702-968-5100 = Outside the USA
FAX: +1-702-446-8012
YES! We take Cisco Learning Credits!
Training And Remote Racks: http://www.ccbootcamp.com

Register to win a free iPhone! http://www.ccbootcamp.com/iphone.html

-----Original Message-----
From: nobody@groupstudy.com on behalf of Han Solo
Sent: Sun 12-Aug-07 4:53 PM
To: CCIE at groupstudy.com
Subject: Viewing the tags of routes

Hi , if after you used a route-map or other means to tag a route during
redistribution how can you see that tag. So if I redist from rip into ospf
and when doing so tag routes from rip with tag 1 how can I see if that tag
is set successfully

thanks



This archive was generated by hypermail 2.1.4 : Sat Sep 01 2007 - 11:32:10 ART