CISCO-PSM-MIB

File: CISCO-PSM-MIB.mib (139627 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI CISCO-ST-TC IF-MIB
CISCO-VSAN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
RowStatus TruthValue TimeStamp
ciscoMgmt FcNameId FcNameIdOrZero
DomainId PortMemberList DomainIdOrZero
InterfaceIndexOrZero InterfaceIndex vsanIndex

Defined Types

CpsmVirtNwType  
The type of virtual network. vsan the virtual network is VSAN. vlan the virtual network is VLAN.
TEXTUAL-CONVENTION    
  INTEGER vsan(1), vlan(2)  

CpsmPortBindDevType  
The mechanism used to identify the address of a device. mac the type of device address is MAC. nWwn the type of device address is Node WWN. pWwn the type of device address is Port WWN. sWwn the type of device address is Switch WWN. wildCard wild card entry (any device).
TEXTUAL-CONVENTION    
  INTEGER mac(1), nWwn(2), pWwn(3), sWwn(4), wildCard(5)  

CpsmPortBindSwPortType  
The mechanism to identify a switch port. fwwn the local switch port is identified by Fabric WWN(fWWN). intfIndex the local switch port is identified by ifIndex. The applicable ifType is 'fibreChannel(56)'. wildCard wild card (any switch port on local device). swwn any switch port on the switch represented by swwn.
TEXTUAL-CONVENTION    
  INTEGER fwwn(1), intfIndex(2), wildCard(3), swwn(4)  

CpsmDbActivate  
Mechanism to activate/deactivate database. activate activate the database. activateWithAutoLearnOff activate the database and turn auto-learn off after activation. forceActivate activate the database and disregard errors during activation, if any. forceActivateWithAutoLearnOff activate the database and disregard errors during activation and turn auto-learn off after the activation. deactivate deactivate the database. noop no operation.
TEXTUAL-CONVENTION    
  INTEGER activate(1), activateWithAutoLearnOff(2), forceActivate(3), forceActivateWithAutoLearnOff(4), deactivate(5), noop(6)  

CpsmActivateResult  
The result of activation/deactivation of configuration database. success the outcome of activation/deactivation was successful. actFailNullDb the activation failed because an empty configuration database was being activated. actFailConflictDb the activation failed because there were conflicts seen between the configuration database and the active database. actFailSystemErr the activation failed because of a system error. actFailAutoLearnOn the activation failed because auto learn was on. deactFailNoActive the outcome of deactivation was a failure because there was no database which was active.
TEXTUAL-CONVENTION    
  INTEGER success(1), actFailNullDb(2), actFailConflictDb(3), actFailSystemErr(4), actFailAutoLearnOn(5), deactFailNoActive(6)  

CpsmAutoLearnEnable  
Specifies whether to enable/disable auto learn. on enable auto-learn. off disable auto-learn.
TEXTUAL-CONVENTION    
  INTEGER on(1), off(2)  

CpsmClearStats  
Specifies whether to clear the statistic counters. clear clear the counters. noop no operation.
TEXTUAL-CONVENTION    
  INTEGER clear(1), noop(2)  

CpsmClearAutoLearnDb  
Specifies how to clear auto-learn database. clearOnVsan clear auto-learn entries on the whole VSAN/VLAN. clearOnIntf clear auto-learn entries on a specified interface on a VSAN/VLAN. noop no operation.
TEXTUAL-CONVENTION    
  INTEGER clearOnVsan(1), clearOnIntf(2), noop(3)  

CpsmDiffDb  
Specifes the database for difference operation. configDb configuration database to be compared with active database, with active database as the reference database. activeDb active database to be compared with configuration database, with configuration database as the reference database. noop no operation.
TEXTUAL-CONVENTION    
  INTEGER configDb(1), activeDb(2), noop(3)  

CpsmDiffReason  
Specifies the reason for the difference. extra entry is present only in reference database. missing entry is not present in reference database. conflict entry is having a conflict between the reference database and the other database.
TEXTUAL-CONVENTION    
  INTEGER extra(1), missing(2), conflict(3)  

CpsmStatsCounter  
Specifies a counter value which can be reset.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CpsmViolationReasonCode  
Indicates the reason for which a switch was denied entry in to the fabric due to enforced fabric bindings. unknown(1) - Unknown reason. noSwwn(2) - The WWN of the switch that has been denied entry was not present in the list of enforced fabric bindings on the local device. domIdMismatch(3) - The WWN of the switch that has been denied entry was present in the list of enforced fabric bindings on the local device, but the domain id of the device did not match the domain id that was present in the enforced fabric binding list. efmdDbMismatch(4) - The EFMD protocol encountered a database mismatch with the switch and hence it was denied entry. noRespFromRemote(5) - There was no response from the remote device.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), noSwwn(2), domIdMismatch(3), efmdDbMismatch(4), noRespFromRemote(5)  

CpsmPortBindEntry  
SEQUENCE    
  cpsmPortBindNwType CpsmVirtNwType
  cpsmPortBindNwIndex Unsigned32
  cpsmPortBindIndex Unsigned32
  cpsmPortBindLoginDevType CpsmPortBindDevType
  cpsmPortBindLoginDev OCTET STRING
  cpsmPortBindLoginPointType CpsmPortBindSwPortType
  cpsmPortBindLoginPoint OCTET STRING
  cpsmPortBindRowStatus RowStatus

CpsmPortBindActivateEntry  
SEQUENCE    
  cpsmPortBindActivate CpsmDbActivate
  cpsmPortBindResult CpsmActivateResult
  cpsmPortBindLastActTime TimeStamp
  cpsmPortBindActState TruthValue

CpsmFabricBindEntry  
SEQUENCE    
  cpsmFabricBindNwType CpsmVirtNwType
  cpsmFabricBindNwIndex Unsigned32
  cpsmFabricBindIndex Unsigned32
  cpsmFabricBindSwitchWwn OCTET STRING
  cpsmFabricBindDomId DomainId
  cpsmFabricBindRowStatus RowStatus

CpsmFabricBindActivateEntry  
SEQUENCE    
  cpsmFabricBindActivate CpsmDbActivate
  cpsmFabricBindResult CpsmActivateResult
  cpsmFabricBindLastActTime TimeStamp
  cpsmFabricBindActState TruthValue

CpsmPortBindCopyEntry  
SEQUENCE    
  cpsmPortBindCopyActToConfig INTEGER
  cpsmPortBindLastChangeTime TimeStamp

CpsmFabricBindCopyEntry  
SEQUENCE    
  cpsmFabricBindCopyActToConfig INTEGER
  cpsmFabricBindLastChangeTime TimeStamp

CpsmPortBindEnfEntry  
SEQUENCE    
  cpsmPortBindEnfNwType CpsmVirtNwType
  cpsmPortBindEnfNwIndex Unsigned32
  cpsmPortBindEnfIndex Unsigned32
  cpsmPortBindEnfLoginDevType CpsmPortBindDevType
  cpsmPortBindEnfLoginDev OCTET STRING
  cpsmPortBindEnfLoginPointType CpsmPortBindSwPortType
  cpsmPortBindEnfLoginPoint OCTET STRING
  cpsmPortBindEnfIsLearnt TruthValue

CpsmFabricBindEnfEntry  
SEQUENCE    
  cpsmFabricBindEnfNwType CpsmVirtNwType
  cpsmFabricBindEnfNwIndex Unsigned32
  cpsmFabricBindEnfIndex Unsigned32
  cpsmFabricBindEnfSwitchWwn OCTET STRING
  cpsmFabricBindEnfDomId DomainId
  cpsmFabricBindEnfIsLearnt TruthValue

CpsmPortBindAutoLearnEntry  
SEQUENCE    
  cpsmPortBindAutoLearnIndexType CpsmVirtNwType
  cpsmPortBindAutoLearnIndex Unsigned32
  cpsmPortBindAutoLearnEnable CpsmAutoLearnEnable

CpsmFabricBindAutoLearnEntry  
SEQUENCE    
  cpsmFabricBindAutoLearnIndexType CpsmVirtNwType
  cpsmFabricBindAutoLearnIndex Unsigned32
  cpsmFabricBindAutoLearnEnable CpsmAutoLearnEnable

CpsmPortBindClearEntry  
SEQUENCE    
  cpsmPortBindClearNwType CpsmVirtNwType
  cpsmPortBindClearNwIndex Unsigned32
  cpsmPortBindClearStats CpsmClearStats
  cpsmPortBindClearAutoLearnDb CpsmClearAutoLearnDb
  cpsmPortBindClearAutoLearnIntf PortMemberList

CpsmFabricBindClearEntry  
SEQUENCE    
  cpsmFabricBindClearNwType CpsmVirtNwType
  cpsmFabricBindClearNwIndex Unsigned32
  cpsmFabricBindClearStats CpsmClearStats
  cpsmFabricBindClearAutoLearnDb CpsmClearAutoLearnDb
  cpsmFabricBindClearAutoLearnIntf InterfaceIndexOrZero

CpsmPortBindDiffConfigEntry  
SEQUENCE    
  cpsmPortBindDiffConfigNwType CpsmVirtNwType
  cpsmPortBindDiffConfigNwIndex Unsigned32
  cpsmPortBindDiffConfigDb CpsmDiffDb

CpsmPortBindDiffEntry  
SEQUENCE    
  cpsmPortBindDiffNwType CpsmVirtNwType
  cpsmPortBindDiffNwIndex Unsigned32
  cpsmPortBindDiffIndex Unsigned32
  cpsmPortBindDiffReason CpsmDiffReason
  cpsmPortBindDiffLoginDevType CpsmPortBindDevType
  cpsmPortBindDiffLoginDev OCTET STRING
  cpsmPortBindDiffLoginPointType CpsmPortBindSwPortType
  cpsmPortBindDiffLoginPoint OCTET STRING

CpsmFabricBindDiffConfigEntry  
SEQUENCE    
  cpsmFabricBindDiffConfigNwType CpsmVirtNwType
  cpsmFabricBindDiffConfigNwIndex Unsigned32
  cpsmFabricBindDiffConfigDb CpsmDiffDb

CpsmFabricBindDiffEntry  
SEQUENCE    
  cpsmFabricBindDiffNwType CpsmVirtNwType
  cpsmFabricBindDiffNwIndex Unsigned32
  cpsmFabricBindDiffIndex Unsigned32
  cpsmFabricBindDiffReason CpsmDiffReason
  cpsmFabricBindDiffSwitchWwn OCTET STRING
  cpsmFabricBindDiffDomId DomainId

CpsmPortBindStatsEntry  
SEQUENCE    
  cpsmPortBindVsanVlanType CpsmVirtNwType
  cpsmPortBindVsanVlanIndex Unsigned32
  cpsmPortBindAllowedLogins CpsmStatsCounter
  cpsmPortBindDeniedLogins CpsmStatsCounter

CpsmFabricBindStatsEntry  
SEQUENCE    
  cpsmFabricBindVsanVlanType CpsmVirtNwType
  cpsmFabricBindVsanVlanIndex Unsigned32
  cpsmFabricBindAllowedReqs CpsmStatsCounter
  cpsmFabricBindDeniedReqs CpsmStatsCounter

CpsmPortBindViolationEntry  
SEQUENCE    
  cpsmPortBindViolationNwType CpsmVirtNwType
  cpsmPortBindViolationNwIndex Unsigned32
  cpsmPortBindViolationIndex Unsigned32
  cpsmPortBindLoginPwwn FcNameIdOrZero
  cpsmPortBindLoginNwwn FcNameIdOrZero
  cpsmPortBindLoginSwwn FcNameIdOrZero
  cpsmPortBindLoginPort FcNameId
  cpsmPortBindLoginTime TimeStamp
  cpsmPortBindLoginCount Counter32
  cpsmPortBindLoginIntf InterfaceIndex

CpsmFabricBindViolationEntry  
SEQUENCE    
  cpsmFabricBindViolationIndex Unsigned32
  cpsmFabricBindSwwn FcNameId
  cpsmFabricBindLocalPort FcNameId
  cpsmFabricBindDenialTime TimeStamp
  cpsmFabricBindLocalIntf InterfaceIndex

CpsmFabricBindViolationNewEntry  
SEQUENCE    
  cpsmFabricBindViolationNwTypeR1 CpsmVirtNwType
  cpsmFabricBindViolationNwIndexR1 Unsigned32
  cpsmFabricBindViolationIndexR1 Unsigned32
  cpsmFabricBindSwwnR1 FcNameId
  cpsmFabricBindDenialTimeR1 TimeStamp
  cpsmFabricBindDenialCountR1 Counter32
  cpsmFabricBindDenialDomId DomainIdOrZero
  cpsmFabricBindDenialReasonCode CpsmViolationReasonCode

CpsmEfmdStatsEntry  
SEQUENCE    
  cpsmEfmdTxMergeReqs Counter32
  cpsmEfmdRxMergeReqs Counter32
  cpsmEfmdTxMergeAccs Counter32
  cpsmEfmdRxMergeAccs Counter32
  cpsmEfmdTxMergeRejs Counter32
  cpsmEfmdRxMergeRejs Counter32
  cpsmEfmdTxMergeBusys Counter32
  cpsmEfmdRxMergeBusys Counter32
  cpsmEfmdTxMergeErrs Counter32
  cpsmEfmdRxMergeErrs Counter32

CpsmEfmdConfigEntry  
SEQUENCE    
  cpsmEfmdConfigEnforce TruthValue

CpsmPortBindNextFreeEntry  
SEQUENCE    
  cpsmPortBindNextFreeNwType CpsmVirtNwType
  cpsmPortBindNextFreeNwIndex Unsigned32
  cpsmPortBindNextFreeIndex Unsigned32

CpsmFabricBindNextFreeEntry  
SEQUENCE    
  cpsmFabricBindNextFreeNwType CpsmVirtNwType
  cpsmFabricBindNextFreeNwIndex Unsigned32
  cpsmFabricBindNextFreeIndex Unsigned32

Defined Values

ciscoPsmMIB 1.3.6.1.4.1.9.9.364
The MIB module for the management of the Port Security Manager (PSM). The PSM consists of 2 aspects: Port binding and Fabric binding. Port binding is concerned with the security of switch ports and Fabric binding with the security of the SAN fabric as a whole.
MODULE-IDENTITY    

ciscoPsmMIBNotifs 1.3.6.1.4.1.9.9.364.0
OBJECT IDENTIFIER    

ciscoPsmMIBObjects 1.3.6.1.4.1.9.9.364.1
OBJECT IDENTIFIER    

ciscoPsmMIBConform 1.3.6.1.4.1.9.9.364.2
OBJECT IDENTIFIER    

cpsmConfiguration 1.3.6.1.4.1.9.9.364.1.1
OBJECT IDENTIFIER    

cpsmStats 1.3.6.1.4.1.9.9.364.1.2
OBJECT IDENTIFIER    

cpsmPortBindTable 1.3.6.1.4.1.9.9.364.1.1.1
This table contains the set of all valid port bindings configured on the local device. A valid port binding consists of a pWWN/nWWN bound to a port on the local device. If a device Px is bound with an interface Fx on the local device, then Px can only FLOGI thru' Fx on the local device and not thru' any other interface and Fx will permit FLOGI only from Px. Wild-cards can be specified for either Px or Fx but not for both. The set of valid port bindings configured in this table should be activated by means of the cpsmPortBindActivateTable. When the activation takes place, the valid port binding entries are enforced and FLOGI from external devices to the local device will be subject to the enforced port bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindEntry

cpsmPortBindEntry 1.3.6.1.4.1.9.9.364.1.1.1.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindEntry  

cpsmPortBindNwType 1.3.6.1.4.1.9.9.364.1.1.1.1.1
The type of virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindNwIndex 1.3.6.1.4.1.9.9.364.1.1.1.1.2
The id of the VSAN/VLAN according to the type specified in the corresponding instance of cpsmPortBindNwType.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindIndex 1.3.6.1.4.1.9.9.364.1.1.1.1.3
Uniquely identifies a valid port binding on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4096  

cpsmPortBindLoginDevType 1.3.6.1.4.1.9.9.364.1.1.1.1.4
Specifies the format of the corresponding instance of cpsmPortBindLoginDev.
Status: current Access: read-create
OBJECT-TYPE    
  CpsmPortBindDevType  

cpsmPortBindLoginDev 1.3.6.1.4.1.9.9.364.1.1.1.1.5
This object represents the logging-in device address. The interpretation of this object depends on the cpsmPortBindLoginDevType object. If the value of the corresponding instance of cpsmPortBindLoginDevType object is 'mac(1)', then this object contains a MAC address. If the value of the corresponding instance of cpsmPortBindLoginDevType object is 'nWwn(2)', then this object contains a Node WWN. If the value of the corresponding instance of cpsmPortBindLoginDevType object is 'pWwn(3)', then this object contains a Port WWN. If the value of the corresponding instance of cpsmPortBindLoginDevType object is 'sWwn(4)', then this object contains a Switch WWN. If the value of the corresponding instance of cpsmPortBindLoginDevType object is 'wildCard(5)', then it represents a wild-card entry and this object's value will be ignored. The wild-card represents any device. This object MUST be set to a valid value before or concurrently with setting the corresponding instance of cpsmPortBindRowStatus object to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0|6|8)  

cpsmPortBindLoginPointType 1.3.6.1.4.1.9.9.364.1.1.1.1.6
Specifies the format of the corresponding instance of cpsmPortBindLoginPoint.
Status: current Access: read-create
OBJECT-TYPE    
  CpsmPortBindSwPortType  

cpsmPortBindLoginPoint 1.3.6.1.4.1.9.9.364.1.1.1.1.7
This object represents the address of the port on the local device thru' which the device specified by the corresponding instance of cpsmPortBindLoginDev can FLOGI. The interpretation of this object depends on the value of the corresponding instance of cpsmPortBindLoginPointType. If the value of the corresponding instance of cpsmPortBindLoginPointType is 'fwwn(1)', then this object contains the fabric WWN of a port on the local device. If the value of the corresponding instance of cpsmPortBindLoginPointType is 'intfIndex(2)', then a port on the local device is being represented by it's interface index (ifIndex) and this object contains the ifIndex. If the value of the corresponding instance of cpsmPortBindLoginPointType is 'wildCard(3)', then it represents a wild-card entry and the value of this object is ignored. The wild-card represents any port on the local device. If the value of the corresponding instance of cpsmPortBindLoginPointType is 'swwn(4)', then this object contains the WWN of a switch in the fabric. This represents any port on that switch. This object MUST be set to a valid value before or concurrently with setting the corresponding instance of cpsmPortBindRowStatus object to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0|4|8)  

cpsmPortBindRowStatus 1.3.6.1.4.1.9.9.364.1.1.1.1.8
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpsmPortBindActivateTable 1.3.6.1.4.1.9.9.364.1.1.2
This table contains atmost one entry per VSAN/VLAN that is configured. These entries reflect the state of activation/deactivation of the valid port bindings on the corresponding VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindActivateEntry

cpsmPortBindActivateEntry 1.3.6.1.4.1.9.9.364.1.1.2.1
An entry (conceptual row) in this table. The recommended mechanism for activation is as follows: - turn off auto-learn on the required VSAN/VLAN by means of cpsmPortBindAutoLearnEnable object in the cpsmPortBindAutoLearnTable. - copy the enforced port bindings to the configuration port binding (cpsmPortBindTable) by means of the cpsmPortBindCopyTable from the cpsmPortBindEnfTable. - activate the configuration port binding using this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindActivateEntry  

cpsmPortBindActivate 1.3.6.1.4.1.9.9.364.1.1.2.1.1
Setting this object to 'activate(1)', will result in the valid port bindings on this VSAN/VLAN being activated and the set of port bindings that have been activated will be copied to the cpsmPortBindEnfTable. Setting this object to 'activateWithAutoLearnOff(2)', will result in the valid port bindings on this VSAN/VLAN being activated and copied to the cpsmPortBindEnfTable and will also result in auto learn being turned off on this VSAN/VLAN, once the activation is complete. By default, auto learn will be turned 'on' on a VSAN/VLAN after activation. Before activation is attempted, auto-learn should be off. Setting this object to 'forceActivate(3)', will result in forced activation, even if there are errors during activation and the activated port bindings will be copied to the cpsmPortBindEnfTable. Setting this object to 'forceActivateWithAutoLearnOff(4)', will result in forced activation along with turning auto learn off after activation and the activated port bindings will be copied to the cpsmPortBindEnfTable. Setting this object to 'deactivate(5)', will result in deactivation of currently activated valid port bindings (if any), on this VSAN/VLAN. Currently active entries (if any), which would have been present in the cpsmPortBindEnfTable, will be removed. Setting this object to 'noop(6)', results in no action. The value of this object when read is always 'noop(6)'. Activation will not be allowed on a VSAN/VLAN if auto-learn is enabled on that VSAN/VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmDbActivate  

cpsmPortBindResult 1.3.6.1.4.1.9.9.364.1.1.2.1.2
This object indicates the outcome of the most recent activation/deactivation.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmActivateResult  

cpsmPortBindLastActTime 1.3.6.1.4.1.9.9.364.1.1.2.1.3
The sysUpTime at which the valid port bindings on this VLAN/VSAN were last activated. If the last activation took place prior to the last re-initialization of the agent, then this object will contain a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cpsmPortBindActState 1.3.6.1.4.1.9.9.364.1.1.2.1.4
The state of activation on this VSAN/VLAN. If the value of this object is 'true', then an activation has been attempted as the most recent operation on this VSAN/VLAN. If the value of this object is 'false', then an activation has not been attempted as the most recent operation on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cpsmFabricBindTable 1.3.6.1.4.1.9.9.364.1.1.3
This table contains the set of all valid fabric bindings configured on the local device. A Fabric binding is specified as a switch WWN along with an insistent domain id. This set of switch WWNs represent the set of all switches that can be part of the fabric. Switches not part of this set will not be allowed to be part of the fabric. The set of valid fabric bindings configured in this table should be activated by means of the cpsmFabricBindActivateTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindEntry

cpsmFabricBindEntry 1.3.6.1.4.1.9.9.364.1.1.3.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindEntry  

cpsmFabricBindNwType 1.3.6.1.4.1.9.9.364.1.1.3.1.1
The type of virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindNwIndex 1.3.6.1.4.1.9.9.364.1.1.3.1.2
The id of the VSAN/VLAN according to the type specified in the corresponding instance of cpsmFabricBindNwType.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindIndex 1.3.6.1.4.1.9.9.364.1.1.3.1.3
Uniquely identifies a valid fabric binding on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4096  

cpsmFabricBindSwitchWwn 1.3.6.1.4.1.9.9.364.1.1.3.1.4
This object specifies the switch WWN of a switch that can be part of the fabric. This object MUST be set to a valid value before or concurrently with setting the corresponding instance of cpsmFabricBindRowStatus object to 'active'. This object cannot be modified while the corresponding value of cpsmFabricBindRowStatus object is 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8)  

cpsmFabricBindDomId 1.3.6.1.4.1.9.9.364.1.1.3.1.5
Specifies an insistent domain id. This object MUST be set to a valid value before or concurrently with setting the corresponding instance of cpsmFabricBindRowStatus object to 'active'. This object cannot be modified while the corresponding value of cpsmFabricBindRowStatus object is 'active'. The switch specified in the corresponding instance of cpsmFabricBindSwitchWwn will be allowed to be part of the fabric, only if it has a domain id equal to the value of this object. Attempting to pair a domain id with more than one switch or a single switch with more than one domain id, results in error.
Status: current Access: read-create
OBJECT-TYPE    
  DomainId  

cpsmFabricBindRowStatus 1.3.6.1.4.1.9.9.364.1.1.3.1.6
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpsmFabricBindActivateTable 1.3.6.1.4.1.9.9.364.1.1.4
This table contains atmost one entry per VSAN/VLAN that is configured. These entries reflect the state of activation/deactivation of the valid fabric bindings on the corresponding VSAN/VLAN. Entries can get into this table or be deleted from this table only by means of explicit activation/deactivation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindActivateEntry

cpsmFabricBindActivateEntry 1.3.6.1.4.1.9.9.364.1.1.4.1
An entry (conceptual row) in this table. The recommended mechanism for activation is as follows: - copy the enforced fabric bindings to the configuration fabric binding (cpsmFabricBindTable) by means of the cpsmFabricBindCopyTable. - activate the configuration fabric binding using this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindActivateEntry  

cpsmFabricBindActivate 1.3.6.1.4.1.9.9.364.1.1.4.1.1
Setting this object to 'activate(1)', will result in the valid fabric bindings on this VSAN/VLAN being activated and the set of fabric bindings that have been activated will be copied to the cpsmFabricBindEnfTable. Setting this object to 'activateWithAutoLearnOff(2)', will result in the valid fabric bindings on this VSAN/VLAN being activated and copied to the cpsmFabricBindEnfTable and will also result in auto learn being turned off on this VSAN/VLAN, once the activation is complete. By default, auto learn will be turned 'on' on a VSAN/VLAN after activation. Before activation is attempted, auto-learn should be off. Setting this object to 'forceActivate(3)', will result in forced activation, even if there are errors during activation and the activated fabric bindings will be copied to the cpsmFabricBindEnfTable. Setting this object to 'forceActivateWithAutoLearnOff(4)', will result in forced activation along with turning auto learn off after activation and the activated fabric bindings will be copied to the cpsmFabricBindEnfTable. Setting this object to 'deactivate(5)', will result in deactivation of currently activated fabric bindings (if any), on this VSAN/VLAN. Currently active entries (if any), which would have been present in the cpsmFabricBindEnfTable, will be removed. Setting this object to 'noop(6), results in no action. The value of this object when read is always 'noop(6)'.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmDbActivate  

cpsmFabricBindResult 1.3.6.1.4.1.9.9.364.1.1.4.1.2
This object indicates the outcome of the most recent activation/deactivation.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmActivateResult  

cpsmFabricBindLastActTime 1.3.6.1.4.1.9.9.364.1.1.4.1.3
The sysUpTime at which the valid fabric bindings on this VLAN/VSAN were last activated. If the last activation took place prior to the last re-initialization of the agent, then this object will contain a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cpsmFabricBindActState 1.3.6.1.4.1.9.9.364.1.1.4.1.4
The state of activation on this VSAN/VLAN. If the value of this object is 'true', then an activation has been attempted as the most recent operation on this VSAN/VLAN. If the value of this object is 'false', then an activation has not been attempted as the most recent operation on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cpsmPortBindCopyTable 1.3.6.1.4.1.9.9.364.1.1.5
This table contains atmost one entry per VSAN/VLAN that is configured. These entries help in copying the enforced (active) port binding database (cpsmPortBindEnfTable) to the configuration port binding database (cpsmPortBindTable) on a VSAN/VLAN. This copy operation overwrites the existing configuration port binding database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindCopyEntry

cpsmPortBindCopyEntry 1.3.6.1.4.1.9.9.364.1.1.5.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindCopyEntry  

cpsmPortBindCopyActToConfig 1.3.6.1.4.1.9.9.364.1.1.5.1.1
This object when set to 'copy(1)', results in the active (enforced) port binding database to be copied on to the configuration port binding database on this VSAN/VLAN. Note that the learned entries are also copied. No action is taken if this object is set to 'noop(2)'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), noop(2)  

cpsmPortBindLastChangeTime 1.3.6.1.4.1.9.9.364.1.1.5.1.2
The value of sysUpTime when the last change was made to the configuration port binding database on this VSAN/VLAN. If it has not been modified since the last re-initialization of the agent, then this object will contain a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cpsmFabricBindCopyTable 1.3.6.1.4.1.9.9.364.1.1.6
This table contains atmost one entry per VSAN/VLAN that is configured. These entries help in copying the enforced (active) fabric binding database (cpsmFabricBindEnfTable) to the configuration fabric binding database (cpsmFabricBindTable) on a VSAN/VLAN. This copy operation overwrites the existing configuration fabric binding database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindCopyEntry

cpsmFabricBindCopyEntry 1.3.6.1.4.1.9.9.364.1.1.6.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindCopyEntry  

cpsmFabricBindCopyActToConfig 1.3.6.1.4.1.9.9.364.1.1.6.1.1
This object when set to 'copy(1)', results in the enforced fabric binding database to be copied on to the configuration fabric binding database on this VSAN/VLAN. Note that the learned entries are also copied. No action is taken if this object is set to 'noop(2)'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), noop(2)  

cpsmFabricBindLastChangeTime 1.3.6.1.4.1.9.9.364.1.1.6.1.2
The value of sysUpTime when the last change was made to the configuration fabric binding database on this VSAN/VLAN. If it has not been modified since the last re-initialization of the agent, then this object will contain a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cpsmPortBindEnfTable 1.3.6.1.4.1.9.9.364.1.1.7
This table contains information on all currently enforced port bindings on all VSANs/VLANs on the local device. The enforced set of port bindings is the set of valid port bindings copied from the configuration port binding database (cpsmPortBindTable) at the time they were activated. These entries cannot be modified. The learnt entries are also a part of this table. Entries can get into this table or be deleted from this table only by means of explicit activation/deactivation. Note that this table will be empty when no valid port bindings have been activated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindEnfEntry

cpsmPortBindEnfEntry 1.3.6.1.4.1.9.9.364.1.1.7.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindEnfEntry  

cpsmPortBindEnfNwType 1.3.6.1.4.1.9.9.364.1.1.7.1.1
The type of virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindEnfNwIndex 1.3.6.1.4.1.9.9.364.1.1.7.1.2
The id of the VSAN/VLAN according to the type specified in the corresponding instance of cpsmPortBindEnfNwType.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindEnfIndex 1.3.6.1.4.1.9.9.364.1.1.7.1.3
Uniquely identifies a valid port binding on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4096  

cpsmPortBindEnfLoginDevType 1.3.6.1.4.1.9.9.364.1.1.7.1.4
This object identifies the format of the corresponding instance of cpsmPortBindEnfLoginDev object.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmPortBindDevType  

cpsmPortBindEnfLoginDev 1.3.6.1.4.1.9.9.364.1.1.7.1.5
This object represents the logging in device address. This object was copied from the cpsmPortBindLoginDev object in the cpsmPortBindTable at the time when the currently active port bindings were activated.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|6|8)  

cpsmPortBindEnfLoginPointType 1.3.6.1.4.1.9.9.364.1.1.7.1.6
Specifies the format of the corresponding instance of cpsmPortBindEnfLoginPoint.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmPortBindSwPortType  

cpsmPortBindEnfLoginPoint 1.3.6.1.4.1.9.9.364.1.1.7.1.7
This object represents the address of a port on the local device. This object was copied from the cpsmPortBindLoginPoint object in the cpsmPortBindTable at the time when the currently active port bindings were activated.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|4|8)  

cpsmPortBindEnfIsLearnt 1.3.6.1.4.1.9.9.364.1.1.7.1.8
This object indicates if this entry is a learnt entry or not. If the value of this object is 'true', then this is a learnt entry. If the value of this object is 'false', then it is not a learnt entry.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cpsmFabricBindEnfTable 1.3.6.1.4.1.9.9.364.1.1.8
This table contains information on all currently enforced fabric bindings on all VSANs/VLANs on the local device. The enforced set of fabric bindings is the set of fabric bindings copied from the full fabric binding database (cpsmFabricBindTable) at the time they were activated. These entries cannot be modified. The learnt entries are also part of this table. Entries can get into this table or be deleted from this table only by means of explicit activation/deactivation. Note that this table will be empty when no valid fabric bindings have been activated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindEnfEntry

cpsmFabricBindEnfEntry 1.3.6.1.4.1.9.9.364.1.1.8.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindEnfEntry  

cpsmFabricBindEnfNwType 1.3.6.1.4.1.9.9.364.1.1.8.1.1
The type of virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindEnfNwIndex 1.3.6.1.4.1.9.9.364.1.1.8.1.2
The id of the VSAN/VLAN according to the type specified in the corresponding instance of cpsmFabricBindEnfNwType.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindEnfIndex 1.3.6.1.4.1.9.9.364.1.1.8.1.3
Uniquely identifies a valid fabric binding on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4096  

cpsmFabricBindEnfSwitchWwn 1.3.6.1.4.1.9.9.364.1.1.8.1.4
This object specifies the switch WWN of a switch that can be part of the fabric. This object was copied from the cpsmFabricBindSwitchWwn object in the cpsmFabricBindTable at the time when the currently active fabric bindings were activated.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

cpsmFabricBindEnfDomId 1.3.6.1.4.1.9.9.364.1.1.8.1.5
This object specifies the insistent domain id of the switch represented by the corresponding instance of cpsmFabricBindEnfSwitchWwn. This object was copied from the cpsmFabricBindDomId object in the cpsmFabricBindTable at the time when the currently active fabric bindings were activated.
Status: current Access: read-only
OBJECT-TYPE    
  DomainId  

cpsmFabricBindEnfIsLearnt 1.3.6.1.4.1.9.9.364.1.1.8.1.6
This object indicates if this entry is a learnt entry or not. If the value of this object is 'true', then this is a learnt entry. If the value of this object is 'false', then it is not a learnt entry.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cpsmPortBindAutoLearnTable 1.3.6.1.4.1.9.9.364.1.1.9
This table contains information on the auto learn policy for valid port bindings on all VSANs/VLANs on the local device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindAutoLearnEntry

cpsmPortBindAutoLearnEntry 1.3.6.1.4.1.9.9.364.1.1.9.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindAutoLearnEntry  

cpsmPortBindAutoLearnIndexType 1.3.6.1.4.1.9.9.364.1.1.9.1.1
This object indicates the type of virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindAutoLearnIndex 1.3.6.1.4.1.9.9.364.1.1.9.1.2
The id of the VSAN/VLAN for which auto learning is being enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindAutoLearnEnable 1.3.6.1.4.1.9.9.364.1.1.9.1.3
This object helps to 'learn' the valid port binding configuration of devices/ports logged into the local device on all its ports and populate the above enforced port binding table (cpsmPortBindEnfTable) with the same. This mechanism of 'learning' the configuration of devices/ports logged into the local device over a period of time and populating the configuration is a convenience mechanism for users. If this object is set to 'on(1)' on a particular VSAN/VLAN, all subsequent logins (FLOGIs) on that VSAN/VLAN will be populated in the enforced port binding database, provided it is not in conflict with existing enforced port bindings on that VSAN/VLAN. When this object is set to 'off(2)', the mechanism of learning is stopped. The learned entries will however be in the enforced port binding database.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmAutoLearnEnable  

cpsmFabricBindAutoLearnTable 1.3.6.1.4.1.9.9.364.1.1.10
This table contains information on the auto learn policy for valid fabric bindings on all VSANs/VLANs on the local device.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindAutoLearnEntry

cpsmFabricBindAutoLearnEntry 1.3.6.1.4.1.9.9.364.1.1.10.1
An entry (conceptual row) in this table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindAutoLearnEntry  

cpsmFabricBindAutoLearnIndexType 1.3.6.1.4.1.9.9.364.1.1.10.1.1
This object indicates the type of virtual interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindAutoLearnIndex 1.3.6.1.4.1.9.9.364.1.1.10.1.2
The id of the VSAN/VLAN for which auto learning is being enabled.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindAutoLearnEnable 1.3.6.1.4.1.9.9.364.1.1.10.1.3
This object helps to 'learn' the valid fabric binding configuration of devices logged into the fabric thru' the ports on the local device and populate the above enforced fabric binding table (cpsmFabricBindEnfTable) with the same. This mechanism of 'learning' the configuration of devices logged into the fabric over a period of time and populating the enforced fabric binding table is a convenience mechanism for users. If this object is set to 'on(1)' on a particular VSAN/VLAN, all subsequent attempts to join the fabric on some port on the local device on that VSAN/VLAN will be populated in the enforced fabric binding database, provided it is not in conflict with existing enforced fabric bindings on that VSAN/VLAN. When this object is set to 'off(2)', the mechanism of learning is stopped. The learned entries however will be in the enforced fabric binding database.
Status: deprecated Access: read-write
OBJECT-TYPE    
  CpsmAutoLearnEnable  

cpsmPortBindClearTable 1.3.6.1.4.1.9.9.364.1.1.11
This table contains atmost one entry per VSAN/VLAN that is configured. These entries help in clearing port bind statistics and/or the port bind auto-learnt entries on a VSAN/VLAN which are in cpsmPortBindStatsTable and cpsmPortBindEnfTable respectively.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindClearEntry

cpsmPortBindClearEntry 1.3.6.1.4.1.9.9.364.1.1.11.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindClearEntry  

cpsmPortBindClearNwType 1.3.6.1.4.1.9.9.364.1.1.11.1.1
This object indicates whether the corresponding instance of cpsmPortBindClearNwIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindClearNwIndex 1.3.6.1.4.1.9.9.364.1.1.11.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindClearStats 1.3.6.1.4.1.9.9.364.1.1.11.1.3
This object when set to 'clear(1)', results in port bind statistic counters being cleared on this VSAN/VLAN. No action is taken if this object is set to 'noop(2)'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmClearStats  

cpsmPortBindClearAutoLearnDb 1.3.6.1.4.1.9.9.364.1.1.11.1.4
This object when set to 'clearOnVsan(1)', results in port bind auto-learnt entries being cleared on this VSAN/VLAN. This object when set to 'clearOnIntf(2)', results in port bind auto-learnt entries being cleared on the interface specified by the corresponding instance of cpsmPortBindClearAutoLearnIntf on this VSAN/VLAN. No action is taken if this object is set to 'noop'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmClearAutoLearnDb  

cpsmPortBindClearAutoLearnIntf 1.3.6.1.4.1.9.9.364.1.1.11.1.5
This object specifies the interface(s) on which the port bind auto-learnt entries need to be cleared. The value of this object when read is always the zero-length string.
Status: current Access: read-write
OBJECT-TYPE    
  PortMemberList  

cpsmFabricBindClearTable 1.3.6.1.4.1.9.9.364.1.1.12
This table contains atmost one entry per VSAN/VLAN that is configured. These entries help in clearing fabric bind statistics and/or the fabric bind auto-learnt entries on a VSAN/VLAN which are in cpsmFabricBindStatsTable and cpsmFabricBindEnfTable respectively.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindClearEntry

cpsmFabricBindClearEntry 1.3.6.1.4.1.9.9.364.1.1.12.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindClearEntry  

cpsmFabricBindClearNwType 1.3.6.1.4.1.9.9.364.1.1.12.1.1
This object indicates whether the corresponding instance of cpsmFabricBindClearNwIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindClearNwIndex 1.3.6.1.4.1.9.9.364.1.1.12.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindClearStats 1.3.6.1.4.1.9.9.364.1.1.12.1.3
This object when set to 'clear(1)', results in fabric bind statistic counters being cleared on this VSAN/VLAN. No action is taken if this object is set to 'noop(2)'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmClearStats  

cpsmFabricBindClearAutoLearnDb 1.3.6.1.4.1.9.9.364.1.1.12.1.4
This object when set to 'clearOnVsan(1)', results in fabric bind auto-learnt entries being cleared on this VSAN/VLAN. No action is taken if this object is set to 'clearOnIntf(2)' or 'noop'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmClearAutoLearnDb  

cpsmFabricBindClearAutoLearnIntf 1.3.6.1.4.1.9.9.364.1.1.12.1.5
This object specifies the interface on which the fabric bind auto learnt entries need to be cleared.
Status: deprecated Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

cpsmPortBindDiffConfigTable 1.3.6.1.4.1.9.9.364.1.1.13
This table contains atmost one entry per VSAN/VLAN that is configured. These entries help in comparing the port bind active/configuration database with configuration/active database on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindDiffConfigEntry

cpsmPortBindDiffConfigEntry 1.3.6.1.4.1.9.9.364.1.1.13.1
An entry (conceptual row) in this table. The user needs to configure the required type of difference on the appropriate VSAN/VLAN. The results of the difference operation will be present in the cpsmPortBindDiffTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindDiffConfigEntry  

cpsmPortBindDiffConfigNwType 1.3.6.1.4.1.9.9.364.1.1.13.1.1
This object indicates whether the corresponding instance of cpsmPortBindDiffConfigNwIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindDiffConfigNwIndex 1.3.6.1.4.1.9.9.364.1.1.13.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindDiffConfigDb 1.3.6.1.4.1.9.9.364.1.1.13.1.3
This object specifies the database for the comparison. This object when set to 'configDb(1)' compares the configuration database with respect to active database on this VSAN/VLAN. So, the active database will be the reference database and the results of the difference operation will be with respect to the active database. This object when set to 'activeDb(2)' compares the active database with respect to configuration database on this VSAN/VLAN. So, the configuration database will be the reference database and the results of the difference operation will be with respect to the configuration database. No action is taken when this object is set to 'noop(3)'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmDiffDb  

cpsmPortBindDiffTable 1.3.6.1.4.1.9.9.364.1.1.14
This table contains the results of the difference operation configured by means of the cpsmPortBindDiffConfigTable. This table will contain the results of the latest difference operation that has been configured. If no difference operation has been configured or if there are no differences between the databases being compared, this table will be empty.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindDiffEntry

cpsmPortBindDiffEntry 1.3.6.1.4.1.9.9.364.1.1.14.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindDiffEntry  

cpsmPortBindDiffNwType 1.3.6.1.4.1.9.9.364.1.1.14.1.1
This object indicates whether the corresponding instance of cpsmPortBindDiffNwIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindDiffNwIndex 1.3.6.1.4.1.9.9.364.1.1.14.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindDiffIndex 1.3.6.1.4.1.9.9.364.1.1.14.1.3
The index of this entry. This represents the index of a port binding on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4096  

cpsmPortBindDiffReason 1.3.6.1.4.1.9.9.364.1.1.14.1.4
This object indicates the reason for the difference between the databases being compared, for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmDiffReason  

cpsmPortBindDiffLoginDevType 1.3.6.1.4.1.9.9.364.1.1.14.1.5
This object identifies the format of the corresponding instance of cpsmPortBindDiffLoginDev object.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmPortBindDevType  

cpsmPortBindDiffLoginDev 1.3.6.1.4.1.9.9.364.1.1.14.1.6
This object represents the logging in device address. This object was copied either from the cpsmPortBindLoginDev object in the cpsmPortBindTable or from the cpsmPortBindEnfLoginIdev object in the cpsmPortBindEnfTable at the time when the difference operation was done.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|6|8)  

cpsmPortBindDiffLoginPointType 1.3.6.1.4.1.9.9.364.1.1.14.1.7
Specifies the format of the corresponding instance of cpsmPortBindDiffLoginPoint.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmPortBindSwPortType  

cpsmPortBindDiffLoginPoint 1.3.6.1.4.1.9.9.364.1.1.14.1.8
This object represents the address of a port on the local device. This object was copied either from the cpsmPortBindLoginPoint object in the cpsmPortBindTable or from the cpsmPortBindEnfLoginPoint object in the cpsmPortBindEnfTable at the time when the difference operation was done.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|4|8)  

cpsmFabricBindDiffConfigTable 1.3.6.1.4.1.9.9.364.1.1.15
This table contains atmost one entry per VSAN/VLAN that is configured. These entries help in comparing the fabric bind active/configuration database with configuration/active database on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindDiffConfigEntry

cpsmFabricBindDiffConfigEntry 1.3.6.1.4.1.9.9.364.1.1.15.1
An entry (conceptual row) in this table. The user needs to configure the required type of difference on the appropriate VSAN/VLAN. The results of the difference operation will be present in the cpsmFabricBindDiffTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindDiffConfigEntry  

cpsmFabricBindDiffConfigNwType 1.3.6.1.4.1.9.9.364.1.1.15.1.1
This object indicates whether the corresponding instance of cpsmFabricBindDiffConfigNwIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindDiffConfigNwIndex 1.3.6.1.4.1.9.9.364.1.1.15.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindDiffConfigDb 1.3.6.1.4.1.9.9.364.1.1.15.1.3
This object specifies the database for the comparison. This object when set to 'configDb(1)' compares the fabric bind configuration database with respect to active database on this VSAN/VLAN. So, the active database will be the reference database and the results of the difference operation will be with respect to the active database. This object when set to 'activeDb(2)' compares the fabric bind active database with respect to configuration database on this VSAN/VLAN. So, the configuration database will be the reference database and the results of the difference operation will be with respect to the configuration database. No action is taken when this object is set to 'noop(3)'. The value of this object when read is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  CpsmDiffDb  

cpsmFabricBindDiffTable 1.3.6.1.4.1.9.9.364.1.1.16
This table contains the results of the difference operation configured by means of the cpsmFabricBindDiffConfigTable. This table will contain the results of the latest difference operation that has been configured. If no difference operation has been configured or if there are no differences between the databases being compared, this table will be empty.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindDiffEntry

cpsmFabricBindDiffEntry 1.3.6.1.4.1.9.9.364.1.1.16.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindDiffEntry  

cpsmFabricBindDiffNwType 1.3.6.1.4.1.9.9.364.1.1.16.1.1
This object indicates whether the corresponding instance of cpsmFabricBindDiffNwIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindDiffNwIndex 1.3.6.1.4.1.9.9.364.1.1.16.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindDiffIndex 1.3.6.1.4.1.9.9.364.1.1.16.1.3
The index of this entry. This represents the index of a fabric binding on a VSAN/VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4096  

cpsmFabricBindDiffReason 1.3.6.1.4.1.9.9.364.1.1.16.1.4
This object indicates the reason for the difference between the databases being compared, for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmDiffReason  

cpsmFabricBindDiffSwitchWwn 1.3.6.1.4.1.9.9.364.1.1.16.1.5
This object specifies the WWN of a switch that can be part of the fabric. This object was copied either from the cpsmFabricBindSwitchWwn object in the cpsmFabricBindTable or from the cpsmFabricBindEnfSwitchWwn object in the cpsmFabricBindEnfTable at the time when the difference operation was done.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

cpsmFabricBindDiffDomId 1.3.6.1.4.1.9.9.364.1.1.16.1.6
This object specifies the insistent domain id of the switch represented by the corresponding instance of cpsmFabricBindDiffSwitchWwn. This object was copied either from the cpsmFabricBindDomId object in the cpsmFabricBindTable or from the cpsmFabricBindEnfDomId object in the cpsmFabricBindEnfTable when the difference operation was done.
Status: current Access: read-only
OBJECT-TYPE    
  DomainId  

cpsmPortBindStatsTable 1.3.6.1.4.1.9.9.364.1.2.1
This table contains statistic counters maintained on a per VSAN/VLAN basis on the local device for enforced port bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindStatsEntry

cpsmPortBindStatsEntry 1.3.6.1.4.1.9.9.364.1.2.1.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindStatsEntry  

cpsmPortBindVsanVlanType 1.3.6.1.4.1.9.9.364.1.2.1.1.1
This object indicates whether the corresponding instance of cpsmPortBindVsanVlanIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindVsanVlanIndex 1.3.6.1.4.1.9.9.364.1.2.1.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindAllowedLogins 1.3.6.1.4.1.9.9.364.1.2.1.1.3
The number of FLOGI requests that have been allowed on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmStatsCounter  

cpsmPortBindDeniedLogins 1.3.6.1.4.1.9.9.364.1.2.1.1.4
The number of FLOGI requests that have been denied on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmStatsCounter  

cpsmFabricBindStatsTable 1.3.6.1.4.1.9.9.364.1.2.2
This table contains statistic counters maintained on a per VSAN/VLAN basis on the local device for enforced fabric bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindStatsEntry

cpsmFabricBindStatsEntry 1.3.6.1.4.1.9.9.364.1.2.2.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindStatsEntry  

cpsmFabricBindVsanVlanType 1.3.6.1.4.1.9.9.364.1.2.2.1.1
This object indicates whether the corresponding instance of cpsmFabricBindVsanVlanIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindVsanVlanIndex 1.3.6.1.4.1.9.9.364.1.2.2.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindAllowedReqs 1.3.6.1.4.1.9.9.364.1.2.2.1.3
The number of requests from switches to become part of the fabric that have been allowed on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmStatsCounter  

cpsmFabricBindDeniedReqs 1.3.6.1.4.1.9.9.364.1.2.2.1.4
The number of requests from switches to become part of the fabric that have been denied on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmStatsCounter  

cpsmPortBindViolationTable 1.3.6.1.4.1.9.9.364.1.2.3
This table contains information on atmost the last 100 login violations that have been detected on the local device for enforced port bindings. When the number of such entries exceeds 100, then there is a wrap-around that takes place and the entries get over-written starting from the first entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindViolationEntry

cpsmPortBindViolationEntry 1.3.6.1.4.1.9.9.364.1.2.3.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindViolationEntry  

cpsmPortBindViolationNwType 1.3.6.1.4.1.9.9.364.1.2.3.1.1
This object indicates whether the corresponding instance of cpsmPortBindViolationNwIndex object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindViolationNwIndex 1.3.6.1.4.1.9.9.364.1.2.3.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindViolationIndex 1.3.6.1.4.1.9.9.364.1.2.3.1.3
The index of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..100  

cpsmPortBindLoginPwwn 1.3.6.1.4.1.9.9.364.1.2.3.1.4
The pWWN of the device that was denied FLOGI on one of the local device's ports.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cpsmPortBindLoginNwwn 1.3.6.1.4.1.9.9.364.1.2.3.1.5
The nWWN of the device that was denied FLOGI on one of the local device's ports.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cpsmPortBindLoginSwwn 1.3.6.1.4.1.9.9.364.1.2.3.1.6
The sWWN of the device (if the device happens to be a switch), that was denied entry on one of the local device's ports. If the device is a switch, then the corresponding instances of cpsmPortBindLoginNwwn and cpsmPortBindLoginPwwn will contain zero-length strings.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cpsmPortBindLoginPort 1.3.6.1.4.1.9.9.364.1.2.3.1.7
The fWWN of the port on the local device where the login was denied.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameId  

cpsmPortBindLoginTime 1.3.6.1.4.1.9.9.364.1.2.3.1.8
The sysUpTime at which the login denial took place.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cpsmPortBindLoginCount 1.3.6.1.4.1.9.9.364.1.2.3.1.9
The number of times this particular pWWN/nWWN or sWWN has been denied login on this particular local interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmPortBindLoginIntf 1.3.6.1.4.1.9.9.364.1.2.3.1.10
The ifIndex of the port on the local device where the login was denied.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cpsmFabricBindViolationTable 1.3.6.1.4.1.9.9.364.1.2.4
This table contains information on atmost the last 100 violations that have been detected on the local device for enforced fabric bindings. When the number of such entries exceeds 100, then there is a wrap-around that takes place and the entries get over-written starting from the first entry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindViolationEntry

cpsmFabricBindViolationEntry 1.3.6.1.4.1.9.9.364.1.2.4.1
An entry (conceptual row) in this table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindViolationEntry  

cpsmFabricBindViolationIndex 1.3.6.1.4.1.9.9.364.1.2.4.1.1
The index of this entry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..100  

cpsmFabricBindSwwn 1.3.6.1.4.1.9.9.364.1.2.4.1.2
The sWWN (switch WWN) of the device that was denied entry into the fabric on one of the local device's ports.
Status: deprecated Access: read-only
OBJECT-TYPE    
  FcNameId  

cpsmFabricBindLocalPort 1.3.6.1.4.1.9.9.364.1.2.4.1.3
The fWWN of the port on the local device where the denial took place.
Status: deprecated Access: read-only
OBJECT-TYPE    
  FcNameId  

cpsmFabricBindDenialTime 1.3.6.1.4.1.9.9.364.1.2.4.1.4
The sysUpTime at which the denial took place.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

cpsmFabricBindLocalIntf 1.3.6.1.4.1.9.9.364.1.2.4.1.5
The ifIndex of the port on the local device where the denial took place.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cpsmFabricBindViolationNewTable 1.3.6.1.4.1.9.9.364.1.2.5
This table contains information on atmost the last 100 violations that have been detected on the local device for enforced fabric bindings. When the number of such entries exceeds 100, then there is a wrap-around that takes place and the entries get over-written starting from the first entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindViolationNewEntry

cpsmFabricBindViolationNewEntry 1.3.6.1.4.1.9.9.364.1.2.5.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindViolationNewEntry  

cpsmFabricBindViolationNwTypeR1 1.3.6.1.4.1.9.9.364.1.2.5.1.1
This object indicates whether the corresponding instance of cpsmFabricBindViolationNwIndexR1 object contains a VSAN id or VLAN id.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindViolationNwIndexR1 1.3.6.1.4.1.9.9.364.1.2.5.1.2
The VSAN/VLAN id for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindViolationIndexR1 1.3.6.1.4.1.9.9.364.1.2.5.1.3
The index of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..100  

cpsmFabricBindSwwnR1 1.3.6.1.4.1.9.9.364.1.2.5.1.4
The sWWN (switch WWN) of the device that was denied entry into the fabric on one of the local device's ports.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameId  

cpsmFabricBindDenialTimeR1 1.3.6.1.4.1.9.9.364.1.2.5.1.5
The sysUpTime at which the denial took place.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cpsmFabricBindDenialCountR1 1.3.6.1.4.1.9.9.364.1.2.5.1.6
The number of times this switch has been denied entry into the fabric on one of the local device's ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmFabricBindDenialDomId 1.3.6.1.4.1.9.9.364.1.2.5.1.7
The domain id of the device that was denied entry into the fabric on one of the local device's ports. A value of zero indicates that the switch WWN of the device was not present in the enforced fabric bindings.
Status: current Access: read-only
OBJECT-TYPE    
  DomainIdOrZero  

cpsmFabricBindDenialReasonCode 1.3.6.1.4.1.9.9.364.1.2.5.1.8
The reason for which the device was denied entry into the fabric on one of the local device's ports.
Status: current Access: read-only
OBJECT-TYPE    
  CpsmViolationReasonCode  

cpsmEfmdStatsTable 1.3.6.1.4.1.9.9.364.1.2.6
This table contains the EFMD protocol statistics on a per VSAN basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmEfmdStatsEntry

cpsmEfmdStatsEntry 1.3.6.1.4.1.9.9.364.1.2.6.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmEfmdStatsEntry  

cpsmEfmdTxMergeReqs 1.3.6.1.4.1.9.9.364.1.2.6.1.1
The number of EFMD Merge Requests transmitted on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdRxMergeReqs 1.3.6.1.4.1.9.9.364.1.2.6.1.2
The number of EFMD Merge Requests received on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdTxMergeAccs 1.3.6.1.4.1.9.9.364.1.2.6.1.3
The number of EFMD Merge Accepts transmitted on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdRxMergeAccs 1.3.6.1.4.1.9.9.364.1.2.6.1.4
The number of EFMD Merge Accepts received on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdTxMergeRejs 1.3.6.1.4.1.9.9.364.1.2.6.1.5
The number of EFMD Merge Rejects transmitted on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdRxMergeRejs 1.3.6.1.4.1.9.9.364.1.2.6.1.6
The number of EFMD Merge Rejects received on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdTxMergeBusys 1.3.6.1.4.1.9.9.364.1.2.6.1.7
The number of EFMD Merge Busys transmitted on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdRxMergeBusys 1.3.6.1.4.1.9.9.364.1.2.6.1.8
The number of EFMD Merge Busys received on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdTxMergeErrs 1.3.6.1.4.1.9.9.364.1.2.6.1.9
The number of EFMD Merge Errors transmitted on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmEfmdRxMergeErrs 1.3.6.1.4.1.9.9.364.1.2.6.1.10
The number of EFMD Merge Errors received on this VSAN by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cpsmNotifyEnable 1.3.6.1.4.1.9.9.364.1.1.17
This object specifies if the Security Policy Manager notifications should be generated or not. If this object is set to 'true', then the notifications are generated. If this object is set to 'false', then the notifications are not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cpsmEfmdConfigTable 1.3.6.1.4.1.9.9.364.1.1.18
This table allows configuring EFMD on the local device. The configuration is on a per VSAN basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmEfmdConfigEntry

cpsmEfmdConfigEntry 1.3.6.1.4.1.9.9.364.1.1.18.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmEfmdConfigEntry  

