On Tue, 3 Aug 2004 17:20:11 +0200
"Pascal Gloor" <[EMAIL PROTECTED]> wrote:
> Anyone noticed that the "passive interface" command is not available for an
> OSPF Process running within a VRF ? Solutions? Workarounds? (filtering
> multicast is not a solution :-))
>
> PS: I'm talking about IOS, and especially 12.3(6a)
what if you use the network-statements to match only the desired interface?
to run ospf only on Fa 0/0 you may use following:
interface FastEthernet 0/0
ip address 172.16.1.0 255.255.255.0
interface fastethernet 1/0
ip address 172.16.2.0 255.255.255.0
!
router ospf 100
network 172.16.1.1 0.0.0.255 area 0
!
Ueli
--
"The software said it requires Windows 95 or better,
so I installed Linux"
_______________________________________________
swinog mailing list
[EMAIL PROTECTED]
http://lists.init7.net/cgi-bin/mailman/listinfo/swinog