Juniper JUNOS OS 10.4 - FOR EX REV 1 Manual page 1650

For ex series ethernet switches
Table of Contents

Advertisement

Complete Software Guide for Junos
Configuring the Distribution Switch
CLI Quick
Configuration
Step-by-Step
Procedure
1546
®
OS for EX Series Ethernet Switches, Release 10.4
unit 1 {
family inet address 192.0.2.129/25;
}
}
}
vlans {
sales {
vlan-id 100;
vlan-description "Sales VLAN";
l3-interface vlan.0;
}
support {
vlan-id 200;
vlan-description "Support VLAN";
l3-interface vlan.1;
}
}
TIP: To quickly configure the distribution switch, issue the
command, then copy the hierarchy and paste it into the switch terminal
window.
To configure the distribution switch:
To quickly configure the distribution switch, copy the following commands and paste
them into the switch terminal window:
set interfaces ge-0/0/0 description "Connection to access switch"
set interfaces ge-0/0/0 ethernet-switching port-mode trunk
set interfaces ge-0/0/0 ethernet-switching vlan members [ sales support ]
set interfaces ge-0/0/0 ethernet-switching native-vlan-id 1
set interfaces vlan unit 0 family inet address 192.0.2.2/25
set interfaces vlan unit 1 family inet address 192.0.2.130/25
set vlans sales vlan-description "Sales VLAN"
set vlans sales vlan-id 100
set vlans sales l3-interface vlan.0
set vlans support vlan-description "Support VLAN"
set vlans support vlan-id 200
set vlans support l3-interface vlan.1
To configure the distribution switch:
Configure the interface on the switch to be the trunk port that connects to the access
1.
switch:
[edit interfaces ge-0/0/0 unit 0]
user@distribution-switch# set description "Connection to access switch"
user@distribution-switch# set ethernet-switching port-mode trunk
Specify the VLANs to be aggregated on the trunk port:
2.
[edit interfaces ge-0/0/0 unit 0]
user@distribution-switch# set ethernet-switching vlan members [ sales support ]
load merge terminal
Copyright © 2010, Juniper Networks, Inc.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents