04-14-2022 06:13 AM
I'm configuring RIP v2 on Cisco IOS XE 16.x version , my Subnet is 10. 181.1.0 MASK 255.255.255.0
I need to advertise out the exact subnet not the full class A
I don't want to summarize the address
Is it possible using RIP v2 ? if then what commands I can use
Solved! Go to Solution.
04-14-2022 06:42 AM
04-14-2022 07:01 AM
Yes it does.
04-14-2022
06:21 AM
- last edited on
04-15-2022
12:03 AM
by
Translator
router rip
version 2
no auto-summary
04-14-2022
06:28 AM
- last edited on
04-15-2022
12:03 AM
by
Translator
Hello,
What you advertise based on the network statement is directly related to the interface associated with that command. Understand the
network
command does not advertise that network, rather it is an inclusive list to include these interfaces with an IP in that range for advertising. The network/mask is derived form the interface participating. To enable version 2 of RIP please use the following
router rip
version 2
no auto-summary
network 10.181.1.0
If your interface is a /24 such as 10.181.1.1 255.255.255.0 then it will advertise the /24
Hope that helps
-David
04-14-2022 06:42 AM
04-14-2022 07:01 AM
Yes it does.
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