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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OSPF command problems

Status
Not open for further replies.

pjstudley

Technical User
Sep 3, 2004
11
US
Hello all.

I'm having trouble with the syntax of the "network" command when setting up OSPF. I have no problems when I'm configuring all routers/interface in the same area. When I'm trying to configure for interfaces in multiple area's for some reason it isn't recognizing the command. The hardware is as follows...
4000: w/ IOS ver 11
2500: w/ IOS ver 11
What is the best to update these? I've heard that Cisco has a website with some versions on there but haven't been able to get on there. Thanks in advance!

PS: Also is a "token-ring" serial cable just a 9-pin cable or does it have special pinouts?
 
You can't have interfaces in multiple areas. An interface can only be in a single area:

interface ethernet0
ip address 1.1.1.1 255.255.255.0
!
interface ethernet1
ip address 2.2.2.2 255.255.255.0
!
router ospf 10
network 1.1.1.1 0.0.0.0 area 0
network 2.2.2.2 0.0.0.0 area 1
!

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top