Loader

STP Configuration

Spanning Tree Protocol (stp) is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. It also allows a network design to include backup links to provide fault tolerance if an actilink fails.
Information Note 1: * = required parameter
Note 2: **ne - Substitute olt for ne on the OLT2/OIU2 command lines
  • Command Path - >ne spanning-tree-protocol
  • Command Path - >olt spanning-tree-protocol
  • Object spanning-tree-protocol
  • Actions 
    • create - create a spanning tree instance
      • Multiple-Spanning-Tree - create an mst
        • *mstid= id of mst to create: maximum of 8 mstis supported
          • 1-4094
    • Delete= - delete a spanning tree instance 
      • Multiple-Spanning-Tree - delete an mst
    • edit - configure the bridge
      • Common-Spanning-Tree - cist bridge configuration
        • age= - max age in seconds
          • 6-40
        • bridge-PRIority= - priority in increments of 4096 default: 32768
          • 0-61440 in increments of 4096
        • ForWarD-delay= - forward delay in seconds
          • 4-30
        • hello - hello time in seconds
          • 1-2
        • hold - hold count
          • 1-10
        • max-hops - max hops
          • 6-40
      • mst-ConFiGuration - mst configuration
        • revision= - revision
          • 0-65535
        • user-label= user defined label
      • Multiple-Spanning-Tree - mst configuration
        • * bridge-PRIority= priority
          • 0-61440 in increments of 4096
        • * mstid= id of mst to configure
      • version= - stp, rstp, or mstp bridge configuration
        • STP|RSTP|MSTP
    • show - display spanning tree configuration
      • Common-Spanning-Tree - display cst configuration
      • Multiple-Spanning-Tree - display mst configuration
        • summary - display summary of show
        • verbose - display detailed show
    • status - show spanning tree status
      • Common-Spanning-Tree - display cst status
      • Multiple-Spanning-Tree - display mst status
        • summary - display summary of status
        • verbose - display detailed status

Create spanning-tree-protocol

  1. From the ESUx> command line, input **ne spanning-tree-protocol create multiple-Spanning-Tree mstid=1234, and press Enter. Output similar to the following is displayed:
    ESUx> **ne spanning-tree-protocol create multiple-Spanning-Tree mstid=1234 <enter>
    success.
    ESUx> _

Show summary of spanning-tree-protocol configuration.

  1. From the ESUx> command line, input **ne  stp show common-Spanning-Tree summary, and press Enter. Output similar to the following is displayed:
    ESUx> **ne stp show common-Spanning-Tree summary <enter>
    | Spanning Tree Bridge Configuration                |
    |======|========|=======|=====|=======|======|======|
    |      |        | Hello | Max | Fwd   |      |      |
    | Tree | Bridge | Time  | Age | Delay | Hold | Max  |
    | Id   | Prio.  | (s)   | (s) | (s)   | Cnt  | Hops |
    |======|========|=======|=====|=======|======|======|
    | CIST | 53248  | 2     | 20  | 15    | 6    | 20   |
    |======|========|=======|=====|=======|======|======|
    ESUx> _
    
Status summary of spanning-tree-protocol configuration.
  1. From the ESUx> command line, input **ne  stp status common-Spanning-Tree summary, and press Enter. Output similar to the following is displayed:
    ESUx> **ne stp status common-Spanning-Tree summary <enter>
    |  Spanning Tree Bridge Status                          |
    |=======================================================|
    | Bridge ID          : d0:00:00:c0:9b:02:07:9e          |
    | Designated Root    : d0:00:00:c0:9b:02:07:9e          |
    | Root Port          : 00:00                            |
    |=======================================================|
    ESUx> _
    

Previous  |  Next

FEEDBACK: Are you happy with this material?