IPI-OSPF
Configure area interface config mode
Use this attribute to set the OSPF area interface mode operation. Enabling this makes OSPF compatible with OpenConfig datamodel.
Attribute Name: area-interface-config-mode
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<config>
</area-interface-config-mode><!-- operation="delete"-->
</config>
</global>
</ospfv2>
Command Syntax
ospf area-interface-config-mode
Configure enable multi instance capability
Use this attribute to enable OSPF multiple instances capability.
Attribute Name: enable-multi-instance-capability
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<config>
</enable-multi-instance-capability><!-- operation="delete"-->
</config>
</global>
</ospfv2>
Command Syntax
enable ext-ospf-multi-inst
Configure grace period
Use this attribute to set the grace period for restarting the router OSPF.
This command is supported when following feature are enabled Restart capability
Attribute Name: grace-period
Attribute Type: uint16
Default Value: 120
Attribute Range: 2-1800
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<graceful-restart>
<config>
<grace-period>2</grace-period> <!-- operation="delete"-->
</config>
</graceful-restart>
</global>
</ospfv2>
Command Syntax
ospf restart grace-period <2-1800>
Configure max grace period
Use this attribute to set the maximum grace period. Act as helper only if received grace-period is less than this value.
This command is supported when following feature are enabled Restart capability
Attribute Name: max-grace-period
Attribute Type: uint16
Attribute Range: 2-1800
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<graceful-restart>
<helper>
<config>
<max-grace-period>2</max-grace-period> <!-- operation="delete"-->
</config>
</helper>
</graceful-restart>
</global>
</ospfv2>
Command Syntax
ospf restart helper max-grace-period <2-1800>
Configure disable all neighbors
Use this attribute to prevent the router OSPF from acting as helper for any neighbor.
This command is supported when following feature are enabled Restart capability
Attribute Name: disable-all-neighbors
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<graceful-restart>
<helper>
<config>
</disable-all-neighbors><!-- operation="delete"-->
</config>
</helper>
</graceful-restart>
</global>
</ospfv2>
Command Syntax
ospf restart helper never
Configure disable neighbor
Use this attribute to set the neighbor router-id for which never act as helper.
This command is supported when following feature are enabled Restart capability
Attribute Name: disable-neighbor
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<graceful-restart>
<helper>
<config>
<disable-neighbor>A.B.C.D</disable-neighbor> <!-- operation="delete"-->
</config>
</helper>
</graceful-restart>
</global>
</ospfv2>
Command Syntax
ospf restart helper never router-id A.B.C.D
Configure tie break method
Use this attribute to set the CSPF (Constrained Shortest Path First) tie-break method.
This command is supported when following feature are enabled OSPF Constrained Shortest Path First (CSPF)
Attribute Name: tie-break-method
Attribute Type: enum (random|most-fill|least-fill)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<cspf>
<config>
<tie-break-method>random</tie-break-method> <!-- operation="delete"-->
</config>
</cspf>
</global>
</ospfv2>
Command Syntax
ospf cspf tie-break (random|most-fill|least-fill)
Configure default retry interval
Use this attribute to set the CSPF (Constrained Shortest Path First) default computation retry-interval.
This command is supported when following feature are enabled OSPF Constrained Shortest Path First (CSPF)
Attribute Name: default-retry-interval
Attribute Type: uint16
Attribute Range: 1-3600
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<cspf>
<config>
<default-retry-interval>1</default-retry-interval> <!-- operation="delete"-->
</config>
</cspf>
</global>
</ospfv2>
Command Syntax
ospf cspf default-retry-interval <1-3600>
Configure enable better protection
Use this attribute to enable the CSPF (Constrained Shortest Path First) protection type.
This command is supported when following feature are enabled OSPF Constrained Shortest Path First (CSPF)
Attribute Name: enable-better-protection
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<global>
<cspf>
<config>
</enable-better-protection><!-- operation="delete"-->
</config>
</cspf>
</global>
</ospfv2>
Command Syntax
ospf cspf enable-better-protection
Configure ospf id
Use this attribute to set the OSPF process ID.
Attribute Name: ospf-id
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process> <!-- operation="delete"-->
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
<vrf-name>WORD</vrf-name>
</config>
</process>
</processes>
</ospfv2>
Command Syntax
router ospf (<0-65535>|) (WORD|)
Configure router id
Use this attribute to set a router ID for the OSPF process. Configure each router OSPF with an unique router ID.
Attribute Name: router-id
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<router-id>A.B.C.D</router-id> <!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
router-id A.B.C.D
Configure flood reduction
Use this attribute to enable flood reduction on all OSPF interfaces.
Attribute Name: flood-reduction
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
</flood-reduction><!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
ospf flood-reduction
Configure rfc1583 compatibility
Use this attribute to restore the method used to calculate summary route costs per RFC 1583.
Attribute Name: rfc1583-compatibility
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
</rfc1583-compatibility><!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
compatible rfc1583
Configure database summary
Use this attribute to enable the database summary list optimization.
Attribute Name: database-summary
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
</database-summary><!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
enable db-summary-opt
Configure bfd enable all interfaces
Use this attribute to enable Bidirectional Forwarding Detection (BFD) on all interfaces.
Attribute Name: bfd-enable-all-interfaces
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
</bfd-enable-all-interfaces><!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
bfd all-interfaces
Configure log adjacency changes
Use this attribute for the router to send a SYSLOG message when an OSPF neighbor goes up or down.
Attribute Name: log-adjacency-changes
Attribute Type: enum (brief|detail)
Default Value: brief
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<log-adjacency-changes>brief</log-adjacency-changes> <!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
log-adjacency-changes (brief|detail|)
Configure shutdown
Use this attribute to shutdown OSPF process.
Attribute Name: shutdown
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
</shutdown><!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
shutdown
Configure area border type
Use this attribute to set an OSPF Area Border Router (ABR) type.
Attribute Name: area-border-type
Attribute Type: enum (standard|cisco|ibm|shortcut)
Default Value: cisco
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<area-border-type>cisco</area-border-type> <!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
ospf abr-type (standard|cisco|ibm|shortcut|)
Configure reference bandwidth
Use this attribute to control how OSPF calculates the default metric for the interface.
Attribute Name: reference-bandwidth
Attribute Type: uint32
Default Value: 100
Attribute Range: 1-4294967
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<reference-bandwidth>1</reference-bandwidth> <!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
auto-cost reference-bandwidth <1-4294967>
Configure max database descriptors
Use this attribute to limit the number of Database Descriptors (DD) that can be processed concurrently.
Attribute Name: max-database-descriptors
Attribute Type: uint16
Default Value: 64
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<max-database-descriptors>1</max-database-descriptors> <!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
max-concurrent-dd <1-65535>
Configure p2p rfc incompatible
Use this attribute to enable unicast packet on point-point interface.
Attribute Name: p2p-rfc-incompatible
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
</p2p-rfc-incompatible><!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
ospf point-point rfc-incompatible
Configure context name
Use this attribute to set the SNMP context name for OSPF instance.
Attribute Name: context-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<context-name>WORD</context-name> <!-- operation="delete"-->
</process>
</processes>
</ospfv2>
Command Syntax
snmp context-name WORD
Configure passive interface all
Use this attribute to set all interfaces as passive.
Attribute Name: passive-interface-all
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<passive-interfaces>
<config>
</passive-interface-all><!-- operation="delete"-->
</config>
</passive-interfaces>
</process>
</processes>
</ospfv2>
Command Syntax
passive-interface
Configure passive mode
Use this attribute to define the passive mode.
Attribute Name: passive-mode
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<passive-interfaces>
<passive-interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<passive-mode>enable</passive-mode> <!-- operation="delete"-->
</passive-interface>
</passive-interfaces>
</process>
</processes>
</ospfv2>
Command Syntax
passive-interface IFNAME (disable|enable)
Configure address
Use this attribute to set interface address as passive.
Attribute Name: address
Attribute Type: inet:ipv4-address
Attribute Name: passive-mode
Attribute Type: enum (enable)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<passive-interfaces>
<passive-interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<passive-addresses>
<passive-address> <!-- operation="delete"-->
<address>A.B.C.D</address>
<config>
<address>A.B.C.D</address>
<passive-mode>enable</passive-mode>
</config>
</passive-address>
</passive-addresses>
</passive-interface>
</passive-interfaces>
</process>
</processes>
</ospfv2>
Command Syntax
passive-interface IFNAME A.B.C.D (enable)
Configure originate
Use this attribute to create a default external route into an OSPF routing domain. The system acts like an Autonomous System Boundary Router (ASBR) when you use the default-information originate command to redistribute routes into an OSPF routing domain. An ASBR does not by default generate a default route into the OSPF routing domain
Attribute Name: originate
Attribute Type: uint8
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<default-information>
<config>
</originate><!-- operation="delete"-->
</config>
</default-information>
</process>
</processes>
</ospfv2>
Command Syntax
default-information originate
Configure route map
Use this attribute to set route-map instance.
Attribute Name: route-map
Attribute Type: string
Attribute Name: originate
Attribute Type: empty
Attribute Name: always-advertise-default-route
Attribute Type: empty
Attribute Name: metric
Attribute Type: uint32
Default Value: 10
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Default Value: 2
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<default-information>
<config>
</originate><!-- operation="delete"-->
</always-advertise-default-route><!-- operation="delete"-->
<metric>0</metric> <!-- operation="delete"-->
<metric-type>2</metric-type> <!-- operation="delete"-->
<route-map>WORD</route-map> <!-- operation="delete"-->
</config>
</default-information>
</process>
</processes>
</ospfv2>
Command Syntax
default-information originate { always| metric <0-16777214>| metric-type (1|2)| route-map WORD }
Configure disable cspf
Use this attribute to enable the CSPF (Constrained Shortest Path First) feature. The default value for CSPF is enabled.
Attribute Name: disable-cspf
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<capability>
<config>
</disable-cspf><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv2>
Command Syntax
no capability cspf
Configure disable traffic engineering
Use this attribute to enable OSPF Traffic Engineering feature.
Attribute Name: disable-traffic-engineering
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<capability>
<config>
</disable-traffic-engineering><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv2>
Command Syntax
no capability traffic-engineering
Configure disable graceful restart
Graceful OSPF Restart.
Attribute Name: disable-graceful-restart
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<capability>
<config>
</disable-graceful-restart><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv2>
Command Syntax
no capability restart graceful
Configure disable opaque lsa
Use this attribute to enable opaque-LSAs which are Type 9, 10 and 11 LSAs.
Attribute Name: disable-opaque-lsa
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<capability>
<config>
</disable-opaque-lsa><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv2>
Command Syntax
no capability opaque
Configure enable vrf lite
Use this attribute to enable VRF-lite feature.
Attribute Name: enable-vrf-lite
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<capability>
<config>
</enable-vrf-lite><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv2>
Command Syntax
capability vrf-lite
Configure link local signaling
Use this attribute to enable link-local signaling feature.
Attribute Name: link-local-signaling
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<capability>
<config>
</link-local-signaling><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv2>
Command Syntax
capability lls
Configure maximum areas number
Use this attribute to set the maximum number of OSPF areas (excluding Backbone Area).
Attribute Name: maximum-areas-number
Attribute Type: uint32
Attribute Range: 1-4294967294
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<config>
<maximum-areas-number>1</maximum-areas-number> <!-- operation="delete"-->
</config>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
maximum-area <1-4294967294>
Configure disable advertise
Use this attribute to disable the advertisement of these routes.
Attribute Name: disable-advertise
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<area-ranges>
<area-range>
<address>A.B.C.D/M|A.B.C.D A.B.C.D</address>
<config>
<address>A.B.C.D/M|A.B.C.D A.B.C.D</address>
</config>
</disable-advertise><!-- operation="delete"-->
</area-range>
</area-ranges>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area (A.B.C.D|<0-4294967295>) range (A.B.C.D/M|A.B.C.D A.B.C.D) not-advertise
Configure authentication type
Use this attribute to set the area authentication type.
Attribute Name: authentication-type
Attribute Type: enum (authentication|authentication message-digest)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<authentication-type>authentication</authentication-type> <!-- operation="delete"-->
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area (authentication|authentication message-digest)
Configure default cost
Use this attribute to set the summary-default cost of a NSSA or stub area.
Attribute Name: default-cost
Attribute Type: uint32
Attribute Range: 0-16777215
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<default-cost>0</default-cost> <!-- operation="delete"-->
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area default-cost <0-16777215>
Configure shortcut
Use this attribute to set the area shortcutting mode.
Attribute Name: shortcut
Attribute Type: enum (default|enable|disable)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<shortcut>default</shortcut> <!-- operation="delete"-->
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area shortcut (default|enable|disable)
Configure name
Use this attribute to set the interface to enable OSPF area.
Attribute Name: name
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface> <!-- operation="delete"-->
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME
Configure cost
Use this attribute to explicitly specify the cost of the link-state metric in a router-LSA.
Attribute Name: cost
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<cost>1</cost> <!-- operation="delete"-->
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME cost <1-65535>
Configure network type
Use this attribute to set the area interface network type.
Attribute Name: network-type
Attribute Type: enum (point-to-point|broadcast|non-broadcast|point-to-multipoint|point-to-multipoint non-broadcast)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<network-type>point-to-point</network-type> <!-- operation="delete"-->
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME network-type (point-to-point|broadcast|non-broadcast|point-to-multipoint|point-to-multipoint non-broadcast)
Configure passive
Use this attribute to set area interface as passive.
Attribute Name: passive
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
</passive><!-- operation="delete"-->
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME passive
Configure priority
Use this attribute to set the router priority to determine the designated router (DR) for the network.
Attribute Name: priority
Attribute Type: uint8
Default Value: 1
Attribute Range: 0-255
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<priority>0</priority> <!-- operation="delete"-->
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME priority <0-255>
Configure area id
Use this attribute to configure authentication on this interface.
Attribute Name: authentication-type
Attribute Type: enum (null|simple|message-digest)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<authentication-type>simple</authentication-type> <!-- operation="delete"-->
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME authentication (null|message-digest|)
Configure enabled
Use this attribute to enable Bidirectional Forwarding Detection (BFD).
This command is supported when following feature are enabled Bidirectional Forwarding Detection (BFD)
Attribute Name: enabled
Attribute Type: enum (enable|disable)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<enable-bfd>
<config>
<enabled>enable</enabled> <!-- operation="delete"-->
</config>
</enable-bfd>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME bfd (disable|)
Configure filter out
Use this attribute to turn on the LSA database-filter for a particular interface. OSPF floods new LSAs over all interfaces in an area, except the interface on which the LSA arrives. This redundancy ensures robust flooding. However, too much redundancy can waste bandwidth and might lead to excessive link and CPU usage in certain topologies, resulting in destabilizing the network. To avoid this, use this attribute to block flooding of LSAs over specified interfaces.
Attribute Name: filter-out
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<lsa-filter>
<config>
</filter-out><!-- operation="delete"-->
</config>
</lsa-filter>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME database-filter all out
Configure traffic engineering metric
Use this attribute to set the minimum delay in milliseconds between accepting the same LSA from neighbors.
Attribute Name: traffic-engineering-metric
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<mpls>
<config>
<traffic-engineering-metric>1</traffic-engineering-metric> <!-- operation="delete"-->
</config>
</mpls>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME te-metric <1-65535>
Configure ldp igp sync enable
Use this attribute to enable the MPLS LDP IGP SYNC on OSPF.
Attribute Name: ldp-igp-sync-enable
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<mpls>
<igp-ldp-sync>
<config>
</ldp-igp-sync-enable><!-- operation="delete"-->
</config>
</igp-ldp-sync>
</mpls>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME mpls ldp-igp sync ospf
Configure holddown timer
Use this attribute to configure the hold-down timer for which OSPF will wait for LDP to converge and advertises Max cost. When the configured time expires, OSPF starts advertising the actual cost in the Router-LSA.
Attribute Name: holddown-timer
Attribute Type: uint32
Default Value: 70000
Attribute Range: 1-2147483
Attribute Name: ldp-igp-sync-enable
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<mpls>
<igp-ldp-sync>
<config>
</ldp-igp-sync-enable><!-- operation="delete"-->
<holddown-timer>1</holddown-timer> <!-- operation="delete"-->
</config>
</igp-ldp-sync>
</mpls>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME mpls ldp-igp sync ospf holddown-timer <1-2147483>
Configure dead interval
Use this attribute to set the interval during which the router waits to receive an OSPF hello packet from the neighbor before declaring the neighbor down.
Attribute Name: dead-interval
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<dead-interval>1</dead-interval> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME dead-interval <1-65535>
Configure hello interval
Use this attribute to specify the interval between hello packets.
Attribute Name: hello-interval
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<hello-interval>1</hello-interval> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME hello-interval <1-65535>
Configure retransmission interval
Use this attribute to specify the time between link-state advertisement (LSA) retransmissions for adjacencies belonging to the interface.
Attribute Name: retransmission-interval
Attribute Type: uint16
Default Value: 5
Attribute Range: 1-3600
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<interfaces>
<interface>
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<retransmission-interval>1</retransmission-interval> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area interface IFNAME retransmit-interval <1-3600>
Configure no summary
Use this attribute to set the OSPF area stub with no-summary, this will prevent an ABR from sending summary link state advertisements into the stub area.
Attribute Name: no-summary
Attribute Type: empty
Attribute Name: is-stub
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<stub>
<config>
</is-stub><!-- operation="delete"-->
</no-summary><!-- operation="delete"-->
</config>
</stub>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area stub no-summary
Configure is stub
Use this attribute to set the OSPF area as stub.
Attribute Name: is-stub
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<stub>
<config>
</is-stub><!-- operation="delete"-->
</config>
</stub>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area stub
Configure nssa enable
Use this attribute to enable the OSPF area as NSSA.
This command is supported when following feature are enabled Not-So-Stubby Area (NSSA)
Attribute Name: nssa-enable
Attribute Type: enum (nssa)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<nssas>
<nssa> <!-- operation="delete"-->
<nssa-enable>nssa</nssa-enable>
<config>
<nssa-enable>nssa</nssa-enable>
</config>
</nssa>
</nssas>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area (nssa)
Configure stability interval
Use this attribute to set route-map instance.
This command is supported when following feature are enabled Not-So-Stubby Area (NSSA)
Attribute Name: route-map
Attribute Type: string
Attribute Name: no-summary
Attribute Type: empty
Attribute Name: stability-interval
Attribute Type: uint32
Default Value: 40
Attribute Range: 0-2147483647
Attribute Name: translator-role
Attribute Type: enum (never|always|candidate)
Attribute Name: no-redistribution
Attribute Type: empty
Attribute Name: default-information-originate
Attribute Type: empty
Attribute Name: metric
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Default Value: 2
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<nssas>
<nssa>
<nssa-enable>nssa</nssa-enable>
<config>
<nssa-enable>nssa</nssa-enable>
</no-summary>
<stability-interval>0</stability-interval>
<translator-role>never</translator-role>
</no-redistribution>
</default-information-originate>
<metric>0</metric>
<metric-type>2</metric-type>
</config>
<route-map>WORD</route-map>
</nssa>
</nssas>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area (nssa) { no-summary| stability-interval <0-2147483647>| translator-role (never|always|candidate)| no-redistribution| default-information-originate| metric <0-16777214>| metric-type (1|2)| route-map WORD }
Configure ip address
Use this attribute to set the OSPF area ID.
Attribute Name: area-id
Attribute Type: inet:ipv4-address
Attribute Name: ip-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area> <!-- operation="delete"-->
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<hosts>
<host>
<ip-address>A.B.C.D</ip-address>
</host>
</hosts>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
host A.B.C.D area
Configure instance id
Use this attribute to set the instance ID. Use this command with OSPF multiple-instance support enabled.
Attribute Name: instance-id
Attribute Type: uint8
Attribute Range: 0-255
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<networks>
<network>
<prefix>A.B.C.D/M|A.B.C.D A.B.C.D</prefix>
<config>
<prefix>A.B.C.D/M|A.B.C.D A.B.C.D</prefix>
</config>
<instance-id>0</instance-id>
</network>
</networks>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
network (A.B.C.D/M|A.B.C.D A.B.C.D) area (instance-id <0-255>|)
Configure remote router id
Use this attribute to set the interface IP address of the neighbor.
Attribute Name: remote-router-id
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<virtual-links>
<virtual-link> <!-- operation="delete"-->
<remote-router-id>A.B.C.D</remote-router-id>
<config>
<remote-router-id>A.B.C.D</remote-router-id>
</config>
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area virtual-link A.B.C.D
Configure fall over
Fall-over detection with Bidirectional Forwarding Detection (BFD).
Attribute Name: fall-over
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<virtual-links>
<virtual-link>
<remote-router-id>A.B.C.D</remote-router-id>
<config>
<remote-router-id>A.B.C.D</remote-router-id>
</config>
<bfd>
<config>
</fall-over><!-- operation="delete"-->
</config>
</bfd>
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area virtual-link A.B.C.D fall-over bfd
Configure key
Use this attribute to set the authentication password (key).
Attribute Name: key
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<virtual-links>
<virtual-link>
<remote-router-id>A.B.C.D</remote-router-id>
<config>
<remote-router-id>A.B.C.D</remote-router-id>
</config>
<authentication>
<config>
<key>WORD</key> <!-- operation="delete"-->
</config>
</authentication>
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area virtual-link A.B.C.D authentication-key WORD
Configure message digest id
Use this attribute to set the authentication message digest key ID.
Attribute Name: message-digest-id
Attribute Type: uint8
Attribute Range: 1-255
Attribute Name: message-digest-encryption-type
Attribute Type: enum (md5)
Attribute Name: message-digest-key
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<virtual-links>
<virtual-link>
<remote-router-id>A.B.C.D</remote-router-id>
<config>
<remote-router-id>A.B.C.D</remote-router-id>
</config>
<authentication>
<message-digests>
<message-digest> <!-- operation="delete"-->
<message-digest-id>1</message-digest-id>
<config>
<message-digest-id>1</message-digest-id>
<message-digest-encryption-type>md5</message-digest-encryption-type>
<message-digest-key>WORD</message-digest-key>
</config>
</message-digest>
</message-digests>
</authentication>
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area virtual-link A.B.C.D message-digest-key <1-255> (md5) WORD
Configure transmit delay
Dead router detection time. Interval during which no packets are received and after which the router acknowledges a neighboring router as off-line.
Attribute Name: dead-interval
Attribute Type: uint16
Attribute Range: 1-65535
Attribute Name: hello-interval
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-65535
Attribute Name: transmit-delay
Attribute Type: uint16
Default Value: 1
Attribute Range: 1-3600
Attribute Name: retransmission-interval
Attribute Type: uint16
Default Value: 5
Attribute Range: 1-3600
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<virtual-links>
<virtual-link>
<remote-router-id>A.B.C.D</remote-router-id>
<config>
<remote-router-id>A.B.C.D</remote-router-id>
</config>
<timers>
<config>
<hello-interval>1</hello-interval> <!-- operation="delete"-->
<transmit-delay>1</transmit-delay> <!-- operation="delete"-->
<retransmission-interval>1</retransmission-interval> <!-- operation="delete"-->
<dead-interval>1</dead-interval> <!-- operation="delete"-->
</config>
</timers>
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area virtual-link A.B.C.D { dead-interval <1-65535>| hello-interval <1-65535>| transmit-delay <1-3600>| retransmit-interval <1-3600> }
Configure destination id
Use this attribute to set the destination IP address of sham link.
This command is supported when following feature are enabled OSPF Virtual Routing and Forwarding (VRF),Multi-Protocol Label Switching (MPLS)
Attribute Name: destination-id
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<sham-links>
<sham-link> <!-- operation="delete"-->
<destination-id>A.B.C.D</destination-id>
<config>
<destination-id>A.B.C.D</destination-id>
<source-id>A.B.C.D</source-id>
</config>
<source-id>A.B.C.D</source-id>
</sham-link>
</sham-links>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area sham-link A.B.C.D A.B.C.D
Configure source id
Use this attribute to set the sham link cost.
This command is supported when following feature are enabled OSPF Virtual Routing and Forwarding (VRF),Multi-Protocol Label Switching (MPLS)
Attribute Name: cost
Attribute Type: uint16
Default Value: 1
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<areas>
<area>
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
</config>
<sham-links>
<sham-link>
<destination-id>A.B.C.D</destination-id>
<config>
<destination-id>A.B.C.D</destination-id>
<source-id>A.B.C.D</source-id>
</config>
<source-id>A.B.C.D</source-id>
<cost>1</cost> <!-- operation="delete"-->
</sham-link>
</sham-links>
</area>
</areas>
</process>
</processes>
</ospfv2>
Command Syntax
area sham-link A.B.C.D A.B.C.D cost <1-65535>
Configure limit type
Use this attribute to set the limit type. Soft limit: Warning message appears if the number of LSAs exceeds the specified value; Hard limit: Shutdown occurs if the number of LSAs exceeds the specified value. Default value is 2.
Attribute Name: limit-type
Attribute Type: enum (soft|hard)
Attribute Name: max-limit
Attribute Type: uint32
Attribute Range: 0-4294967294
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<lsdb>
<overflow>
<normal-lsa>
<config>
<max-limit>0</max-limit>
<limit-type>hard</limit-type>
</config>
</normal-lsa>
</overflow>
</lsdb>
</process>
</processes>
</ospfv2>
Command Syntax
overflow database <0-4294967294> ((soft|hard|)|)
Configure exit interval
Use this attrobute to set the number of seconds the router waits before trying to exit the database overflow state. If this parameter is 0, the router exits the overflow state only after an explicit administrator command. Default value is 0.
This command is supported when following feature are enabled OSPF DataBase (DB) overflow
Attribute Name: exit-interval
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: max-limit
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<lsdb>
<overflow>
<external-lsa>
<config>
<max-limit>0</max-limit>
<exit-interval>0</exit-interval>
</config>
</external-lsa>
</overflow>
</lsdb>
</process>
</processes>
</ospfv2>
Command Syntax
overflow database external <0-2147483647> <0-65535>
Configure keep all paths
Use this attribute to enable fast rerouting on all OSPF interfaces.
This command is supported when following feature are enabled OSPF Loop Free Alternate (LFA)
Attribute Name: keep-all-paths
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<lfa>
<fast-reroute>
<config>
</keep-all-paths><!-- operation="delete"-->
</config>
</fast-reroute>
</lfa>
</process>
</processes>
</ospfv2>
Command Syntax
fast-reroute keep-all-paths
Configure remote lfa areas
Use this attribute to set remote-lfa for OSPF area.
This command is supported when following feature are enabled OSPF Loop Free Alternate (LFA)
Attribute Name: remote-lfa-areas
Attribute Type: union
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<lfa>
<fast-reroute>
<config>
<remote-lfa-areas>OSPF_AREA_T</remote-lfa-areas>
</config>
</fast-reroute>
</lfa>
</process>
</processes>
</ospfv2>
Command Syntax
fast-reroute per-prefix remote-lfa area (A.B.C.D|<0-4294967295>) tunnel mpls-ldp
Configure idx
Use this attribute to set the tie breaking index. A lower value has higher preference.
This command is supported when following feature are enabled OSPF Loop Free Alternate (LFA)
Attribute Name: idx
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<lfa>
<fast-reroute>
<tie-breaks>
<tie-break>
<type>primary-path</type>
<config>
<type>primary-path</type>
</config>
<idx>1</idx> <!-- operation="delete"-->
</tie-break>
</tie-breaks>
</fast-reroute>
</lfa>
</process>
</processes>
</ospfv2>
Command Syntax
fast-reroute tie-break (primary-path|node-protecting|interface-disjoint|broadcast-interface-disjoint|downstream-path|secondary-path) index <1-255>
Configure default distance
Use this attribute to specifies a default administrative distance used when no other specification exists for a routing information source.
Attribute Name: default-distance
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<administrative-distance>
<config>
<default-distance>1</default-distance> <!-- operation="delete"-->
</config>
</administrative-distance>
</process>
</processes>
</ospfv2>
Command Syntax
distance <1-255>
Configure intra area distance
Use this attribute to set the distance for all routes within an area.
Attribute Name: intra-area-distance
Attribute Type: uint8
Attribute Range: 1-255
Attribute Name: inter-area-distance
Attribute Type: uint8
Attribute Range: 1-255
Attribute Name: external-routes-distance
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<administrative-distance>
<ospf>
<config>
<inter-area-distance>1</inter-area-distance> <!-- operation="delete"-->
<external-routes-distance>1</external-routes-distance> <!-- operation="delete"-->
<intra-area-distance>1</intra-area-distance> <!-- operation="delete"-->
</config>
</ospf>
</administrative-distance>
</process>
</processes>
</ospfv2>
Command Syntax
distance ospf { intra-area <1-255>| inter-area <1-255>| external <1-255> }
Configure access control list
Use this attribute to specifies administrative distance network ACL.
Attribute Name: access-control-list
Attribute Type: string
Attribute Name: distance
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<administrative-distance>
<networks>
<network>
<prefix>A.B.C.D/M</prefix>
<config>
<prefix>A.B.C.D/M</prefix>
<distance>1</distance>
</config>
<access-control-list>WORD</access-control-list>
</network>
</networks>
</administrative-distance>
</process>
</processes>
</ospfv2>
Command Syntax
distance <1-255> A.B.C.D/M (WORD|)
Configure not advertise
Use this attribute to suppress routes that match the address range.
Attribute Name: not-advertise
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<summary-addresses>
<summary-address>
<address>A.B.C.D/M|A.B.C.D A.B.C.D</address>
<config>
<address>A.B.C.D/M</address>
</config>
</not-advertise><!-- operation="delete"-->
</summary-address>
</summary-addresses>
</process>
</processes>
</ospfv2>
Command Syntax
summary-address (A.B.C.D/M|A.B.C.D A.B.C.D) not-advertise
Configure tag
Use this attribute to set the tag value to use as a match value for controlling redistribution via route maps.
Attribute Name: tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<summary-addresses>
<summary-address>
<address>A.B.C.D/M|A.B.C.D A.B.C.D</address>
<config>
<address>A.B.C.D/M</address>
</config>
<tag>0</tag> <!-- operation="delete"-->
</summary-address>
</summary-addresses>
</process>
</processes>
</ospfv2>
Command Syntax
summary-address (A.B.C.D/M|A.B.C.D A.B.C.D) tag <0-4294967295>
Configure access control list isis
Use this attribute to set the access control list name for ISIS protocol.
This command is supported when following feature are enabled Access-Control List (ACL)
Attribute Name: access-control-list-isis
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<distribute-list>
<filter-out>
<config>
<access-control-list-isis>WORD</access-control-list-isis> <!-- operation="delete"-->
</config>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv2>
Command Syntax
distribute-list WORD out isis
Configure access control list bgp
Use this attribute to set the access control list name for BGP protocol.
This command is supported when following feature are enabled Access-Control List (ACL)
Attribute Name: access-control-list-bgp
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<distribute-list>
<filter-out>
<config>
<access-control-list-bgp>WORD</access-control-list-bgp> <!-- operation="delete"-->
</config>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv2>
Command Syntax
distribute-list WORD out bgp
Configure access control list rip
Use this attribute to set the access control list name for RIP protocol.
This command is supported when following feature are enabled Access-Control List (ACL)
Attribute Name: access-control-list-rip
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<distribute-list>
<filter-out>
<config>
<access-control-list-rip>WORD</access-control-list-rip> <!-- operation="delete"-->
</config>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv2>
Command Syntax
distribute-list WORD out rip
Configure access control list static
Use this attribute to set the access control list name for static routes.
This command is supported when following feature are enabled Access-Control List (ACL)
Attribute Name: access-control-list-static
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<distribute-list>
<filter-out>
<config>
<access-control-list-static>WORD</access-control-list-static> <!-- operation="delete"-->
</config>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv2>
Command Syntax
distribute-list WORD out static
Configure access control list connected
Use this attribute to set the access control list name for connected networks.
This command is supported when following feature are enabled Access-Control List (ACL)
Attribute Name: access-control-list-connected
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<distribute-list>
<filter-out>
<config>
<access-control-list-connected>WORD</access-control-list-connected> <!-- operation="delete"-->
</config>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv2>
Command Syntax
distribute-list WORD out connected
Configure access control list kernel
Use this attribute to set the access control list name for KERNEL routes.
This command is supported when following feature are enabled Access-Control List (ACL)
Attribute Name: access-control-list-kernel
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<distribute-list>
<filter-out>
<config>
<access-control-list-kernel>WORD</access-control-list-kernel> <!-- operation="delete"-->
</config>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv2>
Command Syntax
distribute-list WORD out kernel
Configure ospf process id
Use this attribute to set the OSPF ID in distribution list filter out.
This command is supported when following feature are enabled Access-Control List (ACL)
Attribute Name: ospf-process-id
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: access-control-list-out-ospf
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<distribute-list>
<filter-out>
<ospfv2-processes>
<ospfv2-process>
<ospf-process-id>0</ospf-process-id>
<config>
<ospf-process-id>0</ospf-process-id>
<access-control-list-out-ospf>WORD</access-control-list-out-ospf> <!-- operation="delete"-->
</config>
</ospfv2-process>
</ospfv2-processes>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv2>
Command Syntax
distribute-list WORD out ospf (<0-65535>|)
Configure primary domain id address
Use this attribute to set the domain ID in IPv4 address format.
This command is supported when following feature are enabled OSPF Virtual Routing and Forwarding (VRF)
Attribute Name: primary-domain-id-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<domain-id>
<primary-domain>
<config>
<primary-domain-id-address>A.B.C.D</primary-domain-id-address> <!-- operation="delete"-->
</config>
</primary-domain>
</domain-id>
</process>
</processes>
</ospfv2>
Command Syntax
domain-id A.B.C.D
Configure primary domain id hex
Use this attribute to set domain ID in hexadecimal.
This command is supported when following feature are enabled OSPF Virtual Routing and Forwarding (VRF)
Attribute Name: primary-domain-id-hex
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<domain-id>
<primary-domain>
<hexes>
<hex> <!-- operation="delete"-->
<primary-domain-id-hex>HEX_DATA</primary-domain-id-hex>
<config>
<primary-domain-id-hex>OSPF_DOMAIN_ID_HEX_STRING_T</primary-domain-id-hex>
<primary-hex-type>type-as</primary-hex-type>
</config>
<primary-hex-type>type-as</primary-hex-type>
</hex>
</hexes>
</primary-domain>
</domain-id>
</process>
</processes>
</ospfv2>
Command Syntax
domain-id type (type-as|type-as4|type-back-comp|type-ip) value HEX_DATA
Configure secondary domain id address
Use this attribute to set the secondary domain ID in IPv4 address format.
This command is supported when following feature are enabled OSPF Virtual Routing and Forwarding (VRF)
Attribute Name: secondary-domain-id-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<domain-id>
<secondary-domain>
<addresses>
<address> <!-- operation="delete"-->
<secondary-domain-id-address>A.B.C.D</secondary-domain-id-address>
<config>
<secondary-domain-id-address>A.B.C.D</secondary-domain-id-address>
</config>
</address>
</addresses>
</secondary-domain>
</domain-id>
</process>
</processes>
</ospfv2>
Command Syntax
domain-id A.B.C.D secondary
Configure secondary domain id hex
Use this attribute to set secondary domain ID in hexadecimal.
This command is supported when following feature are enabled OSPF Virtual Routing and Forwarding (VRF)
Attribute Name: secondary-domain-id-hex
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<domain-id>
<secondary-domain>
<hexes>
<hex> <!-- operation="delete"-->
<secondary-domain-id-hex>HEX_DATA</secondary-domain-id-hex>
<config>
<secondary-domain-id-hex>OSPF_DOMAIN_ID_HEX_STRING_T</secondary-domain-id-hex>
<secondary-hex-type>type-as</secondary-hex-type>
</config>
<secondary-hex-type>type-as</secondary-hex-type>
</hex>
</hexes>
</secondary-domain>
</domain-id>
</process>
</processes>
</ospfv2>
Command Syntax
domain-id type (type-as|type-as4|type-back-comp|type-ip) value HEX_DATA secondary
Configure poll interval
Use this attribute to set the router cost for point-to-multipoint neighbor.
Attribute Name: cost
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-65535
Attribute Name: priority
Attribute Type: uint8
Default Value: 0
Attribute Range: 0-255
Attribute Name: poll-interval
Attribute Type: uint32
Default Value: 120
Attribute Range: 1-2147483647
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<neighbors>
<neighbor>
<address>A.B.C.D</address>
<config>
<address>A.B.C.D</address>
<priority>0</priority> <!-- operation="delete"-->
<poll-interval>1</poll-interval> <!-- operation="delete"-->
</config>
<cost>1</cost> <!-- operation="delete"-->
</neighbor>
</neighbors>
</process>
</processes>
</ospfv2>
Command Syntax
neighbor A.B.C.D { cost <1-65535>| priority <0-255>| poll-interval <1-2147483647> }
Configure termination hold interval
Use this attribute to set the LFA termination hold on interval. It represents the delay of primary route installation (to avoid micro loop) after a failover.
Attribute Name: termination-hold-interval
Attribute Type: uint32
Default Value: 6000
Attribute Range: 100-100000
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<timers>
<lfa>
<config>
<termination-hold-interval>100</termination-hold-interval> <!-- operation="delete"-->
</config>
</lfa>
</timers>
</process>
</processes>
</ospfv2>
Command Syntax
fast-reroute terminate-hold-on interval <100-100000>
Configure min arrival interval
Use this attribute to set the minimum interval to accept the same link-state advertisement (LSA) from OSPF neighbors.
Attribute Name: min-arrival-interval
Attribute Type: uint32
Default Value: 1000
Attribute Range: 0-600000
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<timers>
<lsa>
<config>
<min-arrival-interval>0</min-arrival-interval> <!-- operation="delete"-->
</config>
</lsa>
</timers>
</process>
</processes>
</ospfv2>
Command Syntax
timers lsa arrival <0-600000>
Configure max delay
Use this attribute to set the maximum wait time in milliseconds between generation of the same LSA.
Attribute Name: max-delay
Attribute Type: uint32
Attribute Range: 1-600000
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<timers>
<lsa>
<delays>
<delay> <!-- operation="delete"-->
<max-delay>1</max-delay>
<config>
<max-delay>1</max-delay>
<min-delay>1</min-delay>
<start-delay>0</start-delay>
</config>
<min-delay>1</min-delay>
<start-delay>0</start-delay>
</delay>
</delays>
</lsa>
</timers>
</process>
</processes>
</ospfv2>
Command Syntax
timers throttle lsa all <0-600000> <1-600000> <1-600000>
Configure min delay
Use this attribute to set the maximum delay between receiving a change to SPF calculation.
Attribute Name: max-delay
Attribute Type: uint32
Attribute Range: 0-2147483647
Attribute Name: min-delay
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<timers>
<spf>
<delay>
<config>
<min-delay>0</min-delay>
<max-delay>0</max-delay>
</config>
</delay>
</spf>
</timers>
</process>
</processes>
</ospfv2>
Command Syntax
timers spf exp <0-2147483647> <0-2147483647>
Configure default metric
Use this attribute to set a default metric for OSPF. A default metric facilitates redistributing routes with incompatible metrics. If the metrics do not convert, the default metric provides an alternative. Use this attribute to use the same metric value for all redistributed routes. Use this attribute in conjunction with the redistribute command.
Attribute Name: default-metric
Attribute Type: uint32
Default Value: 2
Attribute Range: 1-16777214
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<redistribute>
<config>
<default-metric>1</default-metric> <!-- operation="delete"-->
</config>
</redistribute>
</process>
</processes>
</ospfv2>
Command Syntax
default-metric <1-16777214>
Configure protocol
This attribute redistributes routes from a routing protocol, static route, or kernel route into an OSPF routing table.
Attribute Name: protocol
Attribute Type: enum (kernel|connected|static|rip|ospf|bgp|isis)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<redistribute>
<routing-protocols>
<routing-protocol> <!-- operation="delete"-->
<protocol>kernel</protocol>
<config>
<protocol>kernel</protocol>
</config>
</routing-protocol>
</routing-protocols>
</redistribute>
</process>
</processes>
</ospfv2>
Command Syntax
redistribute (kernel|connected|static|rip|ospf|bgp|isis)
Configure metric
Use this attribute to set metric value.
Attribute Name: metric
Attribute Type: uint32
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Attribute Name: route-map
Attribute Type: string
Attribute Name: tag
Attribute Type: uint32
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<redistribute>
<routing-protocols>
<routing-protocol>
<protocol>kernel</protocol>
<config>
<protocol>kernel</protocol>
<metric-type>1</metric-type> <!-- operation="delete"-->
<route-map>WORD</route-map> <!-- operation="delete"-->
<tag>0</tag> <!-- operation="delete"-->
</config>
<metric>0</metric> <!-- operation="delete"-->
</routing-protocol>
</routing-protocols>
</redistribute>
</process>
</processes>
</ospfv2>
Command Syntax
redistribute (kernel|connected|static|rip|ospf|bgp|isis) { metric <0-16777214>| metric-type (1|2)| route-map WORD| tag <0-4294967295> }
Configure metric type
Use this attribute to set metric value.
Attribute Name: metric
Attribute Type: uint32
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Attribute Name: route-map
Attribute Type: string
Attribute Name: tag
Attribute Type: uint32
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<redistribute>
<ospf-processes>
<ospf-process>
<ospf-process-id>0</ospf-process-id>
<config>
<ospf-process-id>0</ospf-process-id>
<metric-type>1</metric-type> <!-- operation="delete"-->
<route-map>WORD</route-map> <!-- operation="delete"-->
<tag>0</tag> <!-- operation="delete"-->
</config>
<metric>0</metric> <!-- operation="delete"-->
</ospf-process>
</ospf-processes>
</redistribute>
</process>
</processes>
</ospfv2>
Command Syntax
redistribute ospf <0-65535> { metric <0-16777214>| metric-type (1|2)| route-map WORD| tag <0-4294967295> }
Configure isis process id
This attribute redistributes routes from an instance of IS-IS into an OSPF routing table.
Attribute Name: isis-process-id
Attribute Type: string
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<redistribute>
<isis-processes>
<isis-process> <!-- operation="delete"-->
<isis-process-id>WORD</isis-process-id>
<config>
<isis-process-id>WORD</isis-process-id>
</config>
</isis-process>
</isis-processes>
</redistribute>
</process>
</processes>
</ospfv2>
Command Syntax
redistribute isis WORD
Configure include stub
Use this attribute to set the metric of a stub link in the router LSA to the default max metric.
This command is supported when following feature are enabled Generate lsa with max-metric
Attribute Name: include-stub
Attribute Type: empty
Attribute Name: enable-max-router-lsa
Attribute Type: empty
Attribute Name: max-external-lsa
Attribute Type: uint32
Attribute Range: 1-16777215
Attribute Name: max-summary-lsa
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<max-metric>
<config>
</enable-max-router-lsa>
<max-external-lsa>1</max-external-lsa>
<max-summary-lsa>1</max-summary-lsa>
</include-stub>
</config>
</max-metric>
</process>
</processes>
</ospfv2>
Command Syntax
max-metric router-lsa { external-lsa (<1-16777215>|)| summary-lsa (<1-16777215>|)| include-stub }
Configure enable max router lsa
Use this attribute to set the metric in the router LSA to the default max metric.
This command is supported when following feature are enabled Generate lsa with max-metric
Attribute Name: enable-max-router-lsa
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<max-metric>
<config>
</enable-max-router-lsa>
</config>
</max-metric>
</process>
</processes>
</ospfv2>
Command Syntax
max-metric router-lsa
Configure on startup include stub
Use this attribute to set the metric of a stub link in the router LSA to the default max metric.
This command is supported when following feature are enabled Generate lsa with max-metric
Attribute Name: on-startup-include-stub
Attribute Type: empty
Attribute Name: max-on-startup
Attribute Type: uint32
Attribute Range: 5-86400
Attribute Name: max-on-startup-external-lsa
Attribute Type: uint32
Attribute Range: 1-16777215
Attribute Name: max-on-startup-summary-lsa
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<max-metric-on-startup>
<config>
<max-on-startup>5</max-on-startup>
<max-on-startup-external-lsa>1</max-on-startup-external-lsa>
<max-on-startup-summary-lsa>1</max-on-startup-summary-lsa>
</on-startup-include-stub>
</config>
</max-metric-on-startup>
</process>
</processes>
</ospfv2>
Command Syntax
max-metric router-lsa on-startup <5-86400> { external-lsa (<1-16777215>|)| summary-lsa (<1-16777215>|)| include-stub }
Configure max on startup
Use this attribute to set the metric for router LSA on-startup for the transit link to the default max metric.
This command is supported when following feature are enabled Generate lsa with max-metric
Attribute Name: max-on-startup
Attribute Type: uint32
Attribute Range: 5-86400
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<processes>
<process>
<ospf-id>0</ospf-id>
<config>
<ospf-id>0</ospf-id>
</config>
<max-metric-on-startup>
<config>
<max-on-startup>5</max-on-startup>
</config>
</max-metric-on-startup>
</process>
</processes>
</ospfv2>
Command Syntax
max-metric router-lsa on-startup <5-86400>
Configure teName
Use this attribute to set the OSPF TE metric.
This command is supported when following feature are enabled OSPF Traffic Engineering (TE),Generalized Multi-Protocol Label Switching (GMPLS)
Attribute Name: metric
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<traffic-engineering-links>
<traffic-engineering-link>
<teName>WORD</teName>
<config>
<teName>WORD</teName>
</config>
<metric>1</metric> <!-- operation="delete"-->
</traffic-engineering-link>
</traffic-engineering-links>
</ospfv2>
Command Syntax
te-metric <1-65535>
Configure link local exchange
Use this attribute to enable OSPF TE link local exchange.
This command is supported when following feature are enabled OSPF Traffic Engineering (TE),Generalized Multi-Protocol Label Switching (GMPLS)
Attribute Name: link-local-exchange
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<traffic-engineering-links>
<traffic-engineering-link>
<teName>WORD</teName>
<config>
<teName>WORD</teName>
</config>
</link-local-exchange><!-- operation="delete"-->
</traffic-engineering-link>
</traffic-engineering-links>
</ospfv2>
Command Syntax
enable-te-link-local
Configure neighbor
Use this attribute to set the OSPF area ID in which to enable multi-area adjacency.
This command is supported when following feature are enabled HAVE_OSPF_MULTI_AREA
Attribute Name: area-id
Attribute Type: union
Attribute Name: neighbor
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<multi-area-interfaces>
<multi-area-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ospfv2-processes>
<ospfv2-process>
<ospf-process-id>0</ospf-process-id>
<config>
<ospf-process-id>0</ospf-process-id>
</config>
<multi-areas-neighbors>
<multi-area-neighbor> <!-- operation="delete"-->
<area-id>OSPF_AREA_T</area-id>
<config>
<area-id>OSPF_AREA_T</area-id>
<neighbor>A.B.C.D</neighbor>
</config>
</multi-area-neighbor>
</multi-areas-neighbors>
</ospfv2-process>
</ospfv2-processes>
</multi-area-interface>
</multi-area-interfaces>
</ospfv2>
Command Syntax
ip ospf <0-65535> multi-area (A.B.C.D|<0-4294967295>) neighbor A.B.C.D
Configure rate limit
Use this attribute to enable OSPF Database Timers Rate Limiting Values for LSA Throttling debug.
Attribute Name: rate-limit
Attribute Type: uint8
Attribute Name: bfd
Attribute Type: empty
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install|spf-terse)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Attribute Name: events
Attribute Type: bits (abr|nssa|asbr|vlink|lsa|os|router)
Attribute Name: cspf-events
Attribute Type: empty
Attribute Name: cspf-hexdump
Attribute Type: empty
Attribute Name: retransmission
Attribute Type: empty
Attribute Name: policy
Attribute Type: empty
Attribute Name: redistribute
Attribute Type: bits (detail|terse)
Attribute Name: graceful-restart
Attribute Type: bits (detail|terse)
Attribute Name: packet-hello
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-dd
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-ls-request
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-ls-update
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-ls-ack
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
</bfd><!-- operation="delete"-->
<route>spf</route> <!-- operation="delete"-->
<rib>interface</rib> <!-- operation="delete"-->
<nsm>interface</nsm> <!-- operation="delete"-->
<nfsm>status</nfsm> <!-- operation="delete"-->
<lsa>generate</lsa> <!-- operation="delete"-->
<ifsm>status</ifsm> <!-- operation="delete"-->
<events>abr</events> <!-- operation="delete"-->
</cspf-events><!-- operation="delete"-->
</cspf-hexdump><!-- operation="delete"-->
</retransmission><!-- operation="delete"-->
</policy><!-- operation="delete"-->
<redistribute>detail</redistribute> <!-- operation="delete"-->
<graceful-restart>detail</graceful-restart> <!-- operation="delete"-->
<packet-hello>send</packet-hello> <!-- operation="delete"-->
<packet-dd>send</packet-dd> <!-- operation="delete"-->
<packet-ls-request>send</packet-ls-request> <!-- operation="delete"-->
<packet-ls-update>send</packet-ls-update> <!-- operation="delete"-->
<packet-ls-ack>send</packet-ls-ack> <!-- operation="delete"-->
</rate-limit><!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf
Configure bfd
Use this attribute to enable OSPF Database Timers Rate Limiting Values for LSA Throttling debug.
Attribute Name: rate-limit
Attribute Type: uint8
Attribute Name: bfd
Attribute Type: empty
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install|spf-terse)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Attribute Name: events
Attribute Type: bits (abr|nssa|asbr|vlink|lsa|os|router)
Attribute Name: cspf-events
Attribute Type: empty
Attribute Name: cspf-hexdump
Attribute Type: empty
Attribute Name: retransmission
Attribute Type: empty
Attribute Name: policy
Attribute Type: empty
Attribute Name: redistribute
Attribute Type: bits (detail|terse)
Attribute Name: graceful-restart
Attribute Type: bits (detail|terse)
Attribute Name: packet-hello
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-dd
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-ls-request
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-ls-update
Attribute Type: bits (send|recv|detail)
Attribute Name: packet-ls-ack
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
</bfd><!-- operation="delete"-->
<route>spf</route> <!-- operation="delete"-->
<rib>interface</rib> <!-- operation="delete"-->
<nsm>interface</nsm> <!-- operation="delete"-->
<nfsm>status</nfsm> <!-- operation="delete"-->
<lsa>generate</lsa> <!-- operation="delete"-->
<ifsm>status</ifsm> <!-- operation="delete"-->
<events>abr</events> <!-- operation="delete"-->
</cspf-events><!-- operation="delete"-->
</cspf-hexdump><!-- operation="delete"-->
</retransmission><!-- operation="delete"-->
</policy><!-- operation="delete"-->
<redistribute>detail</redistribute> <!-- operation="delete"-->
<graceful-restart>detail</graceful-restart> <!-- operation="delete"-->
<packet-hello>send</packet-hello> <!-- operation="delete"-->
<packet-dd>send</packet-dd> <!-- operation="delete"-->
<packet-ls-request>send</packet-ls-request> <!-- operation="delete"-->
<packet-ls-update>send</packet-ls-update> <!-- operation="delete"-->
<packet-ls-ack>send</packet-ls-ack> <!-- operation="delete"-->
</rate-limit><!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf all
Configure route
Use this attribute to enable OSPF route information debug.
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install|spf-terse)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<route>spf</route> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf route ({spf|ia|ase|install|spf-terse}|)
Configure rib
Use this attribute to enable OSPF RIB information debug.
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<rib>interface</rib> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf rib ({interface|redistribute}|)
Configure nsm
Use this attribute to enable OSPF NSM information debug.
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<nsm>interface</nsm> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf nsm ({interface|redistribute}|)
Configure nfsm
Use this attribute to enable OSPF Neighbor State Machine debug.
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<nfsm>status</nfsm> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf nfsm ({status|events|timers}|)
Configure lsa
Use this attribute to enable OSPF Link State Advertisement debug.
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<lsa>generate</lsa> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf lsa ({generate|flooding|install|refresh|maxage}|)
Configure ifsm
Use this attribute to enable OSPF Interface State Machine debug.
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<ifsm>status</ifsm> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf ifsm ({status|events|timers}|)
Configure events
Use this attribute to enable OSPF events information debug.
Attribute Name: events
Attribute Type: bits (abr|nssa|asbr|vlink|lsa|os|router)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<events>abr</events> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf events ({abr|nssa|asbr|vlink|lsa|os|router}|)
Configure cspf events
Use this attribute to enable CSPF Information debug.
Attribute Name: cspf-events
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
</cspf-events><!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug cspf events
Configure cspf hexdump
Use this attribute to enable CSPF message hexdump debug.
Attribute Name: cspf-hexdump
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
</cspf-hexdump><!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug cspf hexdump
Configure retransmission
Use this attribute to enable OSPF Debug retransmission information debug.
Attribute Name: retransmission
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
</retransmission><!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ip ospf retransmission
Configure lfa
Use this attribute to enable OSPF LFA route install details debug.
Attribute Name: lfa
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
</lfa><!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ip ospf lfa
Configure policy
Use this attribute to enable OSPF policy information debug.
Attribute Name: policy
Attribute Type: empty
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
</policy><!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ip ospf policy
Configure redistribute
Use this attribute to enable OSPF redistribute information debug.
Attribute Name: redistribute
Attribute Type: bits (detail|terse)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<redistribute>detail</redistribute> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ip ospf redistribute ({detail|terse}|)
Configure graceful restart
Use this attribute to enable OSPF graceful-restart debug.
Attribute Name: graceful-restart
Attribute Type: bits (detail|terse)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<graceful-restart>detail</graceful-restart> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ip ospf graceful-restart ({detail|terse}|)
Configure packet hello
OSPF Hello
Attribute Name: packet-hello
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<packet-hello>send</packet-hello> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf packet hello ({send|recv|detail}|)
Configure packet dd
OSPF Database Description
Attribute Name: packet-dd
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<packet-dd>send</packet-dd> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf packet dd ({send|recv|detail}|)
Configure packet ls request
OSPF Link State Request
Attribute Name: packet-ls-request
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<packet-ls-request>send</packet-ls-request> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf packet ls-request ({send|recv|detail}|)
Configure packet ls update
OSPF Link State Update
Attribute Name: packet-ls-update
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<packet-ls-update>send</packet-ls-update> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf packet ls-update ({send|recv|detail}|)
Configure packet ls ack
OSPF Link State Acknowledgment
Attribute Name: packet-ls-ack
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<debug>
<config>
<packet-ls-ack>send</packet-ls-ack> <!-- operation="delete"-->
</config>
</debug>
</ospfv2>
Command Syntax
debug ospf packet ls-ack ({send|recv|detail}|)
clear ip ospf <0-65535> process
Attribute Name: process-id
Attribute Type: uint16
Attribute Range: 0-65535
Netconf RPC payload
<ospfv2-clear-process xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<process-id>0</process-id>
</ospfv2-clear-process>
Command Syntax
clear ip ospf <0-65535> process
clear ip ospf process
Netconf RPC payload
<ospfv2-clear-process-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
clear ip ospf process
restart ip ospf graceful (grace-period <2-1800>|)
Attribute Name: grace-period
Attribute Type: uint16
Attribute Range: 2-1800
Netconf RPC payload
<ospfv2-restart-graceful xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<grace-period>2</grace-period>
</ospfv2-restart-graceful>
Command Syntax
restart ip ospf graceful (grace-period <2-1800>|)
snmp restart ospf
Netconf RPC payload
<ospfv2-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
snmp restart ospf
debug ospf all
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-ospf-all-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug ospf all
no debug ospf all
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-ospf-all-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug ospf all
debug ospf bfd
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-bfd-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug ospf bfd
no debug ospf bfd
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-bfd-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug ospf bfd
debug ospf database-timer rate-limit
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-rate-limit-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug ospf database-timer rate-limit
no debug ospf database-timer rate-limit
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-rate-limit-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug ospf database-timer rate-limit
debug ospf route ({spf|ia|ase|install|spf-terse}|)
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install|spf-terse)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-route-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<route>spf</route>
</ipi-ospf-debug_ospfv2-terminal-debug-route-on>
Command Syntax
debug ospf route ({spf|ia|ase|install|spf-terse}|)
no debug ospf route ({spf|ia|ase|install|spf-terse}|)
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install|spf-terse)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-route-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<route>spf</route>
</ipi-ospf-debug_ospfv2-terminal-debug-route-off>
Command Syntax
no debug ospf route ({spf|ia|ase|install|spf-terse}|)
debug ospf rib ({interface|redistribute}|)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-rib-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<rib>interface</rib>
</ipi-ospf-debug_ospfv2-terminal-debug-rib-on>
Command Syntax
debug ospf rib ({interface|redistribute}|)
no debug ospf rib ({interface|redistribute}|)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-rib-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<rib>interface</rib>
</ipi-ospf-debug_ospfv2-terminal-debug-rib-off>
Command Syntax
no debug ospf rib ({interface|redistribute}|)
debug ospf packet ({send|recv|detail}|)
Attribute Name: all
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-all-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<all>send</all>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-all-on>
Command Syntax
debug ospf packet ({send|recv|detail}|)
no debug ospf packet ({send|recv|detail}|)
Attribute Name: all
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-all-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<all>send</all>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-all-off>
Command Syntax
no debug ospf packet ({send|recv|detail}|)
debug ospf packet hello ({send|recv|detail}|)
Attribute Name: hello
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-hello-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<hello>send</hello>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-hello-on>
Command Syntax
debug ospf packet hello ({send|recv|detail}|)
no debug ospf packet hello ({send|recv|detail}|)
Attribute Name: hello
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-hello-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<hello>send</hello>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-hello-off>
Command Syntax
no debug ospf packet hello ({send|recv|detail}|)
debug ospf packet dd ({send|recv|detail}|)
Attribute Name: dd
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-dd-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<dd>send</dd>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-dd-on>
Command Syntax
debug ospf packet dd ({send|recv|detail}|)
no debug ospf packet dd ({send|recv|detail}|)
Attribute Name: dd
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-dd-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<dd>send</dd>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-dd-off>
Command Syntax
no debug ospf packet dd ({send|recv|detail}|)
debug ospf packet ls-request ({send|recv|detail}|)
Attribute Name: ls-request
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-request-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ls-request>send</ls-request>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-request-on>
Command Syntax
debug ospf packet ls-request ({send|recv|detail}|)
no debug ospf packet ls-request ({send|recv|detail}|)
Attribute Name: ls-request
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-request-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ls-request>send</ls-request>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-request-off>
Command Syntax
no debug ospf packet ls-request ({send|recv|detail}|)
debug ospf packet ls-update ({send|recv|detail}|)
Attribute Name: ls-update
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-update-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ls-update>send</ls-update>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-update-on>
Command Syntax
debug ospf packet ls-update ({send|recv|detail}|)
no debug ospf packet ls-update ({send|recv|detail}|)
Attribute Name: ls-update
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-update-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ls-update>send</ls-update>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-update-off>
Command Syntax
no debug ospf packet ls-update ({send|recv|detail}|)
debug ospf packet ls-ack ({send|recv|detail}|)
Attribute Name: ls-ack
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-ack-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ls-ack>send</ls-ack>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-ack-on>
Command Syntax
debug ospf packet ls-ack ({send|recv|detail}|)
no debug ospf packet ls-ack ({send|recv|detail}|)
Attribute Name: ls-ack
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-ack-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ls-ack>send</ls-ack>
</ipi-ospf-debug_ospfv2-terminal-debug-packet-ls-ack-off>
Command Syntax
no debug ospf packet ls-ack ({send|recv|detail}|)
debug ospf nsm ({interface|redistribute}|)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-nsm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<nsm>interface</nsm>
</ipi-ospf-debug_ospfv2-terminal-debug-nsm-on>
Command Syntax
debug ospf nsm ({interface|redistribute}|)
no debug ospf nsm ({interface|redistribute}|)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-nsm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<nsm>interface</nsm>
</ipi-ospf-debug_ospfv2-terminal-debug-nsm-off>
Command Syntax
no debug ospf nsm ({interface|redistribute}|)
debug ospf nfsm ({status|events|timers}|)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-nfsm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<nfsm>status</nfsm>
</ipi-ospf-debug_ospfv2-terminal-debug-nfsm-on>
Command Syntax
debug ospf nfsm ({status|events|timers}|)
no debug ospf nfsm ({status|events|timers}|)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-nfsm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<nfsm>status</nfsm>
</ipi-ospf-debug_ospfv2-terminal-debug-nfsm-off>
Command Syntax
no debug ospf nfsm ({status|events|timers}|)
debug ospf lsa ({generate|flooding|install|refresh|maxage}|)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-lsa-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<lsa>generate</lsa>
</ipi-ospf-debug_ospfv2-terminal-debug-lsa-on>
Command Syntax
debug ospf lsa ({generate|flooding|install|refresh|maxage}|)
no debug ospf lsa ({generate|flooding|install|refresh|maxage}|)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-lsa-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<lsa>generate</lsa>
</ipi-ospf-debug_ospfv2-terminal-debug-lsa-off>
Command Syntax
no debug ospf lsa ({generate|flooding|install|refresh|maxage}|)
debug ospf ifsm ({status|events|timers}|)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-ifsm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ifsm>status</ifsm>
</ipi-ospf-debug_ospfv2-terminal-debug-ifsm-on>
Command Syntax
debug ospf ifsm ({status|events|timers}|)
no debug ospf ifsm ({status|events|timers}|)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-ifsm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<ifsm>status</ifsm>
</ipi-ospf-debug_ospfv2-terminal-debug-ifsm-off>
Command Syntax
no debug ospf ifsm ({status|events|timers}|)
debug ospf events ({abr|nssa|asbr|vlink|lsa|os|router}|)
Attribute Name: events
Attribute Type: bits (abr|nssa|asbr|vlink|lsa|os|router)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-events-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<events>abr</events>
</ipi-ospf-debug_ospfv2-terminal-debug-events-on>
Command Syntax
debug ospf events ({abr|nssa|asbr|vlink|lsa|os|router}|)
no debug ospf events ({abr|nssa|asbr|vlink|lsa|os|router}|)
Attribute Name: events
Attribute Type: bits (abr|nssa|asbr|vlink|lsa|os|router)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-events-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<events>abr</events>
</ipi-ospf-debug_ospfv2-terminal-debug-events-off>
Command Syntax
no debug ospf events ({abr|nssa|asbr|vlink|lsa|os|router}|)
debug cspf events
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-cspf-events-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug cspf events
no debug cspf events
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-cspf-events-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug cspf events
debug cspf hexdump
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-cspf-hexdump-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug cspf hexdump
no debug cspf hexdump
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-cspf-hexdump-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug cspf hexdump
debug ip ospf retransmission
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-retransmission-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug ip ospf retransmission
no debug ip ospf retransmission
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-retransmission-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug ip ospf retransmission
debug ip ospf lfa
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-lfa-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug ip ospf lfa
no debug ip ospf lfa
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-lfa-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug ip ospf lfa
debug ip ospf policy
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-policy-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
debug ip ospf policy
no debug ip ospf policy
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-policy-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf"/>
Command Syntax
no debug ip ospf policy
debug ip ospf redistribute ({detail|terse}|)
Attribute Name: redistribute
Attribute Type: bits (detail|terse)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-redistribute-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<redistribute>detail</redistribute>
</ipi-ospf-debug_ospfv2-terminal-debug-redistribute-on>
Command Syntax
debug ip ospf redistribute ({detail|terse}|)
no debug ip ospf redistribute ({detail|terse}|)
Attribute Name: redistribute
Attribute Type: bits (detail|terse)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-redistribute-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<redistribute>detail</redistribute>
</ipi-ospf-debug_ospfv2-terminal-debug-redistribute-off>
Command Syntax
no debug ip ospf redistribute ({detail|terse}|)
debug ip ospf graceful-restart ({detail|terse}|)
Attribute Name: graceful-restart
Attribute Type: bits (detail|terse)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-graceful-restart-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<graceful-restart>detail</graceful-restart>
</ipi-ospf-debug_ospfv2-terminal-debug-graceful-restart-on>
Command Syntax
debug ip ospf graceful-restart ({detail|terse}|)
no debug ip ospf graceful-restart ({detail|terse}|)
Attribute Name: graceful-restart
Attribute Type: bits (detail|terse)
Netconf RPC payload
<ipi-ospf-debug_ospfv2-terminal-debug-graceful-restart-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospf">
<graceful-restart>detail</graceful-restart>
</ipi-ospf-debug_ospfv2-terminal-debug-graceful-restart-off>
Command Syntax
no debug ip ospf graceful-restart ({detail|terse}|)