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

For ex series ethernet switches
Table of Contents

Advertisement

Results
Copyright © 2010, Juniper Networks, Inc.
user@switch1# set ge-0/0/11 unit 0 family ethernet-switching port-mode trunk
Configure RSTP on the switch:
4.
[edit protocols]
user@switch1# rstp bridge-priority 16k
user@switch1# rstp interface ge-0/0/13.0 cost 1000
user@switch1# rstp interface ge-0/0/13.0 mode point-to-point
user@switch1# rstp interface ge-0/0/9.0 cost 1000
user@switch1# rstp interface ge-0/0/9.0 mode point-to-point
user@switch1# rstp interface ge-0/0/11.0 cost 1000
user@switch1# rstp interface ge-0/0/11.0 mode point-to-point
Check the results of the configuration:
user@switch1> show configuration
interfaces {
ge-0/0/13 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [10 20 30 40];
}
}
}
}
ge-0/0/9 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [10 20 30 40];
}
}
}
}
ge-0/0/11 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [10 20 30 40];
}
}
}
}
}
protocols {
rstp {
bridge-priority 16k;
interface ge-0/0/13.0 {
cost 1000;
mode point-to-point;
}
interface ge-0/0/9.0 {
Chapter 71: Examples of Spanning-Tree Protocols Configuration
1765

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents