F10-IF-EXTENSION-MIB

File: F10-IF-EXTENSION-MIB.mib (23358 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB FORCE10-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
Unsigned32 TimeStamp DisplayString
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
ifIndex Integer32 f10Mgmt

Defined Types

F10IfEntry  
SEQUENCE    
  f10IfIpMtu Unsigned32
  f10IfDuplexMode INTEGER
  f10IfQueueingStrategy DisplayString
  f10IfRxFlowCtrl TruthValue
  f10IfTxFlowCtrl TruthValue
  f10IfDescr OCTET STRING
  f10IfAdminStatus INTEGER
  f10IfRateInterval Unsigned32
  f10IfSpeed INTEGER
  f10IfDhcpAdminStatus INTEGER
  f10IfDhcpOperStatus INTEGER

F10IfStaticsEntry  
SEQUENCE    
  f10IfInVlanPkts Counter64
  f10IfIn64BytePkts Counter64
  f10ifIn65To127BytePkts Counter64
  f10IfIn128To255BytePkts Counter64
  f10IfIn256To511BytePkts Counter64
  f10IfIn512To1023BytePkts Counter64
  f10IfInOver1023BytePkts Counter64
  f10IfInThrottles Counter64
  f10IfInRunts Counter64
  f10IfInGiants Counter64
  f10IfInCRC Counter64
  f10IfInOverruns Counter64
  f10IfOutVlanPkts Counter64
  f10IfOutUnderruns Counter64
  f10IfOutUnicasts Counter64
  f10IfOutCollisions Counter64
  f10IfOutWredDrops Counter64
  f10IfOut64BytePkts Counter64
  f10IfOut65To127BytePkts Counter64
  f10IfOut128To255BytePkts Counter64
  f10IfOut256To511BytePkts Counter64
  f10IfOut512To1023BytePkts Counter64
  f10IfOutOver1023BytePkts Counter64
  f10IfOutThrottles Counter64
  f10IfLastDiscontinuityTime TimeStamp
  f10IfInCentRate Integer32
  f10IfOutCentRate Integer32

Defined Values

f10IfExtensionMib 1.3.6.1.4.1.6027.3.11
Dell Networking OS IF Extenstion MIB.
MODULE-IDENTITY    

f10IfExtensionMibObject 1.3.6.1.4.1.6027.3.11.1
OBJECT IDENTIFIER    

f10IfExtensionParams 1.3.6.1.4.1.6027.3.11.1.1
OBJECT IDENTIFIER    

f10IfExtensionStats 1.3.6.1.4.1.6027.3.11.1.2
OBJECT IDENTIFIER    

f10IfTable 1.3.6.1.4.1.6027.3.11.1.1.1
Dell Networking OS Extension ifTable contains generic interface parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F10IfEntry

f10IfEntry 1.3.6.1.4.1.6027.3.11.1.1.1.1
A row defintion of Dell Networking OS Interface Extension parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  F10IfEntry  

f10IfIpMtu 1.3.6.1.4.1.6027.3.11.1.1.1.1.1
The IP (Internet Protocol), Maximum Transmission Unit value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 594..9252  

f10IfDuplexMode 1.3.6.1.4.1.6027.3.11.1.1.1.1.2
Duplex mode of the interface. This will be read-write only for s60
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER half(1), full(2), auto(3)  

f10IfQueueingStrategy 1.3.6.1.4.1.6027.3.11.1.1.1.1.3
Queueing strategy used for packets.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

f10IfRxFlowCtrl 1.3.6.1.4.1.6027.3.11.1.1.1.1.4
Flow control receive. This will be read-write only for s60
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

f10IfTxFlowCtrl 1.3.6.1.4.1.6027.3.11.1.1.1.1.5
Flow Control transmit.This will be read-only only for s60
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

f10IfDescr 1.3.6.1.4.1.6027.3.11.1.1.1.1.6
A textual string containing information about the interface. This will be read-write only for s60
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..241)  

f10IfAdminStatus 1.3.6.1.4.1.6027.3.11.1.1.1.1.7
A admin status of any interface. This will be read-write only for s60
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

f10IfRateInterval 1.3.6.1.4.1.6027.3.11.1.1.1.1.8
The rate info interval for the interface. This will be read-write only for s60
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 30..299  

f10IfSpeed 1.3.6.1.4.1.6027.3.11.1.1.1.1.9
The interface's current bandwidth in bits per second. This will be read-write only for s60
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), tenMbps(10), hundredMbps(100), thousandMbps(1000)  

f10IfDhcpAdminStatus 1.3.6.1.4.1.6027.3.11.1.1.1.1.10
The desired state of DHCP on an interface. The values mean: enable Enable IP address acquisition through DHCP. If DHCP is enabled on an interface, the attribute ipAddressOrigin of ipAddressTable in rfc4293.mib shall hold the value dhcp(4). disable Disable IP address acquistion through DHCP. renew Renew the IP address so that same IP address is retained. release Release the IP back to the server. Renew or release shall be configured only if DHCP is already enabled and IP address is present. To acquire IP through DHCP after a release, the object should again be set to enable or renew. Even after a release, the value of ipAddressOrigin shall remain as dhcp(4). A read of this object shall always hold the last valid configuration. This attribute is specific to MXL and IOA Aggregator platform.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), renew(3), release(4)  

f10IfDhcpOperStatus 1.3.6.1.4.1.6027.3.11.1.1.1.1.11
The current state of DHCP on an interface. The values mean: enabled DHCP is enabled on an interface. disabled DHCP is disabled on an interface. bound IP address has been acquired from the DHCP server. released IP address has been released to the DHCP server. unknown DHCP is enabled on an interface and operational status of the interface is down. This attribute is specific to MXL and IOA Aggregator platform.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), bound(3), released(4), unknown(5)  

f10IfStaticsTable 1.3.6.1.4.1.6027.3.11.1.2.1
The statistcs information of the interfaces for performance monitoring.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F10IfStaticsEntry

f10IfStaticsEntry 1.3.6.1.4.1.6027.3.11.1.2.1.1
A row defintion of Dell Networking OS Extension interface statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  F10IfStaticsEntry  

f10IfInVlanPkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.1
The total number of valid VLAN Tagged frames received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfIn64BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.2
The total number of frames (including bad frames) received that were 64 octets in length (excluding framing bits but in-cluding FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10ifIn65To127BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.3
The total number of frames (including bad frames) received that were between 65 and 127 octets in length inclusive (ex-cluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfIn128To255BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.4
The total number of frames (including bad frames) received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfIn256To511BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.5
The total number of frames (including bad frames) received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfIn512To1023BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.6
The total number of frames (including bad frames) received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfInOver1023BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.7
The total number of frames received that were longer than 1023 (1025 Bytes in case of VLAN Tag) octets (excluding framing bits, but including FCS octets) and were otherwise well formed. This counter is not incremented for too long frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfInThrottles 1.3.6.1.4.1.6027.3.11.1.2.1.1.8
This counter is incremented when a valid frame with a length or type field value equal to 0x8808 (Control Frame) is re-ceived.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfInRunts 1.3.6.1.4.1.6027.3.11.1.2.1.1.9
The total number of frames received that were less than 64 octets long (excluding framing bits, but including FCS octets) and were otherwise well formed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfInGiants 1.3.6.1.4.1.6027.3.11.1.2.1.1.10
The total number of frames received that were longer than 1518 (1522 Bytes in case of VLAN Tag) octets (excluding framing bits, but including FCS octets) and were otherwise well formed. This counter is not incremented for too long frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfInCRC 1.3.6.1.4.1.6027.3.11.1.2.1.1.11
The total number of frames received that had a length (ex-cluding framing bits, but including FCS octets) of between 64 and 1518 octets, inclusive, but had a bad CRC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfInOverruns 1.3.6.1.4.1.6027.3.11.1.2.1.1.12
The total number of frames dropped because of buffer issue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOutVlanPkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.13
The Number of Good VLAN Tagged Frames sent successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOutUnderruns 1.3.6.1.4.1.6027.3.11.1.2.1.1.14
The total number of frames dropped because of buffer underrun.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOutUnicasts 1.3.6.1.4.1.6027.3.11.1.2.1.1.15
The Number of Good Unicast Frames sent successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOutCollisions 1.3.6.1.4.1.6027.3.11.1.2.1.1.16
A count of the frames that due to excessive or late collisions are not transmitted successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOutWredDrops 1.3.6.1.4.1.6027.3.11.1.2.1.1.17
A count of the frames that are dropped using WRED policy because of to excessive traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOut64BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.18
The Number of Good Frames sent successfully whose size was 64 Bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOut65To127BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.19
The Number of Good Frames sent successfully whose size was in the range of 65 to 127 Bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOut128To255BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.20
The Number of Good Frames sent successfully whose size was in the range of 128 to 255 Bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOut256To511BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.21
The Number of Good Frames sent successfully whose size was in the range of 256 to 511 Bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOut512To1023BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.22
The Number of Good Frames sent successfully whose size was in the range of 512 to 1023 Bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOutOver1023BytePkts 1.3.6.1.4.1.6027.3.11.1.2.1.1.23
The Number of Good Frames sent successfully whose size was greater than 1023 Bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfOutThrottles 1.3.6.1.4.1.6027.3.11.1.2.1.1.24
This counter is incremented when a valid frame with a length or type field value equal to 0x8808 (Control Frame) is sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IfLastDiscontinuityTime 1.3.6.1.4.1.6027.3.11.1.2.1.1.25
The value of sysUpTime on the most recent occasion at which this interface's counters suffered a discontinuity via a reset. If no such discontinuities have occurred since the last reinitialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

f10IfInCentRate 1.3.6.1.4.1.6027.3.11.1.2.1.1.26
This is the ingress rate in percentage. This is an integer value which can go from 0 to 100.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

f10IfOutCentRate 1.3.6.1.4.1.6027.3.11.1.2.1.1.27
This is the egress rate in percentage. This is an integer value which can go from 0 to 100.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

f10IfExtensionMibConformance 1.3.6.1.4.1.6027.3.11.2
OBJECT IDENTIFIER    

f10IfExtensionMibCompliances 1.3.6.1.4.1.6027.3.11.2.1
OBJECT IDENTIFIER    

f10IfExtensionMibGroups 1.3.6.1.4.1.6027.3.11.2.2
OBJECT IDENTIFIER    

f10IfExtensionMibCompliance 1.3.6.1.4.1.6027.3.11.2.1.1
The compliance statement for Dell Networking OS IF Extension MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

f10IfParamsGroup 1.3.6.1.4.1.6027.3.11.2.2.1
A collection of objects providing the Dell Networking OS IF Extenstion parameters.
Status: current Access: read-only
OBJECT-GROUP    

f10IfStatsGroup 1.3.6.1.4.1.6027.3.11.2.2.2
A collection of objects providing the interface statistics.
Status: current Access: read-only
OBJECT-GROUP