cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
754
Views
10
Helpful
5
Replies

Taging an EIGRP route

morph.andy
Level 1
Level 1

Hi all

im trying to tag an EIGRP route thats incoming - but for some reason i cant get it to tag - i must be missing somthing : 


router eigrp BALLS
!
address-family ipv4 unicast autonomous-system 10
!
topology base
distribute-list route-map nut in
exit-af-topology
network 0.0.0.0
exit-address-family
!
!
access-list 1 permit 7.7.7.7
access-list 1 deny any
!
route-map nut permit 10
match ip address 1
set tag 500
!
route-map nut permit 20
!
!
!
Router#show ip route
Codes: L - local, C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is not set

1.0.0.0/24 is subnetted, 1 subnets
D 1.1.1.0 [90/153600] via 172.17.1.2, 00:07:27, FastEthernet0/0
4.0.0.0/32 is subnetted, 1 subnets
D 4.4.4.4 [90/2662400] via 172.17.1.2, 00:07:27, FastEthernet0/0
6.0.0.0/24 is subnetted, 1 subnets
D 6.6.6.0 [90/204800] via 172.17.1.2, 00:07:27, FastEthernet0/0
7.0.0.0/32 is subnetted, 1 subnets
D 7.7.7.7 [90/2713600] via 172.17.1.2, 00:14:00, FastEthernet0/0

Routing entry for 7.7.7.7/32
Known via "eigrp 10", distance 90, metric 2713600, type internal
Redistributing via eigrp 10
Last update from 172.17.1.2 on FastEthernet0/0, 00:14:17 ago
Routing Descriptor Blocks:
* 172.17.1.2, from 172.17.1.2, 00:14:17 ago, via FastEthernet0/0
Route metric is 2713600, traffic share count is 1
Total delay is 5200 microseconds, minimum bandwidth is 100000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
1 Accepted Solution

Accepted Solutions

set tag <value> make value less than 255 <<- try this way I test and it work. 

View solution in original post

5 Replies 5

see my below comment 

Hi - so i did the following - with setting the tag to 7.7.7.7 :

route-map nut permit 10
match ip address 1
set tag 117901063

but still it doesnt tag - apologies if this wasnt what you meant 

set tag <value> make value less than 255 <<- try this way I test and it work. 

thanks mate - didnt know that ! 

Review Cisco Networking for a $25 gift card