Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by charset on May 27, 2008, 5:14 pm
Please log in for more thread options I am trying to configure Cisco IOS so as to ignore updates received through a particular routing process based on the tag they carry. So far, I found out about the distribute-list command used in router configuration mode, e.g.: router ospf 100 distribute-list route-map foo in ! route-map foo deny 10 match tag 42 ! The above commands, in my understanding, ignore all routing updates received via OSPF instance 100 carrying a tag with value 42. However, the documentation for IOS release 12.4T says that the route-map clause of the distribute-list command is only available for the OSPF and EIGRP routing protocols. Do you know of any way to filter updates based on the tag value in routing protocols other than these? Thanks in advance for your help. Best regards, Tiago | |||||||||||||
|
Posted by Merv on May 28, 2008, 5:24 am
Please log in for more thread options Cisco supports route tagging for most IGP's BGP uses communities to mark and to classify routes see Application of BGP Communities http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_6-2/bgp_communities.html for IS-IS see http://www.cisco.com/en/US/docs/ios/12_3t/12_3t2/feature/guide/gtisitag.html#wp1041820 for RIP IPv6 see http://www.cisco.com/en/US/docs/ios/12_2t/ipv6/SA_ripv6.html#wp1051864 for OSPF we should be more precise in describing the feature - a route map can be used to prevent OSPF routes from being added to the routing table. This filtering happens at the moment when OSPF is installing the route in the routing table. So the route is "blocked" only on the router that has the filtering configured Received LSA's are still added to the OSPF database and LSA flooding continues as normal. | |||||||||||||
|
Posted by on May 28, 2008, 6:56 am
Please log in for more thread options > > I am trying to configure Cisco IOS so as to ignore updates received
> > through a particular routing process based on the tag they carry. So > > far, I found out about the distribute-list command used in router > > configuration mode, e.g.: > for OSPF we should be more precise in describing the feature - a route
> map can be used > to prevent OSPF routes from being added to the routing table. This > filtering happens > at the moment when OSPF is installing the route in the routing table. > So the route is "blocked" only on the router that has the filtering > configured Received LSA's are still added to the OSPF database and LSA > flooding continues as normal. This is entirely correct. Additionally when routes are redistributed between routing protocols, including OSPF, the route is blocked from all routers participating in the particular "routing domain". | |||||||||||||
|
Posted by charset on May 28, 2008, 11:15 am
Please log in for more thread options > > I am trying to configure Cisco IOS so as to ignore updates received
[snip]
> > through a particular routing process based on the tag they carry. So > > far, I found out about the distribute-list command used in router > > configuration mode, e.g.: > for IS-IS
seehttp://www.cisco.com/en/US/docs/ios/12_3t/12_3t2/feature/guide/gtisit...
> for RIP IPv6
seehttp://www.cisco.com/en/US/docs/ios/12_2t/ipv6/SA_ripv6.html#wp1051864
The documentation does indeed say how to tag IS-IS and RIPv6 routes -- but offers no solution for the problem of ignoring routes carrying a specific tag, which is what I want to do. Apparently the only place where tags can be used to control router behavior is in redistribution. > for OSPF we should be more precise in describing the feature - a route
> map can be used > to prevent OSPF routes from being added to the routing table. This > filtering happens > at the moment when OSPF is installing the route in the routing table. > So the route is "blocked" only on the router that has the filtering > configured Received LSA's are still added to the OSPF database and LSA > flooding continues as normal. Yes. Preventing the route from being added to the routing table is enough for my purposes. Best regards, Tiago | |||||||||||||
| Similar Threads | Posted |
| Ignoring routing updates based on tag value | May 27, 2008, 5:14 pm |
| PIX 7.0 policy based routing? | October 24, 2005, 8:57 am |
| policy based routing | November 4, 2005, 5:14 am |
| Policy based routing on a ASA | February 2, 2007, 5:03 pm |
| PIX 525, I think I need Policy-based routing?? | April 23, 2007, 9:45 pm |
| Policy based routing | April 30, 2008, 11:30 am |
| Policy Based Routing and/or NAT | May 7, 2008, 8:15 am |
| HSRP and Policy based Routing | October 26, 2005, 10:12 pm |
| Policy Based Routing Question | November 13, 2005, 7:38 pm |
| TCP/UDP port or protocol-based routing | February 6, 2006, 3:38 pm |
| Routing based on destination IP address | November 13, 2006, 7:01 am |
| Policy Based Routing with 2 providers | April 18, 2008, 1:12 am |
| BGP Routing/Weighting based on Source/Location | May 10, 2007, 12:53 pm |
| Policy routing based on destination port (layer4) | January 11, 2006, 12:02 pm |
| Policy Based Routing on Cisco L3 Switch 3550 with IOS 12.1(22) | April 30, 2008, 11:48 am |

Ignoring routing updates based on tag value
Yahoo!
Windows Live
del.icio.us
digg
Netscape 






> through a particular routing process based on the tag they carry. So
> far, I found out about the distribute-list command used in router
> configuration mode, e.g.: