ASCEND-SESSION-MIB

File: ASCEND-SESSION-MIB.mib (13113 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

sessionStatusGroup IpAddress TimeTicks
OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

SessionStatusEntry  
SEQUENCE    
  ssnStatusIndex INTEGER
  ssnStatusValidFlag INTEGER
  ssnStatusUserName DisplayString
  ssnStatusUserIPAddress IpAddress
  ssnStatusUserSubnetMask IpAddress
  ssnStatusCurrentService INTEGER
  ssnStatusCallReferenceNum INTEGER

SessionActiveEntry  
SEQUENCE    
  ssnActiveCallReferenceNum INTEGER
  ssnActiveIndex INTEGER
  ssnActiveValidFlag INTEGER
  ssnActiveUserName DisplayString
  ssnActiveUserIPAddress IpAddress
  ssnActiveUserSubnetMask IpAddress
  ssnActiveCurrentService INTEGER
  ssnActiveIdleTime TimeTicks

MppActiveStatsEntry  
SEQUENCE    
  mppStatsMpID INTEGER
  mppStatsRemoteName DisplayString
  mppStatsQuality INTEGER
  mppStatsBandwidth INTEGER
  mppStatsTotalChannels INTEGER
  mppStatsCLU INTEGER
  mppStatsALU INTEGER
  mppStatsStartingTimeStamp INTEGER

Defined Values

ssnStatusMaximumSessions 1.3.6.1.4.1.529.12.1
The maximum number of sessions that can exist in the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sessionStatusTable 1.3.6.1.4.1.529.12.2
A list of session status entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SessionStatusEntry

sessionStatusEntry 1.3.6.1.4.1.529.12.2.1
An entry containing object variables to describe a session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SessionStatusEntry  

ssnStatusIndex 1.3.6.1.4.1.529.12.2.1.1
The index number for this session status entry. Its value ranges from 1 to 'ssnStatusMaximumSessions'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssnStatusValidFlag 1.3.6.1.4.1.529.12.2.1.2
Value indicates whether this entry contains valid information or not. Setting a valid(2) session to invalid(1) causes an effective session termination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

ssnStatusUserName 1.3.6.1.4.1.529.12.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ssnStatusUserIPAddress 1.3.6.1.4.1.529.12.2.1.4
The IP address of the remote user. The value 0.0.0.0 is returned if entry is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ssnStatusUserSubnetMask 1.3.6.1.4.1.529.12.2.1.5
The subnet mask of the remote user. The value 0.0.0.0 is returned if entry is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ssnStatusCurrentService 1.3.6.1.4.1.529.12.2.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), other(2), ppp(3), slip(4), mpp(5), x25(6), combinet(7), frameRelay(8), euraw(9), euui(10), telnet(11), telnetBinary(12), rawTcp(13), terminalServer(14), mp(15), virtualConnect(16), dchannelX25(17), dtpt(18), ipFax(19), atm(20), hdlcNrm(21), voip(22), visa2(23), netToNet(25)  

ssnStatusCallReferenceNum 1.3.6.1.4.1.529.12.2.1.7
A unique number identifying this session. The value 0 is returned if entry is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sessionActiveTable 1.3.6.1.4.1.529.12.3
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SessionActiveEntry

sessionActiveEntry 1.3.6.1.4.1.529.12.3.1
An entry containing object variables to describe an active session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SessionActiveEntry  

ssnActiveCallReferenceNum 1.3.6.1.4.1.529.12.3.1.1
A unique number identifying this active session. Refer to ssnStatusCallReferenceNum for more information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssnActiveIndex 1.3.6.1.4.1.529.12.3.1.2
The index number for this session status entry. Its value ranges from 1 to 'ssnStatusMaximumSessions'. Refer to ssnStatusIndex for more information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssnActiveValidFlag 1.3.6.1.4.1.529.12.3.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

ssnActiveUserName 1.3.6.1.4.1.529.12.3.1.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ssnActiveUserIPAddress 1.3.6.1.4.1.529.12.3.1.5
The IP address of the remote user. Refer to ssnStatusUserIPAddress for more information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ssnActiveUserSubnetMask 1.3.6.1.4.1.529.12.3.1.6
The subnet mask of the remote user. Refer to ssnStatusUserSubnetMask for more information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ssnActiveCurrentService 1.3.6.1.4.1.529.12.3.1.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), other(2), ppp(3), slip(4), mpp(5), x25(6), combinet(7), frameRelay(8), euraw(9), euui(10), telnet(11), telnetBinary(12), rawTcp(13), terminalServer(14), mp(15), virtualConnect(16), dchannelX25(17), dtpt(18), ipFax(19), atm(20), hdlcNrm(21), voip(22), visa2(23), netToNet(25)  

ssnActiveIdleTime 1.3.6.1.4.1.529.12.3.1.8
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

mppActiveStatsTable 1.3.6.1.4.1.529.12.4
A list of active MPP session statistics with invalid entries screened out and indexed by mppStatsMpID.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MppActiveStatsEntry

mppActiveStatsEntry 1.3.6.1.4.1.529.12.4.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MppActiveStatsEntry  

mppStatsMpID 1.3.6.1.4.1.529.12.4.1.1
The MpID number for this active MPP session entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mppStatsRemoteName 1.3.6.1.4.1.529.12.4.1.2
The name of the remote user.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mppStatsQuality 1.3.6.1.4.1.529.12.4.1.3
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER good(1), fair(2), marginal(3), poor(4), na(5)  

mppStatsBandwidth 1.3.6.1.4.1.529.12.4.1.4
Total bit rate (Kbps) for the MPP session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mppStatsTotalChannels 1.3.6.1.4.1.529.12.4.1.5
The total number of channels associated with this MPP session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mppStatsCLU 1.3.6.1.4.1.529.12.4.1.6
Current percentage of line utilization for transmitted packets during this MPP session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mppStatsALU 1.3.6.1.4.1.529.12.4.1.7
Average percentage of line utilization for transmitted packets during this MPP session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mppStatsStartingTimeStamp 1.3.6.1.4.1.529.12.4.1.8
The starting time for this MPP session in seconds since startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER