05-19-2020 01:56 PM
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
Solved! Go to Solution.
05-19-2020 04:59 PM
05-19-2020 03:47 PM - edited 05-19-2020 03:52 PM
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 **
05-19-2020 04:39 PM
Hi Martin...are you saying this is a sandbox limitation, or that ospf commands have changed in the sandbox version of IOS?
thanks,
jim
05-19-2020 04:59 PM
05-19-2020 05:37 PM
Ooooh, I see. I didn't know about XR, I saw it and thought it was XE. Thanks!
jim
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide