IPI-ISIS-LSP
Configure spf max delay
Maximum delay between receiving a change to SPF calculation in milliseconds. The default value is 5000
Attribute Name: spf-max-delay
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<spf-level>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<spf-delay> <!-- operation="delete"-->
<spf-max-delay>0</spf-max-delay>
<config>
<spf-max-delay>0</spf-max-delay>
<spf-min-delay>0</spf-min-delay>
</config>
<spf-min-delay>0</spf-min-delay>
</spf-delay>
</spf-level>
</isis-instance>
</isis>
Command Syntax
spf-interval-exp ((level-1|level-2)|) <0-2147483647> <0-2147483647>
Configure lsp max wait interval
Use this attribute to set minimum interval before regenerating the same LSP. The smaller the interval, the faster the convergence. However, this setting might cause more frequent flooding
Attribute Name: lsp-max-wait-interval
Attribute Type: uint32
Default Value: 30
Attribute Range: 1-120
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<lsp-max-wait-interval>1</lsp-max-wait-interval> <!-- operation="delete"-->
</level>
</isis-instance>
</isis>
Command Syntax
lsp-gen-interval ((level-1|level-2)|) <1-120>
Configure lsp mtu size
Use this attribute to set minimum interval before regenerating the same LSP
Attribute Name: lsp-mtu-size
Attribute Type: uint16
Default Value: 1492
Attribute Range: 512-4352
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<lsp-mtu-size>512</lsp-mtu-size> <!-- operation="delete"-->
</level>
</isis-instance>
</isis>
Command Syntax
lsp-mtu ((level-1|level-2)|) <512-4352>
Configure wait timer
Number of seconds to delay in waiting state before on state
Attribute Name: wait-timer
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<wait-timer>1</wait-timer> <!-- operation="delete"-->
</level>
</isis-instance>
</isis>
Command Syntax
isis wait-timer <1-65535> level-1-2
Configure restart timer
Use this attribute to restart the ISIS timer
Attribute Name: restart-timer
Attribute Type: uint16
Attribute Range: 5-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<restart-timer>5</restart-timer> <!-- operation="delete"-->
</level>
</isis-instance>
</isis>
Command Syntax
restart-timer <5-65535> level-1-2
Configure instance
Number of seconds to delay in waiting state before on state
Attribute Name: wait-timer
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<wait-timer>1</wait-timer> <!-- operation="delete"-->
</level>
</isis-instance>
</isis>
Command Syntax
isis wait-timer <1-65535> (level-1|level-2|)
Configure type
Use this attribute to restart the ISIS timer
Attribute Name: restart-timer
Attribute Type: uint16
Attribute Range: 5-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<restart-timer>5</restart-timer> <!-- operation="delete"-->
</level>
</isis-instance>
</isis>
Command Syntax
restart-timer <5-65535> (level-1|level-2|)
Configure mode
Use this attribute to set the authentication mode at the instance level.
Attribute Name: mode
Attribute Type: enum (md5|text)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<authentication>
<config>
<mode>md5</mode>
</config>
</authentication>
</level>
</isis-instance>
</isis>
Command Syntax
authentication mode (md5|text) (level-1|level-2|)
Configure key chain
Use this attribute to set the key chain to be used for authentication at the instance level. Authentication mode must be set to md5/text to configure the key chain.
Attribute Name: key-chain
Attribute Type: string
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level>
<type>level-1-2</type>
<config>
<type>level-1-2</type>
</config>
<authentication>
<config>
<key-chain>WORD</key-chain> <!-- operation="delete"-->
</config>
</authentication>
</level>
</isis-instance>
</isis>
Command Syntax
authentication key-chain WORD (level-1|level-2|)
Last modified date: 08/22/2023