From: Larry Roberts (groupstudy@american-hero.com)
Date: Wed Jun 22 2005 - 19:15:32 GMT-3
Has anyone tried to duplicate this lately? I have labbed this up exactly
as they have it and I am getting different results.
I'm unable to get my ASBR to advertise a forwarding address of 0.0.0.0.
My RIP routes show up correctly, in at least that they have R3 as the
next hop for R1's loopback.
I'm now stuck wondering if this is an IOS bug.
I'm running c2600-ik9o3s3-mz.122-15.T12.bin
on R1:
1.0.0.0/24 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Loopback0
O E2 2.0.0.0/8 [110/20] via 172.16.30.2, 00:05:38, Ethernet0/0
3.0.0.0/24 is subnetted, 1 subnets
O 3.3.3.0 [110/11] via 172.16.30.3, 00:05:38, Ethernet0/0
O E2 4.0.0.0/8 [110/20] via 172.16.30.4, 00:05:38, Ethernet0/0
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.30.0 is directly connected, Ethernet0/0
R1#sho ip ospf data ext 2.0.0.0
OSPF Router with ID (1.1.1.1) (Process ID 1)
Type-5 AS External Link States
Routing Bit Set on this LSA
LS age: 428
Options: (No TOS-capability, DC)
LS Type: AS External Link
Link State ID: 2.0.0.0 (External Network Number )
Advertising Router: 3.3.3.3
LS Seq Number: 80000001
Checksum: 0x4372
Length: 36
Network Mask: /8
Metric Type: 2 (Larger than any link state path)
TOS: 0
Metric: 20
Forward Address: 172.16.30.2
External Route Tag: 0
R3's OSPF config:
router ospf 1
log-adjacency-changes
redistribute rip subnets
network 3.3.3.3 0.0.0.0 area 0
network 172.16.30.3 0.0.0.0 area 0
Patrick Aland wrote:
>NMC has a great paper titled "Forwarding behavior of IGP routing
>protocols on the broadcast part I" that talks about some of hte issues
>you might run into when using 0.0.0.0 0.0.0.0 in your network
>statements instead of being a bit more specific.
>
>http://www.netmasterclass.com/site/member.php?&category=demo&togo=category=Lib
>Its under the "Public" PDF files.
>
>On 6/22/05, George Cassels <glcassels3@nc.rr.com> wrote:
>
>
>>I would say only if the requirements tell you that all IPs must be sent
>>with their configured subnet mask would you need to worry about doing
>>the ip ospf network point-to-point command. Also I may be off but you
>>seem to be saying that the subnet mask in the network command under OSPF
>>has to match up with the configured network mask on the interface. If
>>that is the case of what you are saying it is not correct. You could
>>match 1.X.X.X networks on your router with 1.0.0.0 0.255.255.255. So
>>for instance if I have 1.1.1.1/24, 1.2.2.x/24, and 1.3.3.0/24 I could
>>match them all with 1.0.0.0 0.255.255.255 area 0. You can also use the
>>network command 0.0.0.0 255.255.255.255 which will match every
>>configured IP on your router. If I remember right sequence does matter
>>so you need to be careful on how exactly you enter the network
>>statements. This is because a more general statement like 0.0.0.0
>>255.255.255.255 first will cause the router to never reach the more
>>specific statement if they are in different areas.
>>
>>I did run into a do it lab that had isis running between like R1 and R2
>>and ospf running between R2 and R3. What network command you put into
>>the ospf network statement would dictate whether R3 had to go through R2
>>(the redistributing router) or straight to R1 since they are all on the
>>same subnet. I don't remember the exact IPs, but by using the network
>>command 172.16.1.0 0.0.0.255 area 0 it allowed R3 to go straight to R1.
>>Where as if you use the network command of say 172.16.1.2 0.0.0.0 area 0
>>on R2 it would make the next hop IP on R3 R2's address.
>>
>>Way too much info for your question...Sorry,
>>George
>>
>>-----Original Message-----
>>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
>>yesar1@yahoo.com
>>Sent: Wednesday, June 22, 2005 12:08 AM
>>To: ccielab@groupstudy.com
>>Subject: /32 vs /24 for loopback and OSPF
>>
>>Greetings,
>>
>>When asked to configure loopback interface as part of OSPF area, when
>>should I be
>>-using /32 mask for the IP address and subsequently 0.0.0.0 in the ospf
>>network statement
>>
>>(e.g.
>>int lo0
>>ip add 1.1.1.1 255.255.255.255
>>router ospf 0
>>network 1.1.1.1 0.0.0.0 area 0.0.0.0)
>>
>>vs
>>-using /24 mask and 0.0.0.255 in the ospf network statement
>>(e.g.
>>int lo0
>>ip add 1.1.1.1 255.255.255.0
>>ip ospf network point-to-point
>>router ospf 0
>>network 1.1.1.1 0.0.0.255 area 0.0.0.0)
>>
>>Thanks in advance for your help,
>>
>>Mark
>>
>>_______________________________________________________________________
>>Subscription information may be found at:
>>http://www.groupstudy.com/list/CCIELab.html
>>
>>_______________________________________________________________________
>>Subscription information may be found at:
>>http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Wed Jul 06 2005 - 14:43:42 GMT-3