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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <isis>
                    <interface>
                        <name>name</name> <!-- identifier -->
                        <disable/>
                        <hello-padding-type>hello-padding-type-choice</hello-padding-type>
                        <ldp-synchronization>...</ldp-synchronization>
                        <lsp-interval>milliseconds</lsp-interval>
                        <csnp-interval>...</csnp-interval>
                        <mesh-group>...</mesh-group>
                        <point-to-point/>
                        <passive/>
                        <checksum/>
                        <no-unicast-topology/>
                        <no-ipv4-multicast/>
                        <no-ipv6-unicast/>
                        <no-ipv6-multicast/>
                        <no-adjacency-down-notification/>
                        <bfd-liveness-detection>...</bfd-liveness-detection>
                        <level>...</level>
                    </interface>
                </isis>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Interface configuration.

Contents

<bfd-liveness-detection>—Bidirectional Forwarding Detection options.

<checksum>—Enable checksum for packets on this interface.

<csnp-interval>—Rate of CSN packets (for LAN interfaces only).

<disable>—Disable IS-IS on this interface.

<hello-padding-type>—Type of padding for hello packets.

<ldp-synchronization>—Advertise maximum metric until LDP is operational.

<level>—Configure levels on this interface.

<lsp-interval>—Interval between LSP transmissions.

<mesh-group>—Add the interface to a mesh group.

<name>—Interface name.

<no-adjacency-down-notification>—Do not inform other protocols about adjacency down events.

<no-ipv4-multicast>—Do not include this interface in the IPv4 multicast topology.

<no-ipv6-multicast>—Do not include this interface in the IPv6 multicast topology.

<no-ipv6-unicast>—Do not include this interface in the IPv6 unicast topology.

<no-unicast-topology>—Do not include this interface in the unicast topology.

<passive>—Do not run IS-IS, but advertise it.

<point-to-point>—Treat interface as point to point.


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