Loader

Create

Provides options to create Rapid-Spanning-Tree-Protocol (RSTP) profiles.

Information Note: * = required parameter
  • Command Path - profile>rstp
  • Object - rstp
  • Actions -
    • create - Create a new RSTP profile
      • * name= - Name of new RSTP profile
      • CIST-port-config - CIST Port config
        • admin= - controls support of the protocol on this port
          • enabled | disabled
        • admin-edge-port= - controls the port as an access port not expected to receive BPDU
          • enabled | disabled (default)
        • auto-edge-port= - defines the port as an access port not expected to receive BPDU
          • enabled | disabled (default)
        • internal-path-cost= - set the internal per-hop path cost through this port
          • 1-2000000 (default 20000)
        • path-cost= - set the per-hop path cost through this port
          • 1-2000000 (default 20000)
        • Point-To-Point= - defines the port as a point-to-point link to another RSTP switch
          • auto (default)|off|on
        • port-HELLO-time= - set the port's hello interval
          • 1|2 (default)
        • port-PRIority= - set the relative port priority (in increments of 16)
          • 0-240 in increments of 16 (default 128)
      • notifications - port notifications
        • bpdu-guard-notification= - enables generation of BPDU-GUARD auto-disable detection
          • enabled | disabled (default)
        • root-guard-notification= - enables notifications on Resticted Role protection events
          • enabled | disabled (default)
        • restrictions= -  port restrictions
          • enabled | disabled (default)
      • restrictions - port restrictions
        • restricted-TCN= - prevents the port from generating topology change notifications
          • enabled | disabled 
             
  1. From the ESUx> command line, input profile rstp create name=tistest CIST-port-config.admin=enabled admin-edge-port=disabled path-cost=10000 ptp=on hello=1 pri=160 notifications.bpdu-guard-notification=enabled root-guard-notification=enabled restrictions.restricted-tcn=enabled, and press Enter. Output similar to the following is displayed:
    ESUx> profile rstp create name=tistest CIST-port-config.admin=enabled 
    admin-edge-port=disabled path-cost=10000 ptp=on hello=1 pri=160 
    notifications.bpdu-guard-notification=enabled root-guard-notification=enabled 
    restrictions.restricted-tcn=enabled <enter>
    success
    ESUx> _ 
    

  |  Next

FEEDBACK: Are you happy with this material?