cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
0
Helpful
2
Replies

Filter Routes

saquib.tandel
Level 1
Level 1

Hi,

GRE Tunnel is successfully established between RA & SA location.

OSPF is running on Local Area Network on both location && EIGRP is running between the tunnels.

On doing show ip route at RA backbone L3-Switch we noticed tons of routes from SA and same vice-versa.

We need specific network remote network to be seen on Backbone L3-Switch. I have read route map can help in my scenario, but unfortunately it didnt work.

need assistance to make this filter work

I would be happy to only see routes

192.168.120.0/24

192.168.150.0/24

192.168.100.0/24

10.255.250.0/23

from RA to SA

&&

need to only see routes

172.32.35.0/24

172.35.37.0/24

172.36.36.0/28

from SA to RA

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

saquib,

you can use prefix-list and also use distribute list to added to your EIGRP process:

ip prefix-list max24 seq 5 permit 0.0.0.0/0 ge 8 le 24

router eigrp 2

network 172.18.0.0

distribute-list prefix max24 in

Here is the link:

http://www.cisco.com/en/US/docs/ios/12_2/iproute/command/reference/1rfeigrp.html#wp1030091

HTH

Reza

Hi Reza,

Doesnt work?

Any support to get correct syntax.

Any source web link to understand different routing protocol with different filtering options with examples.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card