TN-MAC-MIB: View SNMP OID List / Download MIB

VENDOR: TRANSITION ENGINEERING INC.


 Home MIB: TN-MAC-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
 tnMacMib 1.3.6.1.4.1.868.2.5.142
The mib module for managing configuration of MAC.
         tnMacMibNotifications 1.3.6.1.4.1.868.2.5.142.0
         tnMacMibObjects 1.3.6.1.4.1.868.2.5.142.1
             tnMacAgeAutomaticConfig 1.3.6.1.4.1.868.2.5.142.1.1
                 tnMacAgeAutomaticAgingDisable 1.3.6.1.4.1.868.2.5.142.1.1.1 truthvalue read-write
Disable the automatic aging of dynamic entries.
                 tnMacAgeAutomaticAgingTime 1.3.6.1.4.1.868.2.5.142.1.1.2 integer32 read-write
Configure aging time by entering a value here in seconds. The allowed range is 10 to 1000000 seconds.
             tnMacLearningTable 1.3.6.1.4.1.868.2.5.142.1.2 no-access
This table displays MAC table learning.
                 tnMacLearningEntry 1.3.6.1.4.1.868.2.5.142.1.2.1 no-access
The entry represents MAC table learning in each port.
                     tnMacTablePortLearning 1.3.6.1.4.1.868.2.5.142.1.2.1.1 integer read-write
If the learning mode for a given port is greyed out, another module is in control of the mode, so that it cannot be changed by the user. An example of such a module is the MAC-Based Authentication under 802.1X. Each port can do learning based upon the following settings: Auto Learning is done automatically as soon as a frame with unknown SMAC is received. Disable No learning is done. Secure Only static MAC entries are learned, all other frames are dropped. Note: Make sure that the link used for managing the switch is added to the Static Mac Table before changing to secure learning mode, otherwise the management link is lost and can only be restored by using another non-secure port or by connecting to the switch via the serial interface. Enumeration: 'auto': 1, 'disable': 2, 'secure': 3.
             tnMacStaticConfigTable 1.3.6.1.4.1.868.2.5.142.1.3 no-access
The static entries in the MAC table are shown in this table. The static MAC table can contain 64 entries.
                 tnMacStaticConfigEntry 1.3.6.1.4.1.868.2.5.142.1.3.1 no-access
The static entries in the MAC table are shown in this table.
                     tnStaticMacVlanId 1.3.6.1.4.1.868.2.5.142.1.3.1.1 vlanid no-access
The VLAN ID of the entry.
                     tnStaticMacAddress 1.3.6.1.4.1.868.2.5.142.1.3.1.2 macaddress no-access
The MAC address of the entry.
                     tnStaticMacPortMembers 1.3.6.1.4.1.868.2.5.142.1.3.1.3 portlist read-write
Checkmarks indicate which ports are members of the entry. Check or uncheck as needed to modify the entry.
                     tnStaticMacStatus 1.3.6.1.4.1.868.2.5.142.1.3.1.4 rowstatus read-write
The status of the row. The writable columns in a row can not be changed if the row is active. All columns must have a valid value before a row can be activated.
             tnMacAddressTable 1.3.6.1.4.1.868.2.5.142.1.4 no-access
Navigating the MAC Table.
                 tnMacAddressEntry 1.3.6.1.4.1.868.2.5.142.1.4.1 no-access
Each entriy represents a MAC address.
                     tnMacType 1.3.6.1.4.1.868.2.5.142.1.4.1.1 integer no-access
Indicates whether the entry is a static or a dynamic entry. Enumeration: 'static': 1, 'dynamic': 2.
                     tnMacVlan 1.3.6.1.4.1.868.2.5.142.1.4.1.2 vlanid no-access
The VLAN ID of the entry.
                     tnMacAddress 1.3.6.1.4.1.868.2.5.142.1.4.1.3 macaddress no-access
The MAC address of the entry.
                     tnMacPortMembers 1.3.6.1.4.1.868.2.5.142.1.4.1.4 portlist read-only
The ports that are members of the entry. The value of this object in high 8 bits describe the status from the first port to last port. In low 8 bits, the valus of first bit is the status of port mgmt, while the second is the status of port cpu, the default value of other bits are zero.
             tnMacDynamicClear 1.3.6.1.4.1.868.2.5.142.1.5 truthvalue read-write
Flush all dynamic entries if the value is true.
         tnMacMibConformance 1.3.6.1.4.1.868.2.5.142.2