ASCEND-SESSION-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-SESSION-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
 ssnStatusMaximumSessions 1.3.6.1.4.1.529.12.1 integer read-only
The maximum number of sessions that can exist in the system.
 sessionStatusTable 1.3.6.1.4.1.529.12.2 no-access
A list of session status entries.
     sessionStatusEntry 1.3.6.1.4.1.529.12.2.1 no-access
An entry containing object variables to describe a session.
         ssnStatusIndex 1.3.6.1.4.1.529.12.2.1.1 integer read-only
The index number for this session status entry. Its value ranges from 1 to 'ssnStatusMaximumSessions'.
         ssnStatusValidFlag 1.3.6.1.4.1.529.12.2.1.2 integer read-write
Value indicates whether this entry contains valid information or not. Setting a valid(2) session to invalid(1) causes an effective session termination. Enumeration: 'valid': 2, 'invalid': 1.
         ssnStatusUserName 1.3.6.1.4.1.529.12.2.1.3 displaystring read-only
The name of the remote user. The null string is returned if entry is invalid. For a Radius DNIS authenticated session, value of User-Name provided in Radius reply will be used if no second tier authentication is involved.
         ssnStatusUserIPAddress 1.3.6.1.4.1.529.12.2.1.4 ipaddress read-only
The IP address of the remote user. The value 0.0.0.0 is returned if entry is invalid.
         ssnStatusUserSubnetMask 1.3.6.1.4.1.529.12.2.1.5 ipaddress read-only
The subnet mask of the remote user. The value 0.0.0.0 is returned if entry is invalid.
         ssnStatusCurrentService 1.3.6.1.4.1.529.12.2.1.6 integer read-only
The current service provided to the remote user. The value none(1) is returned if entry is invalid OR if user dials into the terminal server and is in midst of a login sequence. Enumeration: 'ipFax': 19, 'ppp': 3, 'frameRelay': 8, 'slip': 4, 'hdlcNrm': 21, 'dtpt': 18, 'virtualConnect': 16, 'euui': 10, 'netToNet': 25, 'combinet': 7, 'other': 2, 'x25': 6, 'euraw': 9, 'telnet': 11, 'telnetBinary': 12, 'mpp': 5, 'dchannelX25': 17, 'voip': 22, 'none': 1, 'atm': 20, 'terminalServer': 14, 'visa2': 23, 'mp': 15, 'rawTcp': 13.
         ssnStatusCallReferenceNum 1.3.6.1.4.1.529.12.2.1.7 integer read-only
A unique number identifying this session. The value 0 is returned if entry is invalid.
 sessionActiveTable 1.3.6.1.4.1.529.12.3 no-access
A list of active session entries. This table is similar to sessionStatusTable with invalid entries screened out and indexed by ssnActiveCallReferenceNum. ssnActiveCallReferenceNum tracks ssnStatusCallReferenceNum of sessionStatusTable.
     sessionActiveEntry 1.3.6.1.4.1.529.12.3.1 no-access
An entry containing object variables to describe an active session.
         ssnActiveCallReferenceNum 1.3.6.1.4.1.529.12.3.1.1 integer read-only
A unique number identifying this active session. Refer to ssnStatusCallReferenceNum for more information.
         ssnActiveIndex 1.3.6.1.4.1.529.12.3.1.2 integer read-only
The index number for this session status entry. Its value ranges from 1 to 'ssnStatusMaximumSessions'. Refer to ssnStatusIndex for more information.
         ssnActiveValidFlag 1.3.6.1.4.1.529.12.3.1.3 integer read-write
All entries will be valid(2). Refer to ssnStatusValidFlag for more information. Setting a vaild(2) session as invalid(1) causes an effective session termination. Enumeration: 'valid': 2, 'invalid': 1.
         ssnActiveUserName 1.3.6.1.4.1.529.12.3.1.4 displaystring read-only
The name of the remote user. Refer to ssnStatusUserName for more information. For a Radius DNIS authenticated session, value of User-Name provided in Radius reply will be used if no second tier authentication is involved.
         ssnActiveUserIPAddress 1.3.6.1.4.1.529.12.3.1.5 ipaddress read-only
The IP address of the remote user. Refer to ssnStatusUserIPAddress for more information.
         ssnActiveUserSubnetMask 1.3.6.1.4.1.529.12.3.1.6 ipaddress read-only
The subnet mask of the remote user. Refer to ssnStatusUserSubnetMask for more information.
         ssnActiveCurrentService 1.3.6.1.4.1.529.12.3.1.7 integer read-only
The current service provided to the remote user. The value none(1) is returned if entry is invalid OR if user dials into the terminal server and is in midst of a login sequence. Refer to ssnStatusCurrentService for more information. Enumeration: 'ipFax': 19, 'ppp': 3, 'frameRelay': 8, 'slip': 4, 'hdlcNrm': 21, 'dtpt': 18, 'virtualConnect': 16, 'euui': 10, 'netToNet': 25, 'combinet': 7, 'other': 2, 'x25': 6, 'euraw': 9, 'telnet': 11, 'telnetBinary': 12, 'mpp': 5, 'dchannelX25': 17, 'voip': 22, 'none': 1, 'atm': 20, 'terminalServer': 14, 'visa2': 23, 'mp': 15, 'rawTcp': 13.
         ssnActiveIdleTime 1.3.6.1.4.1.529.12.3.1.8 timeticks read-only
The time current session has been idle. Valid only for sessions terminated on any of the host cards(i.e. dial up sessions), for others 0 is always reported. For non-TNT and non-Max platforms 0 is always reported.
 mppActiveStatsTable 1.3.6.1.4.1.529.12.4 no-access
A list of active MPP session statistics with invalid entries screened out and indexed by mppStatsMpID.
     mppActiveStatsEntry 1.3.6.1.4.1.529.12.4.1 no-access
An entry containing object variables to describe an active MPP session. The variables are those seen in the Dyn Stat area of the LCD display.
         mppStatsMpID 1.3.6.1.4.1.529.12.4.1.1 integer read-only
The MpID number for this active MPP session entry.
         mppStatsRemoteName 1.3.6.1.4.1.529.12.4.1.2 displaystring read-only
The name of the remote user.
         mppStatsQuality 1.3.6.1.4.1.529.12.4.1.3 integer read-only
Line quality. N/A: No MPP sessions currenly active, Good: <%1 CRC errors, Fair: <%5 CRC errors, Marginal: <%10 CRC errors, Poor: %10 or > CRC errors Enumeration: 'poor': 4, 'marginal': 3, 'good': 1, 'fair': 2, 'na': 5.
         mppStatsBandwidth 1.3.6.1.4.1.529.12.4.1.4 integer read-only
Total bit rate (Kbps) for the MPP session.
         mppStatsTotalChannels 1.3.6.1.4.1.529.12.4.1.5 integer read-only
The total number of channels associated with this MPP session.
         mppStatsCLU 1.3.6.1.4.1.529.12.4.1.6 integer read-only
Current percentage of line utilization for transmitted packets during this MPP session.
         mppStatsALU 1.3.6.1.4.1.529.12.4.1.7 integer read-only
Average percentage of line utilization for transmitted packets during this MPP session.
         mppStatsStartingTimeStamp 1.3.6.1.4.1.529.12.4.1.8 integer read-only
The starting time for this MPP session in seconds since startup.