From: Scott Morris (swm@emanon.com)
Date: Sun Jan 11 2004 - 16:31:11 GMT-3
Yes, there are other ways, but you have to think about what OSPF is doing
and how to fix it. :)
An area range is one method of doing that, but the difficulty is that this
command has no effect within an area, only in other areas and has to be done
on an ABR. So doing an area 0 range isn't going to accomplish a whole lot
within area 0. Good thinking though, but that's not it!
Take a look at 'show ip ospf interfaces' and see if you get a budge in the
right direction.
As for RIPv1, think like the router does. What other show commands will
tell you things?
Scott
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Michael Snyder
Sent: Sunday, January 11, 2004 11:40 AM
To: ccielab@groupstudy.com
Subject: Any way to get rid of backbone ip ospf network point-to-multipoint
/32 routes?
Any way to get rid of backbone ip ospf network point-to-multipoint /32
routes?
I think the answer is no, but wanted to double check.
I tried an area 0 range command on the afflicted routers with no luck.
------------------------------------------------------------------------
---------------------------------
I also have an unrelated question.
Why does version 1 rip round a /32 192.168.x.x loopback to a /24? I have no
summary turned on. I understand this is a native class C route, but it
doesn't summarize the class B network I'm also using. To me, no auto
summary should mean no auto summary. Configs below.
R4#show run
Building configuration...
!
interface Loopback0
ip address 192.168.4.4 255.255.255.255
interface Serial0
ip address 172.30.124.4 255.255.255.0
ip rip send version 1
ip rip receive version 1
encapsulation frame-relay
frame-relay map ip 172.30.124.2 401 broadcast frame-relay map ip
172.30.124.4 401 no frame-relay inverse-arp frame-relay lmi-type cisco !
router rip
version 2
passive-interface default
no passive-interface Ethernet0
no passive-interface Loopback0
no passive-interface Serial0
network 172.30.0.0
network 192.168.4.0
no auto-summary
!
R4#show ip route
C
172.30.0.0/24 is subnetted, 2 subnets
C 172.30.40.0 is directly connected, Ethernet0
C 172.30.124.0 is directly connected, Serial0
192.168.4.0/32 is subnetted, 1 subnets
C 192.168.4.4 is directly connected, Loopback0
R4#show ip rip d
172.30.0.0/16 auto-summary
172.30.40.0/24 directly connected, Ethernet0
172.30.124.0/24 directly connected, Serial0
192.168.4.0/24 auto-summary
192.168.4.4/32 directly connected, Loopback0
R4#
R4#
R2#show run
!
interface Loopback0
ip address 192.168.2.2 255.255.255.255
!
interface Serial0.24 multipoint
ip address 172.30.124.2 255.255.255.0
ip rip send version 1
ip rip receive version 1
frame-relay map ip 172.30.124.2 104
frame-relay map ip 172.30.124.4 104 broadcast !
router rip
version 2
passive-interface default
no passive-interface Serial0.24
offset-list 7 in 3 Serial0.24
network 172.30.0.0
no auto-summary
!
!
access-list 7 permit any
R2#show ip rip d
172.30.0.0/16 auto-summary
172.30.12.0/26 directly connected, Serial1
172.30.40.0/24
[4] via 172.30.124.4, 00:00:12, Serial0.24
172.30.124.0/24 directly connected, Serial0.24
172.30.156.0/29 directly connected, Serial0.256
192.168.4.0/24 auto-summary
192.168.4.0/24
[4] via 172.30.124.4, 00:00:12, Serial0.24
R2#show ip route rip
R 172.30.40.0/24 [120/4] via 172.30.124.4, 00:00:20, Serial0.24
R 192.168.4.0/24 [120/4] via 172.30.124.4, 00:00:20, Serial0.24
<----- Why? This was a /32 on the other router.
If it's going to auto summary anyway, why not a 172.30.0.0/16 route too?
Thanks in Advance,
Michael
P.S. Also noticed that if you import /32 192.168.x.x routes, they become
/24 routes in rip.
This archive was generated by hypermail 2.1.4 : Mon Feb 02 2004 - 09:07:39 GMT-3