TN-PORT-MIB

File: TN-PORT-MIB.mib (9432 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
TRANSITION-SMI

Imported symbols

OBJECT-TYPE DisplayString TruthValue
ifIndex tnProducts

Defined Types

TnPortConfigEntry  
SEQUENCE    
  tnPortSpeedConfigured INTEGER
  tnPortSpeedCurrent INTEGER
  tnPortFlowControlCurrentConfigured TruthValue
  tnPortFlowControlCurrentRx INTEGER
  tnPortFlowControlCurrentTx INTEGER
  tnPortExcessiveCollisionMode INTEGER
  tnPortPowerControl INTEGER

Defined Values

tnPortMIB 1.3.6.1.4.1.868.2.5.141
The mib module for managing configuration of port.
MODULE-IDENTITY    

tnPortMibNotifications 1.3.6.1.4.1.868.2.5.141.0
OBJECT IDENTIFIER    

tnPortMibObjects 1.3.6.1.4.1.868.2.5.141.1
OBJECT IDENTIFIER    

tnPortMibConformance 1.3.6.1.4.1.868.2.5.141.2
OBJECT IDENTIFIER    

tnPortConfigTable 1.3.6.1.4.1.868.2.5.141.1.1
This table displays current port configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnPortConfigEntry

tnPortConfigEntry 1.3.6.1.4.1.868.2.5.141.1.1.1
Each entry represents a port configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnPortConfigEntry  

tnPortSpeedConfigured 1.3.6.1.4.1.868.2.5.141.1.1.1.1
Selects any available link speed for the given switch port. Only speeds supported by the specific port is shown. Possible speeds are: Disabled - Disables the switch port operation. Auto - Port auto negotiating speed with the link partner and selects the highest speed that is compatible with the link partner. 10Mbps HDX - Forces the port in 10Mbps half duplex mode. 10Mbps FDX - Forces the port in 10Mbps full duplex mode. 100Mbps HDX - Forces the port in 100Mbps half duplex mode. 100Mbps FDX - Forces the port in 100Mbps full duplex mode. 1Gbps FDX - Forces the port in 1Gbps full duplex mode. 2.5Gbps FDX - Forces the port in 2.5Gbps full duplex mode 10Gbps FDX - Forces the port in 10Gbps full duplex mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), auto(2), hdx10mbps(3), fdx10mbps(4), hdx100mbps(5), fdx100mbps(6), fdx1Gbps(7), fdx2500mbps(8), fdx10Gbps(9)  

tnPortSpeedCurrent 1.3.6.1.4.1.868.2.5.141.1.1.1.2
Provides the current link speed of the port. Unknown - Link down. 10Mbps HDX - Forces the port in 10Mbps half duplex mode. 10Mbps FDX - Forces the port in 10Mbps full duplex mode. 100Mbps HDX - Forces the port in 100Mbps half duplex mode. 100Mbps FDX - Forces the port in 100Mbps full duplex mode. 1Gbps FDX - Forces the port in 1Gbps full duplex mode. 2.5Gbps FDX - Forces the port in 2.5Gbps full duplex mode 10Gbps FDX - Forces the port in 10Gbps full duplex mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), hdx10mbps(2), fdx10mbps(3), hdx100mbps(4), fdx100mbps(5), fdx1Gbps(6), fdx2500mbps(7), fdx10Gbps(8)  

tnPortFlowControlCurrentConfigured 1.3.6.1.4.1.868.2.5.141.1.1.1.3
When Auto Speed is selected on a port, this section indicates the flow control capability that is advertised to the link partner. Check the configuredto use flow control. This setting is related to the setting for Configured Link Speed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnPortFlowControlCurrentRx 1.3.6.1.4.1.868.2.5.141.1.1.1.4
When Auto Speed is selected on a port, this section indicates the flow control capability that is advertised to the link partner. When a fixed-speed setting is selected, that is what is used. The Current Rx indicates whether pause frames on the port are obeyed. The Rx settings are determined by the result of the last Auto-Negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tnPortFlowControlCurrentTx 1.3.6.1.4.1.868.2.5.141.1.1.1.5
When Auto Speed is selected on a port, this section indicates the flow control capability that is advertised to the link partner. When a fixed-speed setting is selected, that is what is used. The Current Tx indicates whether pause frames on the port are transmitted. The Tx settings are determined by the result of the last Auto-Negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tnPortExcessiveCollisionMode 1.3.6.1.4.1.868.2.5.141.1.1.1.6
Configure port transmit collision behavior. Discard: Discard frame after 16 collisions (default). Restart: Restart backoff algorithm after 16 collisions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), restart(2)  

tnPortPowerControl 1.3.6.1.4.1.868.2.5.141.1.1.1.7
The Usage column shows the current percentage of the power consumption per port. The Configured column allows for changing the power savings mode parameters per port. Disabled: All power savings mechanisms disabled. ActiPHY: Link down power savings enabled. PerfectReach: Link up power savings enabled. Enabled: Both link up and link down power savings enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), actiphy(2), perfectreach(3), enable(4)