SHIVA-SESS-MIB: View SNMP OID List / Download MIB

VENDOR: SHIVA CORPORATION


 Home MIB: SHIVA-SESS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sessionTable 1.3.6.1.4.1.166.1.14.1 no-access
A table of current users of the box.
     sessionEntry 1.3.6.1.4.1.166.1.14.1.1 no-access
A user of the box.
         sessionLine 1.3.6.1.4.1.166.1.14.1.1.1 integer read-only
The unique number identifying this session. Formerly a line number, but not anymore.
         sessionUser 1.3.6.1.4.1.166.1.14.1.1.2 displaystring read-only
The name of the user associated with the session. This may be empty if the user has not yet authenticated.
         sessionConnect 1.3.6.1.4.1.166.1.14.1.1.3 integer read-only
Session connect time in minutes.
         sessionIdle 1.3.6.1.4.1.166.1.14.1.1.4 integer read-only
Session idle time in minutes.
         sessionLocation 1.3.6.1.4.1.166.1.14.1.1.5 displaystring read-only
A description of the location of the session source.
         sessionActivity 1.3.6.1.4.1.166.1.14.1.1.6 integer read-write
An indication of the current activity type. Enumeration: 'none': 1, 'shell': 3, 'busyout': 7, 'lantolan': 6, 'dialout': 4, 'file': 5, 'dialin': 2.
         sessionDescription 1.3.6.1.4.1.166.1.14.1.1.7 displaystring read-only
A description of the current activity.
         sessionMaxConnect 1.3.6.1.4.1.166.1.14.1.1.8 integer read-only
Session connect time limit in minutes. If zero, there is no limit.
         sessionMaxIdle 1.3.6.1.4.1.166.1.14.1.1.9 integer read-only
Session idle time limit in minutes. If zero, there is no limit.
         sessionDialBackNumber 1.3.6.1.4.1.166.1.14.1.1.10 displaystring read-only
The dialback phone number used by the connection.
         sessionIpaddr 1.3.6.1.4.1.166.1.14.1.1.11 ipaddress read-only
The IP address used by the client of the connection.
         sessionIpxNet 1.3.6.1.4.1.166.1.14.1.1.12 ipxnetnumber read-only
The IPX network number used for the connection.
         sessionIpxNode 1.3.6.1.4.1.166.1.14.1.1.13 ipxnodenumber read-only
The IPX node number used by the client of the connection.
         sessionNetbeuiAddr 1.3.6.1.4.1.166.1.14.1.1.14 physaddress read-only
The NetBEUI address used for bridging by the client of the connection.
         sessionConnectStr 1.3.6.1.4.1.166.1.14.1.1.15 displaystring read-only
The modem connect string returned on the connection.
         sessionProtocols 1.3.6.1.4.1.166.1.14.1.1.16 integer read-only
The protocols used on the connection, represented as a bitmask; 0x00000001 - PPP 0x00000002 - IP 0x00000004 - IPX 0x00000008 - AppleTalk 0x00000010 - SLIP 0x00000020 - NetBEUI 0x00000040 - LLC 0x00000080 - AALAP 0x00000100 - ARA 1.0 0x00000200 - ARA 2.0 0x00000400 - MacIP 0x00000800 - L2F client 0x00001000 - L2F dialin
         sessionPacketSize 1.3.6.1.4.1.166.1.14.1.1.17 integer read-only
The maximum packet sized allowed on this connection.
         sessionOverruns 1.3.6.1.4.1.166.1.14.1.1.18 counter read-only
The number of overruns seen on this connection. Always 0. See sessLineAsyncOverruns.
         sessionParityErrs 1.3.6.1.4.1.166.1.14.1.1.19 counter read-only
The number of parity errors seen on this connection. Always 0. See sessLineAsyncParityErrs.
         sessionFrameErrs 1.3.6.1.4.1.166.1.14.1.1.20 counter read-only
The number of framing errors seen on this connection. Always 0. See sessLineAsyncFrameErrs.
         sessionBreakErrs 1.3.6.1.4.1.166.1.14.1.1.21 counter read-only
The number of break errors seen on this connection. Always 0. See sessLineAsyncBreakErrs.
         sessionFcsErrs 1.3.6.1.4.1.166.1.14.1.1.22 counter read-only
The number of checksum errors seen on this connection. Always 0. See sessLineAsyncFcsErrs.
         sessionTooBig 1.3.6.1.4.1.166.1.14.1.1.23 counter read-only
The number of too large packets seen on this connection. Always 0. See sessLineAsyncTooBig.
         sessionPktAbort 1.3.6.1.4.1.166.1.14.1.1.24 counter read-only
The number of packet abort indications seen on this connection. Always 0. See sessLineAsyncPktAbort.
         sessionDdpAddress 1.3.6.1.4.1.166.1.14.1.1.25 ddpaddress read-only
The DDP address used by the client of the connection.
         sessionLineMode 1.3.6.1.4.1.166.1.14.1.1.26 integer read-only
The line type on this connection. Enumeration: 'unknown': 1, 'sync': 3, 'async': 2.
         sessionSynFcsErrs 1.3.6.1.4.1.166.1.14.1.1.27 counter read-only
The number of FCS errors in sync mode on this connection. Always 0. See sessLineSyncFcsErrs.
         sessionSynOverruns 1.3.6.1.4.1.166.1.14.1.1.28 counter read-only
The number of sync receive overruns on this connection. Always 0. See sessLineSyncOverruns.
         sessionSynUnderruns 1.3.6.1.4.1.166.1.14.1.1.29 counter read-only
The number of sync transmit underruns on this connection. Always 0. See sessLineSyncUnderruns.
         sessionSynFrAborts 1.3.6.1.4.1.166.1.14.1.1.30 counter read-only
The number of sync frame aborts on this connection. Always 0. See sessLineSyncFrAborts.
         sessionSynIntframes 1.3.6.1.4.1.166.1.14.1.1.31 counter read-only
The number of sync interrupted frames on this connection. Always 0. See sessLineSyncIntFrames.
         sessionPPPCompDecomp 1.3.6.1.4.1.166.1.14.1.1.32 integer read-only
The decompression protocol in use on this session. Enumeration: 'stacLZS': 2, 'none': 1, 'microsoftPPC': 3.
         sessionPPPCompComp 1.3.6.1.4.1.166.1.14.1.1.33 integer read-only
The compression protocol in use on this session. Enumeration: 'stacLZS': 2, 'none': 1, 'microsoftPPC': 3.
         sessionPPPCompDecompRatio 1.3.6.1.4.1.166.1.14.1.1.34 integer read-only
The average decompression ratio, multiplied by 100. A value of 200 indicates a 1:2 decompression ratio.
         sessionPPPCompCompRatio 1.3.6.1.4.1.166.1.14.1.1.35 integer read-only
The average compression ratio, multiplied by 100. A value of 200 indicates a 2:1 compression ratio.
         sessionPPPCompExpandedPackets 1.3.6.1.4.1.166.1.14.1.1.36 counter read-only
The number of packets that were sent in compressed form that were larger than they would have been had they not been compressed.
         sessionPPPCompExpandedOctets 1.3.6.1.4.1.166.1.14.1.1.37 counter read-only
The total number of extra octets that were sent when packets were sent in compressed form that were larger than they would have been had they not been compressed.
         sessionPPPCompExpandedTooBig 1.3.6.1.4.1.166.1.14.1.1.38 counter read-only
The number of packets that were of a compressible type, but were not sent in compressed form because the compressed version was so large that it exceeded local or remote (MTU) constraints.
         sessionPPPCompStacSendCheck 1.3.6.1.4.1.166.1.14.1.1.39 integer read-only
The type of coherency check in use for Stac LZS compression on transmitted packets. If compression is not Stac LZS, will have value none(1). Enumeration: 'none': 1, 'microsoft': 5, 'sequenceNumber': 4.
         sessionPPPCompStacRecvCheck 1.3.6.1.4.1.166.1.14.1.1.40 integer read-only
The type of coherency check in use for Stac LZS decompression on received packets. If decompression is not Stac LZS, will have value none(1). Enumeration: 'none': 1, 'microsoft': 5, 'sequenceNumber': 4.
         sessionIPAddrSrc 1.3.6.1.4.1.166.1.14.1.1.41 integer read-only
The source of the IP address for this session. The source is a function of configured IP address assignment policy. Policy is hierarchical. The source for the session is the highest source in the hierarchy which is enabled and provides a valid address. Enumeration: 'peer': 2, 'dhcp': 5, 'none': 1, 'usercfg': 3, 'pool': 6.
 sessTable 1.3.6.1.4.1.166.1.14.2 no-access
A table of current users of the box.
     sessEntry 1.3.6.1.4.1.166.1.14.2.1 no-access
A user of the box.
         sessIdentifier 1.3.6.1.4.1.166.1.14.2.1.1 integer read-only
The unique serial number identifying this session.
         sessLines 1.3.6.1.4.1.166.1.14.2.1.2 integer read-only
The number of physical lines in use by this session. This can be as low as 0, as when the session is suspended.
         sessStatus 1.3.6.1.4.1.166.1.14.2.1.3 integer read-write
Setting this to a value puts the connection in that state. Enumeration: 'suspend': 3, 'disconnect': 2, 'connect': 1, 'resume': 4.
         sessUser 1.3.6.1.4.1.166.1.14.2.1.4 displaystring read-only
The name of the user associated with the session. This may be empty if the user has not yet authenticated.
         sessConnect 1.3.6.1.4.1.166.1.14.2.1.5 integer read-only
Session connect time in minutes.
         sessIdle 1.3.6.1.4.1.166.1.14.2.1.6 integer read-only
Session idle time in minutes for purposes of deciding whether to terminate session.
         sessVirtual 1.3.6.1.4.1.166.1.14.2.1.7 integer read-only
If virtual, the session is subject to suspension, if normal, it will never suspend. Enumeration: 'virtual': 2, 'normal': 1.
         sessVirtualIdle 1.3.6.1.4.1.166.1.14.2.1.8 integer read-only
Session idle time in seconds for purposes of deciding whether to suspend session.
         sessMaxVirtualIdle 1.3.6.1.4.1.166.1.14.2.1.9 integer read-only
Session maximum idle time limit in seconds before session will be suspended. If zero, session will never be suspended.
         sessSuspended 1.3.6.1.4.1.166.1.14.2.1.10 integer read-only
Indicates whether session is connected to line, or is suspended. Can only be suspeneded if sessVirtual is virtual. Enumeration: 'connected': 1, 'suspended': 2.
         sessVirtualLastChange 1.3.6.1.4.1.166.1.14.2.1.11 timeticks read-only
The value of sysUpTime at the time the session last changed from connected to suspeneded, or vice-versa.
         sessLocation 1.3.6.1.4.1.166.1.14.2.1.12 displaystring read-only
A description of the location of the session source.
         sessActivity 1.3.6.1.4.1.166.1.14.2.1.13 integer read-only
An indication of the current activity type. Enumeration: 'none': 1, 'shell': 3, 'busyout': 7, 'lantolan': 6, 'dialout': 4, 'file': 5, 'dialin': 2.
         sessDescription 1.3.6.1.4.1.166.1.14.2.1.14 displaystring read-only
A description of the current activity.
         sessMaxConnect 1.3.6.1.4.1.166.1.14.2.1.15 integer read-only
Session connect time limit in minutes. If zero, there is no limit.
         sessMaxIdle 1.3.6.1.4.1.166.1.14.2.1.16 integer read-only
Session idle time limit in minutes. If zero, there is no limit.
         sessPacketSize 1.3.6.1.4.1.166.1.14.2.1.17 integer read-only
The maximum packet sized allowed on this connection.
         sessProtocols 1.3.6.1.4.1.166.1.14.2.1.18 integer read-only
The protocols used on the connection, represented as a bitmask; 0x00000001 - PPP 0x00000002 - IP 0x00000004 - IPX 0x00000008 - AppleTalk 0x00000010 - SLIP 0x00000020 - NetBEUI 0x00000040 - LLC 0x00000080 - AALAP 0x00000100 - ARA 1.0 0x00000200 - ARA 2.0 0x00000400 - MacIP 0x00000800 - L2F client 0x00001000 - L2F dialin
         sessIpaddr 1.3.6.1.4.1.166.1.14.2.1.19 ipaddress read-only
The IP address used by the client of the connection.
         sessIPAddrSrc 1.3.6.1.4.1.166.1.14.2.1.20 integer read-only
The source of the IP address for this session. The source is a function of configured IP address assignment policy. Policy is hierarchical. The source for the session is the highest source in the hierarchy which is enabled and provides a valid address. The former portcfg(4) value has been deprecated, addresses are not configured on a port basis as of 4.0. Enumeration: 'peer': 2, 'dhcp': 5, 'none': 1, 'usercfg': 3, 'pool': 6.
         sessIpxNet 1.3.6.1.4.1.166.1.14.2.1.21 ipxnetnumber read-only
The IPX network number used for the connection.
         sessIpxNode 1.3.6.1.4.1.166.1.14.2.1.22 ipxnodenumber read-only
The IPX node number used by the client of the connection.
         sessDdpAddress 1.3.6.1.4.1.166.1.14.2.1.23 ddpaddress read-only
The DDP address used by the client of the connection.
         sessNetbeuiAddr 1.3.6.1.4.1.166.1.14.2.1.24 physaddress read-only
The NetBEUI address used for bridging by the client of the connection.
         sessPPPCompDecomp 1.3.6.1.4.1.166.1.14.2.1.25 integer read-only
The decompression protocol in use on this session. Enumeration: 'stacLZS': 2, 'none': 1, 'microsoftPPC': 3.
         sessPPPCompComp 1.3.6.1.4.1.166.1.14.2.1.26 integer read-only
The compression protocol in use on this session. Enumeration: 'stacLZS': 2, 'none': 1, 'microsoftPPC': 3.
         sessPPPCompDecompRatio 1.3.6.1.4.1.166.1.14.2.1.27 integer read-only
The average decompression ratio, multiplied by 100. A value of 200 indicates a 1:2 decompression ratio.
         sessPPPCompCompRatio 1.3.6.1.4.1.166.1.14.2.1.28 integer read-only
The average compression ratio, multiplied by 100. A value of 200 indicates a 2:1 compression ratio.
         sessPPPCompExpandedPackets 1.3.6.1.4.1.166.1.14.2.1.29 counter read-only
The number of packets that were sent in compressed form that were larger than they would have been had they not been compressed. Always 0, since this is never done.
         sessPPPCompExpandedOctets 1.3.6.1.4.1.166.1.14.2.1.30 counter read-only
The total number of extra octets that were sent when packets were sent in compressed form that were larger than they would have been had they not been compressed. Always 0, since this is never done.
         sessPPPCompExpandedTooBig 1.3.6.1.4.1.166.1.14.2.1.31 counter read-only
The number of packets that were of a compressible type, but were not sent in compressed form because the compressed version was so large that it exceeded local or remote (MTU) constraints. Happens when the overhead of the compression header is too much more.
         sessPPPCompStacSendCheck 1.3.6.1.4.1.166.1.14.2.1.32 integer read-only
The type of coherency check in use for Stac LZS compression on transmitted packets. If compression is not Stac LZS, will have value none(1). Enumeration: 'none': 1, 'microsoft': 5, 'sequenceNumber': 4.
         sessPPPCompStacRecvCheck 1.3.6.1.4.1.166.1.14.2.1.33 integer read-only
The type of coherency check in use for Stac LZS decompression on received packets. If decompression is not Stac LZS, will have value none(1). Enumeration: 'none': 1, 'microsoft': 5, 'sequenceNumber': 4.
         sessTotalConnect 1.3.6.1.4.1.166.1.14.2.1.34 integer read-only
Session total connect time in minutes. Time is not counted when a Virtual Connection is suspended.
         sessPPPCompSentUncompressed 1.3.6.1.4.1.166.1.14.2.1.35 counter read-only
The number of packets that were sent in uncompressed so as not to cause the data to expand on the wire.
         sessPBurstIpxNcpAccelReq 1.3.6.1.4.1.166.1.14.2.1.36 counter read-only
The number of IPX NCP requests received by the Powerburst accelerator Agent
         sessPBurstIpxNcpBytesReq 1.3.6.1.4.1.166.1.14.2.1.37 counter read-only
The number of bytes requested in all IPX NCP requests processed by the Powerburst accelerator Agent
         sessPBurstIpxNcpAccel 1.3.6.1.4.1.166.1.14.2.1.38 counter read-only
The number of IPX NCP requests that did not require data transfer due to usage of the Powerburst accelerator
         sessPBurstIpxNcpBytes 1.3.6.1.4.1.166.1.14.2.1.39 counter read-only
The number of bytes that did not have to be transmitted due to usage of the Powerburst accelerator
 sessLineTable 1.3.6.1.4.1.166.1.14.3 no-access
A table of current active lines of the box.
     sessLineEntry 1.3.6.1.4.1.166.1.14.3.1 no-access
A user of the box.
         sessLineLine 1.3.6.1.4.1.166.1.14.3.1.1 integer read-only
Line number on which a session exists. May not be only line in session.
         sessLineSession 1.3.6.1.4.1.166.1.14.3.1.2 integer read-only
The value of sessIdentifier for the session using this line.
         sessLineDialBackNumber 1.3.6.1.4.1.166.1.14.3.1.3 displaystring read-only
The dialback phone number used by the connection.
         sessLinePacketSize 1.3.6.1.4.1.166.1.14.3.1.4 integer read-only
The maximum packet sized allowed on this line.
         sessLineLineMode 1.3.6.1.4.1.166.1.14.3.1.5 integer read-only
The line type on this connection. Enumeration: 'unknown': 1, 'sync': 3, 'async': 2.
         sessLineAsyncOverruns 1.3.6.1.4.1.166.1.14.3.1.6 counter read-only
The number of overruns seen on this connection.
         sessLineAsyncParityErrs 1.3.6.1.4.1.166.1.14.3.1.7 counter read-only
The number of async parity errors seen on this connection.
         sessLineAsyncFrameErrs 1.3.6.1.4.1.166.1.14.3.1.8 counter read-only
The number of async framing errors seen on this connection.
         sessLineAsyncBreakErrs 1.3.6.1.4.1.166.1.14.3.1.9 counter read-only
The number of async break errors seen on this connection.
         sessLineAsyncFcsErrs 1.3.6.1.4.1.166.1.14.3.1.10 counter read-only
The number of async checksum errors seen on this connection.
         sessLineAsyncTooBig 1.3.6.1.4.1.166.1.14.3.1.11 counter read-only
The number of async too large packets seen on this connection.
         sessLineAsyncPktAbort 1.3.6.1.4.1.166.1.14.3.1.12 counter read-only
The number of async packet abort indications seen on this connection.
         sessLineSyncFcsErrs 1.3.6.1.4.1.166.1.14.3.1.13 counter read-only
The number of sync FCS errors in sync mode on this connection.
         sessLineSyncOverruns 1.3.6.1.4.1.166.1.14.3.1.14 counter read-only
The number of sync receive overruns on this connection.
         sessLineSyncUnderruns 1.3.6.1.4.1.166.1.14.3.1.15 counter read-only
The number of sync transmit underruns on this connection.
         sessLineSyncFrAborts 1.3.6.1.4.1.166.1.14.3.1.16 counter read-only
The number of sync frame aborts on this connection.
         sessLineSyncIntframes 1.3.6.1.4.1.166.1.14.3.1.17 counter read-only
The number of sync interrupted frames on this connection.
         sessLinePktsIn 1.3.6.1.4.1.166.1.14.3.1.18 counter read-only
The number of link-level packets received on this connection.
         sessLinePktsOut 1.3.6.1.4.1.166.1.14.3.1.19 counter read-only
The number of link-level packets sent on this connection.
         sessLineSlot 1.3.6.1.4.1.166.1.14.3.1.20 integer read-only
On a LanRover or NetModem, sessLineSlot is the slot number of the interface on which the session is created. Empty slots are skipped. Range of values: (1..8). On LanRover Access Switches, sessLineSlot is the slot number of the telephone trunk on which the session is created. Range of values: (1..11). On LanRover Access Switches, if the current session was created over a VPDN interface, the sessLineSlot value is not applicable, therefore, this value should be zero.
         sessLineChan 1.3.6.1.4.1.166.1.14.3.1.21 integer read-only
On a LanRover or NetModem, sessLineChan is the logical channel number on the interface on which the session is created. BRI cards have two channels, all others have one. Range of values: (1..2). On a LanRover Access Switch, sessLineChan is the timeslot of the telephone trunk on which the session is created. Range of values: (1..30). On LanRover Access Switches, if the current session was created over a VPDN interface, the sessLineChan value is not applicable, therefore, this value should be zero.
         sessLineType 1.3.6.1.4.1.166.1.14.3.1.22 integer read-only
Type of line for this session. This duplicates serialLineType of the index sessLineLine. Enumeration: 'dmc': 10, 'bri-': 8, 'usart': 7, 'l2f': 13, 'uart': 3, 'unknown': 2, 'shiva-16-v34-modem-card': 11, 'pri': 9, 'qbri-st': 15, 'bri-st': 6, 'ccm': 12, 'switched56': 5, 'l2tp': 14, 'modem': 4, 'qbri-': 16, 'empty': 1.
         sessLineIfIndex 1.3.6.1.4.1.166.1.14.3.1.23 integer read-only
The value of ifIndex for this interface.
         sessLineSpeed 1.3.6.1.4.1.166.1.14.3.1.24 integer read-only
Speed in bits/second that the modem (if any) on this call is operating at.
         sessLinePhysPort 1.3.6.1.4.1.166.1.14.3.1.25 integer read-only
On a LanRover or NetModem, sessLinePhysPort is 1 since there is never more than 1 physical port per physical slot. Range of values: (1..1). On a LanRover Access Switch, sessLinePhysPort is the telephone trunk on which the session is created. For digital sessLineType calls, sessLineTrunk is the same as sessLineLogChan. Range of values: (1..4). On LanRover Access Switches, if the current session was created over a VPDN interface, the sessLinePhysPort value is equivalent to the VPDN interface number.
         sessLineLogSlot 1.3.6.1.4.1.166.1.14.3.1.26 integer read-only
On a LanRover or NetModem, sessLineLogSlot is the same as the sessLineSlot. On a LanRover Access Switch, for analog sessLineType calls (dmc sessLineType), sessLineLogSlot is the slot in which the modem resides. For digital sessLineType calls, sessLineLogSlot is the slot in which the call's telephone trunk resides. Range of values: (1..11). On LanRover Access Switches, if the current session was created over a VPDN interface, the sessLineLogSlot value is not applicable, therefore, this value should be zero.
         sessLineLogChan 1.3.6.1.4.1.166.1.14.3.1.27 integer read-only
On a LanRover or NetModem, this is the same as the sessLineChan. Range of values: (1..2). On a LanRover Access Switch, for analog sessLineType calls (dmc sessLineType), sessLineLogChan is the modem on which this session is created. For digital sessLineType calls, sessLineLogChan is the telephone trunk, the same value as the sessLinePhysPort. Range of values: (1..36) for analog calls, (1..4) for digital calls. On LanRover Access Switches, if the current session was created over a VPDN interface, the sessLineLogChan value is not applicable, therefore, this value should be zero.
 sessionSessCount 1.3.6.1.4.1.166.1.14.4 integer read-only
A count of the number of sessions in progress in the LanRover or LanRover Access Switch.