cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
646
Views
7
Helpful
2
Replies

RIPv2 Routing

teriyaghoubian
Level 1
Level 1

Hi Guys,

I have a question regarding dynamic routing using RIPv2. I like toi enable RIPv2 across the WAN, however, behind our managed CPE customer will connect their Nortell 5520 Switch to one of the ethernet ports on the router on the LAN side.

Would the customer need to run RIPv2 in the LAN on the 5520 to be able to pass the IP changes to the Cisco router on the edge?

Would the Managed router learn the routes or networks behind the WAN interface if so how would that be achieved? Please provide me any info or configuration samples you may have. I just need to know if i need to configure the Nortel Switch as well to pass routes via RIPv2. And if i have to do this would this cause any routin gloops or readvertisment of the networks if running RIPv2 on both WAN and LAN. Hope this is clear.

Best Regards

Teri

2 Replies 2

cisand2002
Level 1
Level 1

hello,

you ca run ripv2 on both lan and wan so you have dynamic routing.

router rip

version 2

network x.x.x.x ------ WAN

network y.y.y.y ------ LAN

to prevent routing loops, it is better to know what prefixes will bve advertized by customer and allow only those prefixes to be injected to rip like this :

access-list 2 permit 1.2.3.0 0.0.0.255 (customer prefix from lan)

router rip

distribute-list 2 in ethernet 0

The router checks the interface on which the update comes in. If it is Ethernet 0, access-list 2 is applied before putting it in the routing table.

I hope this give you alrady an idea.

regards,

cisand

Richard Burts
Hall of Fame
Hall of Fame

Teri

I am afraid your question is not entirely clear to me. I understand that you have a WAN link to a router at a customer site. The router at the customer site has an Ethernet inteface. Connected to the Ethernet interface will be a Nortel 5520. I am not clear what is in the 5520 and whether there are networks behind the 5520. In the most simple case there is a single VLAN on the 5520 and no networks behind the 5520. In that case there is no need to run RIPv2 on the 5520. If there are networks behind the 5520 then probably there is a need to run RIPv2 on the 5520 so that it can advertise those networks to your router.

Whether there might be loops depends on the topology. I would say that it is not likely that there would be routing loops. But without knowing what the topology is it is difficult to be absolute about saying that there will or will not be any routing looops. But running RIPv2 on both the LAN and WAN is not likely by itself to cause any routing loop.

HTH

Rick

HTH

Rick
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