Skip to content
Ask AI

OSPFv2

Open Shortest Path First version 2.

URLGETPOSTPATCHPUTDELETE
/rest/v1/rpc/clear-ip-ospfNYNNN
/rest/v1/rpc/graceful-restart-prepare-ip-ospfNYNNN
/rest/v1/running/ospfv2-interfaces/{name}/{address}YYYNY
/rest/v1/running/ospfv2-interfaces/{name}/{address}/authentication/{key-id}YYNNY
/rest/v1/running/ospfv2/{vrf-name}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/areas/{area-id}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/areas/{area-id}/area-ranges/{ip-prefix}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/areas/{area-id}/virtual-link/{neighbor}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/areas/{area-id}/virtual-link/{neighbor}/message-digest-key/{key-id}YYNNY
/rest/v1/running/ospfv2/{vrf-name}/distribute-route/{protocol}/{direction}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/graceful-restart-helper/{address}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/neighbor/{ip}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/network/{prefix}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/saddress/{address}YYYNY
/rest/v1/running/ospfv2/{vrf-name}/spfYNYNN
/rest/v1/rpc/show-ip-ospf-databaseNYNNN
/rest/v1/rpc/show-ip-ospf-interfaceNYNNN
/rest/v1/rpc/show-ip-ospf-neighborNYNNN
/rest/v1/rpc/show-ip-ospf-routeNYNNN
POST HTTPS://{switch IP}/rest/v1/rpc/clear-ip-ospf
POST HTTPS://{switch IP}/rest/v1/rpc/graceful-restart-prepare-ip-ospf
POST HTTPS://{switch IP}/rest/v1/rpc/show-ip-ospf-database
POST HTTPS://{switch IP}/rest/v1/rpc/show-ip-ospf-interface
POST HTTPS://{switch IP}/rest/v1/rpc/show-ip-ospf-neighbor
POST HTTPS://{switch IP}/rest/v1/rpc/show-ip-ospf-route
POST HTTPS://{switch IP}/rest/v1/running/ospfv2-interfaces
{
"name": "Ethernet1",
"address": "20.1.1.1",
"area-id": "0.0.0.10",
"authentication-type": "TEXT",
"bfd-enable": "true",
"metric": "50",
"dead-interval": "50",
"ttl": "5",
"hello-multiplier": "10",
"hello-interval": "50",
"mtu-ignore": "true",
"network-type": "broadcast",
"priority": "50",
"retransmission-interval": "50",
"transmit-delay": "50",
"passive": "true",
"bfd-profile": "test"
}

Create authentication for an OSPFv2 interface

Section titled “Create authentication for an OSPFv2 interface”
POST HTTPS://{switch IP}/rest/v1/running/ospfv2-interfaces/Ethernet1/20.1.1.1/authentication
{
"key-id": 11,
"md5-key": "1"
}
PATCH HTTPS://{switch IP}/rest/v1/running/ospfv2/Vrf2
{
"as": "true",
"area": "0.0.0.10"
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/default/areas
{
"area-id": "0.0.0.130",
"default-cost": 130,
"stub": "true",
"stub-no-summary": "true",
"nssa-translator-role": "never",
"nssa-no-summary": "true",
"suppress-fa": "false"
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/default/areas/31/area-ranges
{
"ip-prefix": "1.2.7.4/24",
"cost": 70,
"advertise": "true"
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/default/areas/21/virtual-link
{
"neighbor": "1.2.3.4",
"enable": "true"
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/Vrf1/areas/0.0.0.10/virtual-link/1.2.3.4/message-digest-key
{
"key-id": 13,
"md5-key": "123"
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/default/distribute-route
{
"protocol": "bgp",
"direction": "OUT",
"access-list": "test_access_list"
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/default/graceful-restart-helper
{
"address": "1000",
"enable": "true"
}

Create an OSPFv2 neighbor in VRF “default”

Section titled “Create an OSPFv2 neighbor in VRF “default””
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/default/neighbor
{
"ip": "1.2.3.8",
"enable": "true",
"priority": 30,
"poll-interval": 65536
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/Vrf1/network
{
"prefix": "1.2.7.4/24",
"area": "70"
}
POST HTTPS://{switch IP}/rest/v1/running/ospfv2/default/saddress
{
"address": "1.2.8.4/24",
"enable": "true",
"tag": 4294967296,
"no-advertise": "true"
}
PATCH HTTPS://{switch IP}/rest/v1/running/ospfv2/default/spf
{
"initial-delay": null,
"initial-holdtime": 70,
"maximum-holdtime": 90
}

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw enable?
| +--rw router-id?
| +--rw capability-opaque?
| +--rw graceful-restart?
| +--rw grace-period?
| +--rw abr-type?
| +--rw auto-cost-reference-bandwidth?
| +--rw compatible-rfc1583?
| +--rw default-metric?
| +--rw log-adjacency-changes?
| +--rw maximum-paths?
| +--rw proactive-arp?
| +--rw opaque-lsa?
| +--rw rfc1583compatibility?
| +--rw fast-reroute-ti-lfa?
| +--rw fast-reroute-ti-lfa-node-protection?
| +--rw (router-info)?
| | +--:(as)
| | | +--rw as?
| | +--:(area)
| | +--rw area?
| +--rw write-multiplier?
| +--rw passive-interface-default?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
enableO”true"
"false”(sub-property of ospfv2)
Enable OSPFv2
router-idOA.B.C.D(sub-property of ospfv2)
Router-id for the OSPF process.
capability-opaqueO”true"
"false”(sub-property of ospfv2)
Opaque LSA.
Default value: “false”
graceful-restartO”true"
"false”(sub-property of ospfv2)
Enable OSPF graceful-restart.
Default value: “false”
grace-periodO1..1800(sub-property of ospfv2)
Time to wait before restarting the OSPF session.
Default value: 120
abr-typeO”cisco"
"shortcut"
"standard”(sub-property of ospfv2)
Area border router type.
Default value: “cisco”
auto-cost-reference-bandwidthO1..4294967(sub-property of ospfv2)
The reference bandwidth in terms of Mbits per second.
compatible-rfc1583O”true"
"false”(sub-property of ospfv2)
Compatible with RFC 1583.
default-metricO0..16777214(sub-property of ospfv2)
Metric of redistributed routes.
log-adjacency-changesO”DETAIL"
"BRIEF”(sub-property of ospfv2)
Enbale recording adjacency changes log.
maximum-pathsO1..256(sub-property of ospfv2)
Control the maximum number of equal cost paths
Default value: 256
proactive-arpO”true"
"false”(sub-property of ospfv2)
Enables or disables sending ARP requests to update neighbor table entries.
Default value: “true”
opaque-lsaO”true"
"false”(sub-property of ospfv2)
Enable the Opaque-LSA capability (RFC2370)
rfc1583compatibilityO”true"
"false”(sub-property of ospfv2)
Enable the RFC 1583 compatibility flag.
fast-reroute-ti-lfaO”true"
"false”(sub-property of ospfv2)
Activates TI-LFA for all interfaces.
fast-reroute-ti-lfa-node-protectionO”true"
"false”(sub-property of ospfv2)
Activates TI-LFA and Protection for node fault
asO”true"
"false”(sub-property of ospfv2)
Mutually exclusive with:
  • area Enable the Router Information functionality with AS flooding scope. | | area | O | “true” “false” | (sub-property of ospfv2) Mutually exclusive with:
  • as Enable the Router Information functionality with Area flooding scope. | | write-multiplier | O | 1..100 | (sub-property of ospfv2) The amount of work done in the packet read and write threads. Default value: 20 | | passive-interface-default | O | “true” “false” | (sub-property of ospfv2) Make all interfaces that belong to this router passive by default. |

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw areas
| | +--rw area* [area-id]
| | +--rw area-id
| | +--rw default-cost?
| | +--rw filter-list-in?
| | +--rw filter-list-out?
| | +--rw shortcut?
| | +--rw authentication-type?
| | +--rw authentication-key?
| | +--rw nssa-no-summary?
| | +--rw suppress-fa?
| | +--rw nssa-translator-role?
| | +--rw stub?
| | +--rw stub-no-summary?
| | +--rw virtual-link* [neighbor]
| | | +--rw neighbor
| | | +--rw enable?
| | | +--rw authentication-type?
| | | +--rw authentication-key?
| | | +--rw message-digest-key* [key-id]
| | | | +--rw key-id
| | | | +--rw md5-key?
| | | +--rw dead-interval?
| | | +--rw hello-interval?
| | | +--rw retransmit-interval?
| | | +--rw transmit-delay?
| | +--rw area-ranges
| | +--rw area-range* [ip-prefix]
| | +--rw ip-prefix
| | +--rw cost?
| | +--rw substitute?
| | +--rw advertise?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
areasM(sub-property of ospfv2)
Path-only node, has no configurable value.
area-idMA.B.C.D(sub-property of areas)
32-bit number identifying the OSPF area.
default-costO0..16777215(sub-property of areas)
Advertised default summary cost.
filter-list-inOstring(sub-property of areas)
Filter networks getting in OSPF areas.
filter-list-outOstring(sub-property of areas)
Filter networks getting out OSPF areas.
shortcutO”default"
"disable"
"enable”(sub-property of areas)
Configure the area as Shortcut capable.
Default value: “default”
authentication-typeO”MD5HMAC"
"TEXT"
"NONE”(sub-property of areas)
Authentication type.
authentication-keyOA string that represents a credential, such as a password or a key for OSPF/BGP sessions(sub-property of areas)
Simple text OSPF password.
nssa-no-summaryO”true"
"false”(sub-property of areas)
Do not inject inter-area routes into nssa.
Default value: “false”
suppress-faO”true"
"false”(sub-property of areas)
Suppress Forwarding Address generation.
Default value: “false”
nssa-translator-roleO”always"
"candidate"
"never”(sub-property of areas)
Nssa area translator role.
stubO”true"
"false”(sub-property of areas)
Config the area as stub area.
stub-no-summaryO”true"
"false”(sub-property of areas)
Do not inject inter-area routes into stub
Default value: “false”
virtual-linkM(sub-property of areas)
Path-only node, has no configurable value.
Virtual link parameters.
neighborMA.B.C.D(sub-property of virtual-link)
Router ID of the remote ABR.
enableO”true"
"false”(sub-property of virtual-link)
Enable virtual link.
authentication-typeO”MD5HMAC"
"TEXT"
"NONE”(sub-property of virtual-link)
Authentication type.
authentication-keyOA string that represents a credential, such as a password or a key for OSPF/BGP sessions(sub-property of virtual-link)
Simple text OSPF password.
message-digest-keyM(sub-property of virtual-link)
Path-only node, has no configurable value.
key-idM0..255(sub-property of message-digest-key)
Key id
md5-keyOA string that represents a credential, such as a password or a key for OSPF/BGP sessions(sub-property of message-digest-key)
The OSPF password.
dead-intervalO1..65535(sub-property of virtual-link)
Interval time after which a neighbor is declared down.
hello-intervalO1..65535(sub-property of virtual-link)
Time between HELLO packets.
retransmit-intervalO1..65535(sub-property of virtual-link)
Time between retransmitting lost link state advertisements.
transmit-delayO1..65535(sub-property of virtual-link)
Link state transmit delay.
area-rangesM(sub-property of areas)
Path-only node, has no configurable value.
ip-prefixMA.B.C.D/M(sub-property of area-ranges)
Designated IP range.
costO0..16777215(sub-property of area-ranges)
Set an explicit metric.
substituteOA.B.C.D/M(sub-property of area-ranges)
Substitute summarized prefix with another prefix.
advertiseO”true"
"false”(sub-property of area-ranges)
Summarize intra area paths from specified area into one Type-3 summary-LSA.

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw all?
| +--rw inter-area?
| +--rw intra-area?
| +--rw external?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
allO0..255(sub-property of ospfv2)
Preference for intra-area, inter-area, and external routes.
inter-areaO0..255(sub-property of ospfv2)
Preference for inter-area routes.
intra-areaO0..255(sub-property of ospfv2)
Preference for intra-area routes.
externalO0..255(sub-property of ospfv2)
Preference for AS external and NSSA routes.

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw saddress* [address]
| | +--rw address
| | +--rw enable?
| | +--rw tag?
| | +--rw no-advertise?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
saddressM(sub-property of ospfv2)
Path-only node, has no configurable value.
addressMA.B.C.D/M(sub-property of saddress)
IP address to distribute summary.
enableO”true"
"false”(sub-property of saddress)
Enable summary address.
tagO1..4294967295(sub-property of saddress)
Tag for summary route
no-advertiseO”true"
"false”(sub-property of saddress)
Don’t advertise the summary address to others

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw graceful-restart-helper* [address]
| | +--rw address
| | +--rw enable?
| +--rw graceful-restart-helper-enable?
| +--rw strict-lsa-checking?
| +--rw planned-only?
| +--rw supported-grace-time-interval?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
graceful-restart-helperM(sub-property of ospfv2)
Path-only node, has no configurable value.
addressMA.B.C.D(sub-property of graceful-restart-helper)
IP address to enable graceful-restart helper
enableO”true"
"false”(sub-property of graceful-restart-helper)
Enable graceful-restart helper
graceful-restart-helper-enableO”true"
"false”(sub-property of ospfv2)
Enable graceful-restart helper
strict-lsa-checkingO”true"
"false”(sub-property of ospfv2)
Enabel strict LSA checking.
planned-onlyO”true"
"false”(sub-property of ospfv2)
Only implement planned restart.
supported-grace-time-intervalO10..1800(sub-property of ospfv2)
Supported grace time as graceful-restart helper.

Advertise own Router-LSA with infinite distance (stub router). Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw administrative?
| +--rw on-shutdown?
| +--rw on-startup?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
administrativeO”true"
"false”(sub-property of ospfv2)
Administratively applied, for an indefinite period.
on-shutdownO5..100(sub-property of ospfv2)
Advertise stub-router prior to full shutdown of OSPF.
on-startupO5..86400(sub-property of ospfv2)
Automatically advertise stub Router-LSA on startup of OSPF.

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw neighbor* [ip]
| | +--rw ip
| | +--rw enable?
| | +--rw priority?
| | +--rw poll-interval?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
neighborM(sub-property of ospfv2)
Path-only node, has no configurable value.
Neighbor list.
ipMA.B.C.D(sub-property of neighbor)
Neighbor IP address.
enableO”true"
"false”(sub-property of neighbor)
Configures OSPF neighbors for NBMA and point-to-multipoint non-broadcast networks.
priorityO0..255(sub-property of neighbor)
Neighbor Priority.
poll-intervalO1..65535(sub-property of neighbor)
Dead Neighbor Polling interval.

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw network* [prefix]
| | +--rw prefix
| | +--rw area?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
networkM(sub-property of ospfv2)
Path-only node, has no configurable value.
Enable routing on list of IP network.
prefixMA.B.C.D/M(sub-property of network)
Prefix on which routing needs to be enabled.
areaOA.B.C.D(sub-property of network)
Area ID for this network.

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw distribute-route* [protocol direction]
| | +--rw protocol
| | +--rw direction
| | +--rw route-map?
| | +--rw access-list?
| | +--rw always?
| | +--rw metric?
| | +--rw metric-type?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
distribute-routeM(sub-property of ospfv2)
Path-only node, has no configurable value.
protocolM”kernel"
"connected"
"local"
"static"
"rip"
"ospf"
"isis"
"bgp"
"eigrp"
"nhrp"
"table"
"vnc"
"vnc-direct"
"babel"
"sharp"
"openfabric"
"default-route”(sub-property of distribute-route)
Protocol to import.
directionM”IMPORT"
"EXPORT”(sub-property of distribute-route)
Export or import router.
route-mapOstring(sub-property of distribute-route)
Route map reference.
access-listOstring(sub-property of distribute-route)
Access-list filter name.
alwaysO”true"
"false”(sub-property of distribute-route)
Always advertise default route.
metricO0..16777214(sub-property of distribute-route)
OSPF default metric.
metric-typeO”TYPE_1"
"TYPE_2”(sub-property of distribute-route)
Metric type (1/2).

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw distribute-route* [protocol direction]
| | +--rw protocol
| | +--rw direction
| | +--rw route-map?
| | +--rw access-list?
| | +--rw always?
| | +--rw metric?
| | +--rw metric-type?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
refresh-intervalO10..1800(sub-property of ospfv2)
The maximum time between distinct originations of any particular LSA, value in units seconds.
Default value: 1800
lsa-min-arrivalO0..600000(sub-property of ospfv2)
Minimum delay in receiving new version of an LSA.
Default value: 1000
lsa-allO0..5000(sub-property of ospfv2)
LSA delay between transmissions.
Default value: 5000
spfM(sub-property of ospfv2)
Path-only node, has no configurable value.
initial-delayM0..600000(sub-property of spf)
Specifies the minimum amount of time to delay SPF calculation.
initial-holdtimeM0..600000(sub-property of spf)
Separated consecutive SPF calculations.
maximum-holdtimeM0..600000(sub-property of spf)
Maximum of holdtime.
aggregation-timerO5..1800(sub-property of ospfv2)
Summarisation starts only after this delay timer expiry.
Default value: 5

Tree Diagrams

+--rw ospfv2
| +--rw ospfv2-instance* [vrf-name]
| +--rw vrf-name
| +--rw address?
| +--rw flag?
| +--rw domain-as?
| +--rw neighbor-as?
| +--rw pce-scope?

Table of Properties

NameRequiredType/RangeDescription
ospfv2MPath-only node, has no configurable value.
Top-level configuration for the OSPFv2 router.
vrf-nameM”default”
vrf name(sub-property of ospfv2)
Name of VRF instance.
addressOA.B.C.D(sub-property of ospfv2)
The PCE IP address.
flagO0..4294967295(sub-property of ospfv2)
Flag.
domain-asO0..65535(sub-property of ospfv2)
Autonomous System (AS) numbers of controlled domains.
neighbor-asO0..65535(sub-property of ospfv2)
neighbor ASs.
pce-scopeO0..4294967295(sub-property of ospfv2)
Pce scope.

Tree Diagrams

+--rw ospfv2-interfaces
+--rw ospfv2-interface* [name address]
+--rw name
+--rw address
+--rw vrf-name?
+--rw area-id?
+--rw authentication-type?
+--rw authentication-key?
+--rw bfd-enable?
+--rw metric?
+--rw dead-interval?
+--rw ttl?
+--rw hello-multiplier?
+--rw hello-interval?
+--rw mtu-ignore?
+--rw network-type?
+--rw priority?
+--rw retransmission-interval?
+--rw transmit-delay?
+--rw passive?
+--rw bfd-profile?
+--rw authentication* [key-id]
+--rw key-id
+--rw md5-key?

Table of Properties

NameRequiredType/RangeDescription
ospfv2-interfacesMPath-only node, has no configurable value.
nameMEthernet name
Lag1..9999
Vlan1..4094
Ethernet sub-interface name
Link-aggregation sub-interface name(sub-property of ospfv2-interfaces)
Name of interface.
addressMA.B.C.D(sub-property of ospfv2-interfaces)
Restricted to just the IP address.You can set this value to 0.0.0.0 to enable OSPF for all addresses configured on this interface.
vrf-nameO”default”
vrf name(sub-property of ospfv2-interfaces)
Name of VRF.
area-idOA.B.C.D(sub-property of ospfv2-interfaces)
Area ID for this network.
authentication-typeO”MD5HMAC"
"TEXT"
"NONE”(sub-property of ospfv2-interfaces)
Authentication type.
authentication-keyOA string that represents a credential, such as a password or a key for OSPF/BGP sessions(sub-property of ospfv2-interfaces)
Simple text OSPF password.
bfd-enableO”true"
"false”(sub-property of ospfv2-interfaces)
Enable bfd.
metricO1..65535(sub-property of ospfv2-interfaces)
Cost value set to router-LSA’s metric field
dead-intervalO1..65535(sub-property of ospfv2-interfaces)
Interval time after which a neighbor is declared down.
ttlO1..255(sub-property of ospfv2-interfaces)
Time to live.
hello-multiplierO1..10(sub-property of ospfv2-interfaces)
Set number of seconds for RouterDeadInterval timer value.
hello-intervalO1..65535(sub-property of ospfv2-interfaces)
Set number of seconds for HelloInterval timer value.
mtu-ignoreO”true"
"false”(sub-property of ospfv2-interfaces)
Enable mtu ignore.
network-typeO”broadcast"
"non-broadcast"
"point-to-multipoint"
"point-to-point”(sub-property of ospfv2-interfaces)
Set network type.
priorityO0..255(sub-property of ospfv2-interfaces)
Set RouterPriority integer value.
retransmission-intervalO1..65535(sub-property of ospfv2-interfaces)
Set number of seconds for RxmtInterval timer value.
transmit-delayO1..65535(sub-property of ospfv2-interfaces)
Set number of seconds for InfTransDelay value.
passiveO”true"
"false”(sub-property of ospfv2-interfaces)
Do not speak OSPF on the interface.
bfd-profileOstring(sub-property of ospfv2-interfaces)
Specify a BFD profile.
authenticationM(sub-property of ospfv2-interfaces)
Path-only node, has no configurable value.
key-idM0..255(sub-property of authentication)
Key id
md5-keyOA string that represents a credential, such as a password or a key for OSPF/BGP sessions(sub-property of authentication)
The MD5 password.

Tree Diagrams

+---x show-ip-ospf-neighbor
| +---w input
| | +---w vrf?
| | +---w (options)?
| | +--:(all)
| | | +---w all?
| | +--:(detail)
| | | +---w detail?
| | +--:(neighbor-id)
| | | +---w neighbor-id?
| | +--:(interface)
| | +---w interface?
| +--ro output
| +--ro data?

Table of Properties

NameRequiredType/RangeDescription
show-ip-ospf-neighborMPath-only node, has no configurable value.
Show ip ospf neighbor information.
vrfO”default”
vrf name(sub-property of input)
Name of VRF instance.
allOempty(sub-property of input)
Mutually exclusive with:
  • detail
  • neighbor-id
  • interface Display all neighbors information. | | detail | O | empty | (sub-property of input) Mutually exclusive with:
  • all
  • neighbor-id
  • interface Display more details. | | neighbor-id | O | A.B.C.D | (sub-property of input) Mutually exclusive with:
  • all
  • detail
  • interface Display information of specific neighbor-id. | | interface | O | Ethernet name Lag1..9999 Vlan1..4094 Ethernet sub-interface name Link-aggregation sub-interface name | (sub-property of input) Mutually exclusive with:
  • all
  • detail
  • neighbor-id Display information of specific interface. | | data | RO | | (sub-property of output) |

Tree Diagrams

+---x show-ip-ospf-route
| +--ro output
| +--ro data?

Table of Properties

NameRequiredType/RangeDescription
show-ip-ospf-routeMPath-only node, has no configurable value.
Show ip ospf route information.
dataRO(sub-property of output)

Tree Diagrams

+---x show-ip-ospf-database
| +--ro output
| +--ro data?

Table of Properties

NameRequiredType/RangeDescription
show-ip-ospf-databaseMPath-only node, has no configurable value.
Show ip ospf database information.
dataRO(sub-property of output)

Tree Diagrams

+---x show-ip-ospf-interface
| +---w input
| | +---w (options)?
| | +--:(traffic)
| | | +---w traffic?
| | +--:(interface)
| | +---w interface?
| +--ro output
| +--ro data?

Table of Properties

NameRequiredType/RangeDescription
show-ip-ospf-interfaceMPath-only node, has no configurable value.
Show ip ospf interface information.
trafficOempty(sub-property of input)
Mutually exclusive with:
  • interface Display interface counter information. | | interface | O | Ethernet name Lag1..9999 Vlan1..4094 Ethernet sub-interface name Link-aggregation sub-interface name | (sub-property of input) Mutually exclusive with:
  • traffic Display information of specific interface. | | data | RO | | (sub-property of output) |

Tree Diagrams

+---x clear-ip-ospf
| +---w input
| +---w vrf?
| +---w interface?
| +---w neighbor?
| +---w process?

Table of Properties

NameRequiredType/RangeDescription
clear-ip-ospfMPath-only node, has no configurable value.
Clear ospf data structures.
vrfO”default”
vrf name(sub-property of input)
Name of VRF instance.
interfaceOEthernet name
Lag1..9999
Vlan1..4094
Ethernet sub-interface name
Link-aggregation sub-interface name(sub-property of input)
Clear information of specific interface.
neighborOA.B.C.D(sub-property of input)
Display information of specific neighbor-id.
processOempty(sub-property of input)
Reset OSPF Process

Tree Diagrams

+---x graceful-restart-prepare-ip-ospf

Table of Properties

NameRequiredType/RangeDescription
graceful-restart-prepare-ip-ospfMPath-only node, has no configurable value.
Initiate a graceful restart for all OSPF instances.