cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4498
Views
0
Helpful
2
Replies

Passive Interface command usage

a-craick
Level 1
Level 1

We have a HSSI frame Relay interface with about 50 subinterfaces on it. We're running OSPF on all of them but have the need to run RIPv2 on a single new PVC.

How can I setup RIP to run on the specific sub interface without having to use the passive interface command on all the other subinterfaces ?

I'd also like to to stop OSPF routing updates on this interface also but am not sure if this is possible.

thanks

2 Accepted Solutions

Accepted Solutions

bbranch
Level 3
Level 3

You can use the "passive interface default" command to make all interfces passive, then enable RIP on the individual interfaces that require it:

!

router rip

passive-interface default

no passive-interface s0/0.1

also if you make the OSPF network statements specific for an interface then you can control which interfaces you enable it on:

!

router ospf 1

network 10.1.1.1 0.0.0.0 area 0.0.0.0

View solution in original post

ruwhite
Level 7
Level 7

Simply cover all the interfaces under OSPF, as you normally would, and then passive that one interface out. For RIP, it's not so easy, since there's no wildcard bits under RIP. You can use the passive interface default command, as the first reply noted, under RIP, to resolve this.

http://www.cisco.com/en/US/products/sw/iosswrel/ps1830/products_feature_guide09186a008008784e.html

2651A#sho run | b rip

router rip

passive-interface default

no passive-interface FastEthernet0/0

....

Russ.W

View solution in original post

2 Replies 2

bbranch
Level 3
Level 3

You can use the "passive interface default" command to make all interfces passive, then enable RIP on the individual interfaces that require it:

!

router rip

passive-interface default

no passive-interface s0/0.1

also if you make the OSPF network statements specific for an interface then you can control which interfaces you enable it on:

!

router ospf 1

network 10.1.1.1 0.0.0.0 area 0.0.0.0

ruwhite
Level 7
Level 7

Simply cover all the interfaces under OSPF, as you normally would, and then passive that one interface out. For RIP, it's not so easy, since there's no wildcard bits under RIP. You can use the passive interface default command, as the first reply noted, under RIP, to resolve this.

http://www.cisco.com/en/US/products/sw/iosswrel/ps1830/products_feature_guide09186a008008784e.html

2651A#sho run | b rip

router rip

passive-interface default

no passive-interface FastEthernet0/0

....

Russ.W

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: