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


IS-IS Configuration Guidelines

To configure Intermediate System to Intermediate System (IS-IS), you include statements at the [edit protocols isis] hierarchy level of the configuration. For routing instances, include the statements at the [edit routing-instances routing-instance-name protocols isis]. You can include the following statements in the configuration:

protocols {
    isis {
        disable;
        ignore-attached-bit;
        graceful-restart {
            disable;
            helper-disable;
        }
        label-switched-path name  level level metric metric;
        level level-number { 
            authentication-key key ;
            authentication-type authentication ;
            external-preference preference ; 
            no-csnp-authentication;
            no-hello-authentication;
            no-psnp-authentication;
            preference preference ; 
            wide-metrics-only; 
        }
        lsp-lifetime seconds ;
        multicast-topology;
        no-authentication-check; 
        no-ipv4-routing;
        no-ipv6-routing;
        overload < timeout seconds >;
        reference-bandwidth reference-bandwidth;
        rib-group group-name;
        spf-delay milliseconds;
        traffic-engineering {
            disable;
            shortcuts;
        }
        traceoptions {
            file name <replace> <size size> <files number > <no-stamp> 
                <(world-readable | no-world-readable)>;
            flag flag <flag-modifier> <disable>; 
        }
        interface interface-name {
            disable; 

            checksum;
            csnp-interval (seconds  | disable);
            lsp-interval milliseconds ; 
            mesh-group (value | blocked); 
            passive; 
            level level-number { 
                disable; 
                hello-authentication-key key ;
                hello-authentication-type authentication ;
                hello-interval seconds ; 
                hold-time seconds ; 
                metric metric ; 
                passive;
                priority number ; 
                te-metric metric ;
            }
        }
    }
}

By default, IS-IS is enabled for Level 1 and Level 2 routers on all interfaces on which an ISO address is configured.

This chapter discusses the following topics that provide information about configuring IS-IS:

See page "IS-IS Configuration Example" for an IS-IS configuration example.


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