stp
此内容尚不支持你的语言。
AsterNOS Model for Multiple Spanning Tree Protocol
module: asternos-stp +--rw stp +--rw global | +--rw enabled? boolean | +--rw protocol? stp-types:stp-protocol-enumeration +--rw stp | +--rw config | | +--rw forward-delay? uint16 | | +--rw hello-time? uint16 | | +--rw max-age? uint32 | | +--rw priority? uint8 | +--rw interfaces | +--rw interface* [name] | +--rw name union | +--rw priority? uint8 | +--ro state | +--ro role? stp-types:stp-port-role-enumeration | +--ro port-state? stp-types:stp-port-state-enumeration +--rw rstp | +--rw config | | +--rw forward-delay? uint16 | | +--rw hello-time? uint16 | | +--rw max-age? uint32 | | +--rw priority? uint8 | +--rw interfaces | +--rw interface* [name] | +--rw name union | +--rw priority? uint8 | +--ro state | +--ro role? stp-types:stp-port-role-enumeration | +--ro port-state? stp-types:stp-port-state-enumeration +--rw mstp | +--rw config | | +--rw name? string | | +--rw forward-delay? uint16 | | +--rw hello-time? uint16 | | +--rw max-age? uint32 | +--rw instances | +--rw instance* [id] | +--rw id uint16 | +--rw priority? uint8 | +--rw vlans* cmn:vlan-id | +--rw interfaces | +--rw interface* [name] | +--rw name union | +--rw priority? uint8 | +--ro state | +--ro role? stp-types:stp-port-role-enumeration | +--ro port-state? stp-types:stp-port-state-enumeration +--rw interfaces +--rw interface* [name] +--rw name union +--rw bpdu-filter? boolean +--rw bpdu-guard? boolean
rpcs: +---x show-stp +---w input | +---w status? empty | +---w stp_info | | +---w stpid uint16 | | +---w interface_name? union | +---w bind? empty +--ro output +--ro data? <anydata>Resources
Section titled “Resources”Resource List
Section titled “Resource List”| Path | Access |
|---|---|
| /stp | Read-Write |
| /stp/global | Read-Write |
| /stp/global/enabled | Read-Write |
| /stp/global/protocol | Read-Write |
| /stp/stp | Read-Write |
| /stp/stp/config | Read-Write |
| /stp/stp/config/forward-delay | Read-Write |
| /stp/stp/config/hello-time | Read-Write |
| /stp/stp/config/max-age | Read-Write |
| /stp/stp/config/priority | Read-Write |
| /stp/stp/interfaces | Read-Write |
| /stp/stp/interfaces/interface | Read-Write |
| /stp/stp/interfaces/interface/name | Read-Write |
| /stp/stp/interfaces/interface/priority | Read-Write |
| /stp/stp/interfaces/interface/state | Read-Only |
| /stp/stp/interfaces/interface/state/role | Read-Only |
| /stp/stp/interfaces/interface/state/port-state | Read-Only |
| /stp/rstp | Read-Write |
| /stp/rstp/config | Read-Write |
| /stp/rstp/config/forward-delay | Read-Write |
| /stp/rstp/config/hello-time | Read-Write |
| /stp/rstp/config/max-age | Read-Write |
| /stp/rstp/config/priority | Read-Write |
| /stp/rstp/interfaces | Read-Write |
| /stp/rstp/interfaces/interface | Read-Write |
| /stp/rstp/interfaces/interface/name | Read-Write |
| /stp/rstp/interfaces/interface/priority | Read-Write |
| /stp/rstp/interfaces/interface/state | Read-Only |
| /stp/rstp/interfaces/interface/state/role | Read-Only |
| /stp/rstp/interfaces/interface/state/port-state | Read-Only |
| /stp/mstp | Read-Write |
| /stp/mstp/config | Read-Write |
| /stp/mstp/config/name | Read-Write |
| /stp/mstp/config/forward-delay | Read-Write |
| /stp/mstp/config/hello-time | Read-Write |
| /stp/mstp/config/max-age | Read-Write |
| /stp/mstp/instances | Read-Write |
| /stp/mstp/instances/instance | Read-Write |
| /stp/mstp/instances/instance/id | Read-Write |
| /stp/mstp/instances/instance/priority | Read-Write |
| /stp/mstp/instances/instance/vlans | Read-Write |
| /stp/mstp/instances/instance/interfaces | Read-Write |
| /stp/mstp/instances/instance/interfaces/interface | Read-Write |
| /stp/mstp/instances/instance/interfaces/interface/name | Read-Write |
| /stp/mstp/instances/instance/interfaces/interface/priority | Read-Write |
| /stp/mstp/instances/instance/interfaces/interface/state | Read-Only |
| /stp/mstp/instances/instance/interfaces/interface/state/role | Read-Only |
| /stp/mstp/instances/instance/interfaces/interface/state/port-state | Read-Only |
| /stp/interfaces | Read-Write |
| /stp/interfaces/interface | Read-Write |
| /stp/interfaces/interface/name | Read-Write |
| /stp/interfaces/interface/bpdu-filter | Read-Write |
| /stp/interfaces/interface/bpdu-guard | Read-Write |
Detailed Nodes
Section titled “Detailed Nodes”Path /stp
Node Type container
Description Top-level grouping for Multi spanning-tree model
Access Read-Write
/stp/global
Section titled “/stp/global”Path /stp/global
Node Type container
Description Global configuration
Access Read-Write
/stp/global/enabled
Section titled “/stp/global/enabled”Path /stp/global/enabled
Node Type leaf
Description MSTP status, true means MSTP is enabled, false means MSTP is disabled
Access Read-Write
Data Type
Constraints Valid in [true, false]
/stp/global/protocol
Section titled “/stp/global/protocol”Path /stp/global/protocol
Node Type leaf
Description List of the spanning tree protocols enabled on the device
Access Read-Write
Data Type
Constraints Enumeration with options: stp rstp mstp
/stp/stp
Section titled “/stp/stp”Path /stp/stp
Node Type container
Description Global configuration
Access Read-Write
Constraints When condition: ../global/protocol = ‘stp’
/stp/stp/config
Section titled “/stp/stp/config”Path /stp/stp/config
Node Type container
Description Configuration data for STP
Access Read-Write
/stp/stp/config/forward-delay
Section titled “/stp/stp/config/forward-delay”Path /stp/stp/config/forward-delay
Node Type leaf
Description Delay time for device state migration, in seconds, must meet 2*(forward-delay - 1 second) >= max-age
Access Read-Write
Data Type
Constraints Valid range: 4 to 30
/stp/stp/config/hello-time
Section titled “/stp/stp/config/hello-time”Path /stp/stp/config/hello-time
Node Type leaf
Description MSTP hello time, in seconds
Access Read-Write
Data Typ
Constraints Valid range: 1 to 10
/stp/stp/config/max-age
Section titled “/stp/stp/config/max-age”Path /stp/stp/config/max-age
Node Type leaf
Description A parameter used to determine whether a configuration message has been stored in the device for an out-of-date period of time, and the device will discard the out-of-date configuration message, in seconds, must meet 2*(max-age - 1 second) >= forward-delay
Access Read-Write
Data Type
Constraints Valid range: 6 to 40
/stp/stp/config/priority
Section titled “/stp/stp/config/priority”Path /stp/stp/config/priority
Node Type leaf
Description MSTP Region priority, once mstp is enabled the value is set to 8 by default.
Access Read-Write
Data Type
Constraints Valid range: 0 to 15
/stp/stp/interfaces
Section titled “/stp/stp/interfaces”Path /stp/stp/interfaces
Node Type container
Access Read-Write
/stp/stp/interfaces/interface
Section titled “/stp/stp/interfaces/interface”Path /stp/stp/interfaces/interface
Node Type list
Description List of MSTP instance ports
Access Read-Write
/stp/stp/interfaces/interface/name
Section titled “/stp/stp/interfaces/interface/name”Path /stp/stp/interfaces/interface/name
Node Type leaf
Description Port name
Access Read-Write
Data Type
/stp/stp/interfaces/interface/priority
Section titled “/stp/stp/interfaces/interface/priority”Path /stp/stp/interfaces/interface/priority
Node Type leaf
Description Set port priority for the MSTI
Access Read-Write
Data Type
Constraints Valid range: 0 to 15
/stp/stp/interfaces/interface/state
Section titled “/stp/stp/interfaces/interface/state”Path /stp/stp/interfaces/interface/state
Node Type container
Description Operational state data for STP on each interface
Access Read-Only
/stp/stp/interfaces/interface/state/role
Section titled “/stp/stp/interfaces/interface/state/role”Path /stp/stp/interfaces/interface/state/role
Node Type leaf
Description The current role of the bridge port
Access Read-Only
Data Type
Constraints Enumeration with options: Root Designated Alternate Backup Master Disabled
/stp/stp/interfaces/interface/state/port-state
Section titled “/stp/stp/interfaces/interface/state/port-state”Path /stp/stp/interfaces/interface/state/port-state
Node Type leaf
Description The current state of the bridge port
Access Read-Only
Data Type
Constraints Enumeration with options: Listening Learning Blocking Discarding Forwarding
/stp/rstp
Section titled “/stp/rstp”Path /stp/rstp
Node Type container
Description Global configuration
Access Read-Write
Constraints When condition: ../global/protocol = ‘rstp’
/stp/rstp/config
Section titled “/stp/rstp/config”Path /stp/rstp/config
Node Type container
Description Configuration data for RSTP
Access Read-Write
/stp/rstp/config/forward-delay
Section titled “/stp/rstp/config/forward-delay”Path /stp/rstp/config/forward-delay
Node Type leaf
Description Delay time for device state migration, in seconds, must meet 2*(forward-delay - 1 second) >= max-age
Access Read-Write
Data Type
Constraints Valid range: 4 to 30
/stp/rstp/config/hello-time
Section titled “/stp/rstp/config/hello-time”Path /stp/rstp/config/hello-time
Node Type leaf
Description MSTP hello time, in seconds
Access Read-Write
Data Type
Constraints Valid range: 1 to 10
/stp/rstp/config/max-age
Section titled “/stp/rstp/config/max-age”Path /stp/rstp/config/max-age
Node Type leaf
Description A parameter used to determine whether a configuration message has been stored in the device for an out-of-date period of time, and the device will discard the out-of-date configuration message, in seconds, must meet 2*(max-age - 1 second) >= forward-delay
Access Read-Write
Data Type
Constraints Valid range: 6 to 40
/stp/rstp/config/priority
Section titled “/stp/rstp/config/priority”Path /stp/rstp/config/priority
Node Type leaf
Description MSTP Region priority, once mstp is enabled the value is set to 8 by default.
Access Read-Write
Data Type
Constraints Valid range: 0 to 15
/stp/rstp/interfaces
Section titled “/stp/rstp/interfaces”Path /stp/rstp/interfaces
Node Type container
Access Read-Write
/stp/rstp/interfaces/interface
Section titled “/stp/rstp/interfaces/interface”Path /stp/rstp/interfaces/interface
Node Type list
Description List of MSTP instance ports
Access Read-Write
/stp/rstp/interfaces/interface/name
Section titled “/stp/rstp/interfaces/interface/name”Path /stp/rstp/interfaces/interface/name
Node Type leaf
Description Port name
Access Read-Write
Data Type
/stp/rstp/interfaces/interface/priority
Section titled “/stp/rstp/interfaces/interface/priority”Path /stp/rstp/interfaces/interface/priority
Node Type leaf
Description Set port priority for the MSTI
Access Read-Write
Data Type
Constraints Valid range: 0 to 15
/stp/rstp/interfaces/interface/state
Section titled “/stp/rstp/interfaces/interface/state”Path /stp/rstp/interfaces/interface/state
Node Type container
Description Operational state data for STP on each interface
Access Read-Only
/stp/rstp/interfaces/interface/state/role
Section titled “/stp/rstp/interfaces/interface/state/role”Path /stp/rstp/interfaces/interface/state/role
Node Type leaf
Description The current role of the bridge port
Access Read-Only
Data Type
Constraints Enumeration with options: Root Designated Alternate Backup Master Disabled
/stp/rstp/interfaces/interface/state/port-state
Section titled “/stp/rstp/interfaces/interface/state/port-state”Path /stp/rstp/interfaces/interface/state/port-state
Node Type leaf
Description The current state of the bridge port
Access Read-Only
Data Type
Constraints Enumeration with options: Listening Learning Blocking Discarding Forwarding
/stp/mstp
Section titled “/stp/mstp”Path /stp/mstp
Node Type container
Description Global configuration
Access Read-Write
Constraints When condition: ../global/protocol = ‘mstp’
/stp/mstp/config
Section titled “/stp/mstp/config”Path /stp/mstp/config
Node Type container
Description Configuration data for MSTP
Access Read-Write
/stp/mstp/config/name
Section titled “/stp/mstp/config/name”Path /stp/mstp/config/name
Node Type leaf
Description MST Region name
Access Read-Write
Data Type
Constraints String with length: 1 to 32
/stp/mstp/config/forward-delay
Section titled “/stp/mstp/config/forward-delay”Path /stp/mstp/config/forward-delay
Node Type leaf
Description Delay time for device state migration, in seconds, must meet 2*(forward-delay - 1 second) >= max-age
Access Read-Write
Data Type
Constraints Valid range: 4 to 30
/stp/mstp/config/hello-time
Section titled “/stp/mstp/config/hello-time”Path /stp/mstp/config/hello-time
Node Type leaf
Description MSTP hello time, in seconds
Access Read-Write
Data Type
Constraints Valid range: 1 to 10
/stp/mstp/config/max-age
Section titled “/stp/mstp/config/max-age”Path /stp/mstp/config/max-age
Node Type leaf
Description A parameter used to determine whether a configuration message has been stored in the device for an out-of-date period of time,and the device will discard the out-of-date configuration message, in seconds, must meet 2*(max-age - 1 second) >= forward-delay
Access Read-Write
Data Type
Constraints Valid range: 6 to 40
/stp/mstp/instances
Section titled “/stp/mstp/instances”Path /stp/mstp/instances
Node Type container
Description Configuration and operation data for MSTP instances
Access Read-Write
/stp/mstp/instances/instance
Section titled “/stp/mstp/instances/instance”Path /stp/mstp/instances/instance
Node Type list
Description List of MSTP instances
Access Read-Write
/stp/mstp/instances/instance/id
Section titled “/stp/mstp/instances/instance/id”Path /stp/mstp/instances/instance/id
Node Type leaf
Description MSTP instance ID
Access Read-Write
Data Type
Constraints Valid range: 0 to 255
/stp/mstp/instances/instance/priority
Section titled “/stp/mstp/instances/instance/priority”Path /stp/mstp/instances/instance/priority
Node Type leaf
Description MSTP Region priority, once mstp is enabled the value is set to 8 by default.
Access Read-Write
Data Type
Constraints Valid range: 0 to 15
/stp/mstp/instances/instance/vlans
Section titled “/stp/mstp/instances/instance/vlans”Path /stp/mstp/instances/instance/vlans
Node Type leaf-list
Description VLAN ID
Access Read-Write
Data Type
Constraints Valid range: 1 to 4094
/stp/mstp/instances/instance/interfaces
Section titled “/stp/mstp/instances/instance/interfaces”Path /stp/mstp/instances/instance/interfaces
Node Type container
Access Read-Write
/stp/mstp/instances/instance/interfaces/interface
Section titled “/stp/mstp/instances/instance/interfaces/interface”Path /stp/mstp/instances/instance/interfaces/interface
Node Type list
Description List of MSTP instance ports
Access Read-Write
/stp/mstp/instances/instance/interfaces/interface/name
Section titled “/stp/mstp/instances/instance/interfaces/interface/name”Path /stp/mstp/instances/instance/interfaces/interface/name
Node Type leaf
Description Port name
Access Read-Write
Data Type
/stp/mstp/instances/instance/interfaces/interface/priority
Section titled “/stp/mstp/instances/instance/interfaces/interface/priority”Path /stp/mstp/instances/instance/interfaces/interface/priority
Node Type leaf
Description Set port priority for the MSTI
Access Read-Write
Data Type
Constraints Valid range: 0 to 15
/stp/mstp/instances/instance/interfaces/interface/state
Section titled “/stp/mstp/instances/instance/interfaces/interface/state”Path /stp/mstp/instances/instance/interfaces/interface/state
Node Type container
Description Operational state data for STP on each interface
Access Read-Only
/stp/mstp/instances/instance/interfaces/interface/state/role
Section titled “/stp/mstp/instances/instance/interfaces/interface/state/role”Path /stp/mstp/instances/instance/interfaces/interface/state/role
Node Type leaf
Description The current role of the bridge port
Access Read-Only
Data Type
Constraints Enumeration with options: Root Designated Alternate Backup Master Disabled
/stp/mstp/instances/instance/interfaces/interface/state/port-state
Section titled “/stp/mstp/instances/instance/interfaces/interface/state/port-state”Path /stp/mstp/instances/instance/interfaces/interface/state/port-state
Node Type leaf
Description The current state of the bridge port
Access Read-Only
Data Type
Constraints Enumeration with options: Listening Learning Blocking Discarding Forwarding
/stp/interfaces
Section titled “/stp/interfaces”Path /stp/interfaces
Node Type container
Description Enclosing container for the list of interface references
Access Read-Write
/stp/interfaces/interface
Section titled “/stp/interfaces/interface”Path /stp/interfaces/interface
Node Type list
Description List of interfaces on which MSTP is enable
Access Read-Write
/stp/interfaces/interface/name
Section titled “/stp/interfaces/interface/name”Path /stp/interfaces/interface/name
Node Type leaf
Description Interface name
Access Read-Write
Data Type
/stp/interfaces/interface/bpdu-filter
Section titled “/stp/interfaces/interface/bpdu-filter”Path /stp/interfaces/interface/bpdu-filter
Node Type leaf
Description Configure mstp interface bpdu filter
Access Read-Write
Data Type
Constraints Valid in [true, false]
/stp/interfaces/interface/bpdu-guard
Section titled “/stp/interfaces/interface/bpdu-guard”Path /stp/interfaces/interface/bpdu-guard
Node Type leaf
Description Configure mstp interface bpdu guard
Access Read-Write
Data Type
Constraints Valid in [true, false]