WWP-MAC-MGMT-MIB: View SNMP OID List / Download MIB

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-MAC-MGMT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wwpMacMgmtMIB 1.3.6.1.4.1.6141.2.28
Increased maximum value for SAC learn counts.
       wwpMacMgmtMIBObjects 1.3.6.1.4.1.6141.2.28.1
           wwpMacMgmt 1.3.6.1.4.1.6141.2.28.1.1
               wwpMacMgmtMacTable 1.3.6.1.4.1.6141.2.28.1.1.1 no-access
The (conceptual) table listing the mac addresses indexed by the Vlan, port and the macaddr.
                   wwpMacMgmtMacEntry 1.3.6.1.4.1.6141.2.28.1.1.1.1 no-access
An entry (conceptual row) in the wwpMacMgmtMacTable.
                       wwpMacMgmtVlanID 1.3.6.1.4.1.6141.2.28.1.1.1.1.1 vlanid read-only
The vlan id associated with wwpMacMgmtMacAddr and the wwpMacMgmtPortId.
                       wwpMacMgmtPortId 1.3.6.1.4.1.6141.2.28.1.1.1.1.2 integer read-only
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.
                       wwpMacMgmtMacAddr 1.3.6.1.4.1.6141.2.28.1.1.1.1.3 macaddress read-only
A unicast MAC address which has either been learned by the port or has been statically configured.
                       wwpMacMgmtMacAddrMode 1.3.6.1.4.1.6141.2.28.1.1.1.1.4 integer read-write
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. Enumeration: 'static': 2, 'dynamic': 1.
                       wwpMacMgmtMacStatus 1.3.6.1.4.1.6141.2.28.1.1.1.1.5 integer read-only
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. Enumeration: 'enable': 1, 'disable': 2.
                       wwpMacMgmtMacRowStatus 1.3.6.1.4.1.6141.2.28.1.1.1.1.6 rowstatus read-only
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.
               wwpMacMgmtMacReset 1.3.6.1.4.1.6141.2.28.1.1.2 integer read-write
To reset the Mac Table for all the ports. A read on this object will always return the 'none'. Enumeration: 'reset': 1, 'none': 0.
               wwpMacMgmtPMTable 1.3.6.1.4.1.6141.2.28.1.1.3 no-access
The (conceptual) table listing the protected mode attributes.
                   wwpMacMgmtPMEntry 1.3.6.1.4.1.6141.2.28.1.1.3.1 no-access
An entry (conceptual row) in the wwpMacMgmtPMTable.
                       wwpMacMgmtPMVlanID 1.3.6.1.4.1.6141.2.28.1.1.3.1.1 vlanid read-only
The vlan id associated with wwpMacMgmtMacAddr and the wwpMacMgmtPortId.
                       wwpMacMgmtPMPortId 1.3.6.1.4.1.6141.2.28.1.1.3.1.2 integer read-only
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.
                       wwpMacMgmtPMLearnLimit 1.3.6.1.4.1.6141.2.28.1.1.3.1.3 integer read-write
The maximum number of Mac Addresses which will be learned by this Vlan/port pair. This limits applies only for the dynamic addresses.
                       wwpMacMgmtPMLearnCount 1.3.6.1.4.1.6141.2.28.1.1.3.1.4 integer read-only
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.
                       wwpMacMgmtPMStatus 1.3.6.1.4.1.6141.2.28.1.1.3.1.5 integer read-write
To enable the Protection Mode, wwpMacMgmtPMStatus should be set to enable. Enumeration: 'enable': 1, 'disable': 2.
                       wwpMacMgmtPMMacFlush 1.3.6.1.4.1.6141.2.28.1.1.3.1.6 integer read-write
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. Enumeration: 'none': 0, 'flush': 1.
               wwpMacMgmtCacheMac 1.3.6.1.4.1.6141.2.28.1.1.4 truthvalue read-write
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.
               wwpMacMgmtCacheMacTable 1.3.6.1.4.1.6141.2.28.1.1.5 no-access
