NETI-ETH-MIB

File: NETI-ETH-MIB.mib (144466 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
NETI-COMMON-MIB NETI-CHMGR-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Gauge32 Counter32
Counter64 TimeTicks TEXTUAL-CONVENTION
RowStatus TimeStamp TruthValue
RowPointer SnmpAdminString netiGeneric
Dsti

Defined Types

TrafficClass  
A traffic class.
TEXTUAL-CONVENTION    
  Integer32 0..7  

VLANSet  
A set of VLAN ids. The octet string represents a bit array where each bit represents a VLAN id. If the bit is set, then the VLAN id is included in the set. VLANs are identified from left to right, where the leftmost bit in octet 1 is VLAN id 0 and the rightmost bit in octet 512 represents VLAN id 4095. (Note that VLAN id 0 and 4095 are invalid VLAN ids and these bits shall always be 0). Example: The VLAN ids 4-8, 15, 16, 23, 42 are represented by the octet string starting with the following octets (in hex): 0f8181000020...
TEXTUAL-CONVENTION    
  OCTET STRING Size(512)  

AdvertisedSpeed  
auto(0). If auto-negotiation is enabled (see ethDot3AutoNegotiate), then advertise all speeds that the device supports. If auto auto-negotiation is disabled, then use the highest speed that the device supports. b10(1). Advertise that the interface supports 10 Mbps. b100(2). Advertise that the interface supports 100 Mbps. b1000(3). Advertise that the interface supports 1 Gbps. b10g(4). Advertise that the interface supports 10 Gbps.
TEXTUAL-CONVENTION    
  BITS auto(0), b10(1), b100(2), b1000(3), b10g(4)  

AdvertisedDuplex  
auto(0). If auto-negotiation is enabled (see ethDot3AutoNegotiation), then advertise all duplex that the device supports. If auto-negotiation is disabled, then use full duplex. fullDuplex(1). Advertise that the interface supports full duplex. halfDuplex(2). Advertise that the interface supports half duplex. If auto-negotiation is disabled, then use maximum duplex set.
TEXTUAL-CONVENTION    
  BITS auto(0), fullDuplex(1), halfDuplex(2)  

AdvertisedFlowControl  
auto(0). Advertise all settings that the port supports. This bit cannot be set at the same time as when any of the other bits are set. Setting this bit will clear the other bits. If auto-negotiation is disabled (see ethDot3AutoNegotiate), then `auto(0)' means that flow control is enabled in both directions. pause(1). Advertise PAUSE. asmDir(2). Advertise ASM_DIR.
TEXTUAL-CONVENTION    
  BITS auto(0), pause(1), asmDir(2)  

BridgeIdentifier  
The Bridge-Identifier, as used in the Rapid Spanning Tree Protocol (RSTP), to uniquely identify a bridge. Its first two octets (in network byte order) contain a priority value, and its last 6 octets contain the MAC address used to refer to a bridge in a unique fashion (typically, the numerically smallest MAC address of all ports on the bridge).
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

EthInterfaceType  
The type of interface. The value `unknown(1)' is presented if required hardware is missing, or if it otherwise is not possible to determined the type of interface.
TEXTUAL-CONVENTION    
  INTEGER auto(0), unknown(1), bETS(2), b100baseTX(3), b1000baseSX(4), b1000baseLX(5), b1000baseT(6), bETSGroup(7), b10GbaseSR(8), b10GbaseLR(9), b10GbaseLRM(10), b10GbaseER(11), b10GbaseZR(12)  

PortIdentifier  
The Port-Identifier, as used in the Rapid Spanning Tree Protocol (RSTP), to uniquely identify the port within the bridge. Its first octet (in network byte order) contains a priority value, and the second octet contains the Port Number.
TEXTUAL-CONVENTION    
  OCTET STRING Size(2)  

Timeout  
A Rapid Spanning Tree Protocol (RSTP) timer in units of 1/100 seconds. Several objects in this MIB module represent values of timers used by the Rapid Spanning Tree Protocol. In this MIB, these timers have values in units of hundredths of a second (i.e., 1/100 seconds).
TEXTUAL-CONVENTION    
  Integer32  

FrameProcess  
Describes how a frame shall be processed: notSupported(0). setting of this value is not supported by the device. drop(1). Frames are dropped. forward(2). Frames are forwarded.
TEXTUAL-CONVENTION    
  INTEGER notSupported(0), drop(1), forward(2)  

InterfaceIndexList  
A list of interfaces as ethIfIndex. Each group of 4 octets represents the value of an ethIfIndex.
TEXTUAL-CONVENTION    
  OCTET STRING  

IfgProtectionStatus  
Describes the protection status of a protected service in an interface group. unavailable(1). means that neither channel is up. unprotected(2). means that one of the channels is up. standbyProtected(3). means that both channels are up and if the active channel detects AIS, a failover will occur while incurring a hit. hitlessCapable(4). means that the differential delay is within limit, but a buffer reset is required to reach hitless protected state. This can be achieved by writing the forceHit parameter. hitlessProtected(5). means that either channel can go down without incurring a data loss.
TEXTUAL-CONVENTION    
  INTEGER unavailable(1), unprotected(2), standbyProtected(3), hitlessCapable(4), hitlessProtected(5)  

EthDeviceEntry  
SEQUENCE    
  ethDevIndex Unsigned32
  ethDevRowStatus RowStatus
  ethDevName SnmpAdminString
  ethDevContainerName SnmpAdminString
  ethDevProductName SnmpAdminString
  ethDevStatus INTEGER
  ethDevCapJumboFrames BITS
  ethDevCapMaxAgingTime Unsigned32
  ethDevCapMACMode BITS
  ethDevCapSpanningTree BITS
  ethDevCapVLANMode BITS
  ethDevCapAdvertisedDuplex AdvertisedDuplex
  ethDevCapAdvertisedFlowControl AdvertisedFlowControl
  ethDevCapAcceptableFrameType BITS
  ethDevCapDefaultEthernetPriority OCTET STRING
  ethDevCapLearning BITS
  ethDevCapTransmittedFrameTypeETS BITS
  ethDevCapTransmittedFrameTypeDot3 BITS
  ethDevCapMaxMaxQueueOctets Unsigned32
  ethDevCapMaxMaxQueueFrames Unsigned32
  ethDevCapMaxTrafficClass TrafficClass
  ethDevEtsNextIndex Unsigned32
  ethDevFwdFuncNextIndex Unsigned32
  ethDevCapPerformanceMonitoring INTEGER
  ethDevCapConfigurableFaultMgmt INTEGER
  ethDevIfgFirstIndex Unsigned32
  ethDevIfgNextIndex Unsigned32
  ethDevCapDropPrecedenceLevels Unsigned32
  ethDevCapDropProbabilityFunctions BITS
  ethDevFailure SnmpAdminString

EthForwardingFunctionEntry  
SEQUENCE    
  ethFwdIndex Integer32
  ethFwdRowStatus RowStatus
  ethFwdName SnmpAdminString
  ethFwdCustomerId Unsigned32
  ethFwdPurpose SnmpAdminString
  ethFwdJumboFrames INTEGER
  ethFwdMACMode INTEGER
  ethFwdCurrentMACMode INTEGER
  ethFwdSpanningTree INTEGER
  ethFwdVLANMode INTEGER
  ethFwdAgingTime Unsigned32
  ethFwdFailure SnmpAdminString
  ethFwdLastChange TimeTicks
  ethFwdPropagateFaults TruthValue
  ethFwdReservedAddr0180C2000002 FrameProcess
  ethFwdReservedAddr0180C2000003 FrameProcess
  ethFwdReservedAddr0180C2000004 FrameProcess
  ethFwdReservedAddr0180C2000005 FrameProcess
  ethFwdReservedAddr0180C2000006 FrameProcess
  ethFwdReservedAddr0180C2000007 FrameProcess
  ethFwdReservedAddr0180C2000008 FrameProcess
  ethFwdReservedAddr0180C2000009 FrameProcess
  ethFwdReservedAddr0180C200000A FrameProcess
  ethFwdReservedAddr0180C200000B FrameProcess
  ethFwdReservedAddr0180C200000C FrameProcess
  ethFwdReservedAddr0180C200000D FrameProcess
  ethFwdReservedAddr0180C200000E FrameProcess
  ethFwdReservedAddr0180C200000F FrameProcess
  ethFwdCurrentStpMode INTEGER
  ethFwdMrpAddr0180C2000020 FrameProcess
  ethFwdMrpAddr0180C2000021 FrameProcess
  ethFwdMrpAddr0180C2000022 FrameProcess
  ethFwdMrpAddr0180C2000023 FrameProcess
  ethFwdMrpAddr0180C2000024 FrameProcess
  ethFwdMrpAddr0180C2000025 FrameProcess
  ethFwdMrpAddr0180C2000026 FrameProcess
  ethFwdMrpAddr0180C2000027 FrameProcess
  ethFwdMrpAddr0180C2000028 FrameProcess
  ethFwdMrpAddr0180C2000029 FrameProcess
  ethFwdMrpAddr0180C200002A FrameProcess
  ethFwdMrpAddr0180C200002B FrameProcess
  ethFwdMrpAddr0180C200002C FrameProcess
  ethFwdMrpAddr0180C200002D FrameProcess
  ethFwdMrpAddr0180C200002E FrameProcess
  ethFwdMrpAddr0180C200002F FrameProcess

EthFwdDiffservEntry  
SEQUENCE    
  ethFwdDiffservIndex Integer32
  ethFwdDiffservFlowGroup Integer32

EthFwdRstpEntry  
SEQUENCE    
  ethFwdRstpBridgeIdentifier BridgeIdentifier
  ethFwdRstpPriority Integer32
  ethFwdRstpTimeSinceTopologyChange Timeout
  ethFwdRstpTopologyChangeCount Counter32
  ethFwdRstpTopologyChange TruthValue
  ethFwdRstpDesignatedRoot BridgeIdentifier
  ethFwdRstpRootPathCost Integer32
  ethFwdRstpRootPortName SnmpAdminString
  ethFwdRstpMaxAge Timeout
  ethFwdRstpHelloTime Timeout
  ethFwdRstpForwardDelay Timeout
  ethFwdRstpBridgeMaxAge Timeout
  ethFwdRstpBridgeHelloTime Timeout
  ethFwdRstpBridgeForwardDelay Timeout
  ethFwdRstpTxHoldCount Integer32
  ethFwdRstpForceVersion INTEGER

EthIfEntry  
SEQUENCE    
  ethIfIndex Unsigned32
  ethIfIfIndex Integer32
  ethIfName SnmpAdminString
  ethIfType INTEGER
  ethIfCustomerId Unsigned32
  ethIfPurpose SnmpAdminString
  ethIfAdminStatus INTEGER
  ethIfOperStatus INTEGER
  ethIfFailure SnmpAdminString
  ethIfForwardingFunction Integer32
  ethIfAcceptableFrameTypes INTEGER
  ethIfTransmittedFrameType INTEGER
  ethIfDefaultVLAN Integer32
  ethIfDefaultEthernetPriority Integer32
  ethIfPriorityMode INTEGER
  ethIfDefaultTrafficClass TrafficClass
  ethIfFlowGroupMap OCTET STRING
  ethIfLearning INTEGER
  ethIfInSpeed Gauge32
  ethIfInHighSpeed Gauge32
  ethIfOutSpeed Gauge32
  ethIfOutHighSpeed Gauge32
  ethIfVLANNextIndex Unsigned32
  ethIfLastChange TimeTicks
  ethIfSrcPmReference RowPointer
  ethIfSnkPmReference RowPointer
  ethIfSrcDegThreshold Unsigned32
  ethIfSnkDegThreshold Unsigned32
  ethIfSrcDegPeriod Unsigned32
  ethIfSnkDegPeriod Unsigned32
  ethIfSrcReducedBitRateThreshold Unsigned32
  ethIfSnkReducedBitRateThreshold Unsigned32
  ethIfSrcReducedBitRateHighThreshold Unsigned32
  ethIfSnkReducedBitRateHighThreshold Unsigned32
  ethIfSrcReducedBitRateAIS TruthValue
  ethIfSnkReducedBitRateAIS TruthValue
  ethIfSnkDegAIS TruthValue
  ethIfSrcMinorReducedBitRateThreshold Unsigned32
  ethIfSnkMinorReducedBitRateThreshold Unsigned32
  ethIfSrcMinorReducedBitRateHighThreshold Unsigned32
  ethIfSnkMinorReducedBitRateHighThreshold Unsigned32
  ethIfSrcFailure SnmpAdminString
  ethIfSnkFailure SnmpAdminString
  ethIfInterfaceGroup Integer32
  ethIfMaxMaxQueueFrames Unsigned32
  ethIfDefaultDropPrecedence Unsigned32
  ethIfDropPrecedenceMap OCTET STRING

EthIfQueueEntry  
SEQUENCE    
  ethIfQueueTrafficClass TrafficClass
  ethIfQueueMaxOctets Integer32
  ethIfQueueMaxFrames Integer32

EthIfVLANSetsEntry  
SEQUENCE    
  ethIfVLANSetIndex Unsigned32
  ethIfVLANRowStatus RowStatus
  ethIfVLANSet VLANSet
  ethIfVLANCustomerId Unsigned32
  ethIfVLANPurpose SnmpAdminString

EthDot3Entry  
SEQUENCE    
  ethDot3AutoNegotiate TruthValue
  ethDot3AdvertisedSpeed AdvertisedSpeed
  ethDot3AdvertisedDuplex AdvertisedDuplex
  ethDot3AdvertisedFlowControl AdvertisedFlowControl
  ethDot3ActiveSpeed Unsigned32
  ethDot3ActiveDuplex INTEGER
  ethDot3ActiveFlowControl INTEGER
  ethDot3ForceVLANTagged VLANSet
  ethDot3ForceVLANUntagged VLANSet
  ethDot3SupportedSpeeds AdvertisedSpeed
  ethDot3ResetToDefaults Integer32
  ethDot3AutoNegotiateStatus TruthValue
  ethDot3AutoNegotiateAllowed TruthValue
  ethDot3AutoNegotiateMandatory TruthValue
  ethDot3SupportedIfType BITS
  ethDot3SelectedIfType EthInterfaceType

EthEtsEntry  
SEQUENCE    
  ethEtsRowStatus RowStatus
  ethEtsMode INTEGER
  ethEtsLocalDsti Dsti
  ethEtsODescription Unsigned32
  ethEtsOConnection Unsigned32
  ethEtsSnkExpectChannel TruthValue

EthEtsTConnectionEntry  
SEQUENCE    
  ethEtsTConnectionIndex Unsigned32
  ethEtsTConnectionRowStatus RowStatus
  ethEtsTConnection Unsigned32

EthEtsIndexLookupEntry  
SEQUENCE    
  ethEtsIndexLookupDevIndex Unsigned32
  ethEtsIndexLookupIfIndex Unsigned32

EthIfRstpEntry  
SEQUENCE    
  ethIfRstpPortIdentifier PortIdentifier
  ethIfRstpPriority Integer32
  ethIfRstpState INTEGER
  ethIfRstpTopologyChangeAcknowledge TruthValue
  ethIfRstpPathCost Integer32
  ethIfRstpDesignatedRoot BridgeIdentifier
  ethIfRstpDesignatedCost Integer32
  ethIfRstpDesignatedBridge BridgeIdentifier
  ethIfRstpDesignatedPort PortIdentifier
  ethIfRstpAdminEdgePort INTEGER
  ethIfRstpOperEdgePort TruthValue
  ethIfRstpAdminPointToPointMAC INTEGER
  ethIfRstpOperPointToPointMAC TruthValue
  ethIfRstpCurrentPathCost Integer32

EthIfgEntry  
SEQUENCE    
  ethIfgRowStatus RowStatus
  ethIfgMembers InterfaceIndexList
  ethIfgDifferentialDelay Unsigned32
  ethIfgDifferentialDelayValid TruthValue
  ethIfgAheadInterface Unsigned32
  ethIfgHitlessProtection TruthValue
  ethIfgProtectionStatus IfgProtectionStatus
  ethIfgExpectedProtectionStatus IfgProtectionStatus
  ethIfgForceHit Unsigned32
  ethIfgActiveInterface Unsigned32
  ethIfgExpectChannel TruthValue

EthIfQDropThresholdEntry  
SEQUENCE    
  ethIfQDropThresDropPrecedence Unsigned32
  ethIfQDropThresMaxFrames Integer32
  ethIfQDropThresCurrentMaxFrames Integer32
  ethIfQDropThresDropProbabilityFunction INTEGER

EthStatDcap1Entry  
SEQUENCE    
  ethStatDcap1Reset Integer32
  ethStatDcap1TxOctets Counter64
  ethStatDcap1TxPackets Counter64
  ethStatDcap1TxDiscardOctets Counter64
  ethStatDcap1TxDiscardPackets Counter64
  ethStatDcap1TxBitrate Counter64
  ethStatDcap1TxLoad Unsigned32
  ethStatDcap1RxOctets Counter64
  ethStatDcap1RxPackets Counter64
  ethStatDcap1RxDiscardOctets Counter64
  ethStatDcap1RxDiscardPackets Counter64
  ethStatDcap1RxErrorCRC Counter64
  ethStatDcap1RxBitrate Counter64
  ethStatDcap1RxLoad Unsigned32

EthIfStatEntry  
SEQUENCE    
  ethIfStatReset Integer32
  ethIfStatTxBitrate Counter64
  ethIfStatTxLoad Unsigned32
  ethIfStatRxBitrate Counter64
  ethIfStatRxLoad Unsigned32

Defined Values

netiEthMIB 1.3.6.1.4.1.2928.2.2
Reference: NID2982 This MIB specifies objects for configuring Ethernet-like services and devices. It models trail termination points (TTPs) for Ethernet Transport Service as virtual interfaces. It also includes objects for configuration of the physical interfaces (ports). 1+1 protected transport is provided using virtual interfaces as interface groups. Physical and logical interfaces are connected to Forwarding Functions. The configuration model consists of the following primary tables: ethDeviceTable. This table contains one entry for every device (board). Its primary function is to provide capability information about the objects such as forwarding functions and interfaces on the device. ethIfTable. Table with all interfaces, both physical (dot3), logical (ETS), and virtual ports as interface group. The table contains an entry for every port. It contains configuration objects common to all port types. ethDot3Table. Table that contains an entry for every physical port. The table holds the data related to the physical port. Note that the port is also represented in the ethIfTable, and is referenced by the same index in both tables. ethEtsTable. Table that contains one entry for every Ethernet Transport Service Trail Termination Point (ETS TTP). A TTP is used to connect a port to a remote port using a connection over the DTM network. Note that the port is also represented in the ethIfTable, and is referenced by the same index in both tables. ethIfgTable. This table contains one entry for every interface group. An interface group is a virtual port that represents the transport over two paths to a remote interface group for 1+1 protected transport. The two paths are implemented using two ports from the ethEtsTable. ethFwdFuncTable. This table contains an entry for every forwarding function. Physical and ETS ports must be associated with a forwarding function. The forwarding function then forwards Ethernet frames between the different associated ports. Configuration objects on the forwarding function and the associated interfaces control how frames are forwarded to the different ports. In addition to the primary tables, there are some other tables: ethFwdDiffservTable. Configuration of differentiated service code points to flow group map for a forwarding function. ethIfQueueTable. Configuration of a port's queues. ethIfQDropThresholdTable. Configuration of drop thresholds for combination of traffic class and drop precedence per interface. ethIfVLANSetsTable. Configuration of a the port's VLAN membership. ethEtsTConnectionTable. References to connections that are terminating in a Trail Termination Point. ethEtsIndexLookupTable. Reverse-lookup of an entry in the ethEtsTable based on known DSTI. The following two tables contains information regarding the Rapid Spanning Tree Protocol: ethFwdRstpTable. The table contains data related to the bridge for the Rapid Spanning Tree Protocol. This table is indexed with the same index as the ethFwdTable. ethIfRstpTable. The table contains data related to the port for the Rapid Spanning Tree Protocol. This table is indexed with the same index as the ethIfTable (and ethDot3Table and ethEtsTable).
MODULE-IDENTITY    

ethObjects 1.3.6.1.4.1.2928.2.2.1
OBJECT IDENTIFIER    

ethDeviceGroup 1.3.6.1.4.1.2928.2.2.1.1
OBJECT IDENTIFIER    

ethFwdFuncGroup 1.3.6.1.4.1.2928.2.2.1.2
OBJECT IDENTIFIER    

ethInterfaceGroup 1.3.6.1.4.1.2928.2.2.1.3
OBJECT IDENTIFIER    

ethStatisticsGroup 1.3.6.1.4.1.2928.2.2.1.4
OBJECT IDENTIFIER    

ethDeviceTable 1.3.6.1.4.1.2928.2.2.1.1.1
Table that represents Ethernet capable devices. The table is automatically populated with entries representing all mounted Ethernet devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthDeviceEntry

ethDeviceEntry 1.3.6.1.4.1.2928.2.2.1.1.1.1
An entry representing one device (board).
Status: current Access: not-accessible
OBJECT-TYPE    
  EthDeviceEntry  

ethDevIndex 1.3.6.1.4.1.2928.2.2.1.1.1.1.1
An index in the table. The index is equal to the board position in the node. The index is maintained across reboots of the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ethDevRowStatus 1.3.6.1.4.1.2928.2.2.1.1.1.1.2
The following values are supported: active(1). The object always reads active. destroy(6). All configurations for the device are deleted. If the physical device exists, then a new default configuration will be created for the device. If the physical device does not exist, then the configuration is deleted. If a physical device is inserted into the node, then a new default configuration will be created for the device.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

ethDevName 1.3.6.1.4.1.2928.2.2.1.1.1.1.3
The textual name of the device. The value of this object should be the name of the device as assigned by the local device and should be suitable for use in commands entered at the device's `console'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethDevContainerName 1.3.6.1.4.1.2928.2.2.1.1.1.1.4
The name of the container where the physical device is mounted.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethDevProductName 1.3.6.1.4.1.2928.2.2.1.1.1.1.5
The name of the product. The value of this object should be the name of the device as printed on the front panel or similar.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethDevStatus 1.3.6.1.4.1.2928.2.2.1.1.1.1.6
The status of the device, indicating if the board is plugged in or not. present(1). The device is present and functional. absent(2). The device is not present. mismatch(3). A device is present on the location representing the configuration but the device is not compatible with the stored configuration.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER present(1), absent(2), mismatch(3)  

ethDevCapJumboFrames 1.3.6.1.4.1.2928.2.2.1.1.1.1.7
The Jumbo Frames capabilities of forwarding functions on the device. Describes all supported values of the Jumbo Frames setting. See ethFwdJumboFrames.
Status: current Access: read-only
OBJECT-TYPE    
  BITS on(0), off(1)  

ethDevCapMaxAgingTime 1.3.6.1.4.1.2928.2.2.1.1.1.1.8
The maximum aging time for dynamically learned forwarding information for forwarding functions on the device. Zero (0) if the device does not allow the value to be set. See ethFwdAgingTime.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevCapMACMode 1.3.6.1.4.1.2928.2.2.1.1.1.1.9
The MAC mode capabilities of forwarding functions on the device. Describes all supported values of the MAC modes setting. See ethFwdMACMode.
Status: current Access: read-only
OBJECT-TYPE    
  BITS auto(0), mac(1), nomac(2)  

ethDevCapSpanningTree 1.3.6.1.4.1.2928.2.2.1.1.1.1.10
The spanning tree capabilities of forwarding functions on the device. Describes all supported values of the spanning tree settings. If spanning tree is not supported, then the value is `forward(1)'. See ethFwdSpanningTree.
Status: current Access: read-only
OBJECT-TYPE    
  BITS auto(0), forward(1), drop(2), process(3)  

ethDevCapVLANMode 1.3.6.1.4.1.2928.2.2.1.1.1.1.11
The VLAN mode capabilities of forwarding functions on the device. Describes all supported values of the VLAN mode settings. See ethFwdVLANMode.
Status: current Access: read-only
OBJECT-TYPE    
  BITS transparent(0), customer(1), provider(2)  

ethDevCapAdvertisedDuplex 1.3.6.1.4.1.2928.2.2.1.1.1.1.12
Supported values for the duplex setting of a physical interface on the device. See dot3AdvertisedDuplex.
Status: current Access: read-only
OBJECT-TYPE    
  AdvertisedDuplex  

ethDevCapAdvertisedFlowControl 1.3.6.1.4.1.2928.2.2.1.1.1.1.13
Supported values for the flow control setting of a physical interface on the device. See dot3AdvertisedFlowControl.
Status: current Access: read-only
OBJECT-TYPE    
  AdvertisedFlowControl  

ethDevCapAcceptableFrameType 1.3.6.1.4.1.2928.2.2.1.1.1.1.14
The frame types capabilities of interfaces on the device. Describes all supported values of the acceptable frame type setting. See ethIfAcceptableFrameTypes.
Status: current Access: read-only
OBJECT-TYPE    
  BITS all(0), vlanTagged(1), untagged(2)  

ethDevCapDefaultEthernetPriority 1.3.6.1.4.1.2928.2.2.1.1.1.1.15
The range of allowed values for Ethernet priority of interfaces on the device. See ethIfDefaultEthernetPriority. The object consists of two octets, where the first octet represents the lowest allowed value and the second octet represents the highest allowed value.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ethDevCapLearning 1.3.6.1.4.1.2928.2.2.1.1.1.1.16
The learning capabilities of forwarding functions on the device. Describes all supported values of the learning setting. See ethIfLearning.
Status: current Access: read-only
OBJECT-TYPE    
  BITS on(0), off(1)  

ethDevCapTransmittedFrameTypeETS 1.3.6.1.4.1.2928.2.2.1.1.1.1.17
The allowed values of the transmitted frame type on an Ethernet Transport Service Trail Termination Point, ETS TTP. See ethIfTransmittedFrameType. Note that the interface type can be determined by examine ethIfType.
Status: current Access: read-only
OBJECT-TYPE    
  BITS vlanTagged(1), untagged(2), legacy(3)  

ethDevCapTransmittedFrameTypeDot3 1.3.6.1.4.1.2928.2.2.1.1.1.1.18
The allowed values of the transmitted frame type on an dot3 interface. See ethIfTransmittedFrameType. Note that the interface type can be determined by examine ethIfType.
Status: current Access: read-only
OBJECT-TYPE    
  BITS vlanTagged(1), untagged(2)  

ethDevCapMaxMaxQueueOctets 1.3.6.1.4.1.2928.2.2.1.1.1.1.19
The maximum value in octets possible to set for the maximum queue size for queues on the device. See ethIfQueueMaxOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevCapMaxMaxQueueFrames 1.3.6.1.4.1.2928.2.2.1.1.1.1.20
The maximum value in frames allowed to set for the maximum queue size for queues on the device. See ethIfQueueMaxFrames.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevCapMaxTrafficClass 1.3.6.1.4.1.2928.2.2.1.1.1.1.21
The maximum number of traffic classes supported by the device. Traffic classes are identified by numbers starting from 0 to, but not including, this value.
Status: current Access: read-only
OBJECT-TYPE    
  TrafficClass  

ethDevEtsNextIndex 1.3.6.1.4.1.2928.2.2.1.1.1.1.22
The value of the next available index (ethIfIndex) in the ethEtsTable for this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevFwdFuncNextIndex 1.3.6.1.4.1.2928.2.2.1.1.1.1.23
The value of the next available index (ethFwdIndex) in the ethFwdFuncTable for this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevCapPerformanceMonitoring 1.3.6.1.4.1.2928.2.2.1.1.1.1.24
Indicates how the device supports performance monitoring.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

ethDevCapConfigurableFaultMgmt 1.3.6.1.4.1.2928.2.2.1.1.1.1.25
Indicates how the device supports configurable fault management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

ethDevIfgFirstIndex 1.3.6.1.4.1.2928.2.2.1.1.1.1.26
The value of the first allowed index (ethIfIndex) in the ethIfgTable for this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevIfgNextIndex 1.3.6.1.4.1.2928.2.2.1.1.1.1.27
The value of the next available index (ethIfIndex) in the ethIfgTable for this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevCapDropPrecedenceLevels 1.3.6.1.4.1.2928.2.2.1.1.1.1.28
The number of different drop precedence (DP) levels that this devices supports. The DP levels are numbered from 0 to (dropPrecedenceLevels - 1)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethDevCapDropProbabilityFunctions 1.3.6.1.4.1.2928.2.2.1.1.1.1.29
The drop probability functions supported for this device.
Status: current Access: read-only
OBJECT-TYPE    
  BITS taildrop(0), wred(1)  

ethDevFailure 1.3.6.1.4.1.2928.2.2.1.1.1.1.30
A string describing the configuration or error status of the device. The string is the empty string if the configuration is correct, otherwise a message describing the error.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethFwdFuncLastChange 1.3.6.1.4.1.2928.2.2.1.2.1
The value of sysUpTime when status or configuration of any the objects in the ethFwdFuncTable or ethFwdDiffservTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ethFwdFuncTable 1.3.6.1.4.1.2928.2.2.1.2.2
Table of forwarding functions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthForwardingFunctionEntry

ethFwdFuncEntry 1.3.6.1.4.1.2928.2.2.1.2.2.1
An entry representing one forwarding function.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthForwardingFunctionEntry  

ethFwdIndex 1.3.6.1.4.1.2928.2.2.1.2.2.1.1
An index representing the forwarding function on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

ethFwdRowStatus 1.3.6.1.4.1.2928.2.2.1.2.2.1.2
See SNMPv2-TC. The maximum number of forwarding functions is limited by the type of device. This is described per device in ethDevCapMaxForwardingFunctions. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new forwarding function. destroy(6). The forwarding function is deleted. All interfaces that belonged to the deleted forwarding function will no longer belong to any forwarding function, see ethIfForwardingFunction.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ethFwdName 1.3.6.1.4.1.2928.2.2.1.2.2.1.3
The textual name of the forwarding function. The value of this object should be suitable for use in commands entered at the device's `console'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethFwdCustomerId 1.3.6.1.4.1.2928.2.2.1.2.2.1.4
An identification number representing the customer or user using the forwarding function. The value could be used for e.g. Charge Data Records. The value zero (0) indicates that no specific customer is associated with the forwarding function.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ethFwdPurpose 1.3.6.1.4.1.2928.2.2.1.2.2.1.5
A string representing the purpose of the forwarding function. The string is for administrative purpose.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

ethFwdJumboFrames 1.3.6.1.4.1.2928.2.2.1.2.2.1.6
Specifies how the forwarding function shall handle Jumbo frames: on(1). Jumbo frames are forwarded as any standard Ethernet frame. off(2). Jumbo frames are discarded upon reception. See ethDevCapJumboFrames for accepted values.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

ethFwdMACMode 1.3.6.1.4.1.2928.2.2.1.2.2.1.7
Specifies how the forwarding function shall handle unicast frames when it does not know what interface to use for reaching a destination. auto(1). Equivalent to `mac(2)' if the forwarding function is connected to at least three interfaces, otherwise equivalent to `nomac(3)'. If the device does not support `mac(2)', then `auto(1)' is always equivalent to `nomac(3)'. mac(2). The forwarding function will learn what interfaces to use for a destination. This is done by looking at the source MAC address on received frames. When the forwarding function has learned what interface to use, it will forward the frame on that interface only. Learning is also specified for each interface and traffic class with ethIfQueueLearning. nomac(3). The forwarding function will forward the frame on all its interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), mac(2), nomac(3)  

ethFwdCurrentMACMode 1.3.6.1.4.1.2928.2.2.1.2.2.1.8
Describes the currently active MAC mode, see ethFwdMACMode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mac(2), nomac(3)  

ethFwdSpanningTree 1.3.6.1.4.1.2928.2.2.1.2.2.1.9
auto(1). If the device does not implement the spanning-tree protocol, or if exactly two interfaces are connected to the forwarding function, then it will act as if `forward(2)' has been specified. Otherwise, it will act as if `process(4)' has been specified. forward(2). Received spanning-tree messages are broadcasted to all interfaces except the interface where the message was received. No further processing is done. drop(3). Received spanning-tree messages are dropped without any further processing. process(4). Received spanning-tree messages are processed according to the spanning-tree protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), forward(2), drop(3), process(4)  

ethFwdVLANMode 1.3.6.1.4.1.2928.2.2.1.2.2.1.10
transparent(1). Ignore VLAN tags on received frames. VLAN tags are not added nor removed from the frames. If a frame has a VLAN tag, then it is retained. If a frame does not have a VLAN tag, then no tag is added. customer(2). VLAN-handling in accordance with IEEE 802.1Q. Frames are forwarded and filtered according to customer VLAN tag. Frames that are not tagged are tagged with default VLAN tag as configured on the interface. provider(3). VLAN-handling in accordance with IEEE 802.1ad. Frames are forwarded and filtered according to service VLAN tag. Any customer VLAN is ignored. Frames that are not tagged are tagged with default VLAN tag as configured on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER transparent(1), customer(2), provider(3)  

ethFwdAgingTime 1.3.6.1.4.1.2928.2.2.1.2.2.1.11
The timeout period in seconds for aging out dynamically learned forwarding information. The value 0 means that aging is disabled and that the learned entries are not removed from the lookup table. See ethDevCapMaxAgingTime for maximum value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethFwdFailure 1.3.6.1.4.1.2928.2.2.1.2.2.1.12
A string describing the configuration or error status of the forwarding function. The string is the empty string if the configuration is correct, otherwise a message describing the error.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethFwdLastChange 1.3.6.1.4.1.2928.2.2.1.2.2.1.13
The value of sysUpTime at the time when the operational state or any configuration was last changed on this forwarding function.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ethFwdPropagateFaults 1.3.6.1.4.1.2928.2.2.1.2.2.1.14
Propagate faults to all interfaces belonging to this forwarding function.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ethFwdReservedAddr0180C2000002 1.3.6.1.4.1.2928.2.2.1.2.2.1.15
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C2000003 1.3.6.1.4.1.2928.2.2.1.2.2.1.16
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C2000004 1.3.6.1.4.1.2928.2.2.1.2.2.1.17
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C2000005 1.3.6.1.4.1.2928.2.2.1.2.2.1.18
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C2000006 1.3.6.1.4.1.2928.2.2.1.2.2.1.19
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C2000007 1.3.6.1.4.1.2928.2.2.1.2.2.1.20
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C2000008 1.3.6.1.4.1.2928.2.2.1.2.2.1.21
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C2000009 1.3.6.1.4.1.2928.2.2.1.2.2.1.22
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C200000A 1.3.6.1.4.1.2928.2.2.1.2.2.1.23
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C200000B 1.3.6.1.4.1.2928.2.2.1.2.2.1.24
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C200000C 1.3.6.1.4.1.2928.2.2.1.2.2.1.25
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C200000D 1.3.6.1.4.1.2928.2.2.1.2.2.1.26
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C200000E 1.3.6.1.4.1.2928.2.2.1.2.2.1.27
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdReservedAddr0180C200000F 1.3.6.1.4.1.2928.2.2.1.2.2.1.28
Configuration of how to process reserved MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdCurrentStpMode 1.3.6.1.4.1.2928.2.2.1.2.2.1.29
Indicates the current STP mode as, as a result of the configured value in ethFwdSpanningTree. Unless ethFwdSpannigTree is `auto(1), then this always reads the same value as that object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forward(2), drop(3), process(4)  

ethFwdMrpAddr0180C2000020 1.3.6.1.4.1.2928.2.2.1.2.2.1.30
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000021 1.3.6.1.4.1.2928.2.2.1.2.2.1.31
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000022 1.3.6.1.4.1.2928.2.2.1.2.2.1.32
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000023 1.3.6.1.4.1.2928.2.2.1.2.2.1.33
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000024 1.3.6.1.4.1.2928.2.2.1.2.2.1.34
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000025 1.3.6.1.4.1.2928.2.2.1.2.2.1.35
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000026 1.3.6.1.4.1.2928.2.2.1.2.2.1.36
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000027 1.3.6.1.4.1.2928.2.2.1.2.2.1.37
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000028 1.3.6.1.4.1.2928.2.2.1.2.2.1.38
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C2000029 1.3.6.1.4.1.2928.2.2.1.2.2.1.39
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C200002A 1.3.6.1.4.1.2928.2.2.1.2.2.1.40
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C200002B 1.3.6.1.4.1.2928.2.2.1.2.2.1.41
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C200002C 1.3.6.1.4.1.2928.2.2.1.2.2.1.42
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C200002D 1.3.6.1.4.1.2928.2.2.1.2.2.1.43
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C200002E 1.3.6.1.4.1.2928.2.2.1.2.2.1.44
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdMrpAddr0180C200002F 1.3.6.1.4.1.2928.2.2.1.2.2.1.45
Configuration of how to process Multiple Registration Protocol (MRP) MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  FrameProcess  

ethFwdDiffservTable 1.3.6.1.4.1.2928.2.2.1.2.3
The table maps differentiated service code points (DSCP) to flow groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthFwdDiffservEntry

ethFwdDiffservEntry 1.3.6.1.4.1.2928.2.2.1.2.3.1
An entry represents the mapping of one DSCP to one flow group for an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthFwdDiffservEntry  

ethFwdDiffservIndex 1.3.6.1.4.1.2928.2.2.1.2.3.1.1
An index representing the differentiated service code point (DSCP). For each forwarding function, the table contains 64 rows, numbered from 0 to 63 representing DSCP bit pattern '000000' through '111111'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..63  

ethFwdDiffservFlowGroup 1.3.6.1.4.1.2928.2.2.1.2.3.1.2
Specifies which flow group that the differentiated service code point (DSCP) shall be mapped to.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

ethFwdRstpTable 1.3.6.1.4.1.2928.2.2.1.2.4
The table contains Rapid Spanning Tree Protocol (RSTP) specific configurations and data for forwarding functions. If a forwarding function does not support RSTP, then the table will not hold an entry for that forwarding function.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthFwdRstpEntry

ethFwdRstpEntry 1.3.6.1.4.1.2928.2.2.1.2.4.1
An entry represents Rapid Spanning Tree Protocol (RSTP) related data for one forwarding function.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthFwdRstpEntry  

ethFwdRstpBridgeIdentifier 1.3.6.1.4.1.2928.2.2.1.2.4.1.1
The unique identifier for this bridge.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeIdentifier  

ethFwdRstpPriority 1.3.6.1.4.1.2928.2.2.1.2.4.1.2
The local bridge priority. The value must be set in increments of 4096.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..61440  

ethFwdRstpTimeSinceTopologyChange 1.3.6.1.4.1.2928.2.2.1.2.4.1.3
The time in 1/100 seconds since the last topology change.
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

ethFwdRstpTopologyChangeCount 1.3.6.1.4.1.2928.2.2.1.2.4.1.4
The total number of topology changes detected by this bridge since the management entity was last reset or initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ethFwdRstpTopologyChange 1.3.6.1.4.1.2928.2.2.1.2.4.1.5
Set to `true(1)' when a topology change is in progress.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethFwdRstpDesignatedRoot 1.3.6.1.4.1.2928.2.2.1.2.4.1.6
The bridge identifier of the root of the spanning tree, as determined by the Spanning Tree Protocol, as executed by this bridge. This value is used as the Root Identifier parameter in all Configuration Bridge PDUs originated by this node.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeIdentifier  

ethFwdRstpRootPathCost 1.3.6.1.4.1.2928.2.2.1.2.4.1.7
The cost of the path to the root as seen from this bridge.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ethFwdRstpRootPortName 1.3.6.1.4.1.2928.2.2.1.2.4.1.8
The name of the interface that offers the lowest cost path from this bridge to the root bridge.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethFwdRstpMaxAge 1.3.6.1.4.1.2928.2.2.1.2.4.1.9
The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using.
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

ethFwdRstpHelloTime 1.3.6.1.4.1.2928.2.2.1.2.4.1.10
The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree, or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using.
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

ethFwdRstpForwardDelay 1.3.6.1.4.1.2928.2.2.1.2.4.1.11
The root bridge forward delay parameter, in units of hundredths of a second.
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

ethFwdRstpBridgeMaxAge 1.3.6.1.4.1.2928.2.2.1.2.4.1.12
The value that all bridges use for MaxAge when this bridge is acting as the root. An agent may return a badValue error if a set is attempted to a value that is not a whole number of seconds, or it may truncate the value to a whole number of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 600..4000  

ethFwdRstpBridgeHelloTime 1.3.6.1.4.1.2928.2.2.1.2.4.1.13
The value that all bridges use for HelloTime when this bridge is acting as the root. An agent may return a badValue error if a set is attempted to a value that is not a whole number of seconds, or it may truncate the value to a whole number of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..200  

ethFwdRstpBridgeForwardDelay 1.3.6.1.4.1.2928.2.2.1.2.4.1.14
The value that all bridges use for ForwardDelay when this bridge is acting as the root. An agent may return a badValue error if a set is attempted to a value that is not a whole number of seconds, or it may truncate the value to a whole number of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 400..3000  

ethFwdRstpTxHoldCount 1.3.6.1.4.1.2928.2.2.1.2.4.1.15
The local bridge transmit hold count parameter.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

ethFwdRstpForceVersion 1.3.6.1.4.1.2928.2.2.1.2.4.1.16
Force the spanning tree protocol version to use for this bridge: stp(1). STP compatibility mode. Causes an RSTP Bridge to use STP compatible BPDUs and timer values on all Bridge Ports. Rapid transitions are disabled, supporting applications and protocols that are particularly sensitive to frame duplication and misordering. rstp(2). Normal mode
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stp(1), rstp(2)  

ethIfGroupLastChange 1.3.6.1.4.1.2928.2.2.1.3.1
The value of sysUpTime when status or configuration of any the objects in this group was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ethIfTable 1.3.6.1.4.1.2928.2.2.1.3.2
Table containing all interfaces, both physical, logical for use with Ethernet Transport Service, and interface groups for use with 1+1 protection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIfEntry

ethIfEntry 1.3.6.1.4.1.2928.2.2.1.3.2.1
An entry representing one interface or interface group. If the interface is a physical interface, a conceptual row also exists for the interface in the ethDot3Table. The management system ensures that all physical interfaces on the device are represented in the table, e.g. by allocating the first number of rows for the physical ports. If the interface is an Ethernet Transport Service Trail Termination Points (ETS TTPs), a conceptual row for the interface also exists in the ethEtsTable. Such interfaces can be created and deleted from that table, and will be reflected in this table. If the interface is an interface group, a conceptual row for the interface also exists in the ethIfgTable. An interface group can be created and deleted from that table, and will be reflected in this table. If the interface group has no member interfaces, then all its objects in this table are read-only.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIfEntry  

ethIfIndex 1.3.6.1.4.1.2928.2.2.1.3.2.1.1
An index for the interface. The index is maintained across restarts of the managed system. The management system may require that the value of this object is within a certain value range depending of the type of interface. If the interface is a physical interface, the index matches the port number as printed on the front of the device. The management system allocates and assigns necessary indices for the physical ports. If the interface represents an ETS TTP, then the value of this is provided when the conceptual row is created. The management system may require the value to be within a range allocated for ETS TTPs. This would be a value larger than the highest physical port number, and lower than the value range reserved for interface groups. The next available index in this range can be retrieved from ethDevEtsNextIndex. If the interface represents an interface group, then the value of this is provided with the conceptual row is created. The management system may require the value to be within a range allocated for interface groups. This would be a value larger than or equal to the value of ethDevIfgFirstIndex. The next available index can be retrieved from ethDevIfgNextIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ethIfIfIndex 1.3.6.1.4.1.2928.2.2.1.3.2.1.2
This variable uniquely identifies the interface in the ifTable. The value is 0 if the interface is not present in the ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ethIfName 1.3.6.1.4.1.2928.2.2.1.3.2.1.3
The name of the interface. If the interface is a physical interface, it is named `eth:' where is the value of ethDevIndex, and is the value of ethIfIndex. If the interface is an Ethernet Transport Service Trail Termination Point (ETS TTP), then the interface is named `ets:'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethIfType 1.3.6.1.4.1.2928.2.2.1.3.2.1.4
The type of interface. The value `unknown(1)' is presented if required hardware is missing, or if it otherwise is not possible to determined the type of interface.
Status: current Access: read-only
OBJECT-TYPE    
  EthInterfaceType  

ethIfCustomerId 1.3.6.1.4.1.2928.2.2.1.3.2.1.5
An identification number representing the customer or user using the interface. The value could be used for e.g. Charge Data Records. The value zero (0) indicates that no specific customer is associated with the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfPurpose 1.3.6.1.4.1.2928.2.2.1.3.2.1.6
A string representing the purpose of the interface. The string is for administrative purpose.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

ethIfAdminStatus 1.3.6.1.4.1.2928.2.2.1.3.2.1.7
The administrative state of the interface. If the interface represents a Ethernet Transport Service Trail Termination Point (ETS TTP), then the variable controls the desired state of the connections. up(1). The interface shall be enabled. down(2). The interface shall be disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

ethIfOperStatus 1.3.6.1.4.1.2928.2.2.1.3.2.1.8
The actual operational state of the interface. The value should normally follow the administrative state (ethIfAdminStatus). up(1). The interface is up and operational. If the interface is representing a unicast ETS TTP, then both the originating and terminating connections have been established. For a multicast type, the originating connection has been established to all the configured destinations. Note that a multicast ETS TTP does not require terminating connections to be operational. If the interface is representing an interface group, then the operational status of all member interfaces are set to `up(1)'. down(2). The interface is not operational. dormant(5). This value is only applicable for Ethernet Transport Service Trail Termination Points (ETS TTP). The TTP is pending establishment of the terminating connection from the remote node. notPresent(6). The physical interface (and its device) is not present. partial(9). If the interface is representing a multicast ETS TTP, then the connections have been established to some, but not to all the configured destinations. If the interface is representing an interface group, then some but not all member interfaces have their operational status set to `up(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), dormant(5), notPresent(6), partial(9)  

ethIfFailure 1.3.6.1.4.1.2928.2.2.1.3.2.1.9
A string describing the configuration or error status of the interface. The string is the empty string if the configuration is correct, otherwise a message describing the error.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethIfForwardingFunction 1.3.6.1.4.1.2928.2.2.1.3.2.1.10
The index (ethFwdIndex) in the ethFwdFuncTable of the forwarding function that this interface belongs to. The value -1 denotes that the interface does not belong to any forwarding function. If the referenced forwarding function is deleted, then the value of this object is automatically reset to -1. Note that the interface can only belong to a forwarding function on the same device as the interface. An interface group and its member interfaces always refer to the same forwarding function.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..2147483647  

ethIfAcceptableFrameTypes 1.3.6.1.4.1.2928.2.2.1.3.2.1.11
all(1). All frames, regardless of whether they have a VLAN tag or not, shall be accepted. vlanTagged(2). Only frames that contain a non-zero VLAN id in the VLAN tag shall be accepted. untagged(3). Only frames without a VLAN tag or with VLAN id zero shall be accepted. The function of this variable depends on the setting of ethFwdVLANMode on the forwarding function to which the interface is connected. If the VLAN mode is set to `transparent(1)', then the setting of this variable is ignored. If the VLAN mode is set to `customer(2)', then only customer VLAN tags are examined. If the VLAN mode is set to `provider(3)', then only service VLAN tags are examined.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER all(1), vlanTagged(2), untagged(3)  

ethIfTransmittedFrameType 1.3.6.1.4.1.2928.2.2.1.3.2.1.12
vlanTagged(2). Forwarded frames are tagged according to setting on ethFwdVLANMode. untagged(3). VLAN tags on forwarded frames are removed according to setting of ethFwdVLANMode. legacy(4). VLAN id is transported together with frame, but the frame is in itself not tagged. The function depends on the setting of ethFwdVLANMode. If ethFwdVLANMode is set to `transparent(1)', then the setting of this variable is ignored. If it is set to `customer(2), then only customer VLAN tags are handled, and a service VLAN tag on the frame is unchanged. If the value is `provider(3)', then only service VLAN tags are handled, and a customer VLAN tag is unchanged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER vlanTagged(2), untagged(3), legacy(4)  

ethIfDefaultVLAN 1.3.6.1.4.1.2928.2.2.1.3.2.1.13
If an untagged frame is received on this interface, it will be tagged with a VLAN having a VLAN id as specified in this variable. The VLAN tag will be a customer or service tag as set on ethFwdVLANMode, or ignored if set to `transparent(1)'.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4094  

ethIfDefaultEthernetPriority 1.3.6.1.4.1.2928.2.2.1.3.2.1.14
Specifies the Ethernet priority assigned to a frame that has arrived via this port, and that does not have a VLAN tag. Priority will only be assigned to the frame if it should be sent out tagged on another port. This object is not affecting the traffic class assigned to the frame. The traffic class will be assigned to the frame based on the DSCP (if ethIfPriorityMode is set to `diffserv(2)') or to the value of ethIfDefaultTrafficClass.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

ethIfPriorityMode 1.3.6.1.4.1.2928.2.2.1.3.2.1.15
Selects the method to use when assigning a flow group to a frame that arrives via this interface: ethernet(1). The user bits are used. diffserv(2). The differential service code point (DSCP) field of the IP header is translated using the ethFwdDiffservTable into a flow group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), diffserv(2)  

ethIfDefaultTrafficClass 1.3.6.1.4.1.2928.2.2.1.3.2.1.16
Frames that do have any priority information are assigned this traffic class. See ethDevCapMaxTrafficClass for max value supported by the device.
Status: current Access: read-write
OBJECT-TYPE    
  TrafficClass  

ethIfFlowGroupMap 1.3.6.1.4.1.2928.2.2.1.3.2.1.17
Represents a flow group to traffic class map. The octet string consists of eight octets, one for each flow group. The position in the string represents the flow group, where the first (left-most) position represents flow group 0. The value of the octet represents the mapped traffic class for the flow group, where the value of zero represents traffic class 0 and so on. See ethDevCapMaxTrafficClass for max value supported by the device.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(8)  

ethIfLearning 1.3.6.1.4.1.2928.2.2.1.3.2.1.18
Specifies if MAC learning is enabled on the interface. on(1). MAC learning is enabled. The forwarding function learns what interface to use for a destination by looking at the source MAC address in received frames. off(2) MAC learning is disabled. Regardless of the setting, learning is disabled if ethFwdMACMode is set to nomac(3) or if it is set to auto(1) and less than three interfaces are connected to the forwarding function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

ethIfInSpeed 1.3.6.1.4.1.2928.2.2.1.3.2.1.19
An estimate of the interface's current input bandwidth in bits per second. If the interface is a physical interface (represented in ethDot3Table), then this value is the same as ethDot3ActiveSpeed. If the interface represents an Ethernet Transport Service Trail Termination Point (ETS TTP), then this value is the sum of the bandwidth of all terminating channels connected to this interface. If the bandwidth of the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ethIfInHighSpeed must be used to report the interface's speed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ethIfInHighSpeed 1.3.6.1.4.1.2928.2.2.1.3.2.1.20
An estimate of the interface's current input bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to `n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ethIfOutSpeed 1.3.6.1.4.1.2928.2.2.1.3.2.1.21
An estimate of the interface's current output bandwidth in bits per second. If the interface is a physical interface (represented in ethDot3Table), then this value is the same as ethDot3ActiveSpeed. If the interface represents an Ethernet Transport Service Trail Termination Point (ETS TTP), then this value is the sum of the bandwidth of all originating channels connected to this interface. If the bandwidth of the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ethIfOutHighSpeed must be used to report the interface's speed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ethIfOutHighSpeed 1.3.6.1.4.1.2928.2.2.1.3.2.1.22
An estimate of the interface's current output bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to `n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ethIfVLANNextIndex 1.3.6.1.4.1.2928.2.2.1.3.2.1.23
Next available value of ethIfVLANSetIndex in ethIfVLANSetTable for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethIfLastChange 1.3.6.1.4.1.2928.2.2.1.3.2.1.24
The value of sysUpTime at the time when the operational state or any configuration was last changed on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ethIfSrcPmReference 1.3.6.1.4.1.2928.2.2.1.3.2.1.25
A reference to an object that presents performance data for the source side of the interface. The object is not part of this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

ethIfSnkPmReference 1.3.6.1.4.1.2928.2.2.1.3.2.1.26
A reference to an object that presents performance data for the sink side of the interface. The object is not part of this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

ethIfSrcDegThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.27
Threshold in number of dropped frames per second for generating a degraded second. A degraded second is generated when the number of dropped frames are equal or larger than the this threshold. A value of 0 disables degraded seconds detection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSnkDegThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.28
Threshold in number of dropped frames per second for generating a degraded second. A degraded second is generated when the number of dropped frames are equal or larger than the this threshold. A value of 0 disables degraded seconds detection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSrcDegPeriod 1.3.6.1.4.1.2928.2.2.1.3.2.1.29
Number of consecutive bad seconds that are needed for generating degraded signal alarm and/or AIS.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 2..10  

ethIfSnkDegPeriod 1.3.6.1.4.1.2928.2.2.1.3.2.1.30
Number of consecutive bad seconds that are needed for generating degraded signal alarm and/or AIS.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 2..10  

ethIfSrcReducedBitRateThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.31
Reduced Bit Rate threshold in bits per second that is needed for generating a major alarm and/or AIS. If the threshold for the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ethIfSrcReducedBitRateHighThreshold must be used to set or report the threshold value. A value of 0 disables the reduced bit rate detection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSnkReducedBitRateThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.32
Reduced Bit Rate threshold in bits per second that is needed for generating a major alarm and/or AIS. If the threshold for the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ethIfSnkReducedBitRateHighThreshold must be used to set or report the threshold value. A value of 0 disables the reduced bit rate detection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSrcReducedBitRateHighThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.33
Reduced Bit Rate threshold in 1,000,000 bits per second that is needed for generating a major alarm and/or AIS. If this object reports a value of `n' then the threshold value is somewhere in the range of `n-500,000' to `n+499,999'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSnkReducedBitRateHighThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.34
Reduced Bit Rate threshold in 1,000,000 bits per second that is needed for generating a major alarm and/or AIS. If this object reports a value of `n' then the threshold value is somewhere in the range of `n-500,000' to `n+499,999'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSrcReducedBitRateAIS 1.3.6.1.4.1.2928.2.2.1.3.2.1.35
Defines if Reduced Bit Rate signal shall result in generation of AIS.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ethIfSnkReducedBitRateAIS 1.3.6.1.4.1.2928.2.2.1.3.2.1.36
Defines if Reduced Bit Rate signal shall result in generation of AIS.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ethIfSnkDegAIS 1.3.6.1.4.1.2928.2.2.1.3.2.1.37
Defines if degraded signal on the sink interface shall result in generation of AIS.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ethIfSrcMinorReducedBitRateThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.38
Reduced Bit Rate threshold in bits per second that is needed for generating a minor alarm. If the threshold for the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ethIfSrcMinorReducedBitRateHighThreshold must be used to set or report the threshold value. A value of 0 disables the reduced bit rate detection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSnkMinorReducedBitRateThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.39
Reduced Bit Rate threshold in bits per second that is needed for generating a minor alarm. If the threshold for the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ethIfSnkMinorReducedBitRateHighThreshold must be used to set or report the threshold value. A value of 0 disables the reduced bit rate detection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSrcMinorReducedBitRateHighThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.40
Reduced Bit Rate threshold in 1,000,000 bits per second that is needed for generating a minor alarm. If this object reports a value of `n' then the threshold value is somewhere in the range of `n-500,000' to `n+499,999'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSnkMinorReducedBitRateHighThreshold 1.3.6.1.4.1.2928.2.2.1.3.2.1.41
Reduced Bit Rate threshold in 1,000,000 bits per second that is needed for generating a minor alarm. If this object reports a value of `n' then the threshold value is somewhere in the range of `n-500,000' to `n+499,999'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfSrcFailure 1.3.6.1.4.1.2928.2.2.1.3.2.1.42
A string describing the configuration or error status of the source sub-interface. The string is the empty string if the configuration is correct, otherwise a message describing the error.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethIfSnkFailure 1.3.6.1.4.1.2928.2.2.1.3.2.1.43
A string describing the configuration or error status of the sink sub-interface. The string is the empty string if the configuration is correct, otherwise a message describing the error.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ethIfInterfaceGroup 1.3.6.1.4.1.2928.2.2.1.3.2.1.44
The index (ethIfIndex) in the ethIfTable of the interface group that this interface belongs to. The value -1 denotes that the interface does not belong to an interface group. Note that the interface can only belong to an interface group on the same device as the interface. The interface can only belong to an interface group type of object, meaning that the object can only be set to an index of an object that exist in the ethIfgTable or where the value of ethIfType is `bETSGroup'. Setting this to the index of the interface group will add the interface to the interface group, making it a member of that interface group. If this is the first interface added to the interface group, then the interface group will inherit values on some of its object from this interface. If this is an additional interface added to the interface group, then this interface will inherit the same values from the interface group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ethIfMaxMaxQueueFrames 1.3.6.1.4.1.2928.2.2.1.3.2.1.45
The maximum allowed value for the maximum queue size for queues on the interface, ethIfQueueMaxFrames.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethIfDefaultDropPrecedence 1.3.6.1.4.1.2928.2.2.1.3.2.1.46
Frames that do have any priority information are assigned this drop precedence (DP). The drop precedence must be in the range 0 to (ethDevCapDropPrecedenceLevels - 1).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ethIfDropPrecedenceMap 1.3.6.1.4.1.2928.2.2.1.3.2.1.47
Represents a flow group to drop precedence (DP) map. The octet string consists of eight octets, one for each flow group. The position in the string represents the flow group, where the first (left-most) position represents flow group 0. The value of the octet represents the mapped drop precedence for the flow group, where the value of zero represents drop precedence 0 and so on. The drop precedence must be in the range 0 to (ethDevCapDropPrecedenceLevels - 1).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(8)  

ethIfQueueTable 1.3.6.1.4.1.2928.2.2.1.3.3
Queues, one queue per interface and traffic class.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIfQueueEntry

ethIfQueueEntry 1.3.6.1.4.1.2928.2.2.1.3.3.1
An entry representing one queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIfQueueEntry  

ethIfQueueTrafficClass 1.3.6.1.4.1.2928.2.2.1.3.3.1.1
Traffic class representing the queue. The index ranges from 0 to the max number of traffic classes - 1. See ethDevCapMaxTrafficClass for max value supported by the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrafficClass  

ethIfQueueMaxOctets 1.3.6.1.4.1.2928.2.2.1.3.3.1.2
The maximum number of octets that can be queued for input on the interface and traffic class. If an arriving frame is too large to fit into the queue, the frame is dropped. A setting of -1 results in a queue setting so that the queuing delay is less than one second. Note that ethDevCapMaxMaxQueueOctets specifies the maximum value supported by the device.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..2147483647  

ethIfQueueMaxFrames 1.3.6.1.4.1.2928.2.2.1.3.3.1.3
The maximum number of frames that can be queued for input on the interface and traffic class. A setting of 0 means that queuing is disabled and frames destined for the queue are dropped. A setting of -1 means that the queue length is assigned automatically based on the number of available buffers. Note that ethIfMaxMaxQueueFrames specifies the maximum value supported by the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..2147483647  

ethIfVLANSetsTable 1.3.6.1.4.1.2928.2.2.1.3.4
A table with VLAN sets. An interface belongs to the VLANs described by the union of all VLAN ids specified in all VLAN sets for the interface. Is possible to describe the same VLAN ids either by using one or by using multiple VLAN sets. Because the administrative data customer id and purpose can be set per VLAN set, it is possible to assign these differently for different VLAN ids when using multiple VLAN sets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIfVLANSetsEntry

ethIfVLANSetsEntry 1.3.6.1.4.1.2928.2.2.1.3.4.1
Represents a VLAN set. A VLAN set represents a list of VLAN ids that an interface shall belong to.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIfVLANSetsEntry  

ethIfVLANSetIndex 1.3.6.1.4.1.2928.2.2.1.3.4.1.1
An index representing the VLAN set.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ethIfVLANRowStatus 1.3.6.1.4.1.2928.2.2.1.3.4.1.2
See SNMPv2-TC. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new VLAN set. destroy(6). The VLAN set is deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ethIfVLANSet 1.3.6.1.4.1.2928.2.2.1.3.4.1.3
A set of VLAN ids that the interface belongs to.
Status: current Access: read-create
OBJECT-TYPE    
  VLANSet  

ethIfVLANCustomerId 1.3.6.1.4.1.2928.2.2.1.3.4.1.4
An identification number representing the customer or user using the VLAN set. The value could be used for e.g. Charge Data Records. The value zero (0) indicates that no specific customer shall be associated with the VLAN set.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ethIfVLANPurpose 1.3.6.1.4.1.2928.2.2.1.3.4.1.5
A string representing the purpose of the VLAN set. The string is for administrative purpose.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

ethDot3Table 1.3.6.1.4.1.2928.2.2.1.3.5
Table that contains representations of physical interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthDot3Entry

ethDot3Entry 1.3.6.1.4.1.2928.2.2.1.3.5.1
An entry representing one physical interface. For each conceptual row in this table, a conceptual row with the same index exists in the interface base table ethIfTable. Entries in this table shall automatically be created when a device is added to the ethDevTable, and are removed when the device is destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthDot3Entry  

ethDot3AutoNegotiate 1.3.6.1.4.1.2928.2.2.1.3.5.1.1
Controls the desired value of auto-negotiation: true(1). Auto-negotiation shall be enabled. If the interface does not allow auto-negotiation, then this object is ignored. false(2). Auto-negotiation shall be disabled. See ethDot3AutoNegotiateStatus for actual resulting status.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ethDot3AdvertisedSpeed 0.1.3.6.1.4.1.2928.2.2.1.3.5.1.2
The link speeds that the interface shall advertise that it supports. If auto-negotiation is disabled, then use the highest set link speed.
Status: current Access: read-write
OBJECT-TYPE    
  AdvertisedSpeed  

ethDot3AdvertisedDuplex 0.1.3.6.1.4.1.2928.2.2.1.3.5.1.3
The duplex settings that the interface shall advertise that it supports. See ethDevCapAdvertisedDuplex for allowed duplex settings on the device.
Status: current Access: read-write
OBJECT-TYPE    
  AdvertisedDuplex  

ethDot3AdvertisedFlowControl 0.1.3.6.1.4.1.2928.2.2.1.3.5.1.4
The flow control settings that the interface shall advertise that it supports. If auto-negotiation is disabled (ethDot3SAutoNegotiate), then this object describes the flow control that shall be used. `auto(0)' is then equivalent to flow control in both direction.
Status: current Access: read-write
OBJECT-TYPE    
  AdvertisedFlowControl  

ethDot3ActiveSpeed 1.3.6.1.4.1.2928.2.2.1.3.5.1.5
The active links speed in Mbps.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0 | 10 | 100 | 1000 | 10000  

ethDot3ActiveDuplex 1.3.6.1.4.1.2928.2.2.1.3.5.1.6
The active link duplex. If the interface is down, then `notApplicable(3)' is presented.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fullDuplex(1), halfDuplex(2), notApplicable(3)  

ethDot3ActiveFlowControl 1.3.6.1.4.1.2928.2.2.1.3.5.1.7
The active link flow control. If the interface is down, then `notApplicable(5)' is presented.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER all(1), receive(2), transmit(3), none(4), notApplicable(5)  

ethDot3ForceVLANTagged 1.3.6.1.4.1.2928.2.2.1.3.5.1.8
Specifies a set of VLAN ids for which frames shall be forwarded with a tag although ethIfTransmittedFrameType is set to `untagged(3)'. The setting of this variable has no meaning if ethIfTransmittedFrameType is set to `vlanTagged(2)', or if ethFwdVLANMode is set to `transparent(1)' The value of ethFwdVLANMode specifies if the customer or service VLAN ids are interpreted.
Status: current Access: read-write
OBJECT-TYPE    
  VLANSet  

ethDot3ForceVLANUntagged 1.3.6.1.4.1.2928.2.2.1.3.5.1.9
Specifies a set of VLAN ids for which frames shall be forwarded without a tag although ethIfTransmittedFrameType is set to `vlanTagged(2)'. The setting of this variable has no meaning if ethIfTransmittedFrameType is set to `untagged(3)', or if ethFwdVLANMode is set to `transparent(1)'. The value of ethFwdVLANMode specifies if the customer or service VLAN ids are interpreted.
Status: current Access: read-write
OBJECT-TYPE    
  VLANSet  

ethDot3SupportedSpeeds 1.3.6.1.4.1.2928.2.2.1.3.5.1.10
All supported speeds for ethDot3AdvertisedSpeed. Note that this value depends on the SFP.
Status: current Access: read-only
OBJECT-TYPE    
  AdvertisedSpeed  

ethDot3ResetToDefaults 1.3.6.1.4.1.2928.2.2.1.3.5.1.11
Writing a zero (0) resets all the the settings on the interface to its default values.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0  

ethDot3AutoNegotiateStatus 1.3.6.1.4.1.2928.2.2.1.3.5.1.12
Indicates if auto-negotiation is enabled or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethDot3AutoNegotiateAllowed 1.3.6.1.4.1.2928.2.2.1.3.5.1.13
Indicates if auto-negotiation is permitted with the current combination of interface type and speed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethDot3AutoNegotiateMandatory 1.3.6.1.4.1.2928.2.2.1.3.5.1.14
Indicates if auto-negotiation is required with the current combination of interface type and speed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethDot3SupportedIfType 1.3.6.1.4.1.2928.2.2.1.3.5.1.15
All supported interface types on the interface. This denotes what can be set on ethDot3SelectedIfType. Note that this value depends on the SFP.
Status: current Access: read-only
OBJECT-TYPE    
  BITS b100baseTX(3), b1000baseSX(4), b1000baseLX(5), b1000baseT(6), b10GbaseSR(8), b10GbaseLR(9), b10GbaseLRM(10), b10GbaseER(11), b10GbaseZR(12)  

ethDot3SelectedIfType 1.3.6.1.4.1.2928.2.2.1.3.5.1.16
Selected interface speed. A selected value of `auto(0)' means that the interface type with the highest available line speed will be used. See ethIfType for the currently used type. The interface type must correspond to a supported type as presented by ethDot3SupportedIfType.
Status: current Access: read-write
OBJECT-TYPE    
  EthInterfaceType  

ethEtsTable 1.3.6.1.4.1.2928.2.2.1.3.6
Table that contains definitions of Trail Termination Points (TTPs) for Ethernet Transport Service. For every row in the table, a corresponding row exists in the table ethIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthEtsEntry

ethEtsEntry 1.3.6.1.4.1.2928.2.2.1.3.6.1
An entry representing one ETS TTP.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthEtsEntry  

ethEtsRowStatus 1.3.6.1.4.1.2928.2.2.1.3.6.1.1
See SNMPv2-TC. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new Ethernet Transport Service Trail Termination Point, ETS TTP. To activate the connection, set the administrative status to up(1) after all columnar objects have been updated. destroy(6). The connection is terminated and deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ethEtsMode 1.3.6.1.4.1.2928.2.2.1.3.6.1.2
Specifies whether the ETS TTP shall establish unicast or multicast connection.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unicast(1), multicast(2), unspecified(3)  

ethEtsLocalDsti 1.3.6.1.4.1.2928.2.2.1.3.6.1.3
The DSTI (DTM Service Type Instance) for the local application implementing the service. A valid value is automatically assigned when the conceptual row is created. Any unique value may be assigned to this object.
Status: current Access: read-create
OBJECT-TYPE    
  Dsti  

ethEtsODescription 1.3.6.1.4.1.2928.2.2.1.3.6.1.4
A reference to the corresponding description of the connection in the chmgrODescriptionTable in the Channel Manager MIB (NETI-CHMGR-MIB). The value is the index into the table, i.e. the value of chmgrODescrIndex. When a row is created in or deleted from this table, the corresponding row is created in or deleted from the table chmgrODescriptionTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

ethEtsOConnection 1.3.6.1.4.1.2928.2.2.1.3.6.1.5
A reference to the corresponding originating connection in the table chmgrOConnectionTable in the Channel Manager MIB (NETI-CHMGR-MIB). When an originating connection is established from this trail termination point, an entry is created in the table. The value is the index into that table, i.e. the value of chmgrOConnIndex. If no connection is established or associated with this connection, this is indicated by a value of zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethEtsSnkExpectChannel 1.3.6.1.4.1.2928.2.2.1.3.6.1.6
Controls whether a channel is expected to be terminated on this ETS TTP or not. This value can only be set if the mode (ethEtsMode) is multicast. true(1). A channel is expected to terminate. If a channel is not terminating, then this is regarded as an anomaly. false(2). A channel is not expected to terminate. Absence of a terminating channel is considered to be correct.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ethEtsTConnectionTable 1.3.6.1.4.1.2928.2.2.1.3.7
Table that holds references to terminating connections for a ETS trail termination point. A trail termination point can terminate only one connection if a unicast connection is configured, and multiple connections if a multicast connection is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthEtsTConnectionEntry

ethEtsTConnectionEntry 1.3.6.1.4.1.2928.2.2.1.3.7.1
An entry representing the reference to one terminating connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthEtsTConnectionEntry  

ethEtsTConnectionIndex 1.3.6.1.4.1.2928.2.2.1.3.7.1.1
The index representing one terminating connection for the trail terminating point. If the trail terminating point is unicast, the value of the index is always one (1) as a unicast trail terminating point can only terminate one connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ethEtsTConnectionRowStatus 1.3.6.1.4.1.2928.2.2.1.3.7.1.2
Row status according to SNMPv2-TC. It is only possible to delete rows. Rows are created by the application. If a row is deleted that represents an active connection, a new row will be created representing that connection. The supported values are: active(1). The value always reads active. destroy(6). The terminating side of the connection is deleted.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

ethEtsTConnection 1.3.6.1.4.1.2928.2.2.1.3.7.1.3
A reference to the corresponding terminating connection in the table chmgrTConnectionTable in the Channel Manager MIB (NETI-CHMGR-MIB). When a connection is terminated on this trail termination point, an entry is created in the table. The value is the index into that table, i.e. the value of chmgrTConnIndex. If no terminating connections exist, this is indicated by a value of zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethEtsIndexLookupTable 1.3.6.1.4.1.2928.2.2.1.3.8
Table to lookup the index in the ethEtsTable, corresponding to a specific DSTI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthEtsIndexLookupEntry

ethEtsIndexLookupEntry 1.3.6.1.4.1.2928.2.2.1.3.8.1
One conceptual row representing one lookup entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthEtsIndexLookupEntry  

ethEtsIndexLookupDevIndex 1.3.6.1.4.1.2928.2.2.1.3.8.1.1
The value refers to the ethDevIndex in the ethEtsTable for the ETS interface represented by the DSTI.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethEtsIndexLookupIfIndex 1.3.6.1.4.1.2928.2.2.1.3.8.1.2
The value refers to the ethIfIndex in the ethEtsTable for the ETS interface represented by the DSTI.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethIfRstpTable 1.3.6.1.4.1.2928.2.2.1.3.9
The table contains Rapid Spanning Tree Protocol (RSTP) specific configurations and data for ports. If a port does not support RSTP, then the table will not hold an entry for that port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIfRstpEntry

ethIfRstpEntry 1.3.6.1.4.1.2928.2.2.1.3.9.1
An entry represents Rapid Spanning Tree Protocol (RSTP) data for one port (interface).
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIfRstpEntry  

ethIfRstpPortIdentifier 1.3.6.1.4.1.2928.2.2.1.3.9.1.1
The unique port identifier.
Status: current Access: read-only
OBJECT-TYPE    
  PortIdentifier  

ethIfRstpPriority 1.3.6.1.4.1.2928.2.2.1.3.9.1.2
The port priority. The value must be set in increments of 16.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..240  

ethIfRstpState 1.3.6.1.4.1.2928.2.2.1.3.9.1.3
Describes if the port forwards MAC frames and whether or not it learns from their source addresses. discarding(1). The port is not enabled or has been excluded from forwarding and learning. learning(2). The port has learning enabled, but forwarding disabled. forwarding(3). The port both learns and forwards frames.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discarding(1), learning(2), forwarding(3)  

ethIfRstpTopologyChangeAcknowledge 1.3.6.1.4.1.2928.2.2.1.3.9.1.4
true(1). A topology change is in progress and the port is about to acknowledge this. false(2). A topology change is not in progress.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethIfRstpPathCost 1.3.6.1.4.1.2928.2.2.1.3.9.1.5
The contribution of this port to the path cost of paths towards the spanning tree root which include this port. A value of zero (0) means that the path cost is automatically calculated based on the port speed, as per formula: 20,000,000 / min(ethIfInSpeed, ethIfOutSpeed)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..200000000  

ethIfRstpDesignatedRoot 1.3.6.1.4.1.2928.2.2.1.3.9.1.6
The unique bridge identifier of the root bridge.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeIdentifier  

ethIfRstpDesignatedCost 1.3.6.1.4.1.2928.2.2.1.3.9.1.7
The path cost to the root bridge from the designated bridge.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ethIfRstpDesignatedBridge 1.3.6.1.4.1.2928.2.2.1.3.9.1.8
The bridge identifier of the best bridge connected to this port's segment.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeIdentifier  

ethIfRstpDesignatedPort 1.3.6.1.4.1.2928.2.2.1.3.9.1.9
The port identifier of the best port on the Designated Bridge.
Status: current Access: read-only
OBJECT-TYPE    
  PortIdentifier  

ethIfRstpAdminEdgePort 1.3.6.1.4.1.2928.2.2.1.3.9.1.10
Setting of the edge port state of this port. auto(0). The setting of the port as edge port or not is done automatically. See ethIfRstpOperEdgePort for the current value when this object is set to `auto(0)'. true(1). The port is an edge port. false(2). The port is not an edge port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(0), true(1), false(2)  

ethIfRstpOperEdgePort 1.3.6.1.4.1.2928.2.2.1.3.9.1.11
The actual state of the port. See ethIfRstpAdminEdgePort for setting of the port state. true(1). The port is an edge port. false(2). The port is not an edge port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethIfRstpAdminPointToPointMAC 1.3.6.1.4.1.2928.2.2.1.3.9.1.12
Setting of the point-to-point state of this port. auto(0). The state becomes `true(1)' if the port is a full-duplex physical port, or an ETS TTP with a maximum of one terminating channel. Otherwise the state becomes `false(2)'. true(1). The port is a point-to-point port. false(2). The port is not a point-to-point port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(0), true(1), false(2)  

ethIfRstpOperPointToPointMAC 1.3.6.1.4.1.2928.2.2.1.3.9.1.13
The point-to-point state of this port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethIfRstpCurrentPathCost 1.3.6.1.4.1.2928.2.2.1.3.9.1.14
The contribution of this port to the path cost of paths towards the spanning tree root which include this port. Unless ethIfRstpPathCost is `auto(1), then this always reads the same value as that object.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..200000000  

ethIfgTable 1.3.6.1.4.1.2928.2.2.1.3.10
Table that contains definitions of interface groups. For every row in the table, a corresponding row exists in the table ethIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIfgEntry

ethIfgEntry 1.3.6.1.4.1.2928.2.2.1.3.10.1
An entry representing one interface group. An interface group is a virtual interface that groups two ETS interfaces for 1+1 protected transport of Ethernet.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIfgEntry  

ethIfgRowStatus 1.3.6.1.4.1.2928.2.2.1.3.10.1.1
See SNMPv2-TC. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new interface group. destroy(6). The connection is terminated and deleted. An interface group can be destroyed only if it has no member interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ethIfgMembers 1.3.6.1.4.1.2928.2.2.1.3.10.1.2
A list of the interfaces that are members of the interface group. An interface is added or removed from an interface group from the interface using ethIfInterfaceGroup.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexList  

ethIfgDifferentialDelay 1.3.6.1.4.1.2928.2.2.1.3.10.1.3
The measured difference delay in microseconds between the two channels in the interface group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethIfgDifferentialDelayValid 1.3.6.1.4.1.2928.2.2.1.3.10.1.4
Specifies if the value of ethIfgDifferentialDelay is valid or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ethIfgAheadInterface 1.3.6.1.4.1.2928.2.2.1.3.10.1.5
The value of ethIfIndex of the interface that is ahead of the other. A value of zero (0) implies invalid, i.e. no channel is established. If only one interface is a member of the interface group, then that interface is considered ahead.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethIfgHitlessProtection 1.3.6.1.4.1.2928.2.2.1.3.10.1.6
Specifies if hitless protection shall be attempted or not. true(1). Will attempt to reach a hitless protection state. false(2). Will only attempt to reach a standby protection state.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ethIfgProtectionStatus 1.3.6.1.4.1.2928.2.2.1.3.10.1.7
The current protection state.
Status: current Access: read-only
OBJECT-TYPE    
  IfgProtectionStatus  

ethIfgExpectedProtectionStatus 1.3.6.1.4.1.2928.2.2.1.3.10.1.8
The expected protection state. When the current protection state (see ethIfgProtectionStatus) is lower than the expected protection state, an alarm is raised. The alarm is cleared when the expected protection state is equal or higher then the current protection state.
Status: current Access: read-create
OBJECT-TYPE    
  IfgProtectionStatus  

ethIfgForceHit 1.3.6.1.4.1.2928.2.2.1.3.10.1.9
A write of zero (0) resets the buffers, and will therefore minimize the the latency penalty incurred by the 1+1 buffering.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ethIfgActiveInterface 1.3.6.1.4.1.2928.2.2.1.3.10.1.10
The value of ethIfIndex of the interface from where frames are currently being forwarded. If the ethIfgProtectionStatus is `unavailable(1)' then the value is zero (0).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ethIfgExpectChannel 1.3.6.1.4.1.2928.2.2.1.3.10.1.11
Controls whether a channel is expected to be terminated on this ETS TTPs for the member interfaces or not. This value can only be set if the mode (ethEtsMode) is multicast. true(1). A channel is expected to terminate. If a channel is not terminating, then this is regarded as an anomaly. false(2). A channel is not expected to terminate. Absence of a terminating channel is considered to be correct. This value of this object is inherited from the ethEtsSnkExpectChannel of the first interface added as a member. Writing to this object updates the value of ethEtsSnkExpectChannel of all the member interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ethIfQDropThresholdTable 1.3.6.1.4.1.2928.2.2.1.3.11
A queue (Traffic Class) can have multiple drop thresholds, one for each drop precedence. The table contains configuration of how to drop frames per combination of traffic class (TC) and drop precedence (DP) for the interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIfQDropThresholdEntry

ethIfQDropThresholdEntry 1.3.6.1.4.1.2928.2.2.1.3.11.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIfQDropThresholdEntry  

ethIfQDropThresDropPrecedence 1.3.6.1.4.1.2928.2.2.1.3.11.1.1
The value of drop precedence (DP). The value range is given by the device and is from zero to and including (ethDeviceDropPrecedenceLevels - 1).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ethIfQDropThresMaxFrames 1.3.6.1.4.1.2928.2.2.1.3.11.1.2
The maximum number of frames that can be queued to this interface for this combination of traffic class and drop precedence. Arriving frames are discarded when the queue has reached its maximum length. A value of 0 denotes that all frames shall be discarded. A value of -1 denotes that the device automatically assigns the threshold value. The value must either be set to automatic threshold assignment (-1), or manually assigned (i.e. greater than 0) for all drop precedences on a queue.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..2147483647  

ethIfQDropThresCurrentMaxFrames 1.3.6.1.4.1.2928.2.2.1.3.11.1.3
The maximum number of frames that currently can be queued to this interface for this combination of traffic class and drop precedence. This value contains the currently assigned threshold, both for automatic and manual threshold assignment set with ethIfQDropThresMaxFrames.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ethIfQDropThresDropProbabilityFunction 1.3.6.1.4.1.2928.2.2.1.3.11.1.4
The drop probability function that shall be used for the combination of traffic class and drop precedence on the interface. The values supported by the device are presented in ethDevDropProbabilityFunctions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER taildrop(0), wred(1)  

ethStatDcap1Table 1.3.6.1.4.1.2928.2.2.1.4.1
Table holds statistical DCAP-1 data for interface groups that are implemented using ETS connections.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthStatDcap1Entry

ethStatDcap1Entry 1.3.6.1.4.1.2928.2.2.1.4.1.1
A conceptual row holding DCAP-1 statistical data for a single interface group.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthStatDcap1Entry  

ethStatDcap1Reset 1.3.6.1.4.1.2928.2.2.1.4.1.1.1
Writing a zero (0) to this object resets all counters for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0  

ethStatDcap1TxOctets 1.3.6.1.4.1.2928.2.2.1.4.1.1.2
Total number of transmitted octets (bytes).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1TxPackets 1.3.6.1.4.1.2928.2.2.1.4.1.1.3
Total number of transmitted packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1TxDiscardOctets 1.3.6.1.4.1.2928.2.2.1.4.1.1.4
Total number of transmitted and discarded octets (bytes).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1TxDiscardPackets 1.3.6.1.4.1.2928.2.2.1.4.1.1.5
Total number of transmitted and discarded packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1TxBitrate 1.3.6.1.4.1.2928.2.2.1.4.1.1.6
The transmit utilization in bits per second on the connection as a mean value during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1TxLoad 1.3.6.1.4.1.2928.2.2.1.4.1.1.7
The transmit utilization (load) in percent on the connection as mean value measured during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

ethStatDcap1RxOctets 1.3.6.1.4.1.2928.2.2.1.4.1.1.8
Total number of received octets (bytes).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1RxPackets 1.3.6.1.4.1.2928.2.2.1.4.1.1.9
Total number of received packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1RxDiscardOctets 1.3.6.1.4.1.2928.2.2.1.4.1.1.10
Total number of received and discarded octets (bytes).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1RxDiscardPackets 1.3.6.1.4.1.2928.2.2.1.4.1.1.11
Total number of received packets that are discarded and not counted in ethStatDcap1RxErrorCRC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1RxErrorCRC 1.3.6.1.4.1.2928.2.2.1.4.1.1.12
Total number of received packets with CRC32 error. For an interface group where the protectionStatus is `hitlessProtected(5)', this value is not increased.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1RxBitrate 1.3.6.1.4.1.2928.2.2.1.4.1.1.13
The receive utilization in bits per second on the connection as a mean value during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethStatDcap1RxLoad 1.3.6.1.4.1.2928.2.2.1.4.1.1.14
The receive utilization (load) in percent on the connection as mean value measured during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

ethIfStatTable 1.3.6.1.4.1.2928.2.2.1.4.2
Table holds statistical data for Ethernet interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthIfStatEntry

ethIfStatEntry 1.3.6.1.4.1.2928.2.2.1.4.2.1
A conceptual row holding statistica data for a single interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  EthIfStatEntry  

ethIfStatReset 1.3.6.1.4.1.2928.2.2.1.4.2.1.1
Writing a zero (0) to this object resets all counters for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ethIfStatTxBitrate 1.3.6.1.4.1.2928.2.2.1.4.2.1.2
The transmit utilization in bits per second on the interface as a mean value during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethIfStatTxLoad 1.3.6.1.4.1.2928.2.2.1.4.2.1.3
The transmit utilization (load) in percent of the wire speed on the interface as mean value measured during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

ethIfStatRxBitrate 1.3.6.1.4.1.2928.2.2.1.4.2.1.4
The receive utilization in bits per second on the interface as a mean value during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ethIfStatRxLoad 1.3.6.1.4.1.2928.2.2.1.4.2.1.5
The receive utilization (load) in percent of the wire speed on the interface as mean value measured during the last 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100