cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
0
Helpful
7
Replies

Remove RIP from interface

alexia_net
Level 1
Level 1

Hello I have the following configuration on a subinterface and I what to remove the RIP configuration from it.

interface TenGigabitEthernetx/y/z.100

bandwidth 20000
encapsulation dot1Q 1234
vrf forwarding vrf-name
ip address 1.1.1.1 255.255.255.252
ip flow ingress
ip flow egress
ip rip advertise 3

I want to remove the rip configuration line. For this purpose I use
conf t
interface TenGigabitEthernetx/y/z.100
no ip rip advertise 3
exit

The configuration line
ip rip advertise 3
does not disappear from the interface configuration.
Is this the wrong way to do it?

Best regards!

1 Accepted Solution

Accepted Solutions

Yes @alexia_net 

Under RIP process, if you add this interface as passive-interface ; you can do a no p rip advetise X command but this command come back again...

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

7 Replies 7

M02@rt37
VIP
VIP

Hello @alexia_net 

All the interfaces would have this command added ip rip advertise X, when you change the rip timer in rip process.

I think is your case, isn't it ?

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Hello,

I see this on all interfaces. So it might be as you have specified yes. 

So the configuration itself is inherited?

Meaning that I cannot remove it with the command I am using?

Best regards!

Yes, exactly @alexia_net . As soon as you have configured timers under RIP process, this command is (automatically) configured under interfaces concerned by RIP. You can do no ip rip advetise X, but this command is reconfigured after that !

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

So I suppose that even if I make the interface passive under RIP, it this configuation line will still show up under sub-interface configuration?

Yes @alexia_net 

Under RIP process, if you add this interface as passive-interface ; you can do a no p rip advetise X command but this command come back again...

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Thank you for clarifying this for me. 

Best regards!

You're so welcome @alexia_net 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.