The (conceptual) table listing the mac addresses indexed by the Vlan, port and the Mac Index.
                   wwpMacMgmtCacheMacEntry 1.3.6.1.4.1.6141.2.28.1.1.5.1 no-access
An entry (conceptual row) in the wwpMacMgmtCacheMacTable.
                       wwpMacMgmtCVlanID 1.3.6.1.4.1.6141.2.28.1.1.5.1.1 vlanid read-only
The vlan id associated with wwpMacMgmtCMacIndex and the wwpMacMgmtCPortId.
                       wwpMacMgmtCPortId 1.3.6.1.4.1.6141.2.28.1.1.5.1.2 integer read-only
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.
                       wwpMacMgmtCMacIndex 1.3.6.1.4.1.6141.2.28.1.1.5.1.3 integer read-only
Index for this Mac Address.
                       wwpMacMgmtCMacAddr 1.3.6.1.4.1.6141.2.28.1.1.5.1.4 macaddress read-only
A unicast MAC address which has either been learned by the port or has been statically configured.
                       wwpMacMgmtCMacAddrMode 1.3.6.1.4.1.6141.2.28.1.1.5.1.5 integer read-only
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. Enumeration: 'static': 2, 'dynamic': 1.
                       wwpMacMgmtCMacStatus 1.3.6.1.4.1.6141.2.28.1.1.5.1.6 integer read-only
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. Enumeration: 'enable': 1, 'disable': 2.
               wwpMacMgmtCacheMacCountTable 1.3.6.1.4.1.6141.2.28.1.1.6 no-access
The (conceptual) table listing the mac addresses indexed by the Vlan and the port.
                   wwpMacMgmtCacheMacCountEntry 1.3.6.1.4.1.6141.2.28.1.1.6.1 no-access
An entry (conceptual row) in the wwpMacMgmtCacheMacTable.
                       wwpMacMgmtCacheMacCount 1.3.6.1.4.1.6141.2.28.1.1.6.1.1 integer read-only
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.
               wwpMacMgmtSacTable 1.3.6.1.4.1.6141.2.28.1.1.7 no-access
The (conceptual) table listing the security access control attributes.
                   wwpMacMgmtSacEntry 1.3.6.1.4.1.6141.2.28.1.1.7.1 no-access
An entry (conceptual row) in the wwpMacMgmtSacTable.
                       wwpMacMgmtSacVlanID 1.3.6.1.4.1.6141.2.28.1.1.7.1.1 vlanid read-only
The VLAN id for this SAC entry.
                       wwpMacMgmtSacPortId 1.3.6.1.4.1.6141.2.28.1.1.7.1.2 integer read-only
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.
                       wwpMacMgmtSacLearnCount 1.3.6.1.4.1.6141.2.28.1.1.7.1.3 integer read-only
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.
                       wwpMacMgmtSacMaxLearn 1.3.6.1.4.1.6141.2.28.1.1.7.1.4 integer read-only
The maximum number of Mac Addresses which will be learned by this Vlan/port pair. This limits applies only for the dynamic addresses.
                       wwpMacMgmtSacLearnDisabled 1.3.6.1.4.1.6141.2.28.1.1.7.1.5 truthvalue read-only
Setting this object to 'true' will cause the learning for the port/vlan pair to be shut off.
                       wwpMacMgmtSacMacFlush 1.3.6.1.4.1.6141.2.28.1.1.7.1.6 integer read-only
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. Enumeration: 'none': 0, 'flush': 1.
                       wwpMacMgmtSacStatus 1.3.6.1.4.1.6141.2.28.1.1.7.1.7 rowstatus read-only
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'
       wwpMacMgmtMIBNotificationPrefix 1.3.6.1.4.1.6141.2.28.2
           wwpMacMgmtMIBNotifications 1.3.6.1.4.1.6141.2.28.2.0
       wwpMacMgmtMIBConformance 1.3.6.1.4.1.6141.2.28.3
           wwpMacMgmtMIBCompliances 1.3.6.1.4.1.6141.2.28.3.1
           wwpMacMgmtMIBGroups 1.3.6.1.4.1.6141.2.28.3.2