In this example, interfaces
and
Configuring Inheritance Range Priorities
The interface ranges are defined in the order of inheritance priority, with the first
interface range configuration data taking priority over subsequent interface ranges.
Interface
int-grp-two
was defined first.
Configuration Expansion Where Interface Range Is Used
In this example,
interface-range foo {
member-range ge-1/0/0 to ge-10/0/47;
mtu 256;
}
}
interfaces {
interface-range zoo {
member-range ge-10/0/0 to ge-10/0/47;
hold-time up 10;
}
}
ge-10/0/0
mtu
.
[edit]
interfaces {
interface-range int-grp-one {
member-range ge-0/0/0 to ge-4/0/40;
member ge-1/1/1;
/*Common config is added part of the interface-range definition*/
mtu 256;
hold-time up 10;
}
}
interfaces {
interface-range int-grp-two {
member-range ge-5/0/0 to ge-10/0/40;
member ge-1/1/1;
mtu 1024;
}
}
ge-1/1/1
exists in both
. This interface inherits
interface-range foo
[edit]
interfaces {
interface-range foo {
member ge-10/1/1;
member ge-5/5/1;
mtu 256;
hold-time up 10;
ether-options {
flow-control;
Chapter 3: Configuring Physical Interface Properties
through
ge-10/0/47
interface-range int-grp-one
from
mtu 256
interface-range int-grp-one
is used under the
protocols
Configuring Inheritance Range Priorities
will have both
hold-time
and
interface-range
because it
hierarchy:
103