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

For ex series ethernet switches
Table of Contents

Advertisement

Configuring VLANs and MVRP on Access Switch B
CLI Quick
Configuration
Copyright © 2010, Juniper Networks, Inc.
unit 0 {
family ethernet-switching {
vlan {
members lab;
}
}
}
}
ge-0/0/3 {
unit 0 {
family ethernet-switching {
vlan {
members sales;
}
}
}
}
xe-0/1/1 {
unit 0 {
family ethernet-switching {
port-mode trunk;
}
}
}
}
protocols {
mvrp {
interface xe-0/1/1.0;
}
}
vlans {
finance {
vlan-id 100;
}
lab {
vlan-id 200;
}
sales {
vlan-id 300;
}
}
To configure three VLANs on the switch, bind access interfaces for PC4 and PC5 to the
VLANs, and enable MVRP on the trunk interface of access Switch B, perform these tasks:
To quickly configure Access Switch B for MVRP, copy the following commands and paste
them into the switch terminal window of Switch B:
[edit]
set vlans finance vlan-id 100
set vlans lab vlan-id 200
set vlans sales vlan-id 300
set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members finance
Chapter 64: Examples: Bridging and VLAN Configuration
1585

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents