cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1029
Views
0
Helpful
4
Replies

ospf network subcommand not working

JimFranklin6775
Level 1
Level 1

Hello...I'm brand new to CML and I'm getting used to the interface. I'm telnetted into the two cores and want to bring up OSPF but the network subcommand won't accept subnets:

 

RP/0/0/CPU0:core-rtr02(config)#router ospf 1
RP/0/0/CPU0:core-rtr02(config-ospf)#network ?
broadcast Specify OSPF broadcast multi-access network
non-broadcast Specify OSPF NBMA network
point-to-multipoint Specify OSPF point-to-multipoint network
point-to-point Specify OSPF point-to-point network
RP/0/0/CPU0:core-rtr02(config-ospf)#network 10.253.0.0 ?
^
% Invalid input detected at '^' marker.

 

OSPF is running so I'm totally lost on what the issue is here....

 

RP/0/0/CPU0:core-rtr02#sh ospf
Tue May 19 20:38:22.745 UTC

Routing Process "ospf 1" with ID 172.16.252.38
Role: Primary Active
NSR (Non-stop routing) is Enabled

[...]

 

thanks,

jim

1 Accepted Solution

Accepted Solutions


I think you using XR version of IOS. OSPF commands (and others) have changed in IOS XR version. try network x.x.x.x area y in regular L3 image, should work.

View solution in original post

4 Replies 4

Martin L
VIP
VIP

 

I don't think you can do network 10.253.0.0 under router ospf config mode any more.  you can enable ospf per interface only with interface command 

ip ospf x area 0 where x is process id and you can choose area other then 0.

OR

ospfv3 1 ipv4 area 0  << also under interface xyz

 

 

Regards, ML
**Please Rate All Helpful Responses **

Hi Martin...are you saying this is a sandbox limitation, or that ospf commands have changed in the sandbox version of IOS? 

 

thanks,

jim


I think you using XR version of IOS. OSPF commands (and others) have changed in IOS XR version. try network x.x.x.x area y in regular L3 image, should work.

Ooooh, I see. I didn't know about XR, I saw it and thought it was XE. Thanks!

 

jim