Juniper NETWORK AND SECURITY MANAGER 2010.2 - ADMINISTRATION GUIDE REV1 Administration Manual page 281

Table of Contents

Advertisement

Copyright © 2010, Juniper Networks, Inc.
Select the Configuration tab, and then expand Interfaces, and select Interface
c.
List.
Click the Add icon and select fe Physical Interfaces from the list.
d.
In the Set Slot Range Configuration dialog box, set Slot Range to 0, set Pic Range
e.
to 0, Port Range to 0-2, and click OK.
Three new interfaces populate the interface list.
Select fe-0/0/0 and click the Edit icon.
f.
Set the Mtu field to 5120 and click OK.
g.
The equivalent JUNOS configuration syntax for the device object looks like this:
# regular config
interfaces {
fe-0/0/0 { mtu 5k; }
fe-0/0/1 { ... }
fe-0/0/2 { ... }
}
Apply the template to the device:
6.
Click the Info tab of the device, and click Templates.
a.
Click the Edit icon to display the Edit Templates dialog box.
b.
Check the box next to the template you just created and click OK to apply the
c.
template to the device.
Check the device object configuration:
7.
Select the Configuration tab.
a.
Expand Interfaces, if necessary, and click Interface List.
b.
fe-0/0/0
has an MTU of 5120, because the regular configuration takes
c.
precedence over both the value in the template and the value in the configuration
group.
has an MTU of 4096, because the template value takes precedence
fe-0/0/1
over the value in the configuration group.
fe-0/0/2
has an MTU of 3072 because it was not explicitly defined in the regular
device object configuration or the template. Therefore, it takes the value from
the wildcard setting in the configuration group.
Push the configuration to the device using the Update Device directive:
8.
In the Device Manager, click Devices.
a.
Right-click the device, and select Update Device from the list.
b.
The equivalent JUNOS configuration syntax received by the device looks like
this:
Chapter 5: Configuring Devices
231

Advertisement

Table of Contents
loading

This manual is also suitable for:

Network and security manager 2010.2

Table of Contents