AIXIRB-MIB

File: AIXIRB-MIB.mib (5025 bytes)

Imported modules

SNMPv2-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSystemOID 1.3.6.1.4.1.539.2
OBJECT IDENTIFIER    

aiSLC2 1.3.6.1.4.1.539.16
OBJECT IDENTIFIER    

aiXirb 1.3.6.1.4.1.539.16.5
SLC MIB for misc. TCP options and passive/extended link settings
MODULE-IDENTITY    

aiXirbSystem 1.3.6.1.4.1.539.16.5.1
OBJECT IDENTIFIER    

aiXirbTcp 1.3.6.1.4.1.539.16.5.2
OBJECT IDENTIFIER    

aiXirbTcpWindowSize 1.3.6.1.4.1.539.16.5.2.1
Default window size for TCP connections. Current connections will maintain their current window sizes, but new connections will use the updated window size.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ws200(1), ws512(2), ws1024(3), ws2048(4)  

aiXirbTcpSendAhead 1.3.6.1.4.1.539.16.5.2.2
Indicates whether or not TCP connections wait for data acknowledgment before sending more data (if disabled (1)), or send the maximum TCP window size before requiring data to be acknowledged (if enabled (2)).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

aiXirbX25 1.3.6.1.4.1.539.16.5.3
OBJECT IDENTIFIER    

aiXirbBx25CallDown 1.3.6.1.4.1.539.16.5.3.1
If set to off(2), a passive link will stay up after all calls are disconnected. If set to on(1), a passive link will drop and go into DMLOCK (see aiXirbBx25DMlock below) when all the incomming calls are terminated. This object is meaningful only when aiLinkX25LinkMode is set to passive(2) on a given link
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

aiXirbBx25DMlock 1.3.6.1.4.1.539.16.5.3.2
The number of seconds to wait for after a link has gone inactive before allowing an outgoing call to attemp to bring up the link. Any outgoing call attempts will be rejected until the DMLOCK timer expires and the passive link returns to the standby mode. This object is meaningful only when aiLinkX25LinkMode is set to passive(2) on a given link
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 25..6000000  

aiXirbBx25LinkUp 1.3.6.1.4.1.539.16.5.3.3
The number of seconds to wait for a passive link to become active. This object is meaningful only when aiLinkX25LinkMode is set to passive(2) on a given link
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..6000000  

aiXirbCpuStats 1.3.6.1.4.1.539.16.5.4
OBJECT IDENTIFIER    

aiXirbCpuStatsCurrent 1.3.6.1.4.1.539.16.5.4.1
This indicates the average of percentage CPU utilization during last 60 seconds
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

aiXirbCpuStatsMax 1.3.6.1.4.1.539.16.5.4.2
This shows the maximum percentage CPU utilization during last 24 hours. This value is calculated from the average CPU utilization information which is found every 60 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

aiXirbCpuStatsReset 1.3.6.1.4.1.539.16.5.4.3
This resets the CPU utilization statistics
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), reset(2)  

aiXirbEthernet 1.3.6.1.4.1.539.16.5.5
OBJECT IDENTIFIER    

aiXirbPpc10BaseT 1.3.6.1.4.1.539.16.5.5.1
Determines whether the front panel 10 BaseT interface is enabled or not on - to enable the 10 BaseT interface off - to disable the 10 BaseT interface
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

aiXirb10BaseTDuplex 1.3.6.1.4.1.539.16.5.5.2
For AIwan only. Setting this to full(1) puts the AIwan Ethernet interface into Full Duplex mode (sends and receives simultaneously). Setting this to half(2) puts the AIwan Ethernet interface into Half Duplex mode (sends OR receives, but not simultaneously -- this means that collisions are possible). In general, half duplex works fine for switches AND hubs, whereas full duplex mode should only be used with switches or other interfaces that are full duplex capable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER full(1), half(2)