StpxSMSTInstanceEditEntry¶
-
class
CISCOSTPEXTENSIONSMIB::StpxSMSTInstanceEditTable::StpxSMSTInstanceEditEntry¶ Bases:
EntityClass Hierarchy :
CISCOSTPEXTENSIONSMIBStpxSMSTInstanceEditTableStpxSMSTInstanceEditEntryThis class represents state data.
A conceptual row containing MST instance information
in the Edit Buffer.
The total number of entries in this table has to be
less than or equal to the object value of stpxSMSTMaxInstances.
-
stpxsmstinstanceeditindex(key)¶ The MST instance ID, the value of which is in the range from 0 to stpxSMSTMaxInstanceID. The instances of this table entry with stpxSMSTInstanceEditIndex of zero is automatically created by the device and can not modified
type: int
range: 0..4294967295
config: False
-
stpxsmstinstanceeditvlansmap1k2k¶ A string of octets containing one bit per VLAN for VLANS with VlanIndex values of 0 through 2047. The first octet corresponds to VLANs with VlanIndex values of 0 through 7; the second octet to VLANs 8 through 15; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. For each VLAN, if it is mapped to this MST instance, then the bit corresponding to that VLAN is set to ‘1’. Each VLAN can only be mapped to one unique MST instance with the range from 0 to stpxSMSTMaxInstanceNumber. If the bit corresponding to a VLAN is changed from ‘1’ to ‘0’, then that VLAN will be automatically mapped to SMST instance 0 by the device. If the bit corresponding to a VLAN is changed from ‘0’ to ‘1’, then that VLAN will be automatically removed from the MST instance this VLAN was previously mapped to. If the length of this string is less than 256 octets, any ‘missing’ octets are assumed to contain the value of zero
type:
std::stringlength: 0..256
config: False
-
stpxsmstinstanceeditvlansmap3k4k¶ A string of octets containing one bit per VLAN for VLANS with VlanIndex values of 2048 through 4095. The first octet corresponds to VLANs with VlanIndex values of 2048 through 2055; the second octet to VLANs 2056 through 2063; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. For each VLAN, if it is mapped to this MST instance, then the bit corresponding to that VLAN is set to ‘1’. Each VLAN can only be mapped to one unique MST instance with the range from 0 to stpxSMSTMaxInstanceNumber. If the bit corresponding to a VLAN is changed from ‘1’ to ‘0’, then that VLAN will be automatically mapped to SMST instance 0 by the device. If the bit corresponding to a VLAN is changed from ‘0’ to ‘1’, then that VLAN will be automatically removed from the MST instance this VLAN was previously mapped to. If the length of this string is less than 256 octets, any ‘missing’ octets are assumed to contain the value of zero
type:
std::stringlength: 0..256
config: False
-
stpxsmstinstanceeditrowstatus¶ This object controls the creation and deletion of a row in stpxSMSTInstanceEditTable. When creating an entry in this table, ‘createAndGo’ method is used and the value of this object is set to ‘active’. Deactivation of an ‘active’ entry is not allowed. When deleting an entry in this table, ‘destroy’ method is used. Once a row becomes active, value in any other column within such a row may be modified. When a row is active, setting the instance of stpxSMSTInstanceEditVlansMap1k2k stpxSMSTInstanceEditVlansMap3k4k for the same MST instance both to the value of zero length can not be allowed
type:
RowStatusconfig: False
-