camera-vlan {
vlan-id 40;
}
}
Configuring RSTP on Switch 4
To configure RSTP on switch 4, perform these tasks:
CLI Quick
Configuration
To quickly configure interfaces and RSTP on Switch 4, copy the following commands
and paste them into the switch terminal window:
[edit]
set vlans voice-vlan description “Voice VLAN”
set vlans voice-vlan vlan–id 10
set vlans employee-vlan description “Employee VLAN”
set vlans employee-vlan vlan-id 20
set vlans guest-vlan description “Guest VLAN”
set vlans guest-vlan vlan-id 30
set vlans camera-vlan description “Camera VLAN”
set vlans camera-vlan vlan-id 40
set interfaces ge-0/0/23 unit 0 family ethernet-switching vlan members [10 20 30 40]
set interfaces ge-0/0/19 unit 0 family ethernet-switching vlan members [10 20 30 40]
set interfaces ge-0/0/23 unit 0 family ethernet-switching port-mode trunk
set interfaces ge-0/0/19 unit 0 family ethernet-switching port-mode trunk
set protocols rstp bridge-priority 16k
set protocols rstp interface ge-0/0/23.0 cost 1000
set protocols rstp interface ge-0/0/23.0 mode point-to-point
set protocols rstp interface ge-0/0/19.0 cost 1000
set protocols rstp interface ge-0/0/19.0 mode point-to-point
Step-by-Step
Procedure
To configure interfaces and RSTP on Switch 4:
1.
Configure the VLANs
voice-vlan
,
employee-vlan
,
guest-vlan
, and
camera-vlan
:
[edit vlans]
user@switch4#
set voice-vlan description “Voice VLAN”
user@switch4#
set voice-vlan vlan-id 10
user@switch4#
set employee-vlan description “Employee VLAN”
user@switch4#
set employee-vlan vlan-id 20
user@switch4#
set guest-vlan description “Guest VLAN”
user@switch4#
set guest-vlan vlan-id 30
user@switch4#
set camera-vlan description “Camera VLAN”
user@switch4#
set guest-vlan vlan-id 40
2.
Configure the VLANs on the interfaces, including support for the Ethernet Switching
protocol:
[edit interfaces]
user@switch4#
set ge-0/0/23 unit 0 family ethernet-switching vlan members [10
20 30 40]
user@switch4#
set ge-0/0/19 unit 0 family ethernet-switching vlan members [10 20
30 40]
3.
Configure the port mode for the interfaces:
[edit interfaces]
user@switch4#
set ge-0/0/23 unit 0 family ethernet-switching port-mode trunk
1537
Copyright © 2010, Juniper Networks, Inc.
Chapter 65: Examples of Spanning-Tree Protocols Configuration
Summary of Contents for JUNOS OS 10.3 - SOFTWARE
Page 325: ...CHAPTER 17 Operational Mode Commands for System Setup 229 Copyright 2010 Juniper Networks Inc ...
Page 1323: ...CHAPTER 56 Operational Mode Commands for Interfaces 1227 Copyright 2010 Juniper Networks Inc ...
Page 2841: ...CHAPTER 86 Operational Commands for 802 1X 2745 Copyright 2010 Juniper Networks Inc ...
Page 3367: ...CHAPTER 113 Operational Mode Commands for CoS 3271 Copyright 2010 Juniper Networks Inc ...
Page 3435: ...CHAPTER 120 Operational Mode Commands for PoE 3339 Copyright 2010 Juniper Networks Inc ...
Page 3529: ...CHAPTER 126 Operational Mode Commands for MPLS 3433 Copyright 2010 Juniper Networks Inc ...