TOS-IF

File: TOS-IF.mib (15346 bytes)

Imported modules

SNMPv2-SMI RFC1155-SMI SNMPv2-TC
TOS-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Integer32 Opaque IpAddress
Counter32 Gauge TEXTUAL-CONVENTION
DisplayString DateAndTime PhysAddress
tosMib

Defined Types

TosIfEntry  
SEQUENCE    
  ifIndex INTEGER
  ifDescr DisplayString
  ifDuplex DisplayString
  ifAutoNegotiate INTEGER
  ifMtu INTEGER
  ifSpeed Gauge
  ifNoLock INTEGER
  ifAdminStatus INTEGER
  ifOperStatus INTEGER
  ifSwitchMode INTEGER
  ifNotBad INTEGER
  ifPhysAddress PhysAddress
  ifAddress IpAddress
  ifSubMask IpAddress
  ifInPkts Counter32
  ifInOctets Counter32
  ifInErrors Counter32
  ifInDiscards Counter32
  ifInErrorsRate Integer32
  ifInDiscardsRate Integer32
  ifInSpeed Integer32
  ifOutPkts Counter32
  ifOutOctets Counter32
  ifOutErrors Counter32
  ifOutDiscards Counter32
  ifOutErrorsRate Integer32
  ifOutDiscardsRate Integer32
  ifOutSpeed Integer32
  ifBandInUse Integer32
  ifRcvChkSumErr Counter32
  ifRcvL3bCast Counter32
  ifRcvOtherErrPkts Counter32
  ifRcvIpPkts Counter32
  ifRcvIpBytes Counter32
  ifRcvArpPkts Counter32
  ifRcvArpBytes Counter32
  ifRcvUdpPkts Counter32
  ifRcvUdpBytes Counter32
  ifRcvTcpPkts Counter32
  ifRcvTcpBytes Counter32
  ifRcvIcmpPkts Counter32
  ifRcvIcmpBytes Counter32
  ifRcvL3mCast Counter32
  ifRcvL2bCastPkts Counter32
  ifRcvRejectPkts Counter32
  ifRcvIpoptionPkts Counter32
  ifRcvFragPkts Counter32
  ifDropPkts Counter32
  ifColliPkts Counter32

Defined Values

tosIfTable 1.3.6.1.4.1.14331.5.5.1.5
The (conceptual) table containing information about Network Interface card status.
MODULE-IDENTITY    

tosIfEntry 1.3.6.1.4.1.14331.5.5.1.5.1
information about NIC status.
Status: current Access: not-accessible
OBJECT-TYPE    
  TosIfEntry  

ifIndex 1.3.6.1.4.1.14331.5.5.1.5.1.1
Table index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ifDescr 1.3.6.1.4.1.14331.5.5.1.5.1.2
Name of the NIC.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ifNoLock 1.3.6.1.4.1.14331.5.5.1.5.1.3
No safe lock
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ifDuplex 1.3.6.1.4.1.14331.5.5.1.5.1.4
current interface work in full-duplex or halp-duplex
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ifAutoNegotiate 1.3.6.1.4.1.14331.5.5.1.5.1.5
The negotiation state of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

ifMtu 1.3.6.1.4.1.14331.5.5.1.5.1.6
The size of the largest datagram which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ifSpeed 1.3.6.1.4.1.14331.5.5.1.5.1.7
The interface's current bandwidth in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge  

ifAdminStatus 1.3.6.1.4.1.14331.5.5.1.5.1.8
The desired state of the interface, shutdown or no shutdown.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ifOperStatus 1.3.6.1.4.1.14331.5.5.1.5.1.9
The current operational state of the interface, link up or not.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ifSwitchMode 1.3.6.1.4.1.14331.5.5.1.5.1.10
current interface work in switch mode or not
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER switchmode(1), no-switchmode(2)  

ifNotBad 1.3.6.1.4.1.14331.5.5.1.5.1.11
No hardware error.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ifPhysAddress 1.3.6.1.4.1.14331.5.5.1.5.1.12
Physical address of the NIC.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

ifAddress 1.3.6.1.4.1.14331.5.5.1.5.1.13
First IP address of the NIC.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ifSubMask 1.3.6.1.4.1.14331.5.5.1.5.1.14
Submask of First IP address of the NIC.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ifInPkts 1.3.6.1.4.1.14331.5.5.1.5.1.15
The total number of the packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifInOctets 1.3.6.1.4.1.14331.5.5.1.5.1.16
The total number of octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifInDiscards 1.3.6.1.4.1.14331.5.5.1.5.1.17
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifInErrors 1.3.6.1.4.1.14331.5.5.1.5.1.18
The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifInDiscardsRate 1.3.6.1.4.1.14331.5.5.1.5.1.19
The ratio of inbound discarded packets vs total packets in a certain time. (value*100)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ifInErrorsRate 1.3.6.1.4.1.14331.5.5.1.5.1.20
The ratio of inbound error packets vs total packets in a certain time. (value*100)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ifInSpeed 1.3.6.1.4.1.14331.5.5.1.5.1.21
The flow speed of inbound(bits/s)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ifOutPkts 1.3.6.1.4.1.14331.5.5.1.5.1.22
The total number of the packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifOutOctets 1.3.6.1.4.1.14331.5.5.1.5.1.23
The total number of octets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifOutDiscards 1.3.6.1.4.1.14331.5.5.1.5.1.24
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifOutErrors 1.3.6.1.4.1.14331.5.5.1.5.1.25
The number of outbound packets that could not be transmitted because of errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifOutDiscardsRate 1.3.6.1.4.1.14331.5.5.1.5.1.26
The ratio of outbound discarded packets vs total packets in a certain time. (value*100)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ifOutErrorsRate 1.3.6.1.4.1.14331.5.5.1.5.1.27
The ratio of outbound error packets vs total packets in a certain time. (value*100)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ifOutSpeed 1.3.6.1.4.1.14331.5.5.1.5.1.28
The flow speed of outbound(bits/s)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ifBandInUse 1.3.6.1.4.1.14331.5.5.1.5.1.29
The band in use. (value*100)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ifRcvChkSumErr 1.3.6.1.4.1.14331.5.5.1.5.1.30
The number of packets received with error checksum.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvL3bCast 1.3.6.1.4.1.14331.5.5.1.5.1.31
The number of of the L3 broadcast packets received
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvOtherErrPkts 1.3.6.1.4.1.14331.5.5.1.5.1.32
The number of the other error packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvIpPkts 1.3.6.1.4.1.14331.5.5.1.5.1.33
The total number of the ip packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvIpBytes 1.3.6.1.4.1.14331.5.5.1.5.1.34
The total number of the ip bytes received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvArpPkts 1.3.6.1.4.1.14331.5.5.1.5.1.35
The total number of the arp packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvArpBytes 1.3.6.1.4.1.14331.5.5.1.5.1.36
The total number of the arp bytes received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvUdpPkts 1.3.6.1.4.1.14331.5.5.1.5.1.37
The total number of the udp packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvUdpBytes 1.3.6.1.4.1.14331.5.5.1.5.1.38
The total number of the udp bytes received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvTcpPkts 1.3.6.1.4.1.14331.5.5.1.5.1.39
The total number of the tcp packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvTcpBytes 1.3.6.1.4.1.14331.5.5.1.5.1.40
The total number of the tcp bytes received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvIcmpPkts 1.3.6.1.4.1.14331.5.5.1.5.1.41
The total number of the icmp packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvIcmpBytes 1.3.6.1.4.1.14331.5.5.1.5.1.42
The total number of the icmp bytes received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvL3mCast 1.3.6.1.4.1.14331.5.5.1.5.1.43
The total number of the third level broadcast and multicast packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvL2bCastPkts 1.3.6.1.4.1.14331.5.5.1.5.1.44
The total number of the L2 broadcast packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvRejectPkts 1.3.6.1.4.1.14331.5.5.1.5.1.45
The total number of reject packets in received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvIpoptionPkts 1.3.6.1.4.1.14331.5.5.1.5.1.46
The total number of the Ip option packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifRcvFragPkts 1.3.6.1.4.1.14331.5.5.1.5.1.47
The total number of the packets denied and discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifDropPkts 1.3.6.1.4.1.14331.5.5.1.5.1.48
The number of the packets dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ifColliPkts 1.3.6.1.4.1.14331.5.5.1.5.1.49
The number of the packets collisioned.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32