[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <isis>
                    <disable/>
                    <traceoptions>...</traceoptions>
                    <export>...</export>
                    <reference-bandwidth>reference-bandwidth</reference-bandwidth>
                    <lsp-lifetime>seconds</lsp-lifetime>
                    <loose-authentication-check/>
                    <max-areas>max-areas</max-areas>
                    <no-authentication-check/>
                    <no-ipv4-routing/>
                    <no-ipv6-routing/>
                    <clns-routing/>
                    <no-adjacency-holddown/>
                    <ignore-attached-bit/>
                    <rib-group>...</rib-group>
                    <spf-options>...</spf-options>
                    <topologies>...</topologies>
                    <overload>...</overload>
                    <traffic-engineering>...</traffic-engineering>
                    <graceful-restart>...</graceful-restart>
                    <level>...</level>
                    <interface>...</interface>
                    <label-switched-path>...</label-switched-path>
                </isis>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

IS-IS configuration.

Contents

<clns-routing>—Enable CLNS routing.

<disable>—Disable IS-IS.

<export>—Export policy.

<graceful-restart>—IS-IS graceful restart options.

<ignore-attached-bit>—Ignore the attached bit in Level 1 LSPs.

<interface>—Interface configuration.

<label-switched-path>—Configuration for advertisement of a label-switched path.

<level>—Configure global level attributes.

<loose-authentication-check>—Verify authentication only if PDU has authentication TLV.

<lsp-lifetime>—Lifetime of LSPs.

<max-areas>—Maximum number of advertised Areas.

<no-adjacency-holddown>—Disable adjacency hold down.

<no-authentication-check>—Disable authentication checking.

<no-ipv4-routing>—Disable IPv4 routing.

<no-ipv6-routing>—Disable IPv6 routing.

<overload>—Set the overload bit (no transit traffic).

<reference-bandwidth>—Bandwidth for calculating metric defaults.

<rib-group>—Routing table group for importing IS-IS routes.

<spf-options>—Configure SPF attributes.

<topologies>—Enable topologies.

<traceoptions>—Trace options for IS-IS.

<traffic-engineering>—Configure traffic engineering attributes.


[Contents] [Prev] [Next] [Index] [Report an Error]