OcNOS L2 Quick Config
OcNOS L2 Quick Config
OcNOS L2 Quick Config
Open Compute
Network Operating System
for Service Providers
Version 4.0
Layer 2 Quick
Configuration Guide
January 2021
This documentation is subject to change without notice. The software described in this document and this documentation
are furnished under a license agreement or nondisclosure agreement. The software and documentation may be used or
copied only in accordance with the terms of the applicable agreement. No part of this publication may be reproduced, stored
in a retrieval system, or transmitted in any form or any means electronic or mechanical, including photocopying and
recording for any purpose other than the purchaser's internal use without the written permission of IP Infusion Inc.
IP Infusion Inc.
3965 Freedom Circle, Suite 200
Santa Clara, CA 95054
+1 408-400-1900
http://www.ipinfusion.com/
Trademarks:
IP Infusion, OcNOS, VirNOS, ZebM, and ZebOS-XP are trademarks or registered trademarks of IP Infusion. All other
trademarks, service marks, registered trademarks, or registered service marks are the property of their respective owners.
Use of certain software included in this equipment is subject to the IP Infusion, Inc. End User License Agreement at http://
www.ipinfusion.com/license. By using the equipment, you accept the terms of the End User License Agreement.
Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
Audience . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
Related Documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
Chapter Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
SWITCH-1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
SWITCH-2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
SWITCH-3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
Audience
This guide is intended for network administrators and other engineering professionals who configure Layer 2 protocols.
Conventions
Table P-1 shows the conventions used in this guide.
Convention Description
monospaced type Code elements such as commands, functions, parameters, files, and directories
Contents
This document contains these chapters and appendices:
• Chapter 1, Understanding Virtual Local Area Networks
• Chapter 2, Understanding Link Aggregation Groups
• Chapter 3, Understanding Link Layer Discovery Protocol
• Chapter 4, Understanding Spanning Tree Protocol
• Chapter 5, Understanding Rapid Spanning Tree Protocol
• Chapter 6, Understanding Multiple Spanning Tree Protocol
Related Documents
Use this guide with the Layer 2 Command Reference for details about the commands used in the configurations.
Note: All OcNOS technical manuals are available to licensed customers at:
http://www.ipinfusion.com/support/document_list.
Chapter Organization
The chapters in this guide are organized into these major sections:
• An overview that explains a configuration in words
• Topology with a diagram that shows the devices and connections used in the configuration
• Configuration steps in a table for each device where the left-hand side shows the commands you enter and the
right-hand side explains the actions that the commands perform
• Validation which shows commands and their output that verify the configuration
Support
For support-related questions, contact mailto://[email protected].
Comments
If you have comments, or need to report a problem with the content, contact mailto://[email protected].
Overview
A Virtual Local Area Network (VLAN) is a set of workstations within a LAN that can communicate with each other as
though they were on a single, isolated LAN.
The three major interface types of a VLAN are:
• Access (untagged)
• Trunk (only tagged)
• Hybrid (a combination of both tagged and untagged on the same interface)
Topology
Configuration
SWITCH-1
SWITCH-1(config-if)#switchport mode Set the switching characteristics of this interface to access mode.
access
SWITCH-1(config-if)#switchport access Enable VLAN port access by specifying VLAN ID 5 on this interface.
vlan 5
SWITCH-1(config-if)#exit Exit interface mode.
SWITCH-1(config)#interface xe2 Enter interface mode.
SWITCH-1(config-if)#switchport Set the interface as Layer2 port.
SWITCH-1(config-if)#bridge-group 1 Associate the interface with bridge group 1.
SWITCH-1(config-if)#switchport mode Set the switching characteristics of this interface to trunk mode.
trunk
SWITCH-1(config-if)#switchport trunk Enable all VLAN IDs on this port.
allowed vlan all
SWITCH-1(config-if)#exit Exit interface mode.
SWITCH-1(config)#interface xe3 Enter interface mode.
SWITCH-1(config-if)#switchport Set the interface as Layer2 port.
SWITCH-1(config-if)#bridge-group 1 Associate the interface with bridge group 1.
SWITCH-1(config-if)#switchport mode Set the switching characteristics of this interface to hybrid mode.
hybrid
SWITCH-1(config-if)#switchport hybrid Enable all VLAN IDs on this port.
allowed vlan all
SWITCH-1(config-if)#exit Exit interface mode.
SWITCH-2
SWITCH-3
Validation
SWITCH-1#sh vlan brief
Bridge VLAN ID Name State H/W Status
Member ports
(u)-Untagged, (t)-Tagged
======= ======= ============ ======= =========== ============================
Overview
A Link Aggregation Group (LAG) is the method of combining individual physical network interfaces or ports to increase
the capacity of the link to support and sustain beyond the individual port capability. Link Aggregation also supports
failover when one link ceases to operate. The standard for LAG operation is IEEE 802.3ad.
Link Aggregation operates above the physical network interface and the 802.1X layer. For aggregating links, the
physical port has to be link up and authenticated as applicable. For all the higher layers, when Link Aggregation is
effective, ports are visible as logical aggregated ports. Features such as STP, VLAN, FDB, and multicasting operate on
both physical ports as well as Link Aggregated Logical Ports.
A LAG can be configured in two modes:
• Dynamic LAG (LACP)
• Static LAG
Topology
Configuration
LACP
SWITCH-1
SWITCH-2
Static LAG
SWITCH-1
SWITCH-2
Validation
LACP
SWITCH-1#sh etherchannel detail
% Aggregator po1 1000000
% Mac address: 00:13:95:ab:ba:c9
% Admin Key: 0001 - Oper Key 0001
% Actor LAG ID- 0x8000,00-13-95-11-7d-c7,0x0001
Static LAG
SWITCH-1#sh static-channel-group
% Static Aggregator: sa1
% Member:
xe1
xe2
xe3
Overview
The Link Layer Discovery Protocol (LLDP) is used to advertise the following to other stations attached to the same
LAN:
• The major capabilities provided by the system incorporating that station
• The management address or addresses of the entity or entities that provide management of those capabilities
• The identification of the station’s point of attachment to the LAN required by those management entity or entities
Topology
Configuration
SWITCH-1
SWITCH-2
Validation
SWITCH-1#sh lldp interface Xe1 neighbor
Customer-bridge Neighbors
Non-TPMR-bridge Neighbors
System Name : x86_64-debian
System Description :
Port Description :
TTL : 121
System Capabilities : Routing
Mandatory TLVs :
CHASSIS ID TYPE :
Chassis MAC Address: 0800.2710.3dd9
PORT ID TYPE :
Port MAC Address: 0800.2710.3dd9
8021 ORIGIN SPECIFIC TLV
Port Vlan id :0
PP Vlan id :0
Remote Protocols Advertised :
Remote VID Usage Digest : 0
Remote Management Vlan : 0
Link Aggregation Status : Disabled
Link Aggregation Port ID : 0
8023 ORIGIN SPECIFIC TLV
AutoNego Support :
AutoNego Capability : 0
Operational MAU Type : 0
Max Frame Size : 0
Overview
The Spanning Tree Protocol (STP) prevents duplication of packets by eliminating loops in the network.
Topology
Configuration
SWITCH-1
SWITCH-2
SWITCH-3
Validation
SWITCH-1
SWITCH-1#show spanning-tree
% 1: Bridge up - Spanning Tree Enabled
% 1: Root Path Cost 4 - Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6 - Root port 4
% 1: Root Id 8000525400431c4a
% 1: Bridge Id 80005254005d83ef
% 1: 2 topology changes - last topology change Wed Jul 29 10:03:38 2015
% 1: portfast bpdu-filter disabled
% 1: portfast bpdu-guard disabled
% 1: portfast errdisable timeout disabled
% 1: portfast errdisable timeout interval 300 sec
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - path cost 4 - designated cost 4
% xe1: Designated Port Id 8003 - state Forwarding -Priority 128
% xe1: Designated root 8000525400431c4a
% xe1: Designated Bridge 80005254005d83ef
SWITCH-2
SWITCH-2#show spanning-tree
% 1: Bridge up - Spanning Tree Enabled
% 1: Root Path Cost 4 - Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6 - Root port 4
% 1: Root Id 8000525400431c4a
% 1: Bridge Id 8000525400d341e1
% 1: 3 topology changes - last topology change Wed Jul 29 10:03:34 2015
% 1: portfast bpdu-filter disabled
% 1: portfast bpdu-guard disabled
% 1: portfast errdisable timeout disabled
% 1: portfast errdisable timeout interval 300 sec
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - path cost 4 - designated cost 4
% xe1: Designated Port Id 8003 - state Blocked -Priority 128
% xe1: Designated root 8000525400431c4a
% xe1: Designated Bridge 80005254005d83ef
% xe1: Message Age 1 - Max Age 20
% xe1: Hello Time 2 - Forward Delay 15
% xe1: Forward Timer 0 - Msg Age Timer 17 - Hello Timer 1 - topo change timer 0
% xe1: forward-transitions 1
% xe1: portfast disabled
% xe1: bpdu-guard default - Current bpdu-guard off
% xe1: bpdu-filter default - Current bpdu-filter off
% xe1: no root guard configured - Current root guard off
%
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - path cost 4 - designated cost 0
SWITCH-3
SWITCH-3#show spanning-tree
% 1: Bridge up - Spanning Tree Enabled
% 1: Root Path Cost 0 - Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6 - Root port 0
% 1: Root Id 8000525400431c4a
% 1: Bridge Id 8000525400431c4a
% 1: 6 topology changes - last topology change Wed Jul 29 10:03:39 2015
% 1: portfast bpdu-filter disabled
% 1: portfast bpdu-guard disabled
% 1: portfast errdisable timeout disabled
% 1: portfast errdisable timeout interval 300 sec
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - path cost 4 - designated cost 0
% xe1: Designated Port Id 8003 - state Forwarding -Priority 128
% xe1: Designated root 8000525400431c4a
% xe1: Designated Bridge 8000525400431c4a
% xe1: Message Age 0 - Max Age 20
% xe1: Hello Time 2 - Forward Delay 15
% xe1: Forward Timer 0 - Msg Age Timer 0 - Hello Timer 1 - topo change timer 0
% xe1: forward-transitions 1
% xe1: portfast disabled
% xe1: bpdu-guard default - Current bpdu-guard off
% xe1: bpdu-filter default - Current bpdu-filter off
% xe1: no root guard configured - Current root guard off
%
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - path cost 4 - designated cost 0
% xe2: Designated Port Id 8004 - state Forwarding -Priority 128
% xe2: Designated root 8000525400431c4a
% xe2: Designated Bridge 8000525400431c4a
% xe2: Message Age 0 - Max Age 20
% xe2: Hello Time 2 - Forward Delay 15
% xe2: Forward Timer 0 - Msg Age Timer 0 - Hello Timer 1 - topo change timer 0
% xe2: forward-transitions 1
% xe2: portfast disabled
% xe2: bpdu-guard default - Current bpdu-guard off
% xe2: bpdu-filter default - Current bpdu-filter off
% xe2: no root guard configured - Current root guard off
Overview
The Rapid Spanning Tree Protocol (RSTP) provides rapid convergence of a spanning tree. RSTP speeds up the
reconfiguration of the tree after a change by using alternate ports.
Topology
Configuration
SWITCH-1
SWITCH-2
SWITCH-3
Validation
SWITCH-1
SWITCH-1#show spanning-tree
% 1: Bridge up - Spanning Tree Enabled - topology change detected
% 1: Root Path Cost 20000 - Root Port 4 - Bridge Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6
% 1: Root Id 8000525400431c4a
% 1: Bridge Id 80005254005d83ef
% 1: last topology change Wed Jul 29 10:21:05 2015
% 1: 10 topology change(s) - last topology change Wed Jul 29 10:21:05 2015
SWITCH-2
SWITCH-2#show spanning-tree
% 1: Bridge up - Spanning Tree Enabled - topology change detected
% 1: Root Path Cost 20000 - Root Port 4 - Bridge Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6
% 1: Root Id 8000525400431c4a
% 1: Bridge Id 8000525400d341e1
% 1: last topology change Wed Jul 29 10:21:05 2015
% 1: 7 topology change(s) - last topology change Wed Jul 29 10:21:05 2015
SWITCH-3
SWITCH-3#show spanning-tree
% 1: Bridge up - Spanning Tree Enabled - topology change detected
% 1: Root Path Cost 0 - Root Port 0 - Bridge Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6
% 1: Root Id 8000525400431c4a
% 1: Bridge Id 8000525400431c4a
% 1: last topology change Wed Jul 29 10:21:05 2015
Overview
The Multiple Spanning Tree Protocol (MSTP) allows multiple VLANs to be grouped into one spanning-tree instance.
Every MST instance has a spanning-tree that is independent of other spanning-tree instances providing multiple
forwarding paths for data traffic.
Topology
Configuration
SWITCH-1
SWITCH-2
SWITCH-3
Validation
SWITCH-1
SWITCH-1#show spanning-tree mst detail
% 1: Bridge up - Spanning Tree Enabled - topology change detected
% 1: CIST Root Path Cost 0 - CIST Root Port 4 - CIST Bridge Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6 - Max-hops 20
% 1: CIST Root Id 8000525400431c4a
% 1: CIST Reg Root Id 8000525400431c4a
% 1: CIST Bridge Id 80005254005d83ef
% 1: 11 topology change(s) - last topology change Wed Jul 29 10:40:22 2015
% xe1: forward-transitions 2
% xe1: Version Multiple Spanning Tree Protocol - Received MSTP - Send MSTP
% xe1: No portfast configured - Current portfast off
% xe1: bpdu-guard default - Current bpdu-guard off
% xe1: bpdu-filter default - Current bpdu-filter off
% xe1: no root guard configured - Current root guard off
% xe1: Configured Link Type point-to-point - Current point-to-point
% xe1: No auto-edge configured - Current port Auto Edge off
%
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Rootport - State Forwarding
% xe2: Designated External Path Cost 0 -Internal Path Cost 20000
% xe2: Configured Path Cost 20000 - Add type Explicit ref count 3
% xe2: Designated Port Id 8003 - CIST Priority 128 -
% xe2: CIST Root 8000525400431c4a
% xe2: Regional Root 8000525400431c4a
% xe2: Designated Bridge 8000525400431c4a
% xe2: Message Age 0 - Max Age 20
% xe2: CIST Hello Time 2 - Forward Delay 15
% xe2: CIST Forward Timer 0 - Msg Age Timer 5 - Hello Timer 0 - topo change timer 0
% xe2: forward-transitions 1
% xe2: Version Multiple Spanning Tree Protocol - Received MSTP - Send MSTP
% xe2: No portfast configured - Current portfast off
% xe2: bpdu-guard default - Current bpdu-guard off
% xe2: bpdu-filter default - Current bpdu-filter off
% xe2: no root guard configured - Current root guard off
% xe2: Configured Link Type point-to-point - Current point-to-point
% xe2: No auto-edge configured - Current port Auto Edge off
%
% Instance 1: Vlans: 10
% 1: MSTI Root Path Cost 20000 -MSTI Root Port 4 - MSTI Bridge Priority 32768
% 1: MSTI Root Id 8001525400431c4a
% 1: MSTI Bridge Id 80015254005d83ef
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Rootport - State Forwarding
% xe2: Designated Internal Path Cost 0 - Designated Port Id 8003
% xe2: Configured Internal Path Cost 20000
% xe2: Configured CST External Path cost 20000
% xe2: CST Priority 128 - MSTI Priority 128
% xe2: Designated Root 8001525400431c4a
% xe2: Designated Bridge 80015254005d83ef
% xe2: Message Age 0
% xe2: Hello Time 2 - Forward Delay 15
% xe2: Forward Timer 0 - Msg Age Timer 5 - Hello Timer 0
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - Role Designated - State Forwarding
% xe1: Designated Internal Path Cost 20000 - Designated Port Id 8003
% xe1: Configured Internal Path Cost 20000
% xe1: Configured CST External Path cost 20000
% xe1: CST Priority 128 - MSTI Priority 128
% xe1: Designated Root 8001525400431c4a
% xe1: Designated Bridge 80015254005d83ef
% Instance 2: Vlans: 20
% 1: MSTI Root Path Cost 20000 -MSTI Root Port 4 - MSTI Bridge Priority 32768
% 1: MSTI Root Id 8002525400431c4a
% 1: MSTI Bridge Id 80025254005d83ef
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Rootport - State Forwarding
% xe2: Designated Internal Path Cost 0 - Designated Port Id 8003
% xe2: Configured Internal Path Cost 20000
% xe2: Configured CST External Path cost 20000
% xe2: CST Priority 128 - MSTI Priority 128
% xe2: Designated Root 8002525400431c4a
% xe2: Designated Bridge 80025254005d83ef
% xe2: Message Age 0
% xe2: Hello Time 2 - Forward Delay 15
% xe2: Forward Timer 0 - Msg Age Timer 5 - Hello Timer 0
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - Role Designated - State Forwarding
% xe1: Designated Internal Path Cost 20000 - Designated Port Id 8003
% xe1: Configured Internal Path Cost 20000
% xe1: Configured CST External Path cost 20000
% xe1: CST Priority 128 - MSTI Priority 128
% xe1: Designated Root 8002525400431c4a
% xe1: Designated Bridge 80025254005d83ef
% xe1: Message Age 0
% xe1: Hello Time 2 - Forward Delay 15
% xe1: Forward Timer 0 - Msg Age Timer 0 - Hello Timer 1
SWITCH-2
SWITCH-2#show spanning-tree mst detail
% 1: Bridge up - Spanning Tree Enabled - topology change detected
% 1: CIST Root Path Cost 0 - CIST Root Port 4 - CIST Bridge Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6 - Max-hops 20
% 1: CIST Root Id 8000525400431c4a
% 1: CIST Reg Root Id 8000525400431c4a
% 1: CIST Bridge Id 8000525400d341e1
% 1: 10 topology change(s) - last topology change Wed Jul 29 10:40:23 2015
% 1: MSTI Root Path Cost 20000 -MSTI Root Port 4 - MSTI Bridge Priority 32768
% 1: MSTI Root Id 8001525400431c4a
% 1: MSTI Bridge Id 8001525400d341e1
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Rootport - State Forwarding
% xe2: Designated Internal Path Cost 0 - Designated Port Id 8004
% xe2: Configured Internal Path Cost 20000
% xe2: Configured CST External Path cost 20000
% xe2: CST Priority 128 - MSTI Priority 128
% xe2: Designated Root 8001525400431c4a
% xe2: Designated Bridge 8001525400d341e1
% xe2: Message Age 0
% xe2: Hello Time 2 - Forward Delay 15
% xe2: Forward Timer 0 - Msg Age Timer 4 - Hello Timer 0
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - Role Alternate - State Discarding
% xe1: Designated Internal Path Cost 20000 - Designated Port Id 8003
% Instance 2: Vlans: 20
% 1: MSTI Root Path Cost 20000 -MSTI Root Port 4 - MSTI Bridge Priority 32768
% 1: MSTI Root Id 8002525400431c4a
% 1: MSTI Bridge Id 8002525400d341e1
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Rootport - State Forwarding
% xe2: Designated Internal Path Cost 0 - Designated Port Id 8004
% xe2: Configured Internal Path Cost 20000
% xe2: Configured CST External Path cost 20000
% xe2: CST Priority 128 - MSTI Priority 128
% xe2: Designated Root 8002525400431c4a
% xe2: Designated Bridge 8002525400d341e1
% xe2: Message Age 0
% xe2: Hello Time 2 - Forward Delay 15
% xe2: Forward Timer 0 - Msg Age Timer 4 - Hello Timer 0
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - Role Alternate - State Discarding
% xe1: Designated Internal Path Cost 20000 - Designated Port Id 8003
% xe1: Configured Internal Path Cost 20000
% xe1: Configured CST External Path cost 20000
% xe1: CST Priority 128 - MSTI Priority 128
% xe1: Designated Root 8002525400431c4a
% xe1: Designated Bridge 8002525400d341e1
% xe1: Message Age 0
% xe1: Hello Time 2 - Forward Delay 15
% xe1: Forward Timer 0 - Msg Age Timer 5 - Hello Timer 0
SWITCH-3
SWITCH-3#show spanning-tree mst detail
% 1: Bridge up - Spanning Tree Enabled - topology change detected
% 1: CIST Root Path Cost 0 - CIST Root Port 0 - CIST Bridge Priority 32768
% 1: Forward Delay 15 - Hello Time 2 - Max Age 20 - Transmit Hold Count 6 - Max-hops 20
% 1: CIST Root Id 8000525400431c4a
% 1: CIST Reg Root Id 8000525400431c4a
% 1: CIST Bridge Id 8000525400431c4a
% 1: 4 topology change(s) - last topology change Wed Jul 29 10:40:22 2015
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - Role Designated - State Forwarding
% xe1: Designated External Path Cost 0 -Internal Path Cost 0
% xe1: Configured Path Cost 20000 - Add type Explicit ref count 3
% xe1: Designated Port Id 8003 - CIST Priority 128 -
% xe1: CIST Root 8000525400431c4a
% xe1: Regional Root 8000525400431c4a
% xe1: Designated Bridge 8000525400431c4a
% xe1: Message Age 0 - Max Age 20
% xe1: CIST Hello Time 2 - Forward Delay 15
% xe1: CIST Forward Timer 0 - Msg Age Timer 0 - Hello Timer 0 - topo change timer 0
% xe1: forward-transitions 1
% xe1: Version Multiple Spanning Tree Protocol - Received None - Send MSTP
% xe1: No portfast configured - Current portfast off
% xe1: bpdu-guard default - Current bpdu-guard off
% xe1: bpdu-filter default - Current bpdu-filter off
% xe1: no root guard configured - Current root guard off
% xe1: Configured Link Type point-to-point - Current point-to-point
% xe1: No auto-edge configured - Current port Auto Edge off
%
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Designated - State Forwarding
% xe2: Designated External Path Cost 0 -Internal Path Cost 0
% xe2: Configured Path Cost 20000 - Add type Explicit ref count 3
% xe2: Designated Port Id 8004 - CIST Priority 128 -
% xe2: CIST Root 8000525400431c4a
% xe2: Regional Root 8000525400431c4a
% xe2: Designated Bridge 8000525400431c4a
% xe2: Message Age 0 - Max Age 20
% xe2: CIST Hello Time 2 - Forward Delay 15
% xe2: CIST Forward Timer 0 - Msg Age Timer 0 - Hello Timer 0 - topo change timer 0
% xe2: forward-transitions 1
% xe2: Version Multiple Spanning Tree Protocol - Received None - Send MSTP
% xe2: No portfast configured - Current portfast off
% xe2: bpdu-guard default - Current bpdu-guard off
% xe2: bpdu-filter default - Current bpdu-filter off
% xe2: no root guard configured - Current root guard off
% xe2: Configured Link Type point-to-point - Current point-to-point
% xe2: No auto-edge configured - Current port Auto Edge off
%
% Instance 1: Vlans: 10
% 1: MSTI Root Path Cost 0 -MSTI Root Port 0 - MSTI Bridge Priority 32768
% 1: MSTI Root Id 8001525400431c4a
% 1: MSTI Bridge Id 8001525400431c4a
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Designated - State Forwarding
% xe2: Designated Internal Path Cost 0 - Designated Port Id 8004
% xe2: Configured Internal Path Cost 20000
% xe2: Configured CST External Path cost 20000
% xe2: CST Priority 128 - MSTI Priority 128
% xe2: Designated Root 8001525400431c4a
% xe2: Designated Bridge 8001525400431c4a
% Instance 2: Vlans: 20
% 1: MSTI Root Path Cost 0 -MSTI Root Port 0 - MSTI Bridge Priority 32768
% 1: MSTI Root Id 8002525400431c4a
% 1: MSTI Bridge Id 8002525400431c4a
% xe2: Port Number 4 - Ifindex 4 - Port Id 8004 - Role Designated - State Forwarding
% xe2: Designated Internal Path Cost 0 - Designated Port Id 8004
% xe2: Configured Internal Path Cost 20000
% xe2: Configured CST External Path cost 20000
% xe2: CST Priority 128 - MSTI Priority 128
% xe2: Designated Root 8002525400431c4a
% xe2: Designated Bridge 8002525400431c4a
% xe2: Message Age 0
% xe2: Hello Time 2 - Forward Delay 15
% xe2: Forward Timer 0 - Msg Age Timer 0 - Hello Timer 0
% xe1: Port Number 3 - Ifindex 3 - Port Id 8003 - Role Designated - State Forwarding
% xe1: Designated Internal Path Cost 0 - Designated Port Id 8003
% xe1: Configured Internal Path Cost 20000
% xe1: Configured CST External Path cost 20000
% xe1: CST Priority 128 - MSTI Priority 128
% xe1: Designated Root 8002525400431c4a
% xe1: Designated Bridge 8002525400431c4a
% xe1: Message Age 0
% xe1: Hello Time 2 - Forward Delay 15
% xe1: Forward Timer 0 - Msg Age Timer 0 - Hello Timer 0
Numerics
802.1X 11
A
access interface 7
F
FDB 11
H
hybrid interface 7
L
LACP 11
LAG 11
LLDP 15
M
multicasting 11
R
RSTP 25
S
STP 11, 19, 31
T
tagged 7
trunk interface 7
U
untagged 7
V
VLAN 7, 11, 31