IPI-OSPFV3
Configure display route on single line
Use this attribute to display the output of the show ipv6 ospf route command with each route entry in a singleline.
Attribute Name: display-route-on-single-line
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<global>
<config>
</display-route-on-single-line><!-- operation="delete"-->
</config>
</global>
</ospfv3>
Command Syntax
ipv6 ospf display route single-line
Configure grace period
Use this attribute to enable the graceful restart feature and set the grace period for restarting the router
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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<global>
<graceful-restart>
<config>
<grace-period>2</grace-period> <!-- operation="delete"-->
</config>
</graceful-restart>
</global>
</ospfv3>
Command Syntax
ipv6 ospf restart grace-period <2-1800>
Configure controlled restarts only
Use this attribute to enable the graceful restart controlled restarts only for the router
This command is supported when following feature are enabled Restart capability
Attribute Name: controlled-restarts-only
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<global>
<graceful-restart>
<config>
</controlled-restarts-only><!-- operation="delete"-->
</config>
</graceful-restart>
</global>
</ospfv3>
Command Syntax
ipv6 ospf restart planned-only
Configure max grace period
Use this attribute to set the maximum grace period to act as helper. i.e Help only if received grace-period is less than set 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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<global>
<graceful-restart>
<helper>
<config>
<max-grace-period>2</max-grace-period> <!-- operation="delete"-->
</config>
</helper>
</graceful-restart>
</global>
</ospfv3>
Command Syntax
ipv6 ospf restart helper max-grace-period <2-1800>
Configure disable all neighbors
Use this attribute to set disable acting as helper for all neighbors.
This command is supported when following feature are enabled Restart capability
Attribute Name: disable-all-neighbors
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<global>
<graceful-restart>
<helper>
<config>
</disable-all-neighbors><!-- operation="delete"-->
</config>
</helper>
</graceful-restart>
</global>
</ospfv3>
Command Syntax
ipv6 ospf restart helper never
Configure disable neighbor
Use this attribute to set disable acting as helper for specified neighbor.
This command is supported when following feature are enabled Restart capability
Attribute Name: disable-neighbor
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<global>
<graceful-restart>
<helper>
<config>
<disable-neighbor>A.B.C.D</disable-neighbor> <!-- operation="delete"-->
</config>
</helper>
</graceful-restart>
</global>
</ospfv3>
Command Syntax
ipv6 ospf restart helper never router-id A.B.C.D
Configure vrf name
VRF Name to associate with this instance
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<vrf-name>WORD</vrf-name>
</process>
</processes>
</ospfv3>
Command Syntax
router ipv6 vrf ospf WORD
Configure ospfv3 id
Use this attribute to set the OSPFv3 process ID
Attribute Name: ospfv3-id
Attribute Type: string
Attribute Range: 0-254
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process> <!-- operation="delete"-->
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
<vrf-name>WORD</vrf-name>
</config>
</process>
</processes>
</ospfv3>
Command Syntax
router ipv6 ospf (WORD|) (WORD|)
Configure router id
Use this attribute to set a router ID for the OSPFv3 process. Configure each router OSPFv3 with an unique router ID
Attribute Name: router-id
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<router-id>A.B.C.D</router-id> <!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
router-id A.B.C.D
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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
</bfd-enable-all-interfaces><!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
bfd all-interfaces
Configure database summary
Use this attribute to enable the database summary list optimization for OSPFv3.
Attribute Name: database-summary
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
</database-summary><!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
enable db-summary-opt
Configure area border type
Use this attribute to set an OSPFv3 Area Border Router (ABR) type.
Attribute Name: area-border-type
Attribute Type: enum (standard|cisco|ibm)
Default Value: cisco
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<area-border-type>cisco</area-border-type> <!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
abr-type (standard|cisco|ibm)
Configure default metric
Use this attribute to set a default metric for OSPFv3.
Attribute Name: default-metric
Attribute Type: uint32
Default Value: 20
Attribute Range: 1-16777214
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<default-metric>1</default-metric> <!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
default-metric <1-16777214>
Configure shutdown
Use this attribute to specify an OSPFv3 shutdown
Attribute Name: shutdown
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
</shutdown><!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
shutdown
Configure log adjacency changes
Use this attribute for the the router to send a SYSLOG message when an OSPFv3 neighbor goes up or down.
Attribute Name: log-adjacency-changes
Attribute Type: enum (brief|detail)
Default Value: brief
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<log-adjacency-changes>brief</log-adjacency-changes> <!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
log-adjacency-changes (brief|detail|)
Configure reference bandwidth
Use this attribute to control how OSPFv3 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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<reference-bandwidth>1</reference-bandwidth> <!-- operation="delete"-->
</process>
</processes>
</ospfv3>
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: 5
Attribute Range: 1-65535
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<max-database-descriptors>1</max-database-descriptors> <!-- operation="delete"-->
</process>
</processes>
</ospfv3>
Command Syntax
max-concurrent-dd <1-65535>
Configure default distance
Default administrative distance value
Attribute Name: default-distance
Attribute Type: uint8
Default Value: 110
Attribute Range: 1-254
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<administrative-distance>
<config>
<default-distance>1</default-distance> <!-- operation="delete"-->
</config>
</administrative-distance>
</process>
</processes>
</ospfv3>
Command Syntax
distance <1-254>
Configure intra area distance
Administrative distance for intra-area routes
Attribute Name: intra-area-distance
Attribute Type: uint8
Default Value: 110
Attribute Range: 1-254
Attribute Name: inter-area-distance
Attribute Type: uint8
Default Value: 110
Attribute Range: 1-254
Attribute Name: external-routes-distance
Attribute Type: uint8
Default Value: 110
Attribute Range: 1-254
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-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>
</ospfv3>
Command Syntax
distance ospfv3 { intra-area <1-254>| inter-area <1-254>| external <1-254> }
Configure traffic engineering
OSPFv3 Traffic Engineering extension
Attribute Name: traffic-engineering
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<capability>
<config>
</traffic-engineering><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv3>
Command Syntax
capability te
Configure disable graceful restart
Graceful OSPFv3 Restart
Attribute Name: disable-graceful-restart
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<capability>
<config>
</disable-graceful-restart><!-- operation="delete"-->
</config>
</capability>
</process>
</processes>
</ospfv3>
Command Syntax
no capability restart
Configure exponential max delay
Use this attribute to set the maximum SPF hold delay time in milliseconds
Attribute Name: exponential-max-delay
Attribute Type: uint32
Attribute Range: 0-2147483647
Attribute Name: exponential-min-delay
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<timers>
<spf>
<config>
<exponential-min-delay>0</exponential-min-delay>
<exponential-max-delay>0</exponential-max-delay>
</config>
</spf>
</timers>
</process>
</processes>
</ospfv3>
Command Syntax
timers spf exp <0-2147483647> <0-2147483647>
Configure all interfaces
Use this attribute to set all interfaces as passive
Attribute Name: all-interfaces
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<passive-interfaces>
<config>
</all-interfaces><!-- operation="delete"-->
</config>
</passive-interfaces>
</process>
</processes>
</ospfv3>
Command Syntax
passive-interface
Configure name
Use this attribute to set interface as passive or not.
Attribute Name: name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: passive-mode
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<passive-interfaces>
<passive-interface> <!-- operation="delete"-->
<name>IFNAME</name>
<config>
<name>WORD</name>
<passive-mode>enable</passive-mode>
</config>
</passive-interface>
</passive-interfaces>
</process>
</processes>
</ospfv3>
Command Syntax
passive-interface IFNAME (disable|enable)
Configure address
Use this attribute to summarize or suppress external routes with the specified address range.
Attribute Name: address
Attribute Type: string
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<summary-addresses>
<summary-address> <!-- operation="delete"-->
<address>X:X::X:X/M</address>
<config>
<address>X:X::X:X/M</address>
</config>
</summary-address>
</summary-addresses>
</process>
</processes>
</ospfv3>
Command Syntax
summary-address X:X::X:X/M
Configure translate tag
Use this attribute to set or unset translate tag to external routes with the specified address range.
Attribute Name: translate-tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Attribute Name: all-tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<summary-addresses>
<summary-address>
<address>X:X::X:X/M</address>
<config>
<address>X:X::X:X/M</address>
<all-tag>0</all-tag> <!-- operation="delete"-->
</config>
<translate-tag>0</translate-tag> <!-- operation="delete"-->
</summary-address>
</summary-addresses>
</process>
</processes>
</ospfv3>
Command Syntax
summary-address X:X::X:X/M all-tag <0-4294967295> translate-tag <0-4294967295>
Configure not advertise
Use this attribute to set or unset not advertise to summarize or suppress external routes with the specified address range.
Attribute Name: not-advertise
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<summary-addresses>
<summary-address>
<address>X:X::X:X/M</address>
<config>
<address>X:X::X:X/M</address>
</config>
</not-advertise><!-- operation="delete"-->
</summary-address>
</summary-addresses>
</process>
</processes>
</ospfv3>
Command Syntax
summary-address X:X::X:X/M not-advertise
Configure all tag
Use this attribute to set or unset all tag to summarize or suppress external routes with the specified address range.
Attribute Name: all-tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<summary-addresses>
<summary-address>
<address>X:X::X:X/M</address>
<config>
<address>X:X::X:X/M</address>
</config>
<all-tag>0</all-tag> <!-- operation="delete"-->
</summary-address>
</summary-addresses>
</process>
</processes>
</ospfv3>
Command Syntax
summary-address X:X::X:X/M all-tag <0-4294967295>
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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<default-information>
<config>
</originate><!-- operation="delete"-->
</config>
</default-information>
</process>
</processes>
</ospfv3>
Command Syntax
default-information originate
Configure route map
Use this attribute to set route-map instance.
Attribute Name: route-map
Attribute Type: string
Attribute Range: 1-63
Attribute Name: originate
Attribute Type: empty
Attribute Name: always-advertise-default-route
Attribute Type: empty
Attribute Name: metric
Attribute Type: uint32
Default Value: 20
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Default Value: 2
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-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>
</ospfv3>
Command Syntax
default-information originate { always| metric <0-16777214>| metric-type (1|2)| route-map WORD }
Configure access control list
Use this attribute to set the access control list name in distribution list.
This command is supported when following feature are enabled HAVE_ACL
Attribute Name: access-control-list
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<distribute-list>
<filter-in>
<config>
<access-control-list>WORD</access-control-list> <!-- operation="delete"-->
</config>
</filter-in>
</distribute-list>
</process>
</processes>
</ospfv3>
Command Syntax
distribute-list WORD in
Configure protocol
Use this attribute to import routes from other routing protocols, or from another OSPF instance, into OSPFv3 ASexternal-LSAs.
This command is supported when following feature are enabled HAVE_ACL
Attribute Name: protocol
Attribute Type: enum (kernel|connected|static|rip|bgp|isis)
Attribute Name: access-control-list
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<distribute-list>
<filter-out>
<routing-protocols>
<routing-protocol>
<protocol>kernel</protocol>
<config>
<protocol>kernel</protocol>
<access-control-list>WORD</access-control-list> <!-- operation="delete"-->
</config>
</routing-protocol>
</routing-protocols>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv3>
Command Syntax
distribute-list WORD out (kernel|connected|static|rip|bgp|isis)
Configure ospf process id
Use this attribute to filter networks in routing updates.
This command is supported when following feature are enabled HAVE_ACL
Attribute Name: ospf-process-id
Attribute Type: string
Attribute Name: access-control-list
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<distribute-list>
<filter-out>
<ospf-processes>
<ospf-process>
<ospf-process-id>1-65535</ospf-process-id>
<config>
<ospf-process-id>WORD</ospf-process-id>
<access-control-list>WORD</access-control-list> <!-- operation="delete"-->
</config>
</ospf-process>
</ospf-processes>
</filter-out>
</distribute-list>
</process>
</processes>
</ospfv3>
Command Syntax
distribute-list WORD out ospf (WORD|)
Configure metric
Use this attribute to inform the value of the metric for OSPFv3 default route.
Attribute Name: metric
Attribute Type: uint32
Default Value: 1
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Default Value: 2
Attribute Name: route-map
Attribute Type: string
Attribute Name: route-tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<redistribute>
<routing-protocols>
<routing-protocol>
<protocol>kernel</protocol>
<config>
<protocol>kernel</protocol>
<metric-type>2</metric-type> <!-- operation="delete"-->
<route-map>WORD</route-map> <!-- operation="delete"-->
<route-tag>0</route-tag> <!-- operation="delete"-->
</config>
<metric>0</metric> <!-- operation="delete"-->
</routing-protocol>
</routing-protocols>
</redistribute>
</process>
</processes>
</ospfv3>
Command Syntax
redistribute (kernel|connected|static|rip|bgp|isis) { metric <0-16777214>| metric-type (1|2)| route-map WORD| tag <0-4294967295> }
Configure metric type
Use this attribute to inform the value of the metric for OSPFv3 default route.
Attribute Name: metric
Attribute Type: uint32
Default Value: 1
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Default Value: 2
Attribute Name: route-map
Attribute Type: string
Attribute Name: route-tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<redistribute>
<ospf-processes>
<ospf-process>
<ospf-process-id>WORD</ospf-process-id>
<config>
<ospf-process-id>WORD</ospf-process-id>
<metric-type>2</metric-type> <!-- operation="delete"-->
<route-map>WORD</route-map> <!-- operation="delete"-->
<route-tag>0</route-tag> <!-- operation="delete"-->
</config>
<metric>0</metric> <!-- operation="delete"-->
</ospf-process>
</ospf-processes>
</redistribute>
</process>
</processes>
</ospfv3>
Command Syntax
redistribute ospf (WORD|) { metric <0-16777214>| metric-type (1|2)| route-map WORD| tag <0-4294967295> }
Configure default cost
Use this attribute to set the cost for default summary route sent into a stub area. If an area is configured as a stub, the OSPFv3 router originates one type-3 inter-area-prefix-LSA into the stub area. This attribute changes the metric for this LSA.
Attribute Name: default-cost
Attribute Type: uint32
Default Value: 1
Attribute Range: 0-16777215
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_AREA_T</area-id>
</config>
<default-cost>0</default-cost> <!-- operation="delete"-->
</area>
</areas>
</process>
</processes>
</ospfv3>
Command Syntax
area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>
Configure no summary
Use this attribute to do not inject inter-area routes into stub.
Attribute Name: no-summary
Attribute Type: empty
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_AREA_T</area-id>
</config>
<stub>
<config>
</enable><!-- operation="delete"-->
</no-summary><!-- operation="delete"-->
</config>
</stub>
</area>
</areas>
</process>
</processes>
</ospfv3>
Command Syntax
area stub no-summary
Configure enable
Use this attribute to define an area as a stub area on all routers.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_AREA_T</area-id>
</config>
<stub>
<config>
</enable>
</config>
</stub>
</area>
</areas>
</process>
</processes>
</ospfv3>
Command Syntax
area stub
Configure area id
Use this attribute to set an area as a Not-So-Stubby-Area (NSSA).
Attribute Name: enable
Attribute Type: uint8
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_AREA_T</area-id>
</config>
<nssa>
<config>
</enable><!-- operation="delete"-->
</config>
</nssa>
</area>
</areas>
</process>
</processes>
</ospfv3>
Command Syntax
area nssa
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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_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>
</ospfv3>
Command Syntax
area virtual-link A.B.C.D
Configure bfd fall over
Use this attribute to enable BFD on a virtual-link.
Attribute Name: bfd-fall-over
Attribute Type: empty
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_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-fall-over><!-- operation="delete"-->
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv3>
Command Syntax
area virtual-link A.B.C.D fall-over bfd
Configure instance id
The OSPFv3 instance.
Attribute Name: instance-id
Attribute Type: uint8
Default Value: 0
Attribute Range: 0-31,64-95
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_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>
<instance-id>0</instance-id> <!-- operation="delete"-->
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv3>
Command Syntax
area virtual-link A.B.C.D instance-id (<0-31>|<64-95>)
Configure authentication cryptomap
Use this attribute to set the Crypto-map used to setup IPsec SA.
Attribute Name: authentication-cryptomap
Attribute Type: string
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_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-cryptomap>WORD</authentication-cryptomap> <!-- operation="delete"-->
</virtual-link>
</virtual-links>
</area>
</areas>
</process>
</processes>
</ospfv3>
Command Syntax
area virtual-link A.B.C.D authentication cryptomap WORD
Configure dead interval
Use this command to set the amount of time that the router waits to receive an OSPF hello packet from the neighbor before declaring the neighbor down.
Attribute Name: dead-interval
Attribute Type: uint16
Default Value: 40
Attribute Range: 1-65535
Attribute Name: hello-interval
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-65535
Attribute Name: transmission-delay
Attribute Type: uint16
Default Value: 1
Attribute Range: 1-1800
Attribute Name: retransmission-interval
Attribute Type: uint16
Default Value: 5
Attribute Range: 1-1800
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<areas>
<area>
<area-id>OSPFV3_AREA_T</area-id>
<config>
<area-id>OSPFV3_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"-->
<transmission-delay>1</transmission-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>
</ospfv3>
Command Syntax
area virtual-link A.B.C.D { dead-interval <1-65535>| hello-interval <1-65535>| transmit-delay <1-1800>| retransmit-interval <1-1800> }
Configure tag
Use this attribute to configure 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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<address-family>
<ipv4>
<summary-addresses>
<summary-address>
<address>A.B.C.D/M</address>
<config>
<address>A.B.C.D/M</address>
</config>
<tag>0</tag> <!-- operation="delete"-->
</summary-address>
</summary-addresses>
</ipv4>
</address-family>
</process>
</processes>
</ospfv3>
Command Syntax
summary-address A.B.C.D/M tag <0-4294967295>
Configure always advertise default route
Use this attribute to set route-map instance.
Attribute Name: route-map
Attribute Type: string
Attribute Range: 1-63
Attribute Name: originate
Attribute Type: empty
Attribute Name: always-advertise-default-route
Attribute Type: empty
Attribute Name: metric
Attribute Type: uint32
Default Value: 20
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Default Value: 2
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<address-family>
<ipv4>
<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>
</ipv4>
</address-family>
</process>
</processes>
</ospfv3>
Command Syntax
default-information originate { always| metric <0-16777214>| metric-type (1|2)| route-map WORD }
Configure protocol af
Use this attribute to import routes from other routing protocols, or from another OSPF instance, into OSPFv3 ASexternal-LSAs.
Attribute Name: protocol-af
Attribute Type: enum (kernel|connected|static|rip|bgp|isis)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<address-family>
<ipv4>
<redistribute>
<routing-protocols>
<routing-protocol> <!-- operation="delete"-->
<protocol-af>kernel</protocol-af>
<config>
<protocol-af>kernel</protocol-af>
</config>
</routing-protocol>
</routing-protocols>
</redistribute>
</ipv4>
</address-family>
</process>
</processes>
</ospfv3>
Command Syntax
redistribute (kernel|connected|static|rip|bgp|isis)
Configure route tag
Use this attribute to inform the value of the metric for OSPFv3 default route.
Attribute Name: metric
Attribute Type: uint32
Default Value: 1
Attribute Range: 0-16777214
Attribute Name: metric-type
Attribute Type: enum (1|2)
Default Value: 2
Attribute Name: route-map
Attribute Type: string
Attribute Name: route-tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<address-family>
<ipv4>
<redistribute>
<routing-protocols>
<routing-protocol>
<protocol-af>kernel</protocol-af>
<config>
<protocol-af>kernel</protocol-af>
<metric-type>2</metric-type> <!-- operation="delete"-->
<route-map>WORD</route-map> <!-- operation="delete"-->
<route-tag>0</route-tag> <!-- operation="delete"-->
</config>
<metric>0</metric> <!-- operation="delete"-->
</routing-protocol>
</routing-protocols>
</redistribute>
</ipv4>
</address-family>
</process>
</processes>
</ospfv3>
Command Syntax
redistribute (kernel|connected|static|rip|bgp|isis) { metric <0-16777214>| metric-type (1|2)| route-map WORD| tag <0-4294967295> }
Configure ospfv2 process id
Use this attribute to specify OSPF routes.
Attribute Name: ospfv2-process-id
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<processes>
<process>
<ospfv3-id>WORD</ospfv3-id>
<config>
<ospfv3-id>0</ospfv3-id>
</config>
<address-family>
<ipv4>
<redistribute>
<ospf-processes>
<ospf-process> <!-- operation="delete"-->
<ospfv2-process-id>0</ospfv2-process-id>
<config>
<ospfv2-process-id>0</ospfv2-process-id>
</config>
</ospf-process>
</ospf-processes>
</redistribute>
</ipv4>
</address-family>
</process>
</processes>
</ospfv3>
Command Syntax
redistribute ospf (<0-65535>|)
Configure retransmission
OSPFv3 retransmission information
Attribute Name: retransmission
Attribute Type: uint8
Attribute Name: bfd
Attribute Type: empty
Attribute Name: events
Attribute Type: bits (abr|asbr|vlink|os|router|nssa)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
</bfd><!-- operation="delete"-->
<events>abr</events> <!-- operation="delete"-->
<ifsm>status</ifsm> <!-- operation="delete"-->
<lsa>generate</lsa> <!-- operation="delete"-->
<nfsm>status</nfsm> <!-- operation="delete"-->
<nsm>interface</nsm> <!-- operation="delete"-->
<route>spf</route> <!-- operation="delete"-->
<rib>interface</rib> <!-- 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"-->
</retransmission><!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf
Configure bfd
OSPFv3 retransmission information
Attribute Name: retransmission
Attribute Type: uint8
Attribute Name: bfd
Attribute Type: empty
Attribute Name: events
Attribute Type: bits (abr|asbr|vlink|os|router|nssa)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
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
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
</bfd><!-- operation="delete"-->
<events>abr</events> <!-- operation="delete"-->
<ifsm>status</ifsm> <!-- operation="delete"-->
<lsa>generate</lsa> <!-- operation="delete"-->
<nfsm>status</nfsm> <!-- operation="delete"-->
<nsm>interface</nsm> <!-- operation="delete"-->
<route>spf</route> <!-- operation="delete"-->
<rib>interface</rib> <!-- 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"-->
</retransmission><!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf all
Configure events
OSPFv3 events information
Attribute Name: events
Attribute Type: bits (abr|asbr|vlink|os|router|nssa)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<events>abr</events> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf events ({abr|asbr|vlink|os|router|nssa}|)
Configure ifsm
Use this attribute to enable OSPFv3 Interface State Machine debug
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<ifsm>status</ifsm> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf ifsm ({status|events|timers}|)
Configure lsa
Use this attribute to enable OSPFv3 Link State Advertisement debug
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<lsa>generate</lsa> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf lsa ({generate|flooding|install|refresh|maxage}|)
Configure nfsm
Use this attribute to enable OSPFv3 Neighbor State Machine debug
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<nfsm>status</nfsm> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf nfsm ({status|events|timers}|)
Configure nsm
Use this attribute to enable OSPFv3 NSM information debug
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<nsm>interface</nsm> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf nsm ({interface|redistribute}|)
Configure rib
Use this attribute to enable OSPFv3 RIB information debug
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<rib>interface</rib> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf rib ({interface|redistribute}|)
Configure route
Use this attribute to enable OSPFv3 route information debug
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<route>spf</route> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf route ({spf|ia|ase|install}|)
Configure packet hello
OSPFv3 Hello
Attribute Name: packet-hello
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<packet-hello>send</packet-hello> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf packet hello ({send|recv|detail}|)
Configure packet dd
OSPFv3 Database Description
Attribute Name: packet-dd
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<packet-dd>send</packet-dd> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf packet dd ({send|recv|detail}|)
Configure packet ls request
OSPFv3 Link State Request
Attribute Name: packet-ls-request
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<packet-ls-request>send</packet-ls-request> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf packet ls-request ({send|recv|detail}|)
Configure packet ls update
OSPFv3 Link State Update
Attribute Name: packet-ls-update
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<packet-ls-update>send</packet-ls-update> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf packet ls-update ({send|recv|detail}|)
Configure packet ls ack
OSPFv3 Link State Acknowledgment
Attribute Name: packet-ls-ack
Attribute Type: bits (send|recv|detail)
Netconf edit-config payload
<ospfv3 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<debug>
<config>
<packet-ls-ack>send</packet-ls-ack> <!-- operation="delete"-->
</config>
</debug>
</ospfv3>
Command Syntax
debug ipv6 ospf packet ls-ack ({send|recv|detail}|)
debug ipv6 ospf
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-ospf-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
debug ipv6 ospf
no debug ipv6 ospf
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-ospf-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
no debug ipv6 ospf
debug ipv6 ospf all
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-ospf-all-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
debug ipv6 ospf all
no debug ipv6 ospf all
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-ospf-all-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
no debug ipv6 ospf all
debug ipv6 ospf bfd
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-bfd-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
debug ipv6 ospf bfd
no debug ipv6 ospf bfd
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-bfd-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
no debug ipv6 ospf bfd
debug ipv6 ospf retransmission
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-retransmission-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
debug ipv6 ospf retransmission
no debug ipv6 ospf retransmission
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-retransmission-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
no debug ipv6 ospf retransmission
debug ipv6 ospf events ({abr|asbr|vlink|os|router|nssa}|)
Attribute Name: events
Attribute Type: bits (abr|asbr|vlink|os|router|nssa)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-events-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<events>abr</events>
</ipi-ospfv3-debug_ospfv3-terminal-debug-events-on>
Command Syntax
debug ipv6 ospf events ({abr|asbr|vlink|os|router|nssa}|)
no debug ipv6 ospf events ({abr|asbr|vlink|os|router|nssa}|)
Attribute Name: events
Attribute Type: bits (abr|asbr|vlink|os|router|nssa)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-events-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<events>abr</events>
</ipi-ospfv3-debug_ospfv3-terminal-debug-events-off>
Command Syntax
no debug ipv6 ospf events ({abr|asbr|vlink|os|router|nssa}|)
debug ipv6 ospf ifsm ({status|events|timers}|)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-ifsm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ifsm>status</ifsm>
</ipi-ospfv3-debug_ospfv3-terminal-debug-ifsm-on>
Command Syntax
debug ipv6 ospf ifsm ({status|events|timers}|)
no debug ipv6 ospf ifsm ({status|events|timers}|)
Attribute Name: ifsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-ifsm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ifsm>status</ifsm>
</ipi-ospfv3-debug_ospfv3-terminal-debug-ifsm-off>
Command Syntax
no debug ipv6 ospf ifsm ({status|events|timers}|)
debug ipv6 ospf lsa ({generate|flooding|install|refresh|maxage}|)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-lsa-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<lsa>generate</lsa>
</ipi-ospfv3-debug_ospfv3-terminal-debug-lsa-on>
Command Syntax
debug ipv6 ospf lsa ({generate|flooding|install|refresh|maxage}|)
no debug ipv6 ospf lsa ({generate|flooding|install|refresh|maxage}|)
Attribute Name: lsa
Attribute Type: bits (generate|flooding|install|refresh|maxage)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-lsa-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<lsa>generate</lsa>
</ipi-ospfv3-debug_ospfv3-terminal-debug-lsa-off>
Command Syntax
no debug ipv6 ospf lsa ({generate|flooding|install|refresh|maxage}|)
debug ipv6 ospf nfsm ({status|events|timers}|)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-nfsm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<nfsm>status</nfsm>
</ipi-ospfv3-debug_ospfv3-terminal-debug-nfsm-on>
Command Syntax
debug ipv6 ospf nfsm ({status|events|timers}|)
no debug ipv6 ospf nfsm ({status|events|timers}|)
Attribute Name: nfsm
Attribute Type: bits (status|events|timers)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-nfsm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<nfsm>status</nfsm>
</ipi-ospfv3-debug_ospfv3-terminal-debug-nfsm-off>
Command Syntax
no debug ipv6 ospf nfsm ({status|events|timers}|)
debug ipv6 ospf nsm ({interface|redistribute}|)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-nsm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<nsm>interface</nsm>
</ipi-ospfv3-debug_ospfv3-terminal-debug-nsm-on>
Command Syntax
debug ipv6 ospf nsm ({interface|redistribute}|)
no debug ipv6 ospf nsm ({interface|redistribute}|)
Attribute Name: nsm
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-nsm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<nsm>interface</nsm>
</ipi-ospfv3-debug_ospfv3-terminal-debug-nsm-off>
Command Syntax
no debug ipv6 ospf nsm ({interface|redistribute}|)
debug ipv6 ospf packet ({send|recv|detail}|)
Attribute Name: all
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-all-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<all>send</all>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-all-on>
Command Syntax
debug ipv6 ospf packet ({send|recv|detail}|)
no debug ipv6 ospf packet ({send|recv|detail}|)
Attribute Name: all
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-all-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<all>send</all>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-all-off>
Command Syntax
no debug ipv6 ospf packet ({send|recv|detail}|)
debug ipv6 ospf packet hello ({send|recv|detail}|)
Attribute Name: hello
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-hello-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<hello>send</hello>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-hello-on>
Command Syntax
debug ipv6 ospf packet hello ({send|recv|detail}|)
no debug ipv6 ospf packet hello ({send|recv|detail}|)
Attribute Name: hello
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-hello-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<hello>send</hello>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-hello-off>
Command Syntax
no debug ipv6 ospf packet hello ({send|recv|detail}|)
debug ipv6 ospf packet dd ({send|recv|detail}|)
Attribute Name: dd
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-dd-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<dd>send</dd>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-dd-on>
Command Syntax
debug ipv6 ospf packet dd ({send|recv|detail}|)
no debug ipv6 ospf packet dd ({send|recv|detail}|)
Attribute Name: dd
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-dd-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<dd>send</dd>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-dd-off>
Command Syntax
no debug ipv6 ospf packet dd ({send|recv|detail}|)
debug ipv6 ospf packet ls-request ({send|recv|detail}|)
Attribute Name: ls-request
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-request-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ls-request>send</ls-request>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-request-on>
Command Syntax
debug ipv6 ospf packet ls-request ({send|recv|detail}|)
no debug ipv6 ospf packet ls-request ({send|recv|detail}|)
Attribute Name: ls-request
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-request-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ls-request>send</ls-request>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-request-off>
Command Syntax
no debug ipv6 ospf packet ls-request ({send|recv|detail}|)
debug ipv6 ospf packet ls-update ({send|recv|detail}|)
Attribute Name: ls-update
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-update-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ls-update>send</ls-update>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-update-on>
Command Syntax
debug ipv6 ospf packet ls-update ({send|recv|detail}|)
no debug ipv6 ospf packet ls-update ({send|recv|detail}|)
Attribute Name: ls-update
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-update-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ls-update>send</ls-update>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-update-off>
Command Syntax
no debug ipv6 ospf packet ls-update ({send|recv|detail}|)
debug ipv6 ospf packet ls-ack ({send|recv|detail}|)
Attribute Name: ls-ack
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-ack-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ls-ack>send</ls-ack>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-ack-on>
Command Syntax
debug ipv6 ospf packet ls-ack ({send|recv|detail}|)
no debug ipv6 ospf packet ls-ack ({send|recv|detail}|)
Attribute Name: ls-ack
Attribute Type: bits (send|recv|detail)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-ack-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<ls-ack>send</ls-ack>
</ipi-ospfv3-debug_ospfv3-terminal-debug-packet-ls-ack-off>
Command Syntax
no debug ipv6 ospf packet ls-ack ({send|recv|detail}|)
debug ipv6 ospf rib ({interface|redistribute}|)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-rib-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<rib>interface</rib>
</ipi-ospfv3-debug_ospfv3-terminal-debug-rib-on>
Command Syntax
debug ipv6 ospf rib ({interface|redistribute}|)
no debug ipv6 ospf rib ({interface|redistribute}|)
Attribute Name: rib
Attribute Type: bits (interface|redistribute)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-rib-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<rib>interface</rib>
</ipi-ospfv3-debug_ospfv3-terminal-debug-rib-off>
Command Syntax
no debug ipv6 ospf rib ({interface|redistribute}|)
debug ipv6 ospf route ({spf|ia|ase|install}|)
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-route-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<route>spf</route>
</ipi-ospfv3-debug_ospfv3-terminal-debug-route-on>
Command Syntax
debug ipv6 ospf route ({spf|ia|ase|install}|)
no debug ipv6 ospf route ({spf|ia|ase|install}|)
Attribute Name: route
Attribute Type: bits (spf|ia|ase|install)
Netconf RPC payload
<ipi-ospfv3-debug_ospfv3-terminal-debug-route-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<route>spf</route>
</ipi-ospfv3-debug_ospfv3-terminal-debug-route-off>
Command Syntax
no debug ipv6 ospf route ({spf|ia|ase|install}|)
clear ipv6 ospf (WORD|) process
Attribute Name: process-id
Attribute Type: string
Netconf RPC payload
<ipi-ospfv3-global_ospfv3-clear-process xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<process-id>WORD</process-id>
</ipi-ospfv3-global_ospfv3-clear-process>
Command Syntax
clear ipv6 ospf (WORD|) process
restart ipv6 ospf graceful (grace-period <2-1800>|)
Attribute Name: grace-period
Attribute Type: uint16
Attribute Range: 2-1800
Netconf RPC payload
<ipi-ospfv3-global_ospfv3-graceful-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3">
<grace-period>2</grace-period>
</ipi-ospfv3-global_ospfv3-graceful-restart>
Command Syntax
restart ipv6 ospf graceful (grace-period <2-1800>|)
snmp restart ospf6
Netconf RPC payload
<ipi-ospfv3-global_ospfv3-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ospfv3"/>
Command Syntax
snmp restart ospf6