- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 12:32 AM
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!
Solved! Go to Solution.
- Labels:
-
Routing Protocols
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:59 AM
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...
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 12:45 AM - edited 06-04-2025 12:49 AM
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 ?
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:08 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:37 AM
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 !
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:46 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 01:59 AM
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...
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 02:54 AM
Thank you for clarifying this for me.
Best regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 04:47 AM
You're so welcome @alexia_net
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
