C613-50170-01 Rev B
Command Reference for x510 Series
1037
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
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>
]
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.
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.