WWP-MAC-MGMT-MIB

File: WWP-MAC-MGMT-MIB.mib (18762 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI WWP-SMI

Imported symbols

TEXTUAL-CONVENTION IpAddress Integer32
OBJECT-TYPE MODULE-IDENTITY MacAddress
RowStatus TruthValue wwpModules

Defined Types

VlanId  
A 12-bit VLAN ID used in the VLAN Tag header.
TEXTUAL-CONVENTION    
  INTEGER 1..4094  

WwpMacMgmtMacEntry  
SEQUENCE    
  wwpMacMgmtVlanID VlanId
  wwpMacMgmtPortId INTEGER
  wwpMacMgmtMacAddr MacAddress
  wwpMacMgmtMacAddrMode INTEGER
  wwpMacMgmtMacStatus INTEGER
  wwpMacMgmtMacRowStatus RowStatus

WwpMacMgmtPMEntry  
SEQUENCE    
  wwpMacMgmtPMVlanID VlanId
  wwpMacMgmtPMPortId INTEGER
  wwpMacMgmtPMLearnLimit INTEGER
  wwpMacMgmtPMLearnCount INTEGER
  wwpMacMgmtPMStatus INTEGER
  wwpMacMgmtPMMacFlush INTEGER

WwpMacMgmtCacheMacEntry  
SEQUENCE    
  wwpMacMgmtCVlanID VlanId
  wwpMacMgmtCPortId INTEGER
  wwpMacMgmtCMacIndex INTEGER
  wwpMacMgmtCMacAddr MacAddress
  wwpMacMgmtCMacAddrMode INTEGER
  wwpMacMgmtCMacStatus INTEGER

WwpMacMgmtCacheMacCountEntry  
SEQUENCE    
  wwpMacMgmtCacheMacCount INTEGER

WwpMacMgmtSacEntry  
SEQUENCE    
  wwpMacMgmtSacVlanID VlanId
  wwpMacMgmtSacPortId INTEGER
  wwpMacMgmtSacLearnCount INTEGER
  wwpMacMgmtSacMaxLearn INTEGER
  wwpMacMgmtSacLearnDisabled TruthValue
  wwpMacMgmtSacMacFlush INTEGER
  wwpMacMgmtSacStatus RowStatus

Defined Values

wwpMacMgmtMIB 1.3.6.1.4.1.6141.2.28
Increased maximum value for SAC learn counts.
MODULE-IDENTITY    

wwpMacMgmtMIBObjects 1.3.6.1.4.1.6141.2.28.1
OBJECT IDENTIFIER    

wwpMacMgmt 1.3.6.1.4.1.6141.2.28.1.1
OBJECT IDENTIFIER    

wwpMacMgmtMIBNotificationPrefix 1.3.6.1.4.1.6141.2.28.2
OBJECT IDENTIFIER    

wwpMacMgmtMIBNotifications 1.3.6.1.4.1.6141.2.28.2.0
OBJECT IDENTIFIER    

wwpMacMgmtMIBConformance 1.3.6.1.4.1.6141.2.28.3
OBJECT IDENTIFIER    

wwpMacMgmtMIBCompliances 1.3.6.1.4.1.6141.2.28.3.1
OBJECT IDENTIFIER    

wwpMacMgmtMIBGroups 1.3.6.1.4.1.6141.2.28.3.2
OBJECT IDENTIFIER    

wwpMacMgmtMacTable 1.3.6.1.4.1.6141.2.28.1.1.1
The (conceptual) table listing the mac addresses indexed by the Vlan, port and the macaddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpMacMgmtMacEntry

wwpMacMgmtMacEntry 1.3.6.1.4.1.6141.2.28.1.1.1.1
An entry (conceptual row) in the wwpMacMgmtMacTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpMacMgmtMacEntry  

wwpMacMgmtVlanID 1.3.6.1.4.1.6141.2.28.1.1.1.1.1
The vlan id associated with wwpMacMgmtMacAddr and the wwpMacMgmtPortId.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpMacMgmtPortId 1.3.6.1.4.1.6141.2.28.1.1.1.1.2
Port ID for the instance. Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpMacMgmtMacAddr 1.3.6.1.4.1.6141.2.28.1.1.1.1.3
A unicast MAC address which has either been learned by the port or has been statically configured.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

wwpMacMgmtMacAddrMode 1.3.6.1.4.1.6141.2.28.1.1.1.1.4
The Mac Addr can be either dynamic or static. For the Static entries the aging time specified by dot1dTpAgingTime does not apply so they stay forever in the Mac Table unless mac table is flushed. Once the wwpMacMgmtStatus is set to 'active', the wwpMacMgmtMacAddrMode can't be modified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dynamic(1), static(2)  

wwpMacMgmtMacStatus 1.3.6.1.4.1.6141.2.28.1.1.1.1.5
The Mac Address will be disabled or enabled depending upon the protective mode and its Mac Address limit. The added static Mac Address will always be enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpMacMgmtMacRowStatus 1.3.6.1.4.1.6141.2.28.1.1.1.1.6
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. The RowStatus can't be set to active unless wwpMacMgmtMacAddrMode has a valid value.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpMacMgmtMacReset 1.3.6.1.4.1.6141.2.28.1.1.2
To reset the Mac Table for all the ports. A read on this object will always return the 'none'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), reset(1)  

wwpMacMgmtPMTable 1.3.6.1.4.1.6141.2.28.1.1.3
The (conceptual) table listing the protected mode attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpMacMgmtPMEntry

wwpMacMgmtPMEntry 1.3.6.1.4.1.6141.2.28.1.1.3.1
An entry (conceptual row) in the wwpMacMgmtPMTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpMacMgmtPMEntry  

wwpMacMgmtPMVlanID 1.3.6.1.4.1.6141.2.28.1.1.3.1.1
The vlan id associated with wwpMacMgmtMacAddr and the wwpMacMgmtPortId.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpMacMgmtPMPortId 1.3.6.1.4.1.6141.2.28.1.1.3.1.2
Port ID for the instance. Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpMacMgmtPMLearnLimit 1.3.6.1.4.1.6141.2.28.1.1.3.1.3
The maximum number of Mac Addresses which will be learned by this Vlan/port pair. This limits applies only for the dynamic addresses.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..24  

wwpMacMgmtPMLearnCount 1.3.6.1.4.1.6141.2.28.1.1.3.1.4
The number of Mac Addresses learned by this Vlan/Port pair. If the wwpMacMgmtMacStatus is enabled then the max value for this object should be equal to wwpMacMgmtPMLearnLimit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..24  

wwpMacMgmtPMStatus 1.3.6.1.4.1.6141.2.28.1.1.3.1.5
To enable the Protection Mode, wwpMacMgmtPMStatus should be set to enable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpMacMgmtPMMacFlush 1.3.6.1.4.1.6141.2.28.1.1.3.1.6
Setting this object to 'flush' causes all the dynamic MAC entries for the port/vlan specified by wwpMacMgmtPMPortId/wwpMacMgmtPMVlanID to be deleted. An SNMP read on this object returns 'none' once the flush operation is completed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), flush(1)  

wwpMacMgmtCacheMac 1.3.6.1.4.1.6141.2.28.1.1.4
Specifies whether or not the snmp Agent should cache the Macs in the wwpMacMgmtCacheTable or not. Once a static Mac is added then this object should be set to 'True' again to update the cache.If 'mac reset' or 'mac flush' is used and then the Management Station should set this object to true again to update the Mac Cache Table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpMacMgmtCacheMacTable 1.3.6.1.4.1.6141.2.28.1.1.5
The (conceptual) table listing the mac addresses indexed by the Vlan, port and the Mac Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpMacMgmtCacheMacEntry

wwpMacMgmtCacheMacEntry 1.3.6.1.4.1.6141.2.28.1.1.5.1
An entry (conceptual row) in the wwpMacMgmtCacheMacTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpMacMgmtCacheMacEntry  

wwpMacMgmtCVlanID 1.3.6.1.4.1.6141.2.28.1.1.5.1.1
The vlan id associated with wwpMacMgmtCMacIndex and the wwpMacMgmtCPortId.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpMacMgmtCPortId 1.3.6.1.4.1.6141.2.28.1.1.5.1.2
Port ID for the instance. Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpMacMgmtCMacIndex 1.3.6.1.4.1.6141.2.28.1.1.5.1.3
Index for this Mac Address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpMacMgmtCMacAddr 1.3.6.1.4.1.6141.2.28.1.1.5.1.4
A unicast MAC address which has either been learned by the port or has been statically configured.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

wwpMacMgmtCMacAddrMode 1.3.6.1.4.1.6141.2.28.1.1.5.1.5
The Mac Addr can be either dynamic or static. For the Static entries the aging time specified by dot1dTpAgingTime does not apply so they stay forever in the Mac Table unless mac table is flushed. Once the wwpMacMgmtStatus is set to 'active', the wwpMacMgmtMacAddrMode can't be modified.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dynamic(1), static(2)  

wwpMacMgmtCMacStatus 1.3.6.1.4.1.6141.2.28.1.1.5.1.6
The Mac Address will be disabled or enabled depending upon the protective mode and its Mac Address limit. The added static Mac Address will always be enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpMacMgmtCacheMacCountTable 1.3.6.1.4.1.6141.2.28.1.1.6
The (conceptual) table listing the mac addresses indexed by the Vlan and the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpMacMgmtCacheMacCountEntry

wwpMacMgmtCacheMacCountEntry 1.3.6.1.4.1.6141.2.28.1.1.6.1
An entry (conceptual row) in the wwpMacMgmtCacheMacTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpMacMgmtCacheMacCountEntry  

wwpMacMgmtCacheMacCount 1.3.6.1.4.1.6141.2.28.1.1.6.1.1
Count of Mac Addresses associated with this Cache Mac Entry. The count will be shown only for the Vlan/port combination which exists on the box.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

wwpMacMgmtSacTable 1.3.6.1.4.1.6141.2.28.1.1.7
The (conceptual) table listing the security access control attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpMacMgmtSacEntry

wwpMacMgmtSacEntry 1.3.6.1.4.1.6141.2.28.1.1.7.1
An entry (conceptual row) in the wwpMacMgmtSacTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpMacMgmtSacEntry  

wwpMacMgmtSacVlanID 1.3.6.1.4.1.6141.2.28.1.1.7.1.1
The VLAN id for this SAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpMacMgmtSacPortId 1.3.6.1.4.1.6141.2.28.1.1.7.1.2
Port ID for the instance. Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpMacMgmtSacLearnCount 1.3.6.1.4.1.6141.2.28.1.1.7.1.3
The number of Mac Addresses learned by this Vlan/Port pair. If the wwpMacMgmtMacStatus is enabled then the max value for this object should be equal to wwpMacMgmtSacMaxLearn.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3000  

wwpMacMgmtSacMaxLearn 1.3.6.1.4.1.6141.2.28.1.1.7.1.4
The maximum number of Mac Addresses which will be learned by this Vlan/port pair. This limits applies only for the dynamic addresses.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3000  

wwpMacMgmtSacLearnDisabled 1.3.6.1.4.1.6141.2.28.1.1.7.1.5
Setting this object to 'true' will cause the learning for the port/vlan pair to be shut off.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wwpMacMgmtSacMacFlush 1.3.6.1.4.1.6141.2.28.1.1.7.1.6
Setting this object to 'flush' causes all the dynamic MAC entries for the port/vlan specified by wwpMacMgmtSacPortId/wwpMacMgmtSacVlanID to be deleted. An SNMP read on this object returns 'none' once the flush operation is completed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), flush(1)  

wwpMacMgmtSacStatus 1.3.6.1.4.1.6141.2.28.1.1.7.1.7
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. The SAC entry cab be disabled by setting this object to 'notInService'
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus