Member Interfaces Inheriting Configuration From Configuration Groups - Juniper JUNOS OS 10.4 - FOR EX REV 1 Manual

For ex series ethernet switches
Table of Contents

Advertisement

Member Interfaces Inheriting Configuration from Configuration Groups

Copyright © 2010, Juniper Networks, Inc.
mtu 256;
}
Interface range member interfaces inherit the config-groups configuration like any other
foreground configuration.
interface-range
statement. The only difference is that the
interfaces expansion before the Junos OS reads this configuration.
groups {
global {
interfaces {
<*> {
hold-time up 10;
}
}
}
apply-groups [global];
interfaces {
interface-range range-1 {
member-range ge-1/0/0 to ge-10/0/47;
mtu 256;
}
}
}
The
configuration is applied to all members of
hold-time
This can be verified with
show interfaces | display inheritance
user@host# show interfaces | display inheritance
ge-1/0/0 {
##
## '256' was expanded from interface-range 'range-1'
##
mtu 256;
##
## 'hold-time' was inherited from group 'global'
## '10' was inherited from group 'global'
##
hold-time up 10;
}
ge-1/0/1 {
##
## '256' was expanded from interface-range 'range-1'
##
mtu 256;
##
## 'hold-time' was inherited from group 'global'
## '10' was inherited from group 'global'
##
hold-time up 10;
}
ge-10/0/47 {
##
## '256' was expanded from interface-range 'range-1'
##
mtu 256;
Chapter 58: Configuring Interfaces
is similar to any other foreground configuration
goes through a member
interface-range
interface-range range-1
as below:
.
1321

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents