ITOUCH-LINK-MIB

File: ITOUCH-LINK-MIB.mib (11105 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
ITOUCH-MIB

Imported symbols

Counter TimeTicks Gauge
ifIndex OBJECT-TYPE iTouch

Defined Types

LinkEntry  
SEQUENCE    
  linkNoBuffers Counter
  linkDelayExceeded Counter
  linkOutputQFull Counter
  linkDownTime Counter
  linkDownCount Counter
  linkDownLastStart TimeTicks
  linkStatus INTEGER
  linkLostBuffers Counter

LinkResourceEntry  
SEQUENCE    
  linkResourceType INTEGER
  linkResourceCurrent Gauge
  linkResourceHigh Gauge
  linkResourceAverage Gauge

WanEntry  
SEQUENCE    
  wanProtocol INTEGER
  wanCompressionAdminStatus INTEGER
  wanMaxForwardDelay INTEGER
  wanMaxMultiForwardDelay INTEGER
  wanAdminSpeed INTEGER
  wanCompressionOperStatus INTEGER

Defined Values


xLinkBasic 1.3.6.1.4.1.33.24.1
OBJECT IDENTIFIER    

xWan 1.3.6.1.4.1.33.24.3
OBJECT IDENTIFIER    

linkTable 1.3.6.1.4.1.33.24.1.1
A list of links.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LinkEntry

linkEntry 1.3.6.1.4.1.33.24.1.1.1
Link entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LinkEntry  

linkNoBuffers 1.3.6.1.4.1.33.24.1.1.1.1
The number of packets discarded because of lack of buffers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

linkDelayExceeded 1.3.6.1.4.1.33.24.1.1.1.2
The number of packets discarded because they were held to long.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

linkOutputQFull 1.3.6.1.4.1.33.24.1.1.1.3
The number of packets discarded because the output queue was full.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

linkDownTime 1.3.6.1.4.1.33.24.1.1.1.4
Total number of seconds that the link has been down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

linkDownCount 1.3.6.1.4.1.33.24.1.1.1.5
Number of times that the link has been down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

linkDownLastStart 1.3.6.1.4.1.33.24.1.1.1.6
Value of sysUpTime when the link last went down. If the link is up the value is 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

linkStatus 1.3.6.1.4.1.33.24.1.1.1.7
The status of the link
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER running1(7), initWaitDsr(128), initWait(129), running2(130), purgeWait(131), down(132), purging(133), loop(138), testSend(139), testReceive(140), testLoop(141), speedChange(143), disabled(145), badQuality(146)  

linkLostBuffers 1.3.6.1.4.1.33.24.1.1.1.8
Number of packets discarded because of lost buffers
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

linkResourceTable 1.3.6.1.4.1.33.24.1.2
A list of link resources.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LinkResourceEntry

linkResourceEntry 1.3.6.1.4.1.33.24.1.2.1
link entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LinkResourceEntry  

linkResourceType 1.3.6.1.4.1.33.24.1.2.1.1
The resource type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER utilization(1), outputQueue(2)  

linkResourceCurrent 1.3.6.1.4.1.33.24.1.2.1.2
The current percent of the resource used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

linkResourceHigh 1.3.6.1.4.1.33.24.1.2.1.3
The highest percent of the resource used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

linkResourceAverage 1.3.6.1.4.1.33.24.1.2.1.4
The average percent of the resource used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wanTable 1.3.6.1.4.1.33.24.3.1
A list of WANs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WanEntry

wanEntry 1.3.6.1.4.1.33.24.3.1.1
WAN entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WanEntry  

wanProtocol 1.3.6.1.4.1.33.24.3.1.1.1
Controls the protocol run on the link, changes ifType, typically to 'other'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER xcp(2), fr(3), ppp(4), frlmi(5), fransi(6), frdcelmi(7), frdceansi(8), x25(9)  

wanCompressionAdminStatus 1.3.6.1.4.1.33.24.3.1.1.2
Controls whether link compression will be run if the link is running the xyplex protocol. Auto will enable compression for links slower than 67000.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noCompression(1), compress(2), auto(256)  

wanMaxForwardDelay 1.3.6.1.4.1.33.24.3.1.1.3
The number of milliseconds that a packet may be held on the Wan link before it will be discarded. The value 0 indicates no limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..32000  

wanMaxMultiForwardDelay 1.3.6.1.4.1.33.24.3.1.1.4
The number of milliseconds that a multicast packet may be held on the Wan link before it will be discarded. The value 0 indicates no delay.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..32000  

wanAdminSpeed 1.3.6.1.4.1.33.24.3.1.1.5
The speed that the software should use for the wan link. The value 0 indicates that the measured speed should be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wanCompressionOperStatus 1.3.6.1.4.1.33.24.3.1.1.6
If the link is running the Xyplex protocol, indicates whether link compression is running.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notCompressing(1), compressing(2)