USR-USER-MAN-MIB
AI MIB Summary
The USR-USER-MAN-MIB facilitates the monitoring and management of user authentication sessions, active login states, and access control policies on commWorks (US Robotics) network infrastructure devices. This module enables administrators to track real-time user connectivity metrics and enforce security configurations via SNMP.
The commWorks enterprise defined MIB objects for UserMan.
Main OID:
usrUserMan.1.3.6.1.4.1.77.1.1.2
461
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
461 total| Object Name |
|---|
usrUserManThe commWorks enterprise defined MIB objects for UserMan. MODULE-IDENTITY .1.3.6.1.4.1.77.1.1.2 |
IMPORTSThe commWorks enterprise defined MIB objects for UserMan. Unknown .1.3.6.1.4.1.77.1.1.2 |
usrUserManGroup OBJECT IDENTIFIER .1.3.6.1.4.1.77.1.1.2.1 |
usrUserManRadiusIPThe IP address of the RADIUS serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.1 |
usrUserManRadiusAltIPThe alternate IP address of the RADIUS serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.2 |
usrUserManRadiusAcctIPThe IP address of the RADIUS accounting serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.3 |
usrUserManRadiusAcctAltIPThe IP address of the RADIUS alternate accounting
serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.4 |
usrUserManLocalAuthSuccessesThe number of local authentication successesro Counter32 .1.3.6.1.4.1.77.1.1.2.1.5 |
usrUserManLocalAuthFailsThe number of local authentication failuresro Counter32 .1.3.6.1.4.1.77.1.1.2.1.6 |
usrUserManRadiusAuthSuccessesThe number of radius authentication successesro Counter32 .1.3.6.1.4.1.77.1.1.2.1.7 |
usrUserManRadiusAuthFailsThe number of radius authentication failuresro Counter32 .1.3.6.1.4.1.77.1.1.2.1.8 |
usrUserManLocalUsersThe number of local usersro Counter32 .1.3.6.1.4.1.77.1.1.2.1.9 |
usrUserManActiveUsersThe number of active usersro Counter32 .1.3.6.1.4.1.77.1.1.2.1.10 |
usrUserManRetransmissionsThe number of udp packet retransmissionsro Counter32 .1.3.6.1.4.1.77.1.1.2.1.11 |
usrUserManUdpReceivesThe number of udp packets receivedro Counter32 .1.3.6.1.4.1.77.1.1.2.1.12 |
usrUserManRadiusRetransThe maximum number of times a timeout will occur when
communicating with radius The default value is 3.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.13 |
usrUserManRadiusTimeoutThe maximum amount of time in seconds we will wait
for a RADIUS response before retransmitting.
The default value is 3.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.14 |
usrUserManAcctRetransThe maximum number of times a timeout will occur when
communicating with radius accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.15 |
usrUserManAcctTimeoutThe maximum amount of time in seconds we will wait
for a RADIUS accounting response before retransmitting.
The value will be zero if not configured.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.16 |
usrUserManLocalAuthIs local authentication on or offrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.17 |
usrUserManAcctIs accounting on or off.
Not accessible for Wireless products.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.18 |
usrUserManAcctServersDo we want to consider both servers specified as primary
Not accessible for Wireless products.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.19 |
usrUserManRadiusAuthIs radius authentication on or offrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.20 |
usrUserManStartAccountTimeWhen do we want to account fromrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.21 |
usrUserManSnmpAccessDo we allow snmp to set our user tablerw Enumeration .1.3.6.1.4.1.77.1.1.2.1.22 |
usrUserManSaveUsersIf we hit the save flag the users will be saved to flash Enumeration .1.3.6.1.4.1.77.1.1.2.1.23 |
usrUserManRadiusSecretThe shared secret between the RADIUS server and pilgrim.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.24 |
usrUserManTable SEQUENCE OF UumEntry .1.3.6.1.4.1.77.1.1.2.1.25 |
uumEntryTo create an entry in the table the following data
is required:- uumUserName, uumUserPassword,
uumServiceType and uumStatus = enabled. UumEntry .1.3.6.1.4.1.77.1.1.2.1.25.1 |
uumUserNameThe users name UsrUserName .1.3.6.1.4.1.77.1.1.2.1.25.1.1 |
uumStatusThe status field for the user. This must be set to
'enabled' when creating an entry after which it
will automatically revert to inactive when the
entry is created. For an existing user the only
allowed values are delete(1) and disabled(5)rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.2 |
uumUserPasswordThe user's password.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.3 |
uumServiceTypeThe bitmap indicating one or more types of user:
login 0x1, framed or network 0x2, callback or dialback 0x4,
dial-out 0x8, administrative or manage 0x10, administrative-
readonly or manage_readonly 0x20, and direct-modem-connect 0x40.
DIALOUT and CALLBACK are mutually exclusive.
CALLBACK cannot be set on its own it needs to be set as
CALLBACK/LOGIN(0x05) or CALLBACK/NETWORK(0x06).
MANAGE can only be SET via the CLI.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.4 |
uumFramedProtocolThe framed users protocolrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.5 |
uumFramedIpAddressThe IP destination for the framed userrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.6 |
uumFramedIpNetmaskThe destinations netmaskrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.7 |
uumFramedRoutingThe routing defined for a framed userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.8 |
uumFilterIdInputThe input or output filter defined for the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.9 |
uumFramedMtuThe framed maximum transmission unitrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.10 |
uumFramedCompressionThe compression being used for the framed userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.11 |
uumLoginIpHostThe IP destination for the login userrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.12 |
uumLoginServiceThe login user's protocolrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.13 |
uumLoginPortThe tcp port the user will userw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.14 |
uumReplyMessageThe message to be displayed to the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.15 |
uumCallbackNumberOneThe first phone number configured for this userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.16 |
uumExpirationThe users expiration daterw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.17 |
uumFramedRouteThe framed route for the user OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.18 |
uumFramedIpxNetworkThe ipx network defined for the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.19 |
uumSessionTimeoutThe amount of time in seconds before time outrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.20 |
uumIdleTimeoutThe amount of idle time in seconds before time outrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.21 |
uumBearerCapabilitiesThe type of transmission Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.22 |
uumSpeedOfConnectionThe speed of the connectionrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.23 |
uumMaxChannelsThe maximum number of channels that may be usedrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.24 |
uumChannelExpansionThe percentage for channel expansionrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.25 |
uumChannelDecrementThe percentage for channel decrementrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.26 |
uumExpansionAlgorithmThe expansion algorithm being usedrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.27 |
uumCompressionAlgorithmThe compression algorithm to be usedrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.28 |
uumReceiveAccMapThe receive acc mappingrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.29 |
uumTransmitAccMapThe transmit acc mappingrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.30 |
uumWhereCompressionThe area where compression should be doneobsolete Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.31 |
uumCompressionResetModeThe mode that the compression should be reset inrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.32 |
uumMinCompressionSizeThe minimum size for compressionrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.33 |
uumLocationTypeThe type of location userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.34 |
uumIpIp enabled or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.35 |
uumIpxIpx enabled or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.36 |
uumFilterZonesArap needed to define filter zonesrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.37 |
uumFilterIdOutputThe output filter defined for the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.38 |
uumAppletalkAppletalk enabled or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.39 |
uumBridgingBridging enabled or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.40 |
uumSpoofingIpx spoofing enabled or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.41 |
uumHostTypeThe means for specifying a host for this userobsolete Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.42 |
uumSendNameName we use when challenged for authentication OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.43 |
uumSendPasswordPassword we use when challenged for authentication.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.44 |
uumStartTimeDaily time we start timed location.
Not applicable to wireless users.rw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.25.1.45 |
uumEndTimeDaily time we stop timed location.
Not applicable to wireless users.rw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.25.1.46 |
uumSendScript1The first send script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.47 |
uumReplyScript1The first reply script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.48 |
uumSendScript2The second send script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.49 |
uumReplyScript2The second reply script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.50 |
uumSendScript3The third send script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.51 |
uumReplyScript3The third reply script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.52 |
uumSendScript4The fourth send script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.53 |
uumReplyScript4The fourth reply script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.54 |
uumSendScript5The fifth send script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.55 |
uumReplyScript5The fifth reply script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.56 |
uumSendScript6The sixth send script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.57 |
uumReplyScript6The sixth reply script for this dial-out userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.58 |
uumTerminalTypeThe terminal type for the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.59 |
uumAppletalkNetworkRangeThe appletalk network range for the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.60 |
uumLocalIpAddressThe local ip address configured for a dial-out userrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.61 |
uumRoutingProtocolThe routing protocol configured for a userrwdeprecated Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.62 |
uumCallbackNumberTwoThe second phone number configured for this userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.63 |
uumModemGroupThe modem group string for the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.64 |
uumIpxRoutingThe ipx routing defined for a framed userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.65 |
uumIpxWanIs ipx wan enabled or disabled for the userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.66 |
uumIpRipSendDefaultIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.67 |
uumIpRipSendRoutesIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.68 |
uumIpRipSendSubnetsIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.69 |
uumIpRipAcceptDefaultIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.70 |
uumIpRipSplitHorizonIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.71 |
uumIpRipPoisonReverseIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.72 |
uumIpRipFlashUpdateIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.73 |
uumIpRipSimpleAuthIP RIP flagro Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.74 |
uumIpRipV1SendIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.75 |
uumIpRipV1ReceiveIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.76 |
uumIpRipV2ReceiveIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.77 |
uumIpRipSilentIP RIP flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.78 |
uumSimpleAuthPasswordThe IP RIP simple authentication passwordrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.79 |
uumIpDefaultRouteOptionIf enable (1) a default route will be created using
the remote users IP address. If disable (2) no such
route is created.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.80 |
uumLoginHostNameThe destination host name for the login userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.81 |
uumIgmpInterfaceQueryIntervalThe frequency at which IGMP Host-Query packets are
transmitted on this interface.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.82 |
uumIgmpInterfaceQueryMaxResponseTimeThe maximum query response time advertised in IGMPv2
queries on this interface. Smaller values allow a router to
prune groups faster.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.83 |
uumIgmpInterfaceRobustnessThe Robustness Variable allows tuning for the expected
packet loss on a subnet. If a subnet is expected to be
lousy, the Robustness Variable may be increased. IGMP is
robust to (Robustness Variable-1) packet losses.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.84 |
uumIgmpInterfaceVersionThe maximum query response time advertised in IGMPv2
queries on this interface. Smaller values allow a router to
prune groups faster.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.85 |
uumIgmpInterfaceStatusIf enabled, Multicast packets will be routed on this
user's interface.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.86 |
uumIgmpInterfaceMcastFwdEnabledIf enabled Multicast packets will be forwarded on this
user's interface.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.87 |
uumIpxRipUpdateThe IPX RIP update interval in secondsrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.88 |
uumIpxRipAgeMultiplierThe IPX RIP multiplier for information received in
periodic updatesrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.89 |
uumIpxSapUpdateThe IPX SAP update interval in secondsrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.90 |
uumIpxSapAgeMultiplierThe IPX SAP multiplier for information received in
periodic updatesrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.91 |
uumEncryptionAlgorithmThe encryption algorithm to be usedrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.92 |
uumTunnelTypeThe tunneling protocol to be used for this userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.93 |
uumTunnelMediumTypeThis object indicates which transport medium to use
when creating a tunnel for those protocols (such as
L2TP) that can operate over multiple transports.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.94 |
uumTunnelClientEndpointThe address of the initiator end of the tunnel.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.95 |
uumTunnelServerEndpointThe address of the server end of the tunnel.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.96 |
uumTunnelPasswordThe password of the tunnel.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.97 |
uumTunnelPrivateGroupIDThe group ID for the tunneled session.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.98 |
uumTunnelSecurityThe security level of the tunnel.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.99 |
uumPrimaryDNSServerThe primary dns server for the userrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.100 |
uumSecondaryDNSServerThe secondary DNS server for the userrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.101 |
uumUserTapStatusIs this user to be tappedrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.102 |
uumUserTapFormatThe tap format if tap is enabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.103 |
uumUserTapOutputSend the tapped output to syslogrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.104 |
uumUserTapFacilityThe syslog facility to send the output to.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.105 |
uumUserTapLoglevelThe syslog level to send the output to.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.106 |
uumUserTapAddressThe syslogd addressrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.107 |
uumMulticastProxyIf Multicast will be proxiedrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.108 |
uumNasIpAddressThe NAS IP addressrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.113 |
uumNasPortThe NAS Port Attributerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.114 |
uumFramedCallbackIdFramed Callback Identifier attributerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.115 |
uumStateState attributerw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.116 |
uumClassClass attributerw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.117 |
uumCalledStationIdCalled Station Idrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.118 |
uumCallingStationIdCalling Station Idrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.119 |
uumNasIdentifierNAS IDrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.120 |
uumCipIfNameCIP Interface Namerw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.121 |
uumPPPLocalIpAddressPPP Local IP Addressro IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.122 |
uumPPPRemoteIpAddressPPP Remote IP Addressro IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.123 |
uumSessionvarsro IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.126 |
uumChatScriptNameThe chat script name configured for the userrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.127 |
uumPortLimitrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.128 |
uumPppSourceIpFilterPPP Source Address Ip Filerrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.129 |
uumNextHopGatewayThe VPN-neighbour.rw IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.130 |
uumCallbackTypeThe Callback Type. Normal to dial callback users
using the existing phone number field. ANI to dial
callback users using the number supplied with the
caller ID. Static to dial callback users using the
numbers provided in the DialGroup specified for this
user. Dynamic to dial callback users using the numbers
provided during LCP negotiations.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.131 |
uumIsdnDataCallTypeThe ISDN customized CallType. The values represent a series
of AT commands that users of the profile can generate. For
'cleared' no AT command will be generated.
uumUserPassword required.
dataovervoice *V2=3 S67.1=0
restricted56k *V2=4 S67.1=1 S67.2=0
v11056k *V2=2 S67.1=1 S67.2=0
unrestricted64k *V2=4 S67.1=1 S67.2=1
asynctosyncppp *V2=5 S67.1=0
where *V2=2 -> V.110 Rate Adaption only
=3 -> Modem/Fax Emulation only
=4 -> Clear Channel only
=5 -> Async to sync PPP
S67.1=0 -> Rate not fixed
=1 -> Rate fixed
S67.2=0 -> Connect at 56k
=1 -> Connect at 64krw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.132 |
uumIpRoutingRipV1Enables or disables the IP RIPv1 routing protocol
for this Userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.133 |
uumIpRoutingRipV2Enables or disables the IP RIPv2 routing protocol
for this Userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.134 |
uumIpRoutingOspfEnables or disables the IP OSPF routing protocol
for this Userrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.135 |
uumOspfAddresslessIfIndexAn arbitary 32-bit integer value defined by the user
to be used with Addressless interfaces. This
addresslessIfIndex will bind with the configured OSPF
INTF addresslessIfIndex, if one was configured.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.136 |
uumDNISReAuthDNIS Re-Authentication flagrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.139 |
uumReChapTimeoutRe Chap timeout for PPPrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.140 |
uumLocalTcpPortLocal TCP port of telnet/CTCP login userro Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.141 |
uumConnectionvarsro IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.144 |
uumShowConnVarFor the CLI command show connection <interface-name>ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.145 |
uumIpSecPolicyFileThe name of IP Security Policy filename associated with that user.
This feature is available from Hiper ARC 5.0 release onwards.rw DisplayString .1.3.6.1.4.1.77.1.1.2.1.25.1.155 |
uumIpSecPolicyAccessThis flag defines whether the IP Security policy access is
enabled or disabled.
This feature is available from Hiper ARC 5.0 release onwards.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.156 |
uumIpSecPolicyTypeThis flag defines whether the IP Security policy type is
user-based or domain-based.
This feature is available from Hiper ARC 5.0 release onwardsrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.157 |
uumIpSecPolicyConfigurationThis flag specifies whether IP Security Policy is applied
in statically or dynamically.
This feature is available only from Hiper ARC 5.0 onwards.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.158 |
uumSpecialXonXoffSpecial Xon Xoff flow control \nrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.25.1.160 |
uumTelnetOptionsUser specific Telnet Options \nrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.161 |
uumVPNGatewayThe VPN-Gateway.ro IpAddress .1.3.6.1.4.1.77.1.1.2.1.25.1.162 |
uumVPNIDThe VPN-ID.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.163 |
uumVPNNameThe VPN-Name.ro OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.164 |
uumMlPPPFragThresholdMultilink fragmentation thresholdrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.165 |
uumTrafficThresholdtraffic threshold based idle timeoutrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.167 |
uumTunnelAssignmentIdThe name of the L2TP/PPTP tunnel that may be created for the user.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.168 |
uumKeepAliveIntervalThe TCP Keep Alive Interval in secondsrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.25.1.169 |
uumTunnelClientAuthIdReplaces the System Transmit Auth Name. This name is now sent
instead of the System Xmit Auth Name by the PDSN to authenticate
an L2TP tunnelrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.25.1.174 |
uumCorrelationIdCall Correlation Idro DisplayString .1.3.6.1.4.1.77.1.1.2.1.25.1.176 |
usrUserManCfmFileNameThe name of the configuration filero DisplayString .1.3.6.1.4.1.77.1.1.2.1.26 |
usrUserManCfmSaveFlagThe Configuration File Manager Flag for saving user management
scalars. The only value allowed for SET is save(2) and this is
only allowed if the current value is normal(1).rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.27 |
usrUserManRadiusPortThe udp port the primary radius server listens atrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.28 |
usrUserManRadiusAltPortThe udp port the alternate radius server listens atrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.29 |
usrUserManRadiusAltSecretThe shared secret between the alternate RADIUS server
and pilgrim.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.30 |
usrUserManFramedRouteTable SEQUENCE OF UumFramedRouteEntry .1.3.6.1.4.1.77.1.1.2.1.31 |
uumFramedRouteEntry UumFramedRouteEntry .1.3.6.1.4.1.77.1.1.2.1.31.1 |
uumFramedRouteUserNameThe users name UsrUserName .1.3.6.1.4.1.77.1.1.2.1.31.1.1 |
uumFramedRouteIpAddressThe framed routing ip address for the user IpAddress .1.3.6.1.4.1.77.1.1.2.1.31.1.2 |
uumFramedRouteStatusThe status field for the framed routerw Enumeration .1.3.6.1.4.1.77.1.1.2.1.31.1.3 |
uumFramedRouteIpMaskThe framed routing ip mask for the userrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.31.1.4 |
uumFramedRouteIpGatewayThe framed routing ip gateway for the userrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.31.1.5 |
uumFramedRouteIpMetricThe framed routing ip metric for the userrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.31.1.6 |
usrUserManRadiusAcctSecretThe radius secret for the primary accounting server.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.32 |
usrUserManRadiusAcctAltSecretThe radius secret for the secondary accounting server.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.33 |
usrUserManRadiusAcctPortThe radius port for the primary accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.34 |
usrUserManRadiusAcctAltPortThe radius port for the secondary accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.35 |
usrRadiusBusyOutEnabledIs the Radius client regularly checking the contact time
of the servers so that it can cause the modems to be busied
out when the servers are unreachbale.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.36 |
usrRadiusHelloFrequencyThe number of seconds the system can go between messages
from the RADIUS servers before it sends a Status-Server
request to that server.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.37 |
usrRadiusAuthStateIf the system is tracking RADIUS servers for service
loss busy-out, the state of those server.ro Enumeration .1.3.6.1.4.1.77.1.1.2.1.38 |
usrUserManAddrPoolTableTable of address pools a user is configured for. SEQUENCE OF UumAddrPoolEntry .1.3.6.1.4.1.77.1.1.2.1.39 |
uumAddrPoolEntryAn entry of an address pool that a user is configured for. UumAddrPoolEntry .1.3.6.1.4.1.77.1.1.2.1.39.1 |
uumAddrPoolUserNameThe users name UsrUserName .1.3.6.1.4.1.77.1.1.2.1.39.1.1 |
uumAddrPoolNameThe name of the address pool this user is configured for DisplayString .1.3.6.1.4.1.77.1.1.2.1.39.1.2 |
uumAddrPoolStatusIf set to active(2) user is configured to use this pool. If
set to delet(1) this pool should be deleted from user's
address pool listrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.39.1.3 |
usrRadiusAcctStateA debug value for debugging the service loss subsystem.ro Enumeration .1.3.6.1.4.1.77.1.1.2.1.40 |
usrRadiusAuthSecsMessageA debug value for debugging the service loss subsystem.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.41 |
usrRadiusAcctSecsMessageA debug value for debugging the service loss subsystem.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.42 |
usrRadiusAuthSecsStateA debug value for debugging the service loss subsystem.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.43 |
usrRadiusAcctSecsStateA debug value for debugging the service loss subsystem.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.44 |
usrUserManRadiusAuthNoResponseThe number of times radius fails to answer an
authentication requestro Counter32 .1.3.6.1.4.1.77.1.1.2.1.45 |
usrUserManActiveSessionTable SEQUENCE OF UumActiveSessionEntry .1.3.6.1.4.1.77.1.1.2.1.46 |
uumActiveSessionEntry UumActiveSessionEntry .1.3.6.1.4.1.77.1.1.2.1.46.1 |
uumActiveSessionUserNameThe users name UsrUserName .1.3.6.1.4.1.77.1.1.2.1.46.1.1 |
uumActiveSessionSessionIdThe unique id for the active session Integer32 .1.3.6.1.4.1.77.1.1.2.1.46.1.2 |
uumActiveSessionConnectionTypeThe connection type for the active sessionro Enumeration .1.3.6.1.4.1.77.1.1.2.1.46.1.3 |
uumActiveSessionProtocolTypeThe protocol type for the active sessionro Enumeration .1.3.6.1.4.1.77.1.1.2.1.46.1.4 |
uumActiveSessionActionWe need to be able to disconnect all users with a
particular user namerw Enumeration .1.3.6.1.4.1.77.1.1.2.1.46.1.5 |
uumActiveSessionIfNameInterface Namero OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.46.1.6 |
uumActiveSessionIpAddressIP Address of the session. This can be Remote PPP IP address
in the case of a framed user or the login host ip address if
the user type is login.ro IpAddress .1.3.6.1.4.1.77.1.1.2.1.46.1.7 |
uumActiveSessionConnTimeSession Connect Timero Integer32 .1.3.6.1.4.1.77.1.1.2.1.46.1.8 |
uumActiveSessionIdleTimeSession Idle Timero Integer32 .1.3.6.1.4.1.77.1.1.2.1.46.1.9 |
uumActiveSessionIdWe need to display the sessionIdrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.46.1.10 |
uumSessionUserNameWe need to display the usernamero UsrUserName .1.3.6.1.4.1.77.1.1.2.1.46.1.11 |
uumActiveSessionInBytesSession Bytes Count - Input Bytesro Integer32 .1.3.6.1.4.1.77.1.1.2.1.46.1.12 |
uumActiveSessionOutBytesSession Bytes Count - Output Bytesro Integer32 .1.3.6.1.4.1.77.1.1.2.1.46.1.13 |
uumActiveSessionCallIdSession Call IDro OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.46.1.14 |
usrUserManSlotSpanChanOffsetOffset to add to modem's reported slot/span/channel
when reporting this information.
Default value is 1 for all platforms except
Positron which uses a default of 0.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.47 |
usrUserManHintAssignedIs the hint assigned feature enabled?rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.48 |
usrUserManAuthorEnaIs remote authorization on or offrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.49 |
usrUserManTcpPacketsRxThe number of TCP packets receivedro Counter32 .1.3.6.1.4.1.77.1.1.2.1.50 |
usrUserManTcpPacketsTxThe number of TCP packets transmittedro Counter32 .1.3.6.1.4.1.77.1.1.2.1.51 |
usrUserManAAAServersTableA table of AAA Servers configured. Several default servers
are automatically entered. Adding a new entry requires the
following objects to be defined:-
uumAAAServersName
uumAAAServersPref
uumAAAServersAAAType SEQUENCE OF UumAAAServersEntry .1.3.6.1.4.1.77.1.1.2.1.52 |
uumAAAServersEntry UumAAAServersEntry .1.3.6.1.4.1.77.1.1.2.1.52.1 |
uumAAAServersNameServer name; max number of characters is 32. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.52.1.1 |
uumAAAServersPrefServer preference. This object can be SET to value
1-100, 101-109 are reserved. Integer32 .1.3.6.1.4.1.77.1.1.2.1.52.1.2 |
uumAAAServerIpAddressThe IP address for the serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.52.1.3 |
uumAAAServersSecretThe shared secret between the AAA server and client.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.52.1.4 |
uumAAAServersPortThe port the AAA server listens at. The default for AUTH
type is 1812, for ACCO type the default is 1813.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.52.1.5 |
uumAAAServersEncryptionPacket body encryption enabled or disabled. Disabling encryption
works for TACACS+ clients only. The entire body will be sent as
clear text. Obvious security concern.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.6 |
uumAAAServersStateIs the AAA server enable or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.7 |
uumAAAServersHostNameThe name of the AAA host to be resolved by DNS;
current implementation range is 0-64rw UsrDisplayString .1.3.6.1.4.1.77.1.1.2.1.52.1.8 |
uumAAAServersPassThruWhen enabled will allow users access to a domain even if they
authentication fails.
This object is used primarily with the direct request feature.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.9 |
uumAAAServersSourcePortThe source port the AAA server listens atrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.52.1.10 |
uumAAAServersStatusThe status field for delete. SETting this value to 1
will delete the associated AAA Server. Reading this
value is meaningless.
active/inactive were deprecated as not applicable
to wireless.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.11 |
uumAAAServersMirrorGroupMirror Group for this server; current implementation
only supports from 1-10 and is applicable only to
accounting server type.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.52.1.12 |
uumAAAServersSelectionMaskThe Selection mask for Server selection
Note: This MIB is not supported anymore, a new MIB has been created for
this purposerwobsolete UsrAAADisplay .1.3.6.1.4.1.77.1.1.2.1.52.1.13 |
uumAAAServersAAATypeAAA Server type. Can be Authentication/Accountingrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.14 |
uumAAAServersProtocolAAA Server Protocol. For now can be TACACS+ or RADIUSrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.15 |
uumAAAServersTimeoutTimeout value for trying this server.
Exceeding the time setting will lead to trying for the
next server in the table.
Current implementation only supports values 1-60rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.52.1.16 |
uumAAAServersRetransmitThe retry count or retransmission count for this server
in the table.
Current implementation only supports values 0-60.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.52.1.17 |
uumAAAServersSuccessCountThe number of times radius fails to answer an
authentication requestro Counter32 .1.3.6.1.4.1.77.1.1.2.1.52.1.18 |
uumAAAServersFailureCountThe number of times radius fails to answer an
authentication requestro Counter32 .1.3.6.1.4.1.77.1.1.2.1.52.1.19 |
uumAAAServersNoResponseCountThe number of times there was a no response from the server
for a AAA requestro Counter32 .1.3.6.1.4.1.77.1.1.2.1.52.1.20 |
uumAAAServersContactIntervalNumber of seconds since the authentication server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.52.1.21 |
uumAAAServersOperationalStatusOperational Status of Server during AUTH/ACCOro Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.22 |
uumAAAServersEnableNasRebootIndicationIs the AAA server NAS Reboot Indication Enabled or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.23 |
uumAAAServersRebootAckReceivedDid this domain receive reboot ack. Leave this last in the tablero Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.24 |
uumAAAServersMaskserver selection maskrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.52.1.25 |
usrUserManDirectRequestStatusIs direct request on or off.
Not applicable to Wireless products.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.53 |
usrUserManDirectRequestDelimiterThe delimiter string for the direct request service
Not applicable to Wireless products.rw UsrAAADisplay .1.3.6.1.4.1.77.1.1.2.1.54 |
usrUserManDirectRequestTimeoutTimeout feature for the direct request service
Not applicable to Wireless products.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.55 |
usrUserManRadiusVSAVendor Specific Attribute for the compatibility of Sprint CISCO
Server. The default is enabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.56 |
usrUserManRadiusAcctVSAVendor Specific Attribute for the compatibility of Sprint CISCO
Server. The default is enabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.57 |
usrUserManAAADomainTable SEQUENCE OF UumAAADomainEntry .1.3.6.1.4.1.77.1.1.2.1.67 |
uumAAADomainEntryA table of AAA Domain Servers configured. Several default
servers are automatically entered. Adding a new entry
requires the following objects to be defined:-
uumAAADomainName
uumAAADomainAAAType
uumAAADomainState UumAAADomainEntry .1.3.6.1.4.1.77.1.1.2.1.67.1 |
uumAAADomainNameThe name of the AAA domain.
Currently restricted to 32 characters in PDSN. UsrDisplayString .1.3.6.1.4.1.77.1.1.2.1.67.1.1 |
uumAAADomainAAATypeAAA Server type. Can be Authorizing/Accounting/AAA Enumeration .1.3.6.1.4.1.77.1.1.2.1.67.1.2 |
uumAAADomainServersUnavailThis is the default behaviour/server if other servers
are unavailable. It can be DENY/PERMIT or the Server Name.
If it is the Server Name it is an Alphanumeric string.
It must begin with a letter or digit, contain letters,
digits, '.' or '-' and end with a letter or digit.rw UsrDisplayString .1.3.6.1.4.1.77.1.1.2.1.67.1.3 |
uumAAADomainSearchAlgDomain Server Search Algorithmrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.67.1.4 |
uumAAADomainDNSIpRotationIndicates whether this domain should be looked up using DNS.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.67.1.5 |
uumAAADomainInterimAccountingIntervalCheckpoint Interval for looking up this domain.
Exceeding the time setting will lead to trying for the
next domain in the table. Current PDSN implementation
supports range of 5-3600.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.67.1.6 |
uumAAADomainMirroringIndicates whether the information for this domain is
mirrored or not.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.67.1.7 |
uumAAADomainStateIs this domain enabled to be used ?rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.67.1.8 |
uumAAADomainStatusUsed to delete an entry. Reading this alue is meaningless.
active/inactive deprecated as inapplicable to wireless.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.67.1.9 |
uumAAADomainRebootAckReceivedDid this domain receive reboot ack. Leave this last in the tableobsolete Enumeration .1.3.6.1.4.1.77.1.1.2.1.67.1.10 |
uumAAAGlobalSelectionMaskThe Selection mask for Server selection
Note: This MIB is not supported anymore, a new MIB has been created
for this purposerwobsolete UsrAAADisplay .1.3.6.1.4.1.77.1.1.2.1.68 |
uumAAAGlobalServersUnavailBehaviour if servers are unavailable. Action can be
DENY, PERMIT or <domain name>
If it is a Domain Name it is an Alphanumeric string.
It must begin with a letter or digit, contain letters,
digits, '.' or '-' and end with a letter or digit.
Current implementation only supports 0..64rw UsrDisplayString .1.3.6.1.4.1.77.1.1.2.1.69 |
uumAAAGlobalSearchAlgDomain Server Search Algorithmrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.70 |
uumAAAGlobalDNSIpRotationShould this domain be looked up using DNS ?rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.71 |
uumAAAGlobalMirroringShould this Domain info. be mirrored ?rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.73 |
usrUserManReportedPortDensityUsed as slot multiplier for modem slot when reporting RADIUS
NAS-PORT attribute. The reported NAS-PORT attribute for a call is
computed as: <slot#> * usrUserManReportedPortDensity +
<channel#> + usrUserManSlotSpanChanOffset
This can be used to achieve a dense NAS-PORT # mapping for a
chassis with uniform modem port density. Note that it is possible
to configure this attribute such that eroneous aliasing of NAS-PORT #s
are generated if the ReportPortDensity is set < the systems true port density.
Default value is 256.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.90 |
usrUserManFillNullAttributesThis is the switch to enable/disable Filling of Null Attributes
in Radius Accounting recordsrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.91 |
usrUserManRadiusSrcPortThe source udp port the primary radius server binds torw Integer32 .1.3.6.1.4.1.77.1.1.2.1.92 |
usrUserManRadiusAcctSrcPortThe source radius port for the primary accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.93 |
usrUserManRadiusTertiaryIPThe tertiary IP address of the RADIUS serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.94 |
usrUserManRadiusTertiarySecretThe radius secret for the tertiary server.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.95 |
usrUserManRadiusTertiaryPortThe udp port the tertiary radius server listens atrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.96 |
usrRadiusAuthAlgorithmTakes either the Fall-through or Round-robin algorithm
for re-triesrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.97 |
usrRadiusAttributeStyleTakes STANDARD or ASCEND style for attribute valuesrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.98 |
usrRadiusInterimAccountingIntervalEnabledIndicates whether checkpoint accounting is enabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.99 |
usrRadiusInterimAccountingIntervalThe time intervals when acct. info is sent to the serversrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.100 |
usrUserManPrimAcctStatusIs priamary accounting on or offrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.101 |
usrUserManSecAcctStatusIs secondary accounting on or offrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.102 |
usrUserManRadiusAcctFirstBackupIPThe IP address of the Primary RADIUS First backup accounting serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.103 |
usrUserManRadiusAcctSecondBackupIPThe IP address of the Primary RADIUS Second backup accounting serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.104 |
usrUserManRadiusAcctAltFirstBackupIPThe IP address of the Secondary RADIUS First backup accounting serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.105 |
usrUserManRadiusAcctAltSecondBackupIPThe IP address of the Secondary RADIUS Second backup accounting
serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.106 |
usrUserManRadiusAcctFirstBackupSecretThe radius secret for the primary first backup accounting server
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.107 |
usrUserManRadiusAcctSecondBackupSecretThe radius secret for the primary second backup accounting server.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.108 |
usrUserManRadiusAcctAltFirstBackupSecretThe radius secret for the secondary first backup accounting server.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.109 |
usrUserManRadiusAcctAltSecondBackupSecretThe radius secret for the secondary second backup accounting server
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.110 |
usrUserManRadiusAcctFirstBackupPortThe radius port for the primary first backup accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.111 |
usrUserManRadiusAcctSecondBackupPortThe radius port for the primary second backup accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.112 |
usrUserManRadiusAcctAltFirstBackupPortThe radius port for the secondary first backup accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.113 |
usrUserManRadiusAcctAltSecondBackupPortThe radius port for the secondary second backup accounting serverrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.114 |
usrUserManRadiusAcctRoundRobinCountThe number of times the servers are switched in the primary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.115 |
usrUserManRadiusAcctAltRoundRobinCountThe number of times the servers are switched in the secondary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.116 |
usrUserManRadiusAcctPacketDiscardCountThe number of packets discarded in the primary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.117 |
usrUserManRadiusAcctAltPacketDiscardCountThe number of packets discarded in the secondary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.118 |
usrUserManRadiusAcctQueuePercentFullPercentage of the queue filled in the primary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.119 |
usrUserManRadiusAcctAltQueuePercentFullPercentage of the queue filled in the secondary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.120 |
usrUserManRadiusAcctOutstandingPacketCountThe number of packets outstanding in the primary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.121 |
usrUserManRadiusAcctAltOutstandingPacketCountThe number of packets outstanding in the primary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.122 |
usrTacacsAcctAttrListSpecifies the tacacs+ accounting attribute lists requested from
different customer like SPRINT ....rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.123 |
usrUserManAcctAltRetransThe maximum number of times a timeout will occur for a
secondary server when communicating with radius accounting serverrw INTEGER .1.3.6.1.4.1.77.1.1.2.1.124 |
usrUserManLogUnauthenticatedCallsIf enabled, all unauthenticated calls will generate
a Stop Accounting-Request. If disabled, no Stop
Accounting-Requests will be sent.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.125 |
usrUserManRadiusActiveAuthIPThe IP address of the Active RADIUS Authentication Serverrw IpAddress .1.3.6.1.4.1.77.1.1.2.1.126 |
usrUserManRadiusActiveAcctIPFirstThe IP address of the Active RADIUS Accounting Server of First Grouprw IpAddress .1.3.6.1.4.1.77.1.1.2.1.127 |
usrUserManRadiusActiveAcctIPSecondThe IP address of the Active RADIUS Accounting Server of Second Grouprw IpAddress .1.3.6.1.4.1.77.1.1.2.1.128 |
usrUserManRadiusFirstBackupAuthSuccessesThe number of first backup radius server authentication successesro Counter32 .1.3.6.1.4.1.77.1.1.2.1.129 |
usrUserManRadiusFirstBackupAuthFailsThe number of first backup radius server authentication failuresro Counter32 .1.3.6.1.4.1.77.1.1.2.1.130 |
usrUserManRadiusSecondBackupAuthSuccessesThe number of secondary backup radius server authentication successesro Counter32 .1.3.6.1.4.1.77.1.1.2.1.131 |
usrUserManRadiusSecondBackupAuthFailsThe number of secondary backup radius server authentication failuresro Counter32 .1.3.6.1.4.1.77.1.1.2.1.132 |
usrUserManRadiusFirstBackupAuthNoResponseThe number of times first backup radius server fails to answer an
authentication requestro Counter32 .1.3.6.1.4.1.77.1.1.2.1.133 |
usrUserManRadiusSecondBackupAuthNoResponseThe number of times secondary backup radius server fails to answer an
authentication requestro Counter32 .1.3.6.1.4.1.77.1.1.2.1.134 |
usrUserManRadiusCounterResetTimeDaily time we reset all the authentication counter contains to value zeroro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.135 |
usrUserManRadiusResetAuthCountersToZeroAn user action to reset all the authentication counter
contains to value zerorw Integer32 .1.3.6.1.4.1.77.1.1.2.1.136 |
usrUserManRadiusAcctCounterResetTimeDaily time we reset all the accounting counter contains to value zeroro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.137 |
usrUserManRadiusResetAcctCountersToZeroAn user action to reset all the accounting counter contains
to value zerorw Integer32 .1.3.6.1.4.1.77.1.1.2.1.138 |
usrUserManVTSTermTable SEQUENCE OF UsrUserManVTSTermEntry .1.3.6.1.4.1.77.1.1.2.1.139 |
usrUserManVTSTermEntry UsrUserManVTSTermEntry .1.3.6.1.4.1.77.1.1.2.1.139.1 |
usrUserManVTSTermUserNameThe users name UsrUserName .1.3.6.1.4.1.77.1.1.2.1.139.1.1 |
usrUserManVTSTermSessionIdThe unique id for the active session OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.139.1.2 |
usrUserManVTSTermDynamicThe dynamic IP address for the active session IpAddress .1.3.6.1.4.1.77.1.1.2.1.139.1.3 |
usrUserManVTSTermSessionKeyA unique key to identify the active session OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.139.1.4 |
usrUserManVTSTermActionThe action to perform on the active session.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.139.1.5 |
usrUserManVTSVerifyTable SEQUENCE OF UsrUserManVTSVerifyEntry .1.3.6.1.4.1.77.1.1.2.1.140 |
usrUserManVTSVerifyEntry UsrUserManVTSVerifyEntry .1.3.6.1.4.1.77.1.1.2.1.140.1 |
usrUserManVTSVerifySessionIdThe unique id for the active session OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.140.1.1 |
usrUserManVTSVerifyUserNameThe users namero UsrUserName .1.3.6.1.4.1.77.1.1.2.1.140.1.2 |
usrUserManMaxLocalUsersMaximum Local users that may be supported on the cardrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.141 |
usrUserManRadiusSrcPortAuthThis flag state whether to use check the response radius
source port same at that configured in the system. The
default value is TRUErw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.142 |
usrUserManRadiusUseRadUsernameThis flag states whether to use the radius supplied username in the
access-accept packet to override the username in the request packet.
The default value is FALSE.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.143 |
usrResourceMgmtStateWhether the Resource Management is enabled or disabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.144 |
usrResourceMgmtQueriesReceivedPrimaryNumber of Resource Management Queries received from the Primary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.145 |
usrResourceMgmtQueryResponsesPrimaryNumber of Resource Management Query Responses sent to the Primary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.146 |
usrResourceMgmtReclaimsReceivedPrimaryNumber of Resource Management Reclaims received from the Primary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.147 |
usrResourceMgmtFreeSendPrimaryNumber of successful Resource Management Frees sent to the Primary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.148 |
usrResourceMgmtFreeRexmitPrimaryNumber of Resource Management Frees retransmitted to the Primary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.149 |
usrResourceMgmtQueriesReceivedSecondaryNumber of Resource Management Queries received from the Secondary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.150 |
usrResourceMgmtQueryResponsesSecondaryNumber of Resource Management Query Responses sent to the Secondary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.151 |
usrResourceMgmtReclaimsReceivedSecondaryNumber of Resource Management Reclaims received from the Secondary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.152 |
usrResourceMgmtFreeSendSecondaryNumber of successful Resource Management Frees sent to the Secondary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.153 |
usrResourceMgmtFreeRexmitSecondaryNumber of Resource Management Frees retransmitted to the Secondary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.154 |
usrResourceMgmtQueriesReceivedTertiaryNumber of Resource Management Queries received from the Tertiary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.155 |
usrResourceMgmtQueryResponsesTertiaryNumber of Resource Management Query Responses sent to the Tertiary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.156 |
usrResourceMgmtReclaimsReceivedTertiaryNumber of Resource Management Reclaims received from the Tertiary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.157 |
usrResourceMgmtFreeSendTertiaryNumber of successful Resource Management Frees sent to the Tertiary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.158 |
usrResourceMgmtFreeRexmitTertiaryNumber of Resource Management Frees retransmitted to the Tertiary server.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.159 |
usrRadiusAccountingAttributeStyleTakes STANDARD or Netserver style for accounting attribute values.
For wireless the default is standard or THREEG_ACCT_ATTR_FORMAT.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.160 |
usrResetResourceMgmtCountersToZeroAn user action to reset all the resource management counters to zerorw Integer32 .1.3.6.1.4.1.77.1.1.2.1.161 |
usrResetResourceMgmtCountersResetTimeTime the resource management counters were last reset to value zero.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.162 |
usrUserManRadiusAcctPrimaryServerGroupCounterResetTimeDaily time we reset all the accounting counters
for primary group to value zerorw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.163 |
usrUserManRadiusAcctSecondaryServerGroupCounterResetTimeDaily time we reset all the accounting counters
for secondary group to value zerorw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.164 |
usrRadiusSendAcctUnauthRecordWhether the Sending unauthenticated STOP records is enabled or disabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.165 |
usrUserManRadiusDefaultUserAcctWhether to send accounting records for default users.
This object is not used in wireless applications.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.166 |
usrUserManTunnelAuthenNameThis option is used for l2tp tunnel authentication.
Default/Disabled - System Transmit Authentication Name
Enabled - Used domain name or tunnel name.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.167 |
usrPrimaryAuthContactIntervalNumber of seconds since the Primary Radius authentication
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.168 |
usrSecondaryAuthContactIntervalNumber of seconds since the Secondary Radius authentication
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.169 |
usrTertiaryAuthContactIntervalNumber of seconds since the Tertiary Radius authentication
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.170 |
usrAcctGrp1PriContactIntervalNumber of seconds since the Group 1 Primary Accounting
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.171 |
usrAcctGrp1FrstBkpContactIntervalNumber of seconds since the Group 1 First backup accounting
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.172 |
usrAcctGrp1SecBkpContactIntervalNumber of seconds since the Group 1 Second Backup Accounting
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.173 |
usrAcctGrp2PriContactIntervalNumber of seconds since the Group 2 Primary Accounting
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.174 |
usrAcctGrp2FrstBkpContactIntervalNumber of seconds since the Group 2 First backup accounting
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.175 |
usrAcctGrp2SecBkpContactIntervalNumber of seconds since the Group 2 Second backup accounting
server was last contacted.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.176 |
usrUserManSyslogFormatSyslog message Format. Specifies which syslog style
format is in effect out of the possible range of
selections.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.177 |
usrUserManIPOnlyForPrimaryLinkThis is the switch to enable/disable sending 0.0.0.0 ip address
for any non primary link in the accounting records.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.178 |
usrRadiusAccountingPrioritiseFirstServerThis switch is to enable/disable prioritisation of the first server
in each server grouprw Enumeration .1.3.6.1.4.1.77.1.1.2.1.179 |
usrUserManOnlySTOPforFailedServiceAfter successful authentication, if the required service
start for the user fails, just send acct STOPrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.180 |
usrRadiusSendAcctAuthServiceTypeWhether the Sending of service type in auth-request
enabled or disabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.181 |
usrRadiusAuthStatusPollInitIntervalThe Initial Interval for Auth Status Pollingrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.182 |
usrRadiusAuthStatusPollMaxIntervalThe Maximum Interval for Auth Status Pollingrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.183 |
usrRadiusAuthStatusPollIncIntervalThe interval increment for Auth Status Pollingrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.184 |
usrRadiusAuthStatusServerUpRetryThe number of status server tries before making the server from down to uprw Integer32 .1.3.6.1.4.1.77.1.1.2.1.185 |
usrRadiusAuthStatusServerDownRetryThe number of status server retries before making the server from up to downrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.186 |
usrRadiusAuthStatusPrimServerThe status of the primary serverro Integer32 .1.3.6.1.4.1.77.1.1.2.1.187 |
usrRadiusAuthStatusSecServerThe status of the secondary serverro Integer32 .1.3.6.1.4.1.77.1.1.2.1.188 |
usrRadiusAuthStatusTerServerThe status of the tertiary serverro Integer32 .1.3.6.1.4.1.77.1.1.2.1.189 |
usrRadiusDNISAuthServiceTypeThe service type set fot DNIS authenticaton request.
Default is 10rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.190 |
usrRadiusVTPAccountingFlagFlag which decides whether to send acct records
for VTP tunnel users or notrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.194 |
uumAAAGlobalOpStatusRenewIntvlTime to reenable operationally down serversrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.199 |
uumAAAGlobalTotalRetransmitTotal Retransmit, same as RadiusOthers.radius_retransrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.200 |
usrPortIdStylePort Id generation style.
The value of 1 means that the port id will be given from
a contiguous space. The value 2 means the lowest port id will
be computed based on the density of ports.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.201 |
usrResourceReclaimStyleWhether resource reclaim is done in MCI style or the IETF draft style
Default is DRAFT stylerw Enumeration .1.3.6.1.4.1.77.1.1.2.1.202 |
usrAuthSyslogStateThis value states whether the Authentication information is sent in
the syslogs.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.203 |
usrAcctSyslogStateThis value states whether the Accounting information is sent in
the syslogs.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.204 |
usrAuthSyslogResetThis value states whether or not the authentication counters will be
reset at a configured interval.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.205 |
usrAcctSyslogResetThis value states whether or not the accounting counters will be
reset at a configured interval.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.206 |
usrAuthSyslogFrequencyThis object specifies the time interval after which the authentication
counters will be reset to zero.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.207 |
usrAcctSyslogFrequencyThis object specifies the time interval after which the accounting
counters will be reset to zero.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.208 |
usrUserManRadiusPrimaryPrefPrimary Auth Server preference value when using PREFERED
algorithmrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.209 |
usrUserManRadiusSecondaryPrefSecondary Auth Server preference value when using PREFERED
algorithmrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.210 |
usrUserManRadiusTertiaryPrefTertiary Auth Server preference value when using PREFERED
algorithmrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.211 |
usrUserManPerServerRetryCountPer Server Retry Count when using PREFERED algorithmrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.212 |
usrUserManPerAcctServerRetryCountPer Server Retry Count for Acct Serversrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.213 |
usrUserManRadiusAcctCDRStateIndicates whether to send Call Detail Record in ACCT Stop req.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.214 |
usrUserManRadiusAcctAggregateRoundRobinCountThe total number of times the servers are switched in the
primary and secondary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.215 |
usrUserManRadiusAcctAggregatePacketDiscardCountThe total number of packets discarded in the primary and
secondary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.216 |
usrUserManRadiusAcctAverageQueuePercentFullThe average of percentage of the queue filled in the primary
and secondary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.217 |
usrUserManRadiusAcctAggregateOutstandingPacketCountThe total number of packets outstanding in the primary
and secondary server groupro Integer32 .1.3.6.1.4.1.77.1.1.2.1.218 |
uumPrioratizeAuthServerIn Round Robin Feature, Try the first auth server initiallyrw Integer32 .1.3.6.1.4.1.77.1.1.2.1.219 |
usrResourceFreeForTunnelInitiatorFor a tunneled call(l2tp/pptp) user get authenticated at both
call initiator and call terminator thus uses 2 resources. If
enabled resources at the initiator is freed immediatly after
authentication else only when user goes away.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.220 |
usrRebootIndicationStyleWhether reboot indiaction is sent in fall-through fashion or in
round-robin manner according to server preference.
Default is fall-through stylerw Enumeration .1.3.6.1.4.1.77.1.1.2.1.222 |
usrUserManRadiusAcctPrimaryPrefPrimary Acct Server preference valuerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.223 |
usrUserManRadiusAcctSecondaryPrefSecondary Acct Server preference valuerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.224 |
usrUserManRadiusAcctBackupPrimaryFirstPrefAcct Server preference valuerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.225 |
usrUserManRadiusAcctBackupPrimarySecondPrefAcct Server preference valuerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.226 |
usrUserManRadiusAcctBackupSecondaryFirstPrefAcct Server preference valuerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.227 |
usrUserManRadiusAcctBackupSecondarySecondPrefAcct Server preference valuerw Integer32 .1.3.6.1.4.1.77.1.1.2.1.228 |
uumAAAGlobalRealmPasswordThe password for the user send to RADIUS realm directed req case.
Reading this object will return NULL.rw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.229 |
usrUserManAuthFailTrapsStateWhether the User Authentication Failure Trap is enabled or disabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.231 |
usrUserManNAIConfigTableA table for configuring NAI construction in case there is no authentication. SEQUENCE OF UumNAIConfigEntry .1.3.6.1.4.1.77.1.1.2.1.232 |
uumNAIConfigEntryAn entry in the NAI construction table. UumNAIConfigEntry .1.3.6.1.4.1.77.1.1.2.1.232.1 |
uumNAIIndexThe index of the NAI construction table, it can support up 100 entries.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.232.1.1 |
uumNAIMSIDTypeThe type of the MSIDrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.232.1.2 |
uumNAIMSIDRangeMinThe lower bound of the MSID range. This value is replaced by its
string counterpart belowobsolete Integer32 .1.3.6.1.4.1.77.1.1.2.1.232.1.3 |
uumNAIMSIDRangeMaxThe upper bound of the MSID range. This value is replaced by its
string counterpart belowobsolete Integer32 .1.3.6.1.4.1.77.1.1.2.1.232.1.4 |
uumNAIRealmThe realm of the MSID in the range specifiedrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.232.1.5 |
uumNAIStatusThis object is used to add, modify, and delete rows for
the NAI construction table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.232.1.6 |
uumNAIMSIDStrRangeMinThe MSI range requires 15 digits which cannot be accomodated
within an INTEGER. Hence the older object is replaced with this
string objectrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.232.1.7 |
uumNAIMSIDStrRangeMaxThe MSI range requires 15 digits which cannot be accomodated
within an INTEGER. Hence the older object is replaced with this
string objectrw OCTET STRING .1.3.6.1.4.1.77.1.1.2.1.232.1.8 |
uumNAIAuthTypeAction taken when a NAI of this type is constructed:
reject - drop the call using NAI in accounting record
accept - accept the call without consulting AAA using
PDSNDefault user session parameters
auth - consult AAA using constructed NAI as user name.
use AAA reply for session parameters if AAA accepts
use AAA reject to drop the callrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.232.1.9 |
usrUserManTODConfigTableA table for configuring Time Of Day Timer. SEQUENCE OF UumTODConfigEntry .1.3.6.1.4.1.77.1.1.2.1.233 |
uumTODConfigEntryAn entry in the TOD table. UumTODConfigEntry .1.3.6.1.4.1.77.1.1.2.1.233.1 |
uumTODIndexThe index of the TOD table, it can support up 5 entries.ro Integer32 .1.3.6.1.4.1.77.1.1.2.1.233.1.1 |
uumTODHourThe hour of the TOD timer, it is a 24 hour clock.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.233.1.2 |
uumTODMinuteThe minute of the TOD timer.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.233.1.3 |
uumTODSecondThe second of the TOD timer.rw Integer32 .1.3.6.1.4.1.77.1.1.2.1.233.1.4 |
uumTODStatusThis object is used to add and delete rows from the TOD table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.2.1.233.1.5 |
usrUserManTODTimerEnabledWhether TOD timer accounting is enabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.235 |
usrUserManActiveStopTriggerEnabledWhether Active Stop Airlink Record triggered accounting is enabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.236 |
usrUserMan3GAcctAttrFormatThis flags determines whether PDSN will send accounting attributes
in 3G format, 3Com VSA format, 3G and legacy Radius formatrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.244 |
uumAAAGlobalEnableLogUnauthenticatedCallsIs the AAA Global Log Unauthenticated Calls Enabled or disabled.
The default is enabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.245 |
uumAAAGlobalEnableUseAAAUserNameIs the AAA Global Use AAA USER NAME is Enabled or disabled.
The default is disabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.246 |
usrUserManHarpDownDetectionTimerThe longest time without responses from HARP/AAA in which
HARP/AAA need to be marked Out of Servicerw Integer32 (1 .. 65535) .1.3.6.1.4.1.77.1.1.2.1.248 |
usrUserManHarpUpDetectionSchemeFlag to indicate whether the HARP/AAA needs to be marked 'Up'
based purely on the up timer or based upon either a timer
or response from HARP/AAArw Enumeration .1.3.6.1.4.1.77.1.1.2.1.249 |
usrUserManAdminAcctIs accounting for admin users on or offrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.255 |
usrCorrelationIdFromFacnThis value states whether or not use correlation id received
from facn, when facn interface is enabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.256 |
uumAAAGlobalDomainSelectionMaskDomain selection maskrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.258 |
usrUserManHarpDownDetectionSchemeFlag to indicate whether the HARP/AAA needs to be marked 'Down'
based on tbe count of no-responses to the HARP/AAA or
based on the HARP/AAA down detection timer.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.259 |
usrUserManAAADownTrapsStateWhether the HARP/AAA Down Trap is enabled or disabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.260 |
usrUserManAAAUpTrapsStateWhether the HARP/AAA Up Trap is enabled or disabled.rw Enumeration .1.3.6.1.4.1.77.1.1.2.1.261 |
usrUserManDomainSelectionDomain selection from NAI: enabled or disabledrw Enumeration .1.3.6.1.4.1.77.1.1.2.1.270 |
usrUserManTraps OBJECT IDENTIFIER .1.3.6.1.4.1.77.1.1.2.2 |
usrUserManTrapsV2Events for the userman process OBJECT IDENTIFIER .1.3.6.1.4.1.77.1.1.2.2.0 |
usrUserManAuthFailureThis trap is generated when authentication fails for a user. NOTIFICATION-TYPE .1.3.6.1.4.1.77.1.1.2.2.0.1 |
usrUserManRadiusBusyoutTrapThis trap is generated when none of the authentication
or accounting servers can be contacted from the NAS
and we mark the ports busy.
Not Applicable to wireless components. NOTIFICATION-TYPE .1.3.6.1.4.1.77.1.1.2.2.0.2 |
usrUserManHarpDownTrapThis trap is generated when a HARP does not respond
within usrUserManHarpDownDetectionTimer defined seconds
and when HARP down detection is present and server is
marked UM_DOWN.
It sends the IP address of the failing HARP server.
This event is only generated under these conditins if
HarpDownDetection feature is enabled. NOTIFICATION-TYPE .1.3.6.1.4.1.77.1.1.2.2.0.3 |
usrUserManAAAAuthFailureThis is an Auth Fail trap for the new AAA implementation NOTIFICATION-TYPE .1.3.6.1.4.1.77.1.1.2.2.0.4 |
usrUserManAAAUpTrapThis trap is generated when the HARP/AAA is marked operational from
down state. Two trigger schemes are detected for this trap.
1. If the HarpDownDetection feature is enabled, the trap is generated
either after a configured amount of time (OP. Renewal status interval)
or is generated on receiving a response from the HARP server which is
marked down.
2. If the HarpDownDetection feature is disabled, the trap is generated
after a configured amount of time (OP. Renewal status interval) NOTIFICATION-TYPE .1.3.6.1.4.1.77.1.1.2.2.0.5 |