cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
733
Views
0
Helpful
4
Replies

RIP V2 advertisement

kuriakose1
Level 1
Level 1

 

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 

 

2 Accepted Solutions

Accepted Solutions

Thanks you
My Interface is a Vlan not a physical interface
I assume the solution works the same way

View solution in original post

4 Replies 4

router rip

version 2

no auto-summary

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

 

Thanks you
My Interface is a Vlan not a physical interface
I assume the solution works the same way

Yes it does.