StpDetail¶
Keys
Leafs
bridge_addressbridge_prioritydesignated_root_addressdesignated_root_priorityforwarding_delayhello_timehold_counthold_timemax_ageroot_costroot_porttime_of_last_topology_changetopology_changes
Children
-
class
StpDetails.StpDetail¶ Bases:
EntityClass Hierarchy :
StpDetailsStpDetailThis class represents state data.
List of mst/rapid-pvst spanning-tree, keyed by instance name
-
instance(key)¶ Spanning-tree enabled mode and id
type: str
config: False
-
hello_time¶ The interval between periodic transmissions of configuration messages by designated ports
type: int
range: -2147483648..2147483647
config: False
-
max_age¶ The maximum age of the information transmitted by the bridge when it is the root bridge
type: int
range: -2147483648..2147483647
config: False
-
forwarding_delay¶ The delay used by STP bridges to transition root and designated ports to forwarding
type: int
range: -2147483648..2147483647
config: False
-
hold_count¶ The maximum number of BPDUs per second that the switch can send from an interface
type: int
range: 0..4294967295
config: False
-
bridge_priority¶ The manageable component of the Bridge Identifier
type: int
range: 0..65535
config: False
-
bridge_address¶ A unique 48-bit Universally Administered MAC Address assigned to the bridge
type: str
pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}
config: False
-
designated_root_priority¶ The bridge priority of the root of the spanning tree, as determined by the Spanning Tree Protocol, as executed by this node
type: int
range: 0..4294967295
config: False
-
designated_root_address¶ The bridge address of the root of the spanning tree, as determined by the Spanning Tree Protocol, as executed by this node
type: str
pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}
config: False
-
root_port¶ The port number of the port which offers the lowest cost path from this bridge to the root bridge
type: int
range: 0..65535
config: False
-
root_cost¶ The cost of the path to the root as seen from this bridge
type: int
range: 0..18446744073709551615
config: False
-
hold_time¶ This time value determines the interval length during which no more than two Configuration bridge PDUs shall be transmitted by this node
type: int
range: 0..18446744073709551615
config: False
-
topology_changes¶ The total number of topology changes detected by this bridge since the management entity was last reset or initialized
type: int
range: 0..18446744073709551615
config: False
-
time_of_last_topology_change¶ The time of the last topology change that was detected by the bridge entity.The time is POSIX time UTC
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})
config: False
-
interfaces¶ List of interfaces on which STP is enable
type:
Interfacesconfig: False
-