IPI-ISIS
Configure options
Debug Configuration Flag
Attribute Name: options
Attribute Type: bits (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<debug>
<config>
<options>ifsm</options> <!-- operation="delete"-->
</config>
</debug>
</isis>
Command Syntax
debug isis (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
Configure enable hello
Use this attribute to turn on debugging for ISIS hello.
Attribute Name: enable-hello
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<debug>
<config>
</enable-hello><!-- operation="delete"-->
</config>
</debug>
</isis>
Command Syntax
debug isis hello
Configure cspf
Use this attribute to enable CSPF debug logs.
Attribute Name: cspf
Attribute Type: bits (events|hexdump)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<debug>
<config>
<cspf>events</cspf> <!-- operation="delete"-->
</config>
</debug>
</isis>
Command Syntax
debug isis cspf (events|hexdump)
Configure level number
Use this attribute to configure the ISIS metric style for particular level
This command is supported when following feature are enabled wide metric feature
Attribute Name: level-number
Attribute Type: enum (level-1|level-2|level-1-2)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<metric> <!-- operation="delete"-->
<level-number>level-1-2</level-number>
<config>
<level-number>level-1-2</level-number>
<style>narrow</style>
</config>
<style>narrow</style>
</metric>
</isis-instance>
</isis>
Command Syntax
metric-style (narrow|wide|transition|narrow transition|wide transition) (level-1|level-2|)
Configure style
Use this attribute to configure the ISIS metric style
Attribute Name: style
Attribute Type: enum (narrow|wide|transition|narrow transition|wide transition)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<metric>
<level-number>level-1-2</level-number>
<config>
<level-number>level-1-2</level-number>
<style>narrow</style>
</config>
<style>narrow</style>
</metric>
</isis-instance>
</isis>
Command Syntax
metric-style (narrow) level-1-2
Configure instance
Use this attribute to configure the ISIS metric style
Attribute Name: style
Attribute Type: enum (narrow|wide|transition|narrow transition|wide transition)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<metric>
<level-number>level-1-2</level-number>
<config>
<level-number>level-1-2</level-number>
<style>narrow</style>
</config>
<style>narrow</style>
</metric>
</isis-instance>
</isis>
Command Syntax
metric-style (wide) level-1-2
Configure access list name
Use this attribute to set the administrative distance for specific IPv4 routes.
Attribute Name: access-list-name
Attribute Type: string
Default Value: ""
Attribute Name: value
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<distance>
<system-id>WORD</system-id>
<config>
<system-id>System-ID</system-id>
<value>1</value> <!-- operation="delete"-->
</config>
<access-list-name>WORD</access-list-name> <!-- operation="delete"-->
</distance>
</isis-instance>
</isis>
Command Syntax
distance <1-255> System-ID (WORD|)
Configure vrf name
VRF Name to associate with this instance
Attribute Name: vrf-name
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>
<vrf-name>WORD</vrf-name>
</isis-instance>
</isis>
Command Syntax
router isis WORD WORD
Configure enable cspf capability
Use this attribute to enable the constrained shortest path first (CSPF) feature in the ISIS module. CSPF calculates optimum explicit route (ER), using Traffic Engineering Database and (TED) and pre-existing Label Switched Path (LSP). The resulting ER is used by a signaling protocol (RSVP-TE) to set up LSPs.
Attribute Name: enable-cspf-capability
Attribute Type: uint8
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
</enable-cspf-capability><!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
enable-cspf
Configure disable gr capability
Use this attribute to enable the GR
Attribute Name: disable-gr-capability
Attribute Type: uint8
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
</disable-gr-capability><!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
no capability restart graceful
Configure disable adjacency check
Use this attribute to configure the policy of adjacency based on the protocol related TLVs in the ISIS Hello packet. ISIS checks adjacency with protocol related TLVs including Protocols Supported TLV or IP Interface Address TLV by default. The command with no parameter disables this check.
Attribute Name: disable-adjacency-check
Attribute Type: uint8
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
</disable-adjacency-check><!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
no adjacency-check
Configure authentication send only
Use this attribute to set the send-only option at the instance level.Use this command before configuring the authentication mode and 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 command, enable the authentication mode and key chain on each router.
Attribute Name: authentication-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">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<authentication-send-only>3</authentication-send-only> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
authentication send-only level-1
Configure distribute bgp ls
Use this attribute to distribute linkstate and TE Database to BGP
Attribute Name: distribute-bgp-ls
Attribute Type: union
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<distribute-bgp-ls>0</distribute-bgp-ls> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
distribute bgp-ls
Configure distance
Use this attribute to set the administrative distance for all IPv4 routes.
Attribute Name: distance
Attribute Type: uint8
Default Value: 115
Attribute Range: 1-255
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<distance>1</distance> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
distance <1-255>
Configure dynamic host name
Use this attribute to configure the hostname to be advertised for an ISIS instance using the dynamic hostname exchange mechanism (RFC 2763) and system-ID-to-hostname translation.This command configures a hostname to be used for the Dynamic Hostname Exchange Mechanism and System-ID tohostname translation. Use the routing area tag as the hostname, not the router.s global hostname
Attribute Name: dynamic-host-name
Attribute Type: enum (dynamic-hostname|area-tag)
Default Value: dynamic-hostname
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<dynamic-host-name>dynamic-hostname</dynamic-host-name> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
dynamic-hostname (area-tag|)
Configure ignore lsp errors
Use this attribute to ignore LSPs with checksum errors. By default, ISIS validates checksum for LSP whenever it receives LSPs and if the checksum has an error, the LSP will be dropped. Configuring this command to ignore the LSP checksum error and treat it as if checksum is passed.
Attribute Name: ignore-lsp-errors
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
</ignore-lsp-errors><!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
ignore-lsp-errors
Configure lfa hold timer
LFA terminate-hold-on interval
Attribute Name: lfa-hold-timer
Attribute Type: int32
Default Value: 1000
Attribute Range: 100-100000
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<lfa-hold-timer>100</lfa-hold-timer> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
fast-reroute terminate-hold-on interval <100-100000>
Configure protocol topology
Use this attribute to configure ISIS Protocol Topology Support.
Attribute Name: protocol-topology
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
</protocol-topology><!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
protocol-topology
Configure level capability
Use this attribute to set the IS to the specified level of routing.Changing is-type brings down, then brings up a particular level of routing. There is a limitation: Only one ISIS instance can run Level-2 routing (either Level-2 only IS, or Level-1-2 IS)
Attribute Name: level-capability
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">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<level-capability>level-1-2</level-capability> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
is-type (level-1|level-2-only|level-1-2)
Configure incremental spf levels
Use this attribute to enable incremental SPF for a routing process
Attribute Name: incremental-spf-levels
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">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<incremental-spf-levels>level-1-2</incremental-spf-levels> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
ispf (level-1|level-2-only|level-1-2|)
Configure priority tag
Use this attribute to set a high priority tag value
Attribute Name: priority-tag
Attribute Type: uint32
Attribute Range: 1-4294967295
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<priority-tag>1</priority-tag> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
ip route high-priority tag <1-4294967295>
Configure enable bfd all interfaces
Use this attribute to enable the Bidirectional Forwarding Detection (BFD) feature on the interfaces enabled with this ISIS instance. This command sets BFD fall-over check for all the neighbors under specified process.
Attribute Name: enable-bfd-all-interfaces
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
</enable-bfd-all-interfaces><!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
bfd all-interfaces
Configure maximum area addresses
Use this attribute to set the maximum number of ISIS areas that can be configured on this router with the net command. By default, ISIS permits a maximum of three areas that can be defined on a router.
Attribute Name: maximum-area-addresses
Attribute Type: uint8
Default Value: 3
Attribute Range: 3-254
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<maximum-area-addresses>3</maximum-area-addresses> <!-- operation="delete"-->
</isis-instance>
</isis>
Command Syntax
max-area-address <3-254>
Configure area password
Use this attribute to set the authentication password for the Level-1 area and to set authentication on Level-1 SNP PDUs. This command enables authentication when receiving and sending LSP and SNP PDU in Level-1 areas. Area password must be the same for all the ISIS routers in the same area
Attribute Name: area-password
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>
<area-authentication>
<config>
<area-password>WORD</area-password>
</config>
</area-authentication>
</isis-instance>
</isis>
Command Syntax
area-password WORD
Configure sequence number packet
Use this attribute to set the authentication password for the Level-1 area and to set authentication on Level-1 SNP PDUs. This command enables authentication when receiving and sending LSP and SNP PDU in Level-1 areas. Area password must be the same for all the ISIS routers in the same area
Attribute Name: sequence-number-packet
Attribute Type: enum (send-only|validate)
Attribute Name: area-password
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>
<area-authentication>
<config>
<area-password>WORD</area-password> <!-- operation="delete"-->
<sequence-number-packet>send-only</sequence-number-packet> <!-- operation="delete"-->
</config>
</area-authentication>
</isis-instance>
</isis>
Command Syntax
area-password WORD authenticate snp (send-only|validate)
Configure net
Use this attribute to add a Network Entity Title (NET) for the instance.On a router running ISIS, a NET can be 8 to 20 bytes in length. The last byte is always the n-selector, and must be zero. The n-selector indicates no transport entity, and means that the packet is for the routing software of the system. The six bytes directly preceding the n-selector are the system ID. The system ID length is a fixed size and cannot be changed. The system ID must be unique throughout each area (Level 1) and throughout the backbone (Level 2). The bytes preceding the system ID are the area ID, which can be from 1 - 13 bytes in length. By default, a maximum of three NETs per router are allowed with a different area ID but the system ID should be the same for all NETs. You can increase the number of area IDs per system ID with the max-area-address command.
Attribute Name: net
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>
<network-entity-title>
<config>
<net>NET</net> <!-- operation="delete"-->
</config>
</network-entity-title>
</isis-instance>
</isis>
Command Syntax
net NET
Configure domain password
Use this attribute to set the authentication password for the Level-2 domain, and optionally, the authentication password on Level-2 SNP PDUs.Configuring this command to enable authentication when receiving and sending LSP and SNP PDU in Level-2 domain. Domain password must be the same in Level-2 domain.
Attribute Name: domain-password
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>
<domain-authentication>
<config>
<domain-password>WORD</domain-password>
</config>
</domain-authentication>
</isis-instance>
</isis>
Command Syntax
domain-password WORD
Configure domain snp
Use this attribute to set the authentication password for the Level-2 domain, and optionally, the authentication password on Level-2 SNP PDUs.Configuring this command to enable authentication when receiving and sending LSP and SNP PDU in Level-2 domain. Domain password must be the same in Level-2 domain.
Attribute Name: domain-snp
Attribute Type: enum (send-only|validate)
Attribute Name: domain-password
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>
<domain-authentication>
<config>
<domain-password>WORD</domain-password> <!-- operation="delete"-->
<domain-snp>send-only</domain-snp> <!-- operation="delete"-->
</config>
</domain-authentication>
</isis-instance>
</isis>
Command Syntax
domain-password WORD authenticate snp (send-only|validate)
Configure lsp refresh interval
Use this attribute to set the LSP refresh interval.IP Infusion Inc. recommends making the lsp-refresh-interval smaller than max-lsp-lifetime value.
Attribute Name: lsp-refresh-interval
Attribute Type: uint16
Default Value: 900
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>
<timers>
<config>
<lsp-refresh-interval>1</lsp-refresh-interval> <!-- operation="delete"-->
</config>
</timers>
</isis-instance>
</isis>
Command Syntax
lsp-refresh-interval <1-65535>
Configure lsp lifetime interval
Use this attribute to set the maximum LSP lifetime. You must set max-lsp-lifetime greater than lsp-refreshinterval.
Attribute Name: lsp-lifetime-interval
Attribute Type: uint16
Default Value: 1200
Attribute Range: 350-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>
<timers>
<config>
<lsp-lifetime-interval>350</lsp-lifetime-interval> <!-- operation="delete"-->
</config>
</timers>
</isis-instance>
</isis>
Command Syntax
max-lsp-lifetime <350-65535>
Configure ipv4 router id
Use this attribute to configure the traffic engineering stable IP address for a system.
Attribute Name: ipv4-router-id
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<traffic-engineering>
<config>
<ipv4-router-id>A.B.C.D</ipv4-router-id> <!-- operation="delete"-->
</config>
</traffic-engineering>
</isis-instance>
</isis>
Command Syntax
mpls traffic-eng router-id A.B.C.D
Configure ipv6 router id
Use this attribute to configure the traffic engineering stable IPv6 address for a system.
Attribute Name: ipv6-router-id
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<traffic-engineering>
<config>
<ipv6-router-id>X:X::X:X</ipv6-router-id> <!-- operation="delete"-->
</config>
</traffic-engineering>
</isis-instance>
</isis>
Command Syntax
mpls traffic-eng ipv6 router-id X:X::X:X
Configure afi name
Use this attribute to configure IPv6 routing specific configuration
Attribute Name: afi-name
Attribute Type: enum (ipv6)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<config>
<afi-name>1</afi-name>
</config>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
address-family ipv6
Configure administrative distance
Use this attribute to set the administrative distance for all IPv6 routes
Attribute Name: administrative-distance
Attribute Type: uint32
Default Value: 115
Attribute Range: 1-255
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<config>
<administrative-distance>1</administrative-distance> <!-- operation="delete"-->
</config>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
distance <1-255>
Configure isisSRv6enable
Attribute Name: isisSRv6enable
Attribute Type: uint8
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<isis-srv6>
<config>
</isisSRv6enable>
</config>
</isis-srv6>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
segment-routing srv6
Configure isisSRv6LocatorName
Locator name
Attribute Name: isisSRv6LocatorName
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>
<address-family-ipv6>
<isis-srv6>
<locator-lists>
<locator-list> <!-- operation="delete"-->
<isisSRv6LocatorName>WORD</isisSRv6LocatorName>
<config>
<isisSRv6LocatorName>WORD</isisSRv6LocatorName>
</config>
</locator-list>
</locator-lists>
</isis-srv6>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
srv6-locator WORD
Configure enable
Use this attribute to redistribute reachability information from one level to the other level. If an distribute-list name is given with this command for an access list that does not exist, the routes are still redistributed.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<redistribute-level-1-into-2> <!-- operation="delete"-->
</enable>
<config>
</enable>
</config>
</redistribute-level-1-into-2>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
redistribute isis level-1 into level-2
Configure level 1 acl
Use this attribute to redistribute reachability information from one level to the other level. If an distribute-list name is given with this command for an access list that does not exist, the routes are still redistributed.
Attribute Name: level-1-acl
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>
<address-family-ipv6>
<redistribute-level-1-into-2>
</enable>
<config>
</enable><!-- operation="delete"-->
</config>
<level-1-acl>WORD</level-1-acl> <!-- operation="delete"-->
</redistribute-level-1-into-2>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
redistribute isis level-1 into level-2 distribute-list WORD
Configure level 2 acl
Use this attribute to redistribute reachability information from one level to the other level. If an distribute-list name is given with this command for an access list that does not exist, the routes are still redistributed.
Attribute Name: level-2-acl
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>
<address-family-ipv6>
<redistribute-level-2-into-1>
</enable>
<config>
</enable><!-- operation="delete"-->
</config>
<level-2-acl>WORD</level-2-acl> <!-- operation="delete"-->
</redistribute-level-2-into-1>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
redistribute isis level-2 into level-1 distribute-list WORD
Configure originate
Use this attribute to set originate reachability information to Default destination into LSP.There is no default information in Level-2 domain by default, while Level-1 router calculates default to L1L2 route during SPF calculation. This command enables to originate default route into Level-2 domain.
Attribute Name: originate
Attribute Type: enum (originate|originate level-1|originate always)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<default-route-information> <!-- operation="delete"-->
<originate>originate</originate>
<config>
<originate>originate</originate>
</config>
</default-route-information>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
default-information (originate|originate level-1|originate always)
Configure route map name
Route-map Name
Attribute Name: route-map-name
Attribute Type: string
Default Value: ""
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<default-route-information>
<originate>originate</originate>
<config>
<originate>originate</originate>
</config>
<route-map-name>WORD</route-map-name> <!-- operation="delete"-->
</default-route-information>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
default-information (originate|originate level-1|originate always) route-map WORD
Configure ipv6 metric value
Use this attributes to redistribute routes from another protocol into the ISIS routing table. With metric, metric-type, level and route-map options.
Attribute Name: ipv6-metric-value
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-16777215
Attribute Name: ipv6-metric-type
Attribute Type: enum (internal|external)
Default Value: internal
Attribute Name: ipv6-level
Attribute Type: enum (level-1|level-2|level-1-2)
Default Value: level-2
Attribute Name: ipv6-route-map
Attribute Type: string
Default Value: ""
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<redistribute>
<ipv6-protocol-type>kernel</ipv6-protocol-type>
<config>
<ipv6-protocol-type>kernel</ipv6-protocol-type>
<ipv6-metric-type>internal</ipv6-metric-type>
<ipv6-level>level-2</ipv6-level>
<ipv6-route-map>WORD</ipv6-route-map>
</config>
<ipv6-metric-value>0</ipv6-metric-value>
</redistribute>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
redistribute (kernel|connected|static|rip|ospf|bgp) ({ metric-type (internal|external)| level-1|level-2|level-1-2| route-map WORD| metric <0-16777215> }|)
Configure prefix
Use this attribute to configure the summary prefix to summarize IPv6 reachability information.
Attribute Name: prefix
Attribute Type: string
Attribute Name: level
Attribute Type: enum (level-1|level-2|level-1-2)
Attribute Name: metric
Attribute Type: uint8
Attribute Range: 1-63
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<summary-prefix> <!-- operation="delete"-->
<prefix>X:X::X:X/M</prefix>
<config>
<prefix>X:X::X:X/M</prefix>
<level>level-1</level>
<metric>1</metric>
</config>
</summary-prefix>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
summary-prefix X:X::X:X/M (level-1|level-2|level-1-2) (metric <1-63>|)
Configure level
Use this attribute to configure the ISIS Multi-topology
Attribute Name: level
Attribute Type: enum (level-1|level-2|level-1-2|level-1 transition|level-1-2 transition|level-2 transition)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv6>
<multi-topology>
<level>level-1-2</level>
<config>
<level>level-1-2</level>
</config>
</multi-topology>
</address-family-ipv6>
</isis-instance>
</isis>
Command Syntax
multi-topology (level-1)
Configure set bit on boot
Overload interval after reboot
Attribute Name: set-bit-on-boot
Attribute Type: union
Attribute Name: enabled
Attribute Type: empty
Attribute Name: suppress-type
Attribute Type: enum (default|external|interlevel|external interlevel|interlevel external)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<lsp-over-load>
<config>
</enabled><!-- operation="delete"-->
<suppress-type>default</suppress-type> <!-- operation="delete"-->
<set-bit-on-boot>default</set-bit-on-boot> <!-- operation="delete"-->
</config>
</lsp-over-load>
</isis-instance>
</isis>
Command Syntax
set-overload-bit { suppress (external|interlevel|external interlevel|interlevel external)| on-startup (wait-for-bgp|<5-86400>) }
Configure enabled
Use this attribute to set the overload-bit in self-LSPs. If the overload-bit is set in LSPs, the router is not used as a transit router during SPF calculation. This configuration causes a router to update its own LSP with the overload bit set and causes the other routers not to use this router as a transit or forwarding router. The router continues to receive LSPs when the overload bit is set. If the on-startup option is specified, the router sets the overload bit only at startup, then clears the bit after the specified interval has elapsed. If the on-startup option is specified using the wait-for-bgp option, the overload bit is setup at startup, then the bit is cleared after the BGP router signals it has finished converging or if the router does not signal it has finished converging in 10 minutes. If there is no BGP process running, the overload bit clears immediately.
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<lsp-over-load>
<config>
</enabled>
</config>
</lsp-over-load>
</isis-instance>
</isis>
Command Syntax
set-overload-bit
Configure level1 acl
Use this attribute to redistribute reachability information from one level to the other level. If an distribute-list name is given with this command for an access list that does not exist, the routes are still redistributed.
Attribute Name: level1-acl
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>
<address-family-ipv4>
<redistribution-level-1-into-2>
</enable>
<config>
</enable><!-- operation="delete"-->
</config>
<level1-acl>WORD</level1-acl> <!-- operation="delete"-->
</redistribution-level-1-into-2>
</address-family-ipv4>
</isis-instance>
</isis>
Command Syntax
redistribute isis level-1 into level-2 distribute-list WORD
Configure level2 acl
Use this attribute to redistribute reachability information from one level to the other level. If an distribute-list name is given with this command for an access list that does not exist, the routes are still redistributed.
Attribute Name: level2-acl
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>
<address-family-ipv4>
<redistribution-level-2-into-1>
</enable>
<config>
</enable><!-- operation="delete"-->
</config>
<level2-acl>WORD</level2-acl> <!-- operation="delete"-->
</redistribution-level-2-into-1>
</address-family-ipv4>
</isis-instance>
</isis>
Command Syntax
redistribute isis level-2 into level-1 distribute-list WORD
Configure metric value
IS-IS metric
Attribute Name: metric-value
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-16777215
Attribute Name: metric-type
Attribute Type: enum (internal|external)
Default Value: internal
Attribute Name: route-map
Attribute Type: string
Default Value: ""
Attribute Name: level
Attribute Type: enum (level-1|level-2|level-1-2)
Default Value: level-2
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv4>
<redistribute>
<protocol-type>kernel</protocol-type>
<config>
<protocol-type>kernel</protocol-type>
<metric-type>internal</metric-type>
<route-map>WORD</route-map>
<level>level-2</level>
</config>
<metric-value>0</metric-value>
</redistribute>
</address-family-ipv4>
</isis-instance>
</isis>
Command Syntax
redistribute (kernel|connected|static|rip|ospf|bgp) ({ metric-type (internal|external)| route-map WORD| level-1|level-2|level-1-2| metric <0-16777215> }|)
Configure metric
Use this attribute to Summary Address to summarize IPv4 reachability information.
Attribute Name: prefix
Attribute Type: string
Attribute Name: level
Attribute Type: enum (level-1|level-2|level-1-2)
Attribute Name: metric
Attribute Type: uint8
Attribute Range: 1-63
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv4>
<summary-address> <!-- operation="delete"-->
<prefix>A.B.C.D/M</prefix>
<config>
<prefix>A.B.C.D/M</prefix>
<level>level-1</level>
<metric>1</metric>
</config>
</summary-address>
</address-family-ipv4>
</isis-instance>
</isis>
Command Syntax
summary-address A.B.C.D/M (level-1|level-2|level-1-2) (metric <1-63>|)
Configure id
Instance ID
Attribute Name: id
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>
<address-family-ipv4>
<redistribute-isis-instance> <!-- operation="delete"-->
<id>WORD</id>
<config>
<id>WORD</id>
</config>
</redistribute-isis-instance>
</address-family-ipv4>
</isis-instance>
</isis>
Command Syntax
redistribute isis WORD
Configure metric type
IS-IS metric
Attribute Name: metric-value
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-16777215
Attribute Name: metric-type
Attribute Type: enum (internal|external)
Default Value: internal
Attribute Name: route-map
Attribute Type: string
Default Value: ""
Attribute Name: level
Attribute Type: enum (level-1|level-2|level-1-2)
Default Value: level-2
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<address-family-ipv4>
<redistribute-isis-instance>
<id>WORD</id>
<config>
<id>WORD</id>
<metric-type>internal</metric-type>
<route-map>WORD</route-map>
<level>level-2</level>
</config>
<metric-value>0</metric-value>
</redistribute-isis-instance>
</address-family-ipv4>
</isis-instance>
</isis>
Command Syntax
redistribute isis WORD { metric-type (internal|external)| route-map WORD| level-1|level-2|level-1-2| metric <0-16777215> }
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
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<passive-interfaces>
<config>
</passive-interface-all><!-- operation="delete"-->
</config>
</passive-interfaces>
</isis-instance>
</isis>
Command Syntax
passive-interface
Configure name
Use this attribute to set interface as passive.
Attribute Name: name
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>
<passive-interfaces>
<passive-interface> <!-- operation="delete"-->
<name>IFNAME</name>
<config>
<name>WORD</name>
</config>
</passive-interface>
</passive-interfaces>
</isis-instance>
</isis>
Command Syntax
passive-interface IFNAME
Configure hold timer
Time that a router waits to acquire a set of LSPs to process together
Attribute Name: hold-timer
Attribute Type: uint8
Attribute Range: 1-60
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<microloop-avoidances>
<microloop-avoidance>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
<hold-timer>1</hold-timer> <!-- operation="delete"-->
</microloop-avoidance>
</microloop-avoidances>
</isis-instance>
</isis>
Command Syntax
microloop-avoidance hold-timer <1-60> (level-1|level-2)
Configure max fib
Maximum time required to update a FIB irrespective of the change
Attribute Name: max-fib
Attribute Type: uint8
Attribute Range: 1-60
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<microloop-avoidances>
<microloop-avoidance>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
<max-fib>1</max-fib> <!-- operation="delete"-->
</microloop-avoidance>
</microloop-avoidances>
</isis-instance>
</isis>
Command Syntax
microloop-avoidance max-fib <1-60> (level-1|level-2)
Configure level type
Microloop avoidance
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<microloop-avoidances>
<microloop-avoidance>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
</enable><!-- operation="delete"-->
</microloop-avoidance>
</microloop-avoidances>
</isis-instance>
</isis>
Command Syntax
microloop-avoidance (level-1|level-2)
Configure enable level 1
Use this attribute to configure MPLS Traffic Engineering feature for ISIS.
Attribute Name: enable-level-1
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<mpls-traffic-engg>
<config>
</enable-level-1><!-- operation="delete"-->
</config>
</mpls-traffic-engg>
</isis-instance>
</isis>
Command Syntax
mpls traffic-eng level-1
Configure enable level 2
Use this attribute to configure MPLS Traffic Engineering feature for ISIS.
Attribute Name: enable-level-2
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<mpls-traffic-engg>
<config>
</enable-level-2><!-- operation="delete"-->
</config>
</mpls-traffic-engg>
</isis-instance>
</isis>
Command Syntax
mpls traffic-eng level-2
clear clns is-neighbors System-ID
Attribute Name: system-id
Attribute Type: string
Netconf RPC payload
<isis-clear-is-neighbors xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<system-id>System-ID</system-id>
</isis-clear-is-neighbors>
Command Syntax
clear clns is-neighbors System-ID
clear clns neighbors
Netconf RPC payload
<isis-clear-clns-neighbors xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
clear clns neighbors
clear ip isis (WORD|) route (redistribution|all)
Attribute Name: instance
Attribute Type: string
Attribute Name: ipv4-route
Attribute Type: enum (redistribution|all)
Netconf RPC payload
<isis-clear-ip-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<instance>WORD</instance>
<ipv4-route>redistribution</ipv4-route>
</isis-clear-ip-route>
Command Syntax
clear ip isis (WORD|) route (redistribution|all)
clear ipv6 isis (WORD|) route (redistribution|all)
Attribute Name: instance
Attribute Type: string
Attribute Name: ipv6-route
Attribute Type: enum (redistribution|all)
Netconf RPC payload
<isis-clear-ipv6-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<instance>WORD</instance>
<ipv6-route>redistribution</ipv6-route>
</isis-clear-ipv6-route>
Command Syntax
clear ipv6 isis (WORD|) route (redistribution|all)
clear isis (WORD|) process
Attribute Name: instance
Attribute Type: string
Netconf RPC payload
<isis-process-clear xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<instance>WORD</instance>
</isis-process-clear>
Command Syntax
clear isis (WORD|) process
clear isis counter
Netconf RPC payload
<isis-clear-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
clear isis counter
clear isis adjacency * (vrf VRFNAME|)
Attribute Name: adjacency-vrf-name
Attribute Type: string
Netconf RPC payload
<isis-clear-adjacency-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<adjacency-vrf-name>VRFNAME</adjacency-vrf-name>
</isis-clear-adjacency-all>
Command Syntax
clear isis adjacency * (vrf VRFNAME|)
clear isis WORD adjacency * (vrf VRFNAME|)
Attribute Name: tag-name
Attribute Type: string
Attribute Name: adjacency-vrf-name
Attribute Type: string
Netconf RPC payload
<isis-process-clear-adjacency-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<tag-name>WORD</tag-name>
<adjacency-vrf-name>VRFNAME</adjacency-vrf-name>
</isis-process-clear-adjacency-all>
Command Syntax
clear isis WORD adjacency * (vrf VRFNAME|)
clear isis WORD adjacency (IFNAME|) (vrf VRFNAME|)
Attribute Name: tag-name
Attribute Type: string
Attribute Name: tag-if-name
Attribute Type: string
Attribute Name: adjacency-vrf-name
Attribute Type: string
Netconf RPC payload
<isis-process-clear-adjacency-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<tag-name>WORD</tag-name>
<tag-if-name>IFNAME</tag-if-name>
<adjacency-vrf-name>VRFNAME</adjacency-vrf-name>
</isis-process-clear-adjacency-interface>
Command Syntax
clear isis WORD adjacency (IFNAME|) (vrf VRFNAME|)
clear isis adjacency (IFNAME|) (vrf VRFNAME|)
Attribute Name: adjacency-if-name
Attribute Type: string
Attribute Name: adjacency-vrf-name
Attribute Type: string
Netconf RPC payload
<isis-clear-adjacency-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<adjacency-if-name>IFNAME</adjacency-if-name>
<adjacency-vrf-name>VRFNAME</adjacency-vrf-name>
</isis-clear-adjacency-interface>
Command Syntax
clear isis adjacency (IFNAME|) (vrf VRFNAME|)
clear isis WORD adjacency system-id XXXX.XXXX.XXXX (vrf VRFNAME|)
Attribute Name: tag-name
Attribute Type: string
Attribute Name: tag-system-id
Attribute Type: string
Attribute Name: tag-vrf-name
Attribute Type: string
Netconf RPC payload
<isis-process-clear-adjacency-system-id xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<tag-name>WORD</tag-name>
<tag-system-id>XXXX.XXXX.XXXX</tag-system-id>
<tag-vrf-name>VRFNAME</tag-vrf-name>
</isis-process-clear-adjacency-system-id>
Command Syntax
clear isis WORD adjacency system-id XXXX.XXXX.XXXX (vrf VRFNAME|)
clear isis adjacency system-id XXXX.XXXX.XXXX (vrf VRFNAME|)
Attribute Name: adjacency-system-id
Attribute Type: string
Attribute Name: adjacency-vrf-name
Attribute Type: string
Netconf RPC payload
<isis-clear-adjacency-system-id xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<adjacency-system-id>XXXX.XXXX.XXXX</adjacency-system-id>
<adjacency-vrf-name>VRFNAME</adjacency-vrf-name>
</isis-clear-adjacency-system-id>
Command Syntax
clear isis adjacency system-id XXXX.XXXX.XXXX (vrf VRFNAME|)
snmp restart isis
Netconf RPC payload
<isis-restart-snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
snmp restart isis
debug isis (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
Netconf RPC payload
<isis-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<terminal-debug-options>ifsm</terminal-debug-options>
</isis-terminal-debug-on>
Command Syntax
debug isis (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
no debug isis (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
Netconf RPC payload
<isis-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<terminal-debug-options>ifsm</terminal-debug-options>
</isis-debug-off>
Command Syntax
no debug isis (ifsm|nfsm|pdu|lsp|spf|events|nsm|checksum|authentication|local-updates|protocol-errors|bfd|mpls|rib|sr|lfa|dist-ls|tilfa|ofib|all)
debug isis spf-trace
Netconf RPC payload
<isis-terminal-debug-spf-trace-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
debug isis spf-trace
no debug isis spf-trace
Netconf RPC payload
<isis-terminal-debug-spf-trace-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
no debug isis spf-trace
debug isis hello
Netconf RPC payload
<isis-debug-hello-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
debug isis hello
no debug isis hello
Netconf RPC payload
<isis-debug-hello-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
no debug isis hello
debug isis hello interface IFNAME
Attribute Name: interface
Attribute Type: string
Netconf RPC payload
<isis-debug-interface-hello-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interface>IFNAME</interface>
</isis-debug-interface-hello-on>
Command Syntax
debug isis hello interface IFNAME
no debug isis hello interface IFNAME
Attribute Name: interface
Attribute Type: string
Netconf RPC payload
<isis-debug-interface-hello-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<interface>IFNAME</interface>
</isis-debug-interface-hello-off>
Command Syntax
no debug isis hello interface IFNAME
debug isis hello System-ID
Attribute Name: system-id
Attribute Type: string
Netconf RPC payload
<isis-debug-system-id-hello-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<system-id>System-ID</system-id>
</isis-debug-system-id-hello-on>
Command Syntax
debug isis hello System-ID
no debug isis hello System-ID
Attribute Name: system-id
Attribute Type: string
Netconf RPC payload
<isis-debug-system-id-hello-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<system-id>System-ID</system-id>
</isis-debug-system-id-hello-off>
Command Syntax
no debug isis hello System-ID
no debug all isis
Netconf RPC payload
<isis-all-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis"/>
Command Syntax
no debug all isis
debug isis cspf (events|hexdump)
Attribute Name: cspf-debug
Attribute Type: bits (events|hexdump)
Netconf RPC payload
<isis-debug-cspf-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<cspf-debug>events</cspf-debug>
</isis-debug-cspf-on>
Command Syntax
debug isis cspf (events|hexdump)
no debug isis cspf (events|hexdump)
Attribute Name: cspf-debug
Attribute Type: bits (events|hexdump)
Netconf RPC payload
<isis-debug-cspf-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<cspf-debug>events</cspf-debug>
</isis-debug-cspf-off>
Command Syntax
no debug isis cspf (events|hexdump)
Last modified date: 08/22/2023