MY-ADDRESS-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: MY-ADDRESS-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).
|
|||
Object Name | OID | Type | Access | Info |
myAddressMIB | 1.3.6.1.4.1.171.10.97.2.22 |
This module defines my address mibs. |
||
myAddressMIBObjects | 1.3.6.1.4.1.171.10.97.2.22.1 | |||
myAddressManagementObjects | 1.3.6.1.4.1.171.10.97.2.22.1.1 | |||
myDynamicAddressCurrentNum | 1.3.6.1.4.1.171.10.97.2.22.1.1.1 | integer32 | read-only |
The currunt number of dynamic MAC address . |
myStaticAddressCurrentNum | 1.3.6.1.4.1.171.10.97.2.22.1.1.2 | integer32 | read-only |
The currunt number of static MAC address . |
myFilterAddressCurrentNum | 1.3.6.1.4.1.171.10.97.2.22.1.1.3 | integer32 | read-only |
Current number of the filtering MAC address. |
myAddressAvailableNum | 1.3.6.1.4.1.171.10.97.2.22.1.1.4 | integer32 | read-only |
Total Mac Address Space Available. |
myMacAddressTable | 1.3.6.1.4.1.171.10.97.2.22.1.1.5 | no-access |
The table of address MAC address include dynamic mac address, static mac address and filter mac address. |
|
1.3.6.1.4.1.171.10.97.2.22.1.1.5.1 | no-access |
The entry of MAC address table. |
||
myMacAddressFdbId | 1.3.6.1.4.1.171.10.97.2.22.1.1.5.1.1 | unsigned32 | read-only |
The VID of vlan which the Address address blongs to. |
myMacAddress | 1.3.6.1.4.1.171.10.97.2.22.1.1.5.1.2 | macaddress | read-only |
The MAC address which will be address static address. |
myMacAddressPort | 1.3.6.1.4.1.171.10.97.2.22.1.1.5.1.3 | ifindex | read-write |
Interface(port or trunk) number of the port from which a frame must be received in order for this entry's filtering information to apply. |
myMacAddressType | 1.3.6.1.4.1.171.10.97.2.22.1.1.5.1.4 | integer | read-write |
Only 'static' and 'filter' allow to be set to this object. Enumeration: 'filter': 3, 'static': 2, 'dynamic': 1. |
myMacAddressStatus | 1.3.6.1.4.1.171.10.97.2.22.1.1.5.1.5 | rowstatus | read-only |
entry status of this entry. and the means in this enviraments can reffer to the text-convention definition of the RowStatus. |
myAddressNotificationObjects | 1.3.6.1.4.1.171.10.97.2.22.1.2 | |||
myMacNotiGlobalEnabled | 1.3.6.1.4.1.171.10.97.2.22.1.2.1 | enabledstatus | read-write |
Indicates whether the MAC notification feature is currently running in the device. Setting this object to disabled(2) disables the MAC notification feature globally thus disabling the feature at each interface. Setting this object to enabled(1) will start the MAC notification feature running in the device. If the feature is already running, setting to enabled(1) has no effect. Once the MAC notification is enabled, whether the feature is running at each interface is controlled by the myMacNotiIfCfgTable. |
myMacNotificationInterval | 1.3.6.1.4.1.171.10.97.2.22.1.2.2 | unsigned32 | read-write |
This object specifies the maximum interval of time in units of seconds between MacChangedNotifications being generated by the device. If the value of myMacNotiGlobalEnabled is eanbled(1), the device will send out the generated MacChangedNotifications and archive the MAC change notification events in the MyMacNotiHisTable. If the value of this object is equal to 0, the device will generate MacChangedNotifications and archive the MAC change notification events in the MyMacNotiHisTable as soon as there is MAC address learnt or removed by the device. If the value of this object is greater than 0, the device will wait for a period of time equal to the value of this object before generate the MacChangedNotifications and archive the MAC change notification events in the MyMacNotiHisTable. |
myMacNotiHisTableMaxLength | 1.3.6.1.4.1.171.10.97.2.22.1.2.3 | unsigned32 | read-write |
The upper limit on the number of entries that the MyMacNotiHisTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created. |
myMacNotiHisTableCurrentLength | 1.3.6.1.4.1.171.10.97.2.22.1.2.4 | unsigned32 | read-only |
The number of entries that the MyMacNotiHisTable contain currently. |
myMacNotiHisTable | 1.3.6.1.4.1.171.10.97.2.22.1.2.5 | no-access |
This table will archive the dynamic MAC change notification events generated by this device. |
|
1.3.6.1.4.1.171.10.97.2.22.1.2.5.1 | no-access |
A dynamic MAC change notification message that was previously generated by this device. Each entry is indexed by a message index. |
||
myMacNotiHisIndex | 1.3.6.1.4.1.171.10.97.2.22.1.2.5.1.1 | unsigned32 | read-only |
An index that uniquely identifies a MAC change notification event previously generated by the device. This index mys at 1 and increases by one when a MAC change notification is generated. When it reaches the maximum value, the agent wraps the value back to 1. |
myMacNotiHisMacChangedMsg | 1.3.6.1.4.1.171.10.97.2.22.1.2.5.1.2 | octet string | read-only |
This object contains the information of a MAC change notification event. It consists of several sections packed together in the format of ' |
myMacNotiHisTimestamp | 1.3.6.1.4.1.171.10.97.2.22.1.2.5.1.3 | timestamp | read-only |
The value of sysUpTime when the MacChangedNotification containing the information denoted by the myMacNotiHisMacChangedMsg object in this entry was generated. |
myMacNotiIfCfgTable | 1.3.6.1.4.1.171.10.97.2.22.1.2.6 | no-access |
This table enables or disables the generation of notification at each interface when MAC address is learnt or removed. |
|
1.3.6.1.4.1.171.10.97.2.22.1.2.6.1 | no-access |
Each entry contains the configuration for enabling the MAC notification at each interface that supports this feature. |
||
myMacNotiIfIndex | 1.3.6.1.4.1.171.10.97.2.22.1.2.6.1.1 | ifindex | read-only |
IfIndex vale of interface. |
myIfMacAddrLearntEnable | 1.3.6.1.4.1.171.10.97.2.22.1.2.6.1.2 | enabledstatus | read-write |
Indicates whether this interface is enabled to send MacChangedNotification when it learns a new MAC address. This variable has no effect when the value of myMacNotiGlobalEnabled object is disabled(2). Setting this object to enabled(1) enables the sending of MacChangedNotification when this interface learns a new MAC address. Setting this object to disabled(2) disables the sending of MacChangedNotification when this interface learns a new MAC address. |
myIfMacAddrRemovedEnable | 1.3.6.1.4.1.171.10.97.2.22.1.2.6.1.3 | enabledstatus | read-write |
Indicates whether this interface is enabled to send MacChangedNotification when a MAC address which it learnt previously is removed from the forwarding table. This variable has no effect when the value of myMacNotiGlobalEnabled object is disabled(2). Setting this object to enabled(1) enables the sending of MacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table. Setting this object to disabled(2) disables the sending of MacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table. |
myAddressTraps | 1.3.6.1.4.1.171.10.97.2.22.2 | |||
macChangedNotification | 1.3.6.1.4.1.171.10.97.2.22.2.1 |
This notification is generated when there is enough MAC address information to fully occupy a maximum size SNMP trap message. This notification is also generated when there is at least one MAC address changed or removed and the amount of time elapsed from the previous notification is greater than the maximum wait time denoted by myMacNotificationInterval object. If there are more MAC addresses information than can fit into one myMacNotiHisMacChangedMsg object, then multiple notifications will be generated. |
||
myAddressMIBConformance | 1.3.6.1.4.1.171.10.97.2.22.3 | |||
myAddressMIBCompliances | 1.3.6.1.4.1.171.10.97.2.22.3.1 | |||
myAddressMIBCompliance | 1.3.6.1.4.1.171.10.97.2.22.3.1.1 |
The compliance statement for entities which implement the My MAC Address MIB |
||
myAddressMIBGroups | 1.3.6.1.4.1.171.10.97.2.22.3.2 | |||
myMacAddressMIBGroup | 1.3.6.1.4.1.171.10.97.2.22.3.2.1 |
A collection of objects providing address address to a My agent. |
||
myAddressNotificationMIBGroup | 1.3.6.1.4.1.171.10.97.2.22.3.2.2 |
A collection of objects providing port address to a My agent. |