Member Interfaces Inheriting Configuration From Configuration Groups - Juniper EX2200 Hardware Manual

Junos osfor exseries ethernetswitches
Hide thumbs Also See for EX2200:
Table of Contents

Advertisement

Example:
Configuration Priorities

Member Interfaces Inheriting Configuration from Configuration Groups

Copyright © 2015, Juniper Networks, Inc.
Foreground interface configuration takes priority over configuration inherited by the
interface through the
interface-range
interfaces {
interface-range range-1 {
member-range ge-1/0/0/ to ge-10/0/47;
mtu 256;
}
ge-1/0/1 {
mtu 1024;
}
}
In the preceding example, interface
This can be verified with output of the
as follows:
user@host: # show interfaces | display inheritance
## 'ge-1/0/0' was expanded from interface-range 'range-1'
##
ge-1/0/0 {
##
## '256' was expanded from interface-range 'range-1'
##
mtu 256;
}
ge-1/0/1 {
mtu 1024;
}
##
## 'ge-1/0/2' was expanded from interface-range 'range-1'
##
ge-1/0/2 {
##
## '256' was expanded from interface-range 'range-1'
##
mtu 256;
}
.........
.........
##
## 'ge-10/0/47' was expanded from interface-range 'range-1'
##
ge-10/0/47 {
##
## '256' was expanded from interface-range 'range-1'
##
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 Junos OS reads this configuration.
groups {
.
will have an MTU value of 1024.
ge-1/0/1
show interfaces | display inheritance
is similar to any other foreground configuration
interface-range
goes through a member
Chapter 2: Configuration Tasks
command,
71

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents