05-11-2018 04:22 AM - edited 03-05-2019 10:26 AM
Hello
Can we limit the network advertisement in RIP?
for example in this picture assume that all routers run RIP v2, i want to router 3 just learn about 1.1.3.0/24 network NOT 1.1.2.0/24 network.
I appreciate if you can help me :)
thanks in advance.
Solved! Go to Solution.
05-11-2018 04:30 AM - edited 05-11-2018 04:58 AM
Hi
Yes, you can, have you tried using distribute-list?
The configuration is:
ROUTER 3
access-list 1 deny 1.1.2.0 0.0.0.255 <-- it will deny just the subnet 1.1.2.0/24
access-list 1 permit any <-- it will allow everything else
router rip
distribute-list 1 in <--- it will filter the inbound traffic
Now wait to RIP refresh the routing table or execute: clear ip route * and wait for the convergence.
Hope it is useful
:-)
05-11-2018 04:30 AM - edited 05-11-2018 04:58 AM
Hi
Yes, you can, have you tried using distribute-list?
The configuration is:
ROUTER 3
access-list 1 deny 1.1.2.0 0.0.0.255 <-- it will deny just the subnet 1.1.2.0/24
access-list 1 permit any <-- it will allow everything else
router rip
distribute-list 1 in <--- it will filter the inbound traffic
Now wait to RIP refresh the routing table or execute: clear ip route * and wait for the convergence.
Hope it is useful
:-)
05-11-2018 05:19 AM
It worked :)
thank you a lot for your time and your great answer.
05-11-2018 05:28 AM
Hi,
You are welcome my friend, please dont forget to mark as answered for future references for other community members.
Thank you in advance, have a great day!
:-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide