H3C-FC-PSM-MIB

File: H3C-FC-PSM-MIB.mib (24785 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
H3C-VSAN-MIB H3C-FC-TC-MIB

Imported symbols

Unsigned32 Counter32 MODULE-IDENTITY
OBJECT-TYPE NOTIFICATION-TYPE TEXTUAL-CONVENTION
RowStatus TruthValue TimeStamp
InterfaceIndexOrZero InterfaceIndex ifDescr
h3cSan H3cFcNameIdOrZero

Defined Types

H3cFcPsmPortBindDevType  
The types of the instance of h3cFcPsmLoginDev, including nWWN(Node World Wide Name), pWWN(Port World Wide Name), sWWN(Switch World Wide Name), and wildCard.
TEXTUAL-CONVENTION    
  INTEGER nWWN(1), pWWN(2), sWWN(3), wildCard(4)  

H3cFcPsmClearEntryType  
This object when set to clearStatic, results in port bind static entries being cleared on this VSAN(Virtual Storage Area Networks). This object when set to clearAutoLearn, results in port bind auto-learnt entries being cleared on this VSAN. This object when set to clearAll, results in all of the port bind entries being cleared on this VSAN. No action is taken if this object is set to noop. The value of this object when read is always noop.
TEXTUAL-CONVENTION    
  INTEGER clearStatic(1), clearAutoLearn(2), clearAll(3), noop(4)  

H3cFcPsmEnableEntry  
SEQUENCE    
  h3cFcPsmEnableVsanIndex Unsigned32
  h3cFcPsmEnable INTEGER
  h3cFcPsmEnableState TruthValue

H3cFcPsmConfigEntry  
SEQUENCE    
  h3cFcPsmIndex Unsigned32
  h3cFcPsmLoginDevType H3cFcPsmPortBindDevType
  h3cFcPsmLoginDev H3cFcNameIdOrZero
  h3cFcPsmLoginPoint InterfaceIndexOrZero
  h3cFcPsmRowStatus RowStatus

H3cFcPsmEnfEntry  
SEQUENCE    
  h3cFcPsmEnfIndex Unsigned32
  h3cFcPsmEnfLoginDevType H3cFcPsmPortBindDevType
  h3cFcPsmEnfLoginDev H3cFcNameIdOrZero
  h3cFcPsmEnfLoginPoint InterfaceIndexOrZero
  h3cFcPsmEnfEntryType INTEGER

H3cFcPsmCopyToConfigEntry  
SEQUENCE    
  h3cFcPsmCopyToConfig INTEGER

H3cFcPsmAutoLearnEntry  
SEQUENCE    
  h3cFcPsmAutoLearnEnable TruthValue

H3cFcPsmClearEntry  
SEQUENCE    
  h3cFcPsmClearType H3cFcPsmClearEntryType
  h3cFcPsmClearIntf InterfaceIndexOrZero

H3cFcPsmStatsEntry  
SEQUENCE    
  h3cFcPsmAllowedLogins Counter32
  h3cFcPsmDeniedLogins Counter32
  h3cFcPsmStatsClear INTEGER

H3cFcPsmViolationEntry  
SEQUENCE    
  h3cFcPsmViolationIndex Unsigned32
  h3cFcPsmLoginPWWN H3cFcNameIdOrZero
  h3cFcPsmLoginNWWN H3cFcNameIdOrZero
  h3cFcPsmLoginSWWN H3cFcNameIdOrZero
  h3cFcPsmLoginIntf InterfaceIndex
  h3cFcPsmLoginTime TimeStamp
  h3cFcPsmLoginCount Counter32

Defined Values

h3cFcPsm 1.3.6.1.4.1.2011.10.2.127.8
This MIB contains the objects for FC port security.
MODULE-IDENTITY    

h3cFcPsmNotifications 1.3.6.1.4.1.2011.10.2.127.8.0
OBJECT IDENTIFIER    

h3cFcPsmObjects 1.3.6.1.4.1.2011.10.2.127.8.1
OBJECT IDENTIFIER    

h3cFcPsmScalarObjects 1.3.6.1.4.1.2011.10.2.127.8.1.1
OBJECT IDENTIFIER    

h3cFcPsmConfiguration 1.3.6.1.4.1.2011.10.2.127.8.1.2
OBJECT IDENTIFIER    

h3cFcPsmStats 1.3.6.1.4.1.2011.10.2.127.8.1.3
OBJECT IDENTIFIER    

h3cFcPsmNotifyEnable 1.3.6.1.4.1.2011.10.2.127.8.1.1.1
Whether to generate the notification or not depends on the object.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cFcPsmEnableTable 1.3.6.1.4.1.2011.10.2.127.8.1.2.1
Enable or disable the port security feature on a specified VSAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmEnableEntry

h3cFcPsmEnableEntry 1.3.6.1.4.1.2011.10.2.127.8.1.2.1.1
Detailed information about the port security.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmEnableEntry  

h3cFcPsmEnableVsanIndex 1.3.6.1.4.1.2011.10.2.127.8.1.2.1.1.1
The ID of VSAN on this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4095  

h3cFcPsmEnable 1.3.6.1.4.1.2011.10.2.127.8.1.2.1.1.2
When set to enable, the port security is on, the value of h3cFcPsmEnableState will be true. When set to enableWithAutoLearn, the port security is on with auto-learning, the value of h3cFcPsmEnableState will be true. When set to disable, the port security is off, the value of h3cFcPsmEnableState will be false. The noop means no action. The value of this object when read is always noop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), enableWithAutoLearn(2), disable(3), noop(4)  

h3cFcPsmEnableState 1.3.6.1.4.1.2011.10.2.127.8.1.2.1.1.3
The state of the port security. When the value is true, it means the port security is on, while the false means the port security is off.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

h3cFcPsmConfigTable 1.3.6.1.4.1.2011.10.2.127.8.1.2.2
A table that contains the configured entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmConfigEntry

h3cFcPsmConfigEntry 1.3.6.1.4.1.2011.10.2.127.8.1.2.2.1
Detailed information about each configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmConfigEntry  

h3cFcPsmIndex 1.3.6.1.4.1.2011.10.2.127.8.1.2.2.1.1
The index of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..32768  

h3cFcPsmLoginDevType 1.3.6.1.4.1.2011.10.2.127.8.1.2.2.1.2
This represents the type of the instance of h3cFcPsmLoginDev, which includes nWWN, pWWN, sWWN, and wildCard.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcPsmPortBindDevType  

h3cFcPsmLoginDev 1.3.6.1.4.1.2011.10.2.127.8.1.2.2.1.3
The logging-in device name, which is decided by the h3cFcPsmLoginDevType object. It represents node WWN when the value of h3cFcPsmLoginDevType is nWWN. It represents port WWN when the value of h3cFcPsmLoginDevType is pWWN. It represents switch WWN when the value of h3cFcPsmLoginDevType is sWWN. It represents any device when the value of h3cFcPsmLoginDevType is wildCard, and the value of the instance of this object should be zero-length string. The value of this object should not be invalid when h3cFcPsmRowStatus is set to createAndGo or active.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcNameIdOrZero  

h3cFcPsmLoginPoint 1.3.6.1.4.1.2011.10.2.127.8.1.2.2.1.4
The address of the port on the local switch through which the instance of h3cFcPsmLoginDev can log in. It represents ifindex when the value is not zero. It represents any port when the value is zero.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

h3cFcPsmRowStatus 1.3.6.1.4.1.2011.10.2.127.8.1.2.2.1.5
Entry status. When creating a new instance of this table, the following objects should be set simultaneously: h3cFcPsmLoginDevType, h3cFcPsmLoginDev, h3cFcPsmLoginPoint, h3cFcPsmRowStatus. If h3cFcPsmLoginDevType is set to wildCard, the value of the instance of h3cFcPsmLoginDev should be zero-length string. The value of h3cFcPsmLoginDevType and h3cFcPsmLoginPoint cannot be set to wildCard and zero at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cFcPsmEnfTable 1.3.6.1.4.1.2011.10.2.127.8.1.2.3
The FC port security enforced table. It contains not only the configured policies, but also the learning ones learnt by the switch itself.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmEnfEntry

h3cFcPsmEnfEntry 1.3.6.1.4.1.2011.10.2.127.8.1.2.3.1
Detailed information about the FC port security enforced policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmEnfEntry  

h3cFcPsmEnfIndex 1.3.6.1.4.1.2011.10.2.127.8.1.2.3.1.1
The index of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..32768  

h3cFcPsmEnfLoginDevType 1.3.6.1.4.1.2011.10.2.127.8.1.2.3.1.2
This represents the type of the instance of h3cFcPsmEnfLoginDev, which includes nWWN, pWWN, sWWN, and wildCard.
Status: current Access: read-only
OBJECT-TYPE    
  H3cFcPsmPortBindDevType  

h3cFcPsmEnfLoginDev 1.3.6.1.4.1.2011.10.2.127.8.1.2.3.1.3
The logging-in device name, which is decided by the h3cFcPsmEnfLoginDevType object. It represents node WWN when the value of h3cFcPsmEnfLoginDevType is nWWN. It represents port WWN when the value of h3cFcPsmEnfLoginDevType is pWWN. It represents switch WWN when the value of h3cFcPsmEnfLoginDevType is sWWN. It represents any device when the value of h3cFcPsmEnfLoginDevType is wildCard, and the value of the instance of this object should be zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  H3cFcNameIdOrZero  

h3cFcPsmEnfLoginPoint 1.3.6.1.4.1.2011.10.2.127.8.1.2.3.1.4
The address of the port on the local switch through which the instance of h3cFcPsmEnfLoginDev can log in. It represents ifindex when the value is not zero. It represents any port when the value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

h3cFcPsmEnfEntryType 1.3.6.1.4.1.2011.10.2.127.8.1.2.3.1.5
When the value is learning, it represents the entry is learnt by the switch itself temporarily and will be deleted when the device log out. When the value is learnt, it represents the entry is learnt by the switch permanently. When the value is static, it represents the entry is configured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER learning(1), learnt(2), static(3)  

h3cFcPsmCopyToConfigTable 1.3.6.1.4.1.2011.10.2.127.8.1.2.4
Specifies whether to copy the entries from enforced table to the ones on configured table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmCopyToConfigEntry

h3cFcPsmCopyToConfigEntry 1.3.6.1.4.1.2011.10.2.127.8.1.2.4.1
Detailed information about the operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmCopyToConfigEntry  

h3cFcPsmCopyToConfig 1.3.6.1.4.1.2011.10.2.127.8.1.2.4.1.1
When the object is set to copy, the learned entries will be copied on to the configured table on this VSAN, while the noop means no operation. The value of this object when read is always noop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), noop(2)  

h3cFcPsmAutoLearnTable 1.3.6.1.4.1.2011.10.2.127.8.1.2.5
This table shows whether the auto-learning is enabled or not on specific VSANs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmAutoLearnEntry

h3cFcPsmAutoLearnEntry 1.3.6.1.4.1.2011.10.2.127.8.1.2.5.1
Detailed information about the auto-learning.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmAutoLearnEntry  

h3cFcPsmAutoLearnEnable 1.3.6.1.4.1.2011.10.2.127.8.1.2.5.1.1
This object is set to true to enable, or false to disable auto-learning on the local switch. When set to true, the switch can learn the devices that have already logged in as learning entries on the enforced table, while the false can stop the learning operation with the learning entries transformed to learnt ones.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cFcPsmClearTable 1.3.6.1.4.1.2011.10.2.127.8.1.2.6
This table is used for cleaning specific entries in enforced table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmClearEntry

h3cFcPsmClearEntry 1.3.6.1.4.1.2011.10.2.127.8.1.2.6.1
Detailed information about the cleaning options.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmClearEntry  

h3cFcPsmClearType 1.3.6.1.4.1.2011.10.2.127.8.1.2.6.1.1
This object when set to clearStatic, results in port bind static entries being cleared on this VSAN. This object when set to clearAutoLearn, results in auto-learnt entries being cleared on this VSAN. This object when set to clearAll, results in all of the port bind entries being cleared on this VSAN. 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    
  H3cFcPsmClearEntryType  

h3cFcPsmClearIntf 1.3.6.1.4.1.2011.10.2.127.8.1.2.6.1.2
The object specifies the interface on which the entries will be cleared. If the object is zero or not set, it means the specified entries on all interfaces will be cleared.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

h3cFcPsmStatsTable 1.3.6.1.4.1.2011.10.2.127.8.1.3.1
This table contains statistics of devices, which had been allowed or denied to log into the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmStatsEntry

h3cFcPsmStatsEntry 1.3.6.1.4.1.2011.10.2.127.8.1.3.1.1
Detailed information about the statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmStatsEntry  

h3cFcPsmAllowedLogins 1.3.6.1.4.1.2011.10.2.127.8.1.3.1.1.1
The number of requests that have been allowed on the specified VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cFcPsmDeniedLogins 1.3.6.1.4.1.2011.10.2.127.8.1.3.1.1.2
The number of requests that have been denied on the specified VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cFcPsmStatsClear 1.3.6.1.4.1.2011.10.2.127.8.1.3.1.1.3
The statistics on this VSAN will be cleared if this object is set to clear. 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    
  INTEGER clear(1), noop(2)  

h3cFcPsmViolationTable 1.3.6.1.4.1.2011.10.2.127.8.1.3.2
This table maintains the information about the violations happened, containing at most 1024 items. When the number exceeds 1024, the earliest item will be over-written.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPsmViolationEntry

h3cFcPsmViolationEntry 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1
Detailed information about the violation.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPsmViolationEntry  

h3cFcPsmViolationIndex 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1.1
The index of this entry. The entry is uniquely distinguished by WWN, WWN type and ifindex where the login was denied.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..1024  

h3cFcPsmLoginPWWN 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1.2
The pWWN of the device whose FLOGI(Fabric Login) request had been denied. If the device is an n-node, the value of the instance of h3cFcPsmLoginSWWN should be zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  H3cFcNameIdOrZero  

h3cFcPsmLoginNWWN 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1.3
The nWWN of the device whose FLOGI request had been denied. If the device is an n-node, the value of the instance of h3cFcPsmLoginSWWN should be zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  H3cFcNameIdOrZero  

h3cFcPsmLoginSWWN 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1.4
The sWWN of the device whose FLOGI request had been denied. If the device is a switch, the values of the instance of h3cFcPsmLoginPWWN and h3cFcPsmLoginNWWN should be zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  H3cFcNameIdOrZero  

h3cFcPsmLoginIntf 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1.5
The ifindex of the port where the login was denied.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

h3cFcPsmLoginTime 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1.6
Specifies the value of SysUpTime when the last denied login happened.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

h3cFcPsmLoginCount 1.3.6.1.4.1.2011.10.2.127.8.1.3.2.1.7
The number of times for a certain nWWN/pWWN or sWWN had been denied to log into an interface of the local device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cFcPsmFPortDenyNotify 1.3.6.1.4.1.2011.10.2.127.8.0.1
Notifies that a FLOGI is denied on an F port of the local device.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cFcPsmEPortDenyNotify 1.3.6.1.4.1.2011.10.2.127.8.0.2
Notifies that a switch is denied on an E port of the local device.
Status: current Access: read-only
NOTIFICATION-TYPE