IPI-ISIS-INTERFACE
Configure minimal
Use this attribute to set the minimal Hello interval in seconds.
Attribute Name: minimal
Attribute Type: enum (level-1-only|level-2-only|level-1-2)
Default Value: level-1-2
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<minimal>3</minimal> <!-- operation="delete"-->
</interface>
</interfaces>
</isis>
Command Syntax
isis hello-interval minimal level-1
Configure name
Use this attribute to set the minimal Hello interval in seconds.
Attribute Name: minimal
Attribute Type: enum (level-1-only|level-2-only|level-1-2)
Default Value: level-1-2
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<minimal>3</minimal> <!-- operation="delete"-->
</interface>
</interfaces>
</isis>
Command Syntax
isis hello-interval minimal level-2
Configure send only
Use this attribute to set the send-only option to the interface-related packets. Use this attribute before configuring the ISIS authentication mode and ISIS authentication key-chain, so that the implementation of authentication goes smoothly. That is, the routers will have more time for the keys to be configured on each router if authentication is inserted only on the packets being sent, not checked on packets being received. After all routers that must communicate are configured with this attribute, enable the authentication mode and key chain on each router.
Attribute Name: send-only
Attribute Type: enum (level-1-only|level-2-only|level-1-2)
Default Value: level-1-2
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<send-only>3</send-only> <!-- operation="delete"-->
</interface>
</interfaces>
</isis>
Command Syntax
isis authentication send-only level-1
Configure disable padding
Use this attribute to configure/unconfigure the padding of the ISIS Hello packet. ISIS pads the Hello packet by default to notify neighbors of the supported MTU size.
Attribute Name: disable-padding
Attribute Type: uint8
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
</disable-padding><!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
no isis hello padding
Configure network type
Use this attribute to change a broadcast interface network type to a point-to-point network type and vice-versa.
Attribute Name: network-type
Attribute Type: enum (broadcast|point-to-point)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
<network-type>broadcast</network-type> <!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis network (broadcast|point-to-point)
Configure circuit type
Use this attribute to set the circuit type for the interface. If level-1 or level-2-only is specified in this attribute, ISIS sends only the specified level of PDUs. On the point-to-point interface, there is only one type of Hello packet, so in this case ISIS Hello will be sent regardless of circuit-type. If istype is configured as level-1 or level-2 only, routing for this instance is performed for only the specified level. In this manner, only the particular level of PDU is sent on the interface.
Attribute Name: circuit-type
Attribute Type: enum (level-1|level-2-only|level-1-2)
Default Value: level-1-2
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
<circuit-type>level-1-2</circuit-type> <!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis circuit-type (level-1|level-2-only|level-1-2)
Configure ipv4 instance tag
Use this attribute to enable ISIS IPv4 routing on the interface. This attribute is mandatory to ISIS configuration. Match the ISIS instance tag to one of existing instance.s tags, or a new instance with the tag name should be initiated, otherwise routing will not run on this interface. Configuring this attribute, the router sends ISIS Hello with IP address TLV on this interface, and IP reachability information TLV in the LSP will be updated.
Attribute Name: ipv4-instance-tag
Attribute Type: string
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
<ipv4-instance-tag>WORD</ipv4-instance-tag> <!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
ip router isis WORD
Configure ipv6 instance tag
Use this attribute to enable ISIS IPv6 routing on the interface. This attribute is mandatory to IPv6 ISIS configuration. Match the ISIS instance tag to one of existing instance.s tags, or a new instance with the tag name should be initiated, otherwise routing will not run on this interface.Configuring this attribute, the router sends ISIS Hello with IPv6 address TLV on this interface, and IPv6 reachability information TLV in the LSP will be updated.
Attribute Name: ipv6-instance-tag
Attribute Type: string
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
<ipv6-instance-tag>WORD</ipv6-instance-tag> <!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
ipv6 router isis WORD
Configure lsp interval
Use this attribute to set the Link State Packet (LSP) transmission interval. Configuring this attribute changes the minimum interval between two consecutive LSP transmission. When flooding or some other event triggers LSP to transmit, the LSP is put on the interface queue and scheduled to transmit according to this interval. Two consecutive LSP transmissions are scheduled to have at least this interval.
Attribute Name: lsp-interval
Attribute Type: uint32
Default Value: 33
Attribute Range: 1-4294967295
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
<lsp-interval>1</lsp-interval> <!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis lsp-interval <1-4294967295>
Configure retransmit interval
Interval between retransmissions of the same LSP in seconds
Attribute Name: retransmit-interval
Attribute Type: uint16
Default Value: 5
Attribute Range: 1-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
<retransmit-interval>1</retransmit-interval> <!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis retransmit-interval <1-65535>
Configure mesh group id
Use this attribute to specify to block LSPs on the current interface. If an interface is configured as mesh group blocked,. the standard LSP database synchronization process is applied if the interface receives CSNP or PSNP.
Attribute Name: mesh-group-id
Attribute Type: union
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<config>
<mesh-group-id>blocked</mesh-group-id> <!-- operation="delete"-->
</config>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis mesh-group (blocked|<1-4294967295>)
Configure enable
Use this attribute to enable the BFD check on interface.
This command is supported when following feature are enabled
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<bfd>
<config>
</enable><!-- operation="delete"-->
</config>
</bfd>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis bfd
Configure disable
Use this attribute to disable the BFD check on interface.
This command is supported when following feature are enabled
Attribute Name: disable
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<bfd>
<config>
</disable><!-- operation="delete"-->
</config>
</bfd>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis bfd disable
Configure disable level 1
Use this attribute to disable frr on an interface for level-1.
Attribute Name: disable-level-1
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<fast-re-route>
<config>
</disable-level-1><!-- operation="delete"-->
</config>
</fast-re-route>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis fast-reroute per-prefix candidate disable level-1
Configure disable level 2
Use this attribute to disable frr on an interface for level-2.
Attribute Name: disable-level-2
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<fast-re-route>
<config>
</disable-level-2><!-- operation="delete"-->
</config>
</fast-re-route>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis fast-reroute per-prefix candidate disable level-2
Configure hello interval
Use this attribute to set the Hello interval in seconds. The Hello-interval is set with the hello-multiplier. Configuring this attribute changes the time interval between two consecutive Hello transmissions. If a device receives its own LSP with a maximum sequence number, then it suspends ISIS for the hold interval. DIS sends Hello transmissions at three times the rate than non-DIS. If ISIS is elected as DIS on this interface, ISIS sends Hello every 3.3 seconds. If minimal keyword is specified, Holding timer in Hello PDU is set to 1 second and Hello interval is calculated by dividing by the hello-multiplier.
Attribute Name: hello-interval
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<hello-interval>1</hello-interval> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis hello-interval <1-65535> (level-1|level-2|)
Configure hello multiplier
Use this attribute to set multiplier for Hello holding time. Changes Holding Timer in Hello PDU. Holding timer is calculated by .Hello-Interval. multiplied by this value. If minimal keyword is specified with the Hello-Interval, the holding timer is set to 1 second and the hello-interval is calculated by dividing 1 by this value.
Attribute Name: hello-multiplier
Attribute Type: uint8
Default Value: 3
Attribute Range: 2-100
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<hello-multiplier>2</hello-multiplier> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis hello-multiplier <2-100> (level-1|level-2|)
Configure csnp interval
Use this attribute to set CSNP (Complete sequence number PDU) interval in seconds.Configuring this attribute changes the interval between two consecutive CSNP transmission. By default, CSNP is sent every 10 seconds only by LAN DIS. This parameter is only valid on broadcast interface, since periodic CSNP is only sent on broadcast interface, while CSNP on Point-to-Point interface is sent only when adjacency is initiated.
Attribute Name: csnp-interval
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<csnp-interval>1</csnp-interval> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis csnp-interval <1-65535> (level-1|level-2|)
Configure priority
Use this attribute to set the priority for LAN DIS election. This attribute changes the priority value in LAN ISIS Hello PDUs. A lower priority value is less preferred in DIS election, and a higher priority value is more preferred
Attribute Name: priority
Attribute Type: uint8
Default Value: 64
Attribute Range: 0-127
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<priority>0</priority> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis priority <0-127> (level-1|level-2|)
Configure metric
Use this attribute to set default metric for the interface. The interface default metric is put into IP reachability information TLVs, IS reachability information TLVs and IPv6 reachability TLVs in LSPs. The value is used for SPF calculation, and is applied when the metric-style is configured as .narrow.
Attribute Name: metric
Attribute Type: uint8
Default Value: 10
Attribute Range: 1-63
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<metric>1</metric> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis metric <1-63> (level-1|level-2|)
Configure password
Use this attribute to set the authentication password of Hello PDU on the interface.
Attribute Name: password
Attribute Type: string
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<password>WORD</password> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis password WORD (level-1|level-2|)
Configure tag
Use this attribute to sets the tag for link-state packets (LSPs) sent out advertising routes for networks directly connected to an interface. If you do not specify a parameter, then the tag value is set for level-1-2 boundary
Attribute Name: tag
Attribute Type: uint32
Attribute Range: 1-4294967295
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<tag>1</tag> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis tag <1-4294967295> (level-1|level-2|)
Configure wide metric
Use this attribute to set wide metric for the interface. Interface wide-metric is put into Extended IP reachability TLVs, Extended IS reachability TLVs and IPv6 reachability TLVs in LSPs. The value is used for SPF calculation. This value is applied when metric-style is configured as ’wide’.
Attribute Name: wide-metric
Attribute Type: uint32
Default Value: 10
Attribute Range: 1-16777214
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<wide-metric>1</wide-metric> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis wide-metric <1-16777214> (level-1|level-2|)
Configure te metric
Use this attribute to set te metric for the interface. Interface te-metric is put into Extended IS reachability TLVs and IPv6 reachability TLVs in LSPs. The value is used for CSPF calculation
Attribute Name: te-metric
Attribute Type: uint32
Attribute Range: 1-16777214
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<te-metric>1</te-metric> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis te-metric <1-16777214> (level-1|level-2|)
Configure restart hello interval
Use this attribute to configure the T1 timer, interval of ISIS Hello packet with restart TLV.
Attribute Name: restart-hello-interval
Attribute Type: uint16
Default Value: 3
Attribute Range: 1-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<restart-hello-interval>1</restart-hello-interval> <!-- operation="delete"-->
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis restart-hello-interval <1-65535> (level-1|level-2|)
Configure mode
Use this attribute to set the MD5 authentication mode.
Attribute Name: mode
Attribute Type: enum (md5|text)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<authentication>
<config>
<mode>md5</mode>
</config>
</authentication>
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis authentication mode (md5|text) (level-1|level-2|)
Configure key chain
Use this attribute to set the key chain to be used for authentication on the interface-related packets.Authentication mode must be set to md5/text to configure the key chain.Only one authentication key-chain is applied to an ISIS interface at a time. Authentication can be specified for an entire instance of ISIS, instead of at the interface level, by setting the authentication key-chain attribute at global level.
Attribute Name: key-chain
Attribute Type: string
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<interface-parameters>
<level-info>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
<authentication>
<config>
<key-chain>WORD</key-chain> <!-- operation="delete"-->
</config>
</authentication>
</level-info>
</interface-parameters>
</interface>
</interfaces>
</isis>
Command Syntax
isis authentication key-chain WORD (level-1|level-2|)
Configure hold timer
It is the max time period for which IGP should advertise the max metric for the interface in case of LDP session down on that interface.
Attribute Name: hold-timer
Attribute Type: uint32
Attribute Range: 1-2147483
Attribute Name: level
Attribute Type: enum (level-1|level-2|level-1-2)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<igp-ldp-sync>
<config>
<level>level-1</level>
<hold-timer>1</hold-timer>
</config>
</igp-ldp-sync>
</interface>
</interfaces>
</isis>
Command Syntax
mpls ldp-igp sync isis (level-1|level-2|level-1-2) (holddown-timer <1-2147483>|)
clear isis interface counter (IFNAME|)
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-isis-interface_isis-clear-interface-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<name>IFNAME</name>
</ipi-isis-interface_isis-clear-interface-counters>
Command Syntax
clear isis interface counter (IFNAME|)
Last modified date: 08/22/2023