Hello Friends
I have EIGRP initial configuration loaded on GNS3. Facing an issue while applying EIGRP route-map filtering on Sw3 to deny external route with composite metric 2226176.
Below config..
----------------
Rack1SW3#sh runn | sec eigrp
router eigrp 100
network 150.1.0.0
network 155.1.0.0
distribute-list route-map metric-range in
no auto-summary
Rack1SW3#sh rou
Rack1SW3#sh route-map
route-map metric-range, deny, sequence 5
Match clauses:
metric external 2226176
Set clauses:
Policy routing matches: 0 packets, 0 bytes
route-map metric-range, permit, sequence 10
Match clauses:
Set clauses:
Policy routing matches: 0 packets, 0 bytes
Rack1SW3#sh ip route
Codes: 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
Gateway of last resort is not set
D EX 204.12.1.0/24 [170/2226176] via 155.1.79.7, 00:05:21, Vlan79
155.1.0.0/24 is subnetted, 12 subnets
D 155.1.146.0 [90/2200576] via 155.1.79.7, 00:05:21, Vlan79
D 155.1.8.0 [90/2203136] via 155.1.79.7, 00:05:21, Vlan79
C 155.1.9.0 is directly connected, Vlan9
D 155.1.13.0 [90/2174976] via 155.1.79.7, 00:05:21, Vlan79
D 155.1.0.0 [90/2174976] via 155.1.79.7, 00:05:21, Vlan79
D 155.1.7.0 [90/30720] via 155.1.79.7, 00:05:21, Vlan79
D 155.1.5.0 [90/2200576] via 155.1.79.7, 00:05:22, Vlan79
D 155.1.58.0 [90/2200576] via 155.1.79.7, 00:05:22, Vlan79
D 155.1.45.0 [90/2686976] via 155.1.79.7, 00:05:22, Vlan79
D 155.1.37.0 [90/30720] via 155.1.79.7, 00:05:22, Vlan79
C 155.1.79.0 is directly connected, Vlan79
I have also cleared routes,but same result.
Even i tried to filter internal routes,they are also not being filtered.
Note: In my GNS3,using Switch & Router CISCO 3725.