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

IS-IS

To configure a routing instance for IS-IS, you must include at least the following statements in the configuration:

[edit]
routing-instances {
routing-instance-name {
interface interface-name;
instance-type (forwarding | l2vpn | no-forwarding | virtual-router | vpls | vrf);
route-distinguisher (as-number:number | ip-address:number);
vrf-import [ policy-names ];
vrf-export [ policy-names ];
protocols {
isis {
... isis configuration ...
}
}
}
}

For more information about the IS-IS configuration statements, see IS-IS Configuration Guidelines.


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