C613-50100-01 REV C Command Reference for x930 Series 1538
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE COMMANDS
ROUTER
OSPF
router ospf
Overview Use this command to enter Router Configuration mode to configure an OSPF
routing process. You must specify the process ID with this command for multiple
OSPF routing processes on the device.
Use the no variant of this command to terminate an OSPF routing process.
Use the no parameter with the process-id parameter, to terminate and delete a
specific OSPF routing process. If no process-id is specified on the no variant of this
command, then all OSPF routing processes are terminated, and all OSPF
configuration is removed.
Syntax
router ospf [<process-id>]
no router ospf [<process-id>]
Syntax (VRF lite) router ospf [<process-id>] [<vrf-instance>]
no router ospf [<process-id>]
Default No routing process is defined by default.
Mode Global Configuration
Usage The process ID of OSPF is an optional parameter for the no variant of this command
only. When removing all instances of OSPF, you do not need to specify each
Process ID, but when removing particular instances of OSPF you must specify each
Process ID to be removed.
When using VRF lite, this command can be used to associate a process-id with a
VRF instance that has been created using the ip vrf command.
Example To enter Router Configuration mode to configure an existing OSPF routing process
100, use the commands:
awplus# configure terminal
awplus(config)# router ospf 100
awplus(config-router)#
Parameter Description
<process-id> A positive number from 1 to 65535, that is used to define a
routing process.
<vrf-instance> The VRF instance to be associated with the OSPF routing
process.