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

Configuring Interface-Specific Properties

You can configure interface-specific IS-IS properties by including the interface statement. These properties are explained later in this chapter.

interface (all | interface-name) {
disable;
bfd-liveness-detection {
detection-time {
threshold milliseconds;
}
minimum-interval milliseconds;
minimum-receive-interval milliseconds;
transmit-interval {
threshold milliseconds;
minimum-interval milliseconds;
}
multiplier number;
version (1 | automatic);
}
checksum;
csnp-interval (seconds | disable);
ldp-synchronization {
disable;
hold-time seconds;
}
lsp-interval milliseconds;
mesh-group (value | blocked);
no-ipv4-multicast;
no-ipv6-multicast;
no-ipv6-unicast;
no-unicast-topology;
passive;
point-to-point;
level level-number {
disable;
hello-authentication-type authentication;
hello-authentication-key key;
hello-interval seconds;
hold-time seconds;
ipv4-multicast-metric number;
ipv6-multicast-metric number;
ipv6-unicast-metric number;
metric metric;
passive;
priority number;
te-metric metric;
}
}

For a list of hierarchy levels at which you can configure these statements, see the statement summary sections for these statements.

For interface-name, specify the full interface name, including the physical and logical address components. To configure all interfaces, specify the interface name as all. For information about configuring interfaces, see the JUNOS Network Interfaces Configuration Guide.


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