Saturday, March 10, 2012

ip route tage query

Re: [Cisco_CCIE_Lab] IP route tag query!

Hello,
 
 
"tag 2000" can be used to match the route and can be used to filter or redistributing the networks based on the tag.
 
Eg:
 
route-map TAG deny 10
match tag 2000
 
router eigrp 1
redistribute static route-map TAG
 
 
The above example redistributes all the static routes except the ones which carry the tag 2000.
 
thanks
Mani

"Braganza Francis, Antonio" <antonio.braganza@...> wrote:
Hi,

Can someone explain why the”tag 2000" is used in the route command below? What does the route statement below exactly do?

ip route 10.0.0.0 255.0.0.0 Null0 tag 2000


Regards,

Antonio
Related Posts Plugin for WordPress, Blogger...