Configuration Expansion Where Interface Range Is Used - Juniper JUNOS OS 10.4 - FOR EX REV 1 Manual

For ex series ethernet switches
Table of Contents

Advertisement

Configuration Expansion Where Interface Range Is Used

Copyright © 2010, Juniper Networks, Inc.
In this example,
interface-range range-1
[edit]
interfaces {
interface-range range-1 {
member ge-10/1/1;
member ge-5/5/1;
mtu 256;
hold-time up 10;
ether-options {
flow-control;
speed {
100m;
}
802.3ad primary;
}
}
protocols {
dot1x {
authenticator {
interface range-1 {
retries 1;
}
}
}
}
}
The
node present under
interface
the
interface-range range-1
protocols {
dot1x {
authenticator {
interface ge-10/1/1 {
retries 1;
}
interface ge-5/5/1 {
retries 1;
}
}
}
}
The
statement is expanded into two interfaces,
interface range-1
and configuration
retries 1
This configuration can be verified using the
command.
is used under the
is expanded into member interfaces of
authenticator
as follows:
is copied under those two interfaces.
show protocols dot1x | display inheritance
Chapter 58: Configuring Interfaces
hierarchy:
protocols
and
ge-10/1/1
ge-5/5/1
,
1323

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents