All,
Simple configuration:
!
router rip
 version 2
 network 141.1.0.0
 network 150.1.0.0
 no auto-summary
!
Rack1R3#sir rip
     141.1.0.0/24 is subnetted, 10 subnets
R       141.1.6.0 [120/1] via 141.1.36.6, 00:00:23, FastEthernet0/1
     150.1.0.0/16 is variably subnetted, 7 subnets, 2 masks
R       150.1.7.0/24 [120/1] via 141.1.37.7, 00:00:10, FastEthernet0/0   <--
But, now the configuration is done with passive-interface.
!
router rip
 version 2
 passive-interface default
  no passive-interface Loopback0
 network 141.1.0.0
 network 150.1.0.0
 no auto-summary
!
If you do "no passive-interface loopback0" the route is not seen. Not sure
why?
I don't see the 150.1.7.0/24 RIP route?
Rack1R3#sir rip
     141.1.0.0/24 is subnetted, 10 subnets
R       141.1.6.0 [120/1] via 141.1.36.6, 00:00:23, FastEthernet0/1
Any basic stuff which I am missing here?
-Yuri
Received on Wed Jul 08 2009 - 13:37:04 ART
This archive was generated by hypermail 2.2.0 : Sat Aug 01 2009 - 13:10:22 ART