Re: OSPF question

From: Godswill Oletu (oletu@inbox.lv)
Date: Sun May 21 2006 - 10:50:31 ART


Radioactive,

Using the corresponding wildcard mask on the ip address address or ip subnet
of that serial interface should be okay.

eg..

If the serial IP addresses are: 192.168.10.2/24; 192.168.11.2/24 and
192.168.12.2/24

Any of these statements is okay:
!
router ospf 1
network 192.168.10.2 0.0.0.0 area 0
network 192.168.11.2 0.0.0.0 area 0
network 192.168.12.2 0.0.0.0 area 0

OR
router ospf 1
network 192.168.10.0 0.0.0.255 area 0
network 192.168.11.0 0.0.0.255 area 0
network 192.168.12.0 0.0.0.255 area 0

HTH
Godswill Oletu

----- Original Message -----
From: "Radioactive Frog" <pbhatkoti@gmail.com>
To: "ccielab" <ccielab@groupstudy.com>
Sent: Sunday, May 21, 2006 3:16 AM
Subject: OSPF question

> Hi,
>
>
>
192.168.1.x----LAN-----R1---10.2-------------10.1---R2-----LAN----192.168.3.
0
> \ /
>
> \ /
> \-------------R3-------------/
> |
> |LAN
> 192.168.2.0
>
> What is the best way not to advertise the LAN interfacfe in the OSPF
> process? You should be able to enable OSPF on all Serial but not on LAN
> interface of all routers without using the access-list.
>
>
> Regards,
> Frog
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:22 ART