cpsmEfmdConfigEnforce 1.3.6.1.4.1.9.9.364.1.1.18.1.1
This object specifies whether the EFMD enforcement policy is strict or loose on this VSAN. If this object is set to 'true', then the enforcement policy is strict. As a result, if a device that tries to join the fabric thru' an E port on the local device does not pass the authorization check, it is not allowed access and the E port is isolated. If this object is set to 'false', then the enforcement policy is loose. As a result, if a device that tries to join the fabric thru' an E port on the local device does not pass the authorization check, it can still be allowed access.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cpsmPortBindNextFreeTable 1.3.6.1.4.1.9.9.364.1.1.19
This table contains the next free index value that can be used for creation of an entry in the cpsmPortBindTable. These values are maintained on a per VSAN/VLAN basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmPortBindNextFreeEntry

cpsmPortBindNextFreeEntry 1.3.6.1.4.1.9.9.364.1.1.19.1
An entry (concpetual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmPortBindNextFreeEntry  

cpsmPortBindNextFreeNwType 1.3.6.1.4.1.9.9.364.1.1.19.1.1
The type of virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmPortBindNextFreeNwIndex 1.3.6.1.4.1.9.9.364.1.1.19.1.2
The id of the VSAN/VLAN according to the type specified in the corresponding instance of cpsmPortBindNextFreeNwType.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmPortBindNextFreeIndex 1.3.6.1.4.1.9.9.364.1.1.19.1.3
Represents the next free index value for a port binding entry. If the value of this object is non-zero, then it represents the next free index value. If the value of this object is zero, then there are no more free indices available on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4095  

cpsmFabricBindNextFreeTable 1.3.6.1.4.1.9.9.364.1.1.20
This table contains the next free index value that can be used for creation of an entry in the cpsmFabricBindTable. These values are maintained on a per VSAN/VLAN basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpsmFabricBindNextFreeEntry

cpsmFabricBindNextFreeEntry 1.3.6.1.4.1.9.9.364.1.1.20.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmFabricBindNextFreeEntry  

cpsmFabricBindNextFreeNwType 1.3.6.1.4.1.9.9.364.1.1.20.1.1
The type of virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpsmVirtNwType  

cpsmFabricBindNextFreeNwIndex 1.3.6.1.4.1.9.9.364.1.1.20.1.2
The id of the VSAN/VLAN according to the type specified in the corresponding instance of cpsmFabricBindNextFreeNwType.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4093  

cpsmFabricBindNextFreeIndex 1.3.6.1.4.1.9.9.364.1.1.20.1.3
Represents the next free index value for a fabric binding entry. If the value of this object is non-zero, then it represents the next free index value. If the value of this object is zero, then there are no more free indices available on this VSAN/VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4095  

ciscoPsmPortBindFPortDenyNotify 1.3.6.1.4.1.9.9.364.0.1
This notification is generated whenever a FLOGI is denied due to enforced port bindings on the local device on a F/FL port.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoPsmPortBindEPortDenyNotify 1.3.6.1.4.1.9.9.364.0.2
This notification is generated whenever a switch is denied due to enforced port bindings on the local device on a E port.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoPsmFabricBindDenyNotify 1.3.6.1.4.1.9.9.364.0.3
This notification is generated whenever a device is not allowed to join the fabric due to enforced fabric bindings on the local device.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

ciscoPsmFabricBindDenyNotifyNew 1.3.6.1.4.1.9.9.364.0.4
This notification is generated whenever a device is not allowed to join the fabric due to enforced fabric bindings on the local device.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoPsmMIBCompliances 1.3.6.1.4.1.9.9.364.2.1
OBJECT IDENTIFIER    

ciscoPsmMIBGroups 1.3.6.1.4.1.9.9.364.2.2
OBJECT IDENTIFIER    

ciscoPsmMIBCompliance 1.3.6.1.4.1.9.9.364.2.1.1
The compliance statement for entities which implement the Port Security Manager.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoPsmMIBComplianceRev1 1.3.6.1.4.1.9.9.364.2.1.2
The compliance statement for entities which implement the Port Security Manager.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoPsmMIBComplianceRev2 1.3.6.1.4.1.9.9.364.2.1.3
The compliance statement for entities which implement the Port Security Manager.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoPsmMIBComplianceRev3 1.3.6.1.4.1.9.9.364.2.1.4
The compliance statement for entities which implement the Port Security Manager.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoPsmMIBComplianceRev4 1.3.6.1.4.1.9.9.364.2.1.5
The compliance statement for entities which implement the Port Security Manager.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoPsmMIBComplianceRev5 1.3.6.1.4.1.9.9.364.2.1.6
The compliance statement for entities which implement the Port Security Manager.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoPsmPortBindConfigGroup 1.3.6.1.4.1.9.9.364.2.2.1
A collection of objects for displaying and configuring port bindings and activating them.
Status: deprecated Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindConfigGroup 1.3.6.1.4.1.9.9.364.2.2.2
A collection of objects for displaying and configuring fabric bindings and activating them.
Status: deprecated Access: read-create
OBJECT-GROUP    

ciscoPsmPortBindEnforcedGroup 1.3.6.1.4.1.9.9.364.2.2.3
A collection of objects for displaying enforced port bindings.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindEnforcedGroup 1.3.6.1.4.1.9.9.364.2.2.4
A collection of objects for displaying enforced fabric bindings.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmPortBindStatsGroup 1.3.6.1.4.1.9.9.364.2.2.5
A collection of objects for displaying Port binding statistics and violation information.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindStatsGroup 1.3.6.1.4.1.9.9.364.2.2.6
A collection of objects for displaying Fabric binding statistics and violation information.
Status: deprecated Access: read-create
OBJECT-GROUP    

ciscoPsmPortBindNotifyGroup 1.3.6.1.4.1.9.9.364.2.2.7
A collection of notification(s) for monitoring denial of FLOGI due to port bindings being enforced.
Status: current Access: read-create
NOTIFICATION-GROUP    

ciscoPsmFabricBindNotifyGroup 1.3.6.1.4.1.9.9.364.2.2.8
A collection of notification(s) for monitoring denial of request to join the fabric due to fabric bindings being enforced.
Status: deprecated Access: read-create
NOTIFICATION-GROUP    

ciscoPsmPortBindAutoLearnGroup 1.3.6.1.4.1.9.9.364.2.2.9
A collection of object(s) for enabling/disabling auto learn of port bindings.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindAutoLearnGroup 1.3.6.1.4.1.9.9.364.2.2.10
A collection of object(s) for enabling/disabling auto learn of fabric bindings.
Status: deprecated Access: read-create
OBJECT-GROUP    

ciscoPsmNotifyEnableGroup 1.3.6.1.4.1.9.9.364.2.2.11
A collection of object(s) for enabling/disabling port binding/fabric binding notifications.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindConfigGroup1 1.3.6.1.4.1.9.9.364.2.2.12
A collection of objects for displaying and configuring fabric bindings and activating them.
Status: deprecated Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindStatsGroup1 1.3.6.1.4.1.9.9.364.2.2.13
A collection of objects for displaying Fabric binding statistics and violation information.
Status: deprecated Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindNotifyGroupR1 1.3.6.1.4.1.9.9.364.2.2.14
A collection of notification(s) for monitoring denial of request to join the fabric due to fabric bindings being enforced.
Status: current Access: read-create
NOTIFICATION-GROUP    

ciscoPsmEfmdConfigGroup 1.3.6.1.4.1.9.9.364.2.2.15
A collection of objects for configuring and displaying EFMD information.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmEfmdStatsGroup 1.3.6.1.4.1.9.9.364.2.2.16
A collection of objects for displaying EFMD statistics information.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindStatsGroup2 1.3.6.1.4.1.9.9.364.2.2.17
A collection of objects for displaying Fabric binding statistics and violation information.
Status: deprecated Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindStatsGroup3 1.3.6.1.4.1.9.9.364.2.2.18
A collection of objects for displaying Fabric binding statistics and violation information.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmPortBindConfigGroup1 1.3.6.1.4.1.9.9.364.2.2.19
A collection of objects for displaying and configuring port bindings and activating them.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPsmFabricBindConfigGroup2 1.3.6.1.4.1.9.9.364.2.2.20
A collection of objects for displaying and configuring fabric bindings and activating them.
Status: current Access: read-create
OBJECT-GROUP