From: Howard C. Berkowitz (hcb@gettcomm.com)
Date: Sun Oct 19 2003 - 01:40:46 GMT-3
At 10:37 AM +0800 10/19/03, Tan Chai Heng wrote:
>Hi,
>
>Router A (OSPF - network 150.50.5.64 0.0.0.31 area 2)
>Router B (OSPF - network 0.0.0.0 255.255.255.255 area 2)
>
>Router A is connected to Router B on serial back to back. B's i/f ip is
>150.50.5.68 /27, A's 150.50.5.69 /27
>
>My question is, Router A's OSPF network command has a different subnet than
>its interface subnet, will this config work?
What are you trying to accomplish with the mismatched masks? I could
give you a better idea of "work" when I knew what problem you were
trying to solve.
I would find it much easier to follow if you posted actual
configurations, or an edited subset. Is this what you are doing:
hostname RouterA
int s0/0
ip addr 150.50.5.68 255.255.255.224
router ospf 1
network 150.50.5.64 0.0.0.31 area 0.0.0.2
hostname RouterB
int s0/0
ip addr 150.50.5.69 255.255.255.224
router ospf 1
network 0.0.0.0 255.255.255.255 area 0.0.0.2
This archive was generated by hypermail 2.1.4 : Mon Nov 24 2003 - 07:53:04 GMT-3