Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to stop OSPF AREA 0.0.0.0 process on nortel 8600

Status
Not open for further replies.

FWYTE

IS-IT--Management
Joined
May 2, 2007
Messages
2
Location
US
Have 2 8600's IN AREA 1.1.1.1 only, but only 1 of the 2 has ROUTER ID is in both areas.

IT SHOULD ONLY BE IN AREA 1.1.1.1


this is what shows:
IP ADDRES 1.1.1.2 IN AREA 0.0.0.0
IP ADDRES 1.2.2.2 IN AREA 1.1.1.1

EXAMPLE OUTPUT:

============================================================
Ospf Lsdb
============================================================

Router Lsas in Area 0.0.0.0

LSTYPE LINKSTATEID ADV_ROUTER
------------------------------------------------------------Router 1.1.1.2 1.1.1.2

Router Lsas in Area 1.1.1.1

LSTYPE LINKSTATEID ADV_ROUTER
------------------------------------------------------------
Router 1.1.1.2 1.1.1.2





thanx for any help.

 
If you do a 'show config module ip' what does the OSPF section on the two routers look like?
 
8600#1:
ip ospf admin-state enable
ip ospf as-boundary-router enable
ip ospf auto-vlink enable
ip ospf trap enable
ip ospf router-id 1.1.1.2
ip ospf enable
ip ospf area 1.1.1.1 create
* all interfaces in area 1.1.1.1

8600#2:
ip ospf admin-state enable
ip ospf as-boundary-router enable
ip ospf auto-vlink enable
ip ospf trap enable
ip ospf router-id 10.1.1.78
ip ospf enable
ip ospf area 1.1.1.1 create
* all interfaces in area 1.1.1.1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top