10-02-2014 09:07 PM - edited 03-04-2019 11:53 PM
Suppose We have a CE router which has Ip address of 1.1.1.1 and PE router has Ip of 1.1.1.2
from CE we have to advertise on network the command will be as below
router rip
version 2
network 10.0.0.0
no auto summary
Do i have to advertise the 1.0.0.0 network ???? keeping in mind that is the WAN addressing
never worked on RIP so thanks guys if someone can answer this
10-02-2014 09:14 PM
ofcourse. Network 10.0.0.0 does not cover ip add 1.1.1.x. So you need to advertise 1.0.0.0 network.
10-02-2014 11:37 PM
so if the WAN interface had 139.5.6.132/30 (subnet)
our side 139.5.6.133/30 -------------> remote side 139.5.6.134/30
should we add the following config
139.5.6.132
or
139.5.6.0
Keeping in mind its /30
regards
10-03-2014 02:29 AM
Remember that if you use "no auto summary" command you must specify the subnet, for example :
network 139.5.6.132 255.255.255.252
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