Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual page 167

Network interfaces configuration
Table of Contents

Advertisement

To specify the list of interface range members individually or for multiple interfaces
using regex, use the
Example: Specifying an
Interface Range Member
Regex or wildcards are not supported for interface-type prefixes. For example,
prefixes
An
within it. There is no maximum limit on the number of
statements within an interface-range. However, at least one
statement must exist within an
Configuration common to an interface range can be added as a part of the
Example: Interface
interface-range
Range Common
Configuration
An
common configurations statements is valid.
These defined interface ranges can be used in other configuration hierarchies, in
places where an
Example:
Interface-Range foo
Used Under the
Protocols Hierarchy
member list of interface names
member ge-0/0/0;
member ge-0/*/*
member ge-0/[1-10]/0;
member ge-0/[1,2,3]/3;
,
, and
must be mentioned explicitly.
ge
fe
xe
definition can contain both
interface-range
definition, as follows:
[edit]
interfaces {
+ interface-range foo {
+ member-range ge-1/0/0 to ge-4/0/40;
+ member ge-0/1/1;
+ member ge-5/[1-10]/*;
/*Common config is added as part of interface-range definition*/
mtu 256;
hold-time up 10;
ether-options {
flow-control;
speed {
100m;
}
802.3ad primary;
}
}
}
definition having just
interface-range
node exists.
interface
protocols {
dot1x {
authenticator {
interface foo{
retries 1;
}
}
}
}
Chapter 3: Configuring Physical Interface Properties
statement.
and
member
member
interface-range
definition.
or
member
member-range
Configuring Interface Ranges
statements
member-range
or
member-range
or
member
member-range
statements and no
97

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents