IPI-ISIS-EXTENDED
Configure name
Specific prefixex allowed using this route map
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>
<fast-reroute>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
<route-map>
<protocol>ipv4</protocol>
<config>
<protocol>ipv4</protocol>
</config>
<name>WORD</name> <!-- operation="delete"-->
</route-map>
</fast-reroute>
</isis-instance>
</isis>
Command Syntax
fast-reroute per-prefix (level-1|level-2) proto (ipv4) route-map WORD
Configure enable all prefixes
Apply on all prefixes
Attribute Name: enable-all-prefixes
Attribute Type: enum (all)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<fast-reroute>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
<route-map>
<protocol>ipv4</protocol>
<config>
<protocol>ipv4</protocol>
</config>
<enable-all-prefixes>all</enable-all-prefixes> <!-- operation="delete"-->
</route-map>
</fast-reroute>
</isis-instance>
</isis>
Command Syntax
fast-reroute per-prefix (level-1|level-2) proto (ipv4) (all)
Configure protocol
Protocol Address Family
Attribute Name: protocol
Attribute Type: enum (ipv4)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<fast-reroute>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
<ti-lfa> <!-- operation="delete"-->
<protocol>ipv4</protocol>
<config>
<protocol>ipv4</protocol>
</config>
</ti-lfa>
</fast-reroute>
</isis-instance>
</isis>
Command Syntax
fast-reroute ti-lfa (level-1|level-2) proto (ipv4)
Configure preference index
this index indicates which tie-break option to be given preference
This command is supported when following feature are enabled ISIS feature
Attribute Name: preference-index
Attribute Type: uint32
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>
<fast-reroute>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
<protocol>
<preference-value>primary-path</preference-value>
<config>
<preference-value>primary-path</preference-value>
<lfa-protocol>ipv4</lfa-protocol>
</config>
<lfa-protocol>ipv4</lfa-protocol>
<preference-index>1</preference-index> <!-- operation="delete"-->
</protocol>
</fast-reroute>
</isis-instance>
</isis>
Command Syntax
fast-reroute tie-break (level-1|level-2) proto (ipv4) (primary-path|node-protecting|interface-disjoint|broadcast-interface-disjoint|downstream-path|secondary-path) index <1-255>
Configure remote lfa protocol
Protocol Address Family
Attribute Name: remote-lfa-protocol
Attribute Type: enum (ipv4)
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<isis-instance>
<instance>WORD</instance>
<config>
<instance>WORD</instance>
</config>
<fast-reroute>
<level-type>level-1</level-type>
<config>
<level-type>level-1</level-type>
</config>
<remote-lfa-protocol>ipv4</remote-lfa-protocol> <!-- operation="delete"-->
</fast-reroute>
</isis-instance>
</isis>
Command Syntax
fast-reroute per-prefix remote-lfa (level-1|level-2) proto (ipv4) tunnel mpls-ldp
Configure grace period
The period within which ISIS should come up
Attribute Name: grace-period
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<graceful-restart>
<config>
<grace-period>1</grace-period> <!-- operation="delete"-->
</config>
</graceful-restart>
</isis>
Command Syntax
isis restart grace-period <1-65535>
Configure enable helper only
Attribute to configure helper mode
Attribute Name: enable-helper-only
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<graceful-restart>
<config>
</enable-helper-only><!-- operation="delete"-->
</config>
</graceful-restart>
</isis>
Command Syntax
isis restart helper
Configure suppress adjacency
When set to true, adjacency is not advertised. The SA bit is used by a starting router to request that its neighbor suppress advertisement of the adjacency to the starting router in the neighbor’s LSPs.
Attribute Name: suppress-adjacency
Attribute Type: empty
Netconf edit-config payload
<isis xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<graceful-restart>
<config>
</suppress-adjacency><!-- operation="delete"-->
</config>
</graceful-restart>
</isis>
Command Syntax
isis restart suppress-adjacency
restart isis graceful (grace-period <1-65535>|)
Attribute Name: grace-period
Attribute Type: uint16
Attribute Range: 1-65535
Netconf RPC payload
<ipi-isis-extended_isis-restart-graceful xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-isis">
<grace-period>1</grace-period>
</ipi-isis-extended_isis-restart-graceful>
Command Syntax
restart isis graceful (grace-period <1-65535>|)