TN-MAC-MIB

File: TN-MAC-MIB.mib (9852 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Q-BRIDGE-MIB
IF-MIB TRANSITION-SMI

Imported symbols

OBJECT-TYPE Unsigned32 Integer32
RowStatus TruthValue MacAddress
PortList VlanId ifIndex
tnProducts

Defined Types

TnMacLearningEntry  
SEQUENCE    
  tnMacTablePortLearning INTEGER

TnMacStaticConfigEntry  
SEQUENCE    
  tnStaticMacVlanId VlanId
  tnStaticMacAddress MacAddress
  tnStaticMacPortMembers PortList
  tnStaticMacStatus RowStatus

TnMacAddressEntry  
SEQUENCE    
  tnMacType INTEGER
  tnMacVlan VlanId
  tnMacAddress MacAddress
  tnMacPortMembers PortList

Defined Values

tnMacMib 1.3.6.1.4.1.868.2.5.142
The mib module for managing configuration of MAC.
MODULE-IDENTITY    

tnMacMibNotifications 1.3.6.1.4.1.868.2.5.142.0
OBJECT IDENTIFIER    

tnMacMibObjects 1.3.6.1.4.1.868.2.5.142.1
OBJECT IDENTIFIER    

tnMacMibConformance 1.3.6.1.4.1.868.2.5.142.2
OBJECT IDENTIFIER    

tnMacAgeAutomaticConfig 1.3.6.1.4.1.868.2.5.142.1.1
OBJECT IDENTIFIER    

tnMacAgeAutomaticAgingDisable 1.3.6.1.4.1.868.2.5.142.1.1.1
Disable the automatic aging of dynamic entries.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnMacAgeAutomaticAgingTime 1.3.6.1.4.1.868.2.5.142.1.1.2
Configure aging time by entering a value here in seconds. The allowed range is 10 to 1000000 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..1000000  

tnMacLearningTable 1.3.6.1.4.1.868.2.5.142.1.2
This table displays MAC table learning.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnMacLearningEntry

tnMacLearningEntry 1.3.6.1.4.1.868.2.5.142.1.2.1
The entry represents MAC table learning in each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnMacLearningEntry  

tnMacTablePortLearning 1.3.6.1.4.1.868.2.5.142.1.2.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), disable(2), secure(3)  

tnMacStaticConfigTable 1.3.6.1.4.1.868.2.5.142.1.3
The static entries in the MAC table are shown in this table. The static MAC table can contain 64 entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnMacStaticConfigEntry

tnMacStaticConfigEntry 1.3.6.1.4.1.868.2.5.142.1.3.1
The static entries in the MAC table are shown in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnMacStaticConfigEntry  

tnStaticMacVlanId 1.3.6.1.4.1.868.2.5.142.1.3.1.1
The VLAN ID of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

tnStaticMacAddress 1.3.6.1.4.1.868.2.5.142.1.3.1.2
The MAC address of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

tnStaticMacPortMembers 1.3.6.1.4.1.868.2.5.142.1.3.1.3
Checkmarks indicate which ports are members of the entry. Check or uncheck as needed to modify the entry.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

tnStaticMacStatus 1.3.6.1.4.1.868.2.5.142.1.3.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

tnMacAddressTable 1.3.6.1.4.1.868.2.5.142.1.4
Navigating the MAC Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnMacAddressEntry

tnMacAddressEntry 1.3.6.1.4.1.868.2.5.142.1.4.1
Each entriy represents a MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnMacAddressEntry  

tnMacType 1.3.6.1.4.1.868.2.5.142.1.4.1.1
Indicates whether the entry is a static or a dynamic entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

tnMacVlan 1.3.6.1.4.1.868.2.5.142.1.4.1.2
The VLAN ID of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

tnMacAddress 1.3.6.1.4.1.868.2.5.142.1.4.1.3
The MAC address of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

tnMacPortMembers 1.3.6.1.4.1.868.2.5.142.1.4.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

tnMacDynamicClear 1.3.6.1.4.1.868.2.5.142.1.5
Flush all dynamic entries if the value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue