MIBs Depot

COLUBRIS-PUBLIC-ACCESS-MIB

Registered at
1.3.6.1.4.1.8744.5.1
Last updated
2005-11-04 00:00
Organization
Colubris Networks, Inc.
Namespace
hpmsm
Source file
COLUBRIS-PUBLIC-ACCESS-MIB
Digest
sha256:64496c241091646194d3fe16e5dd992d3c5bce6861798dff2ddf00824b00e519

Description

Colubris Networks Public Access MIB.

Contact

Colubris Networks Postal: 200 West Street Ste 300 Waltham, Massachusetts 02451-1121 UNITED STATES Phone: +1 781 684 0001 Fax: +1 781 684 0009 E-mail: cn-snmp@colubris.com

Imports

FromSymbols
COLUBRIS-SMIcolubrisMgmtV2
COLUBRIS-TCColubrisNotificationEnable, ColubrisPriorityQueue, ColubrisProfileIndexOrZero, ColubrisSSIDOrNone, ColubrisSecurity, ColubrisUsersAuthenticationMode, ColubrisUsersAuthenticationType
IF-MIBInterfaceIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, MacAddress, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

COLUBRIS-PUBLIC-ACCESS-MIB
COLUBRIS-SMI
COLUBRIS-TC
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
colubrisPublicAccessMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.1
publicAccessGroup
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.1.1
publicAccessStatus
OBJECT-TYPE
Identifies the current status of the authentication system.
1.3.6.1.4.1.8744.5.1.1.1.1INTEGER {up(1), down(2)}read-onlycurrent
publicAccessStatusChangedCause
OBJECT-TYPE
Identifies the last cause of a status change. Mostly used by the publicAccessStatusChanged trap.
1.3.6.1.4.1.8744.5.1.1.1.2OCTET STRING (SIZE(0..253))read-onlycurrent
publicAccessDeviceGroup
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.1.2
publicAccessDeviceUserName
OBJECT-TYPE
Specifies the username that the device uses when authenticating itself to a RADIUS server.
1.3.6.1.4.1.8744.5.1.1.2.1OCTET STRING (SIZE(1..253))read-writecurrent
publicAccessDeviceUserPassword
OBJECT-TYPE
Specifies the password the device uses when authenticating to a RADIUS server. For security reasons, this should be set only if SNMP traffic is sent through a VPN tunnel. Reading this attribute will return an empty string.
1.3.6.1.4.1.8744.5.1.1.2.2OCTET STRING (SIZE(0..230))read-writecurrent
publicAccessDeviceSessionTimeoutAdminStatus
OBJECT-TYPE
Specifies the interval of time between two consecutive authentication attempts in minutes. At each successful authentication the device configuration is refreshed. This is not the time between RADIUS Access Request when an authentication is proceeding without answers. For that element, see the RADIUS Profile definition.
1.3.6.1.4.1.8744.5.1.1.2.3Unsigned32 (1..9999)read-writecurrent
publicAccessDeviceSessionTimeoutOperStatus
OBJECT-TYPE
Identifies the interval of time between two consecutive authentication attempts in seconds. At each successful authentication the device configuration is refreshed. This is not the time between RADIUS Access Request when an authentication is proceeding without answers. For that element, see the RADIUS Profile definition.
1.3.6.1.4.1.8744.5.1.1.2.4Unsigned32read-onlycurrent
publicAccessDeviceConfigMode
OBJECT-TYPE
Identifies how configuration of the device is performed. This can be via locally configured settings on the device, or retrieved from a AAA server. If both options are enabled, the settings retrieved from the AAA server overwrite the local configuration settings.
1.3.6.1.4.1.8744.5.1.1.2.5ColubrisUsersAuthenticationModeread-onlycurrent
publicAccessDeviceAuthenProfileIndex
OBJECT-TYPE
Identifies the AAA server profile to use to authenticate the device. This attribute only applies when publicAccessDeviceConfigMode is set to 'profile' or 'localAndProfile'. When the special value zero is specified, no AAA server profile is selected.
1.3.6.1.4.1.8744.5.1.1.2.6ColubrisProfileIndexOrZeroread-onlycurrent
publicAccessDeviceAccountingEnabled
OBJECT-TYPE
Identifies if accounting information is generated by the device and sent to the AAA server. The device generate RADIUS accounting of type ON and OFF. This also covers accounting of all access-lists independently of where they are used. For accounting, the following status types are generated: START, INTERIM-UPDATE, and STOP. Accounting information is generated only if a valid AAA server profile is configured in the publicAccessDeviceAccountingProfileIndex attribute.
1.3.6.1.4.1.8744.5.1.1.2.7INTEGER {enable(1), disable(2)}read-onlycurrent
publicAccessDeviceAccountingProfileIndex
OBJECT-TYPE
Identifies the AAA server profile to use for device accounting. This attribute only applies when publicAccessDeviceAccountingEnabled is set to 'enable'. When the special value zero is specified, the value set inside publicAccessDeviceAuthenProfileIndex is used instead.
1.3.6.1.4.1.8744.5.1.1.2.8ColubrisProfileIndexOrZeroread-onlycurrent
publicAccessDeviceForceReconfiguration
OBJECT-TYPE
Specify forceReconfiguration(1) to force the device to re-read the local configuration file or re-issue an authentication request to the AAA server, or both based on the value of the publicAccessDeviceConfigMode attribute. Reading this object always returns 'idle'. Re-issuing an authentication only applies if a valid AAA server profile is specified in publicAccessDeviceAuthenProfileIndex.
1.3.6.1.4.1.8744.5.1.1.2.9INTEGER {idle(0), forceReconfiguration(1)}read-writecurrent
publicAccessUsersGroup
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.1.3
publicAccessUsersMaxCount
OBJECT-TYPE
Indicates the maximum number of concurrent authenticated users.
1.3.6.1.4.1.8744.5.1.1.3.1Unsigned32read-onlycurrent
publicAccessUsersCount
OBJECT-TYPE
Indicates the number of currently authenticated users.
1.3.6.1.4.1.8744.5.1.1.3.2Gauge32read-onlycurrent
publicAccessUsersThreshold
OBJECT-TYPE
Specifies the trigger value for sending the publicAccessUsersThresholdTrap. When the number of users logged into the public access interface is equal to or exceeds this threshold value, a publicAccessUsersThresholdTrap is sent. The threshold value cannot exceed publicAccessUsersMaxCount or an error is returned. Set this to zero to disable sending of the publicAccessUsersThresholdTrap.
1.3.6.1.4.1.8744.5.1.1.3.3Unsigned32read-writecurrent
publicAccessUsersSessionTrapEnabled
OBJECT-TYPE
When set to enable, the publicAccessUsersSessionStart and publicAccessUsersSessionStop traps are generated when a user session begins or ends.
1.3.6.1.4.1.8744.5.1.1.3.4ColubrisNotificationEnableread-writecurrent
publicAccessUsersConfigTable
OBJECT-TYPE
Provides information on the user's authentication method. In tabular form to allow multiple instances on an agent.
1.3.6.1.4.1.8744.5.1.1.3.5not-accessiblecurrent
publicAccessUsersConfigEntry
OBJECT-TYPE
An entry in the table.
1.3.6.1.4.1.8744.5.1.1.3.5.1not-accessiblecurrent
publicAccessUsersConfigIndex
OBJECT-TYPE
Index of a user profile in the publicAccessUsersConfigTable.
1.3.6.1.4.1.8744.5.1.1.3.5.1.1Integer32 (1..2147483647)not-accessiblecurrent
publicAccessUsersConfigAuthenType
OBJECT-TYPE
Indicates the mechanism used to authenticate users.
1.3.6.1.4.1.8744.5.1.1.3.5.1.2ColubrisUsersAuthenticationTyperead-onlycurrent
publicAccessUsersConfigAuthenMode
OBJECT-TYPE
Specifies how the user authentication is performed. It can be done with the local user list or via a AAA server profile. If both are enabled, the local user list is checked first.
1.3.6.1.4.1.8744.5.1.1.3.5.1.3ColubrisUsersAuthenticationModeread-onlycurrent
publicAccessUsersConfigAuthenProfileIndex
OBJECT-TYPE
Specifies the AAA profile to use for user authentication when publicAccessUsersAuthenMode is set to 'profile' or 'localAndProfile'.
1.3.6.1.4.1.8744.5.1.1.3.5.1.4ColubrisProfileIndexOrZeroread-onlycurrent
publicAccessUsersConfigAuthenTimeout
OBJECT-TYPE
Logins are refused if the AAA server does not respond within this time period. Only applies when coVirtualApUserAccessAuthenMode is set to 'profile' or 'localAndProfile' and when the users are authenticated via 'HTML' or 'MAC' authentication.
1.3.6.1.4.1.8744.5.1.1.3.5.1.5Unsigned32 (0..65535)read-onlycurrent
publicAccessUsersConfigAccountingEnabled
OBJECT-TYPE
Indicates if accounting information is generated by the device and sent to the AAA server for public access users. Accounting information is generated only if a valid AAA server profile is configured for publicAccessUsersAccountingProfileIndex.
1.3.6.1.4.1.8744.5.1.1.3.5.1.6INTEGER {enable(1), disable(2)}read-onlycurrent
publicAccessUsersConfigAccountingProfileIndex
OBJECT-TYPE
Identifies the AAA profile to send accounting to for public access users. When zero is specified, the value set inside publicAccessDeviceAuthenProfileIndex is used instead.
1.3.6.1.4.1.8744.5.1.1.3.5.1.7ColubrisProfileIndexOrZeroread-onlycurrent
publicAccessUsersConfigInterfaceIndex
OBJECT-TYPE
Indicates the local interface on which these configuration parameters apply. This attribute is used with the publicAccessUsersConfigVirtualApProfileIndex to uniquely identify an entry in Virtual AP indexed tables.
1.3.6.1.4.1.8744.5.1.1.3.5.1.8InterfaceIndexread-onlycurrent
publicAccessUsersConfigVirtualApProfileIndex
OBJECT-TYPE
Indicates a user's VAP profile currently associated with these configuration parameters. This attribute is used with the publicAccessUsersConfigInterfaceIndex to uniquely identify an entry in Virtual AP indexed tables.
1.3.6.1.4.1.8744.5.1.1.3.5.1.9Integer32 (1..2147483647)read-onlycurrent
publicAccessUserTable
OBJECT-TYPE
A table containing specific information for users authenticated by the authentication system. In tabular form to allow multiple instances on an agent.
1.3.6.1.4.1.8744.5.1.1.3.6not-accessiblecurrent
publicAccessUserEntry
OBJECT-TYPE
Information about a particular user that has been authenticated by the authentication system. publicAccessUserIndex - Uniquely identifies a user in the table.
1.3.6.1.4.1.8744.5.1.1.3.6.1not-accessiblecurrent
publicAccessUserIndex
OBJECT-TYPE
Index of a user in the publicAccessUserTable.
1.3.6.1.4.1.8744.5.1.1.3.6.1.1Integer32 (1..2147483647)not-accessiblecurrent
publicAccessUserAuthenType
OBJECT-TYPE
Indicates the mechanism used to authenticate the user.
1.3.6.1.4.1.8744.5.1.1.3.6.1.2ColubrisUsersAuthenticationTyperead-onlycurrent
publicAccessUserAuthenMode
OBJECT-TYPE
Specifies how user authentication is performed. It can be done using a local user list defined on the device or AAA server profile. If both modes are active the local user list is checked first.
1.3.6.1.4.1.8744.5.1.1.3.6.1.3ColubrisUsersAuthenticationModeread-onlycurrent
publicAccessUserState
OBJECT-TYPE
Indicates the current state of the user.
1.3.6.1.4.1.8744.5.1.1.3.6.1.4INTEGER {unassigned(0), connecting(1), connected(2), reconnecting(3), disconnecting(4), disconnected(5), disconnectingAdministrative(6), disconnectedAdministrative(7)}read-onlycurrent
publicAccessUserStationIpAddress
OBJECT-TYPE
Indicates the user's IP address.
1.3.6.1.4.1.8744.5.1.1.3.6.1.5IpAddressread-onlycurrent
publicAccessUserName
OBJECT-TYPE
Indicates the user's name.
1.3.6.1.4.1.8744.5.1.1.3.6.1.6OCTET STRING (SIZE(0..253))read-onlycurrent
publicAccessUserSessionStartTime
OBJECT-TYPE
Indicates when this user session was started.
1.3.6.1.4.1.8744.5.1.1.3.6.1.7DateAndTimeread-onlycurrent
publicAccessUserSessionDuration
OBJECT-TYPE
Indicates how long the user's session has been active. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.8Counter32read-onlycurrent
publicAccessUserIdleTime
OBJECT-TYPE
Indicates for how long the user's session has been idle. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.9Counter32read-onlycurrent
publicAccessUserBytesSent
OBJECT-TYPE
Indicates the total number of bytes sent by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.10Counter64read-onlycurrent
publicAccessUserBytesReceived
OBJECT-TYPE
Indicates the total number of bytes received by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.11Counter64read-onlycurrent
publicAccessUserPacketsSent
OBJECT-TYPE
Indicates the total number of IP packets sent by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.12Counter32read-onlycurrent
publicAccessUserPacketsReceived
OBJECT-TYPE
Indicates the total number of IP packets received by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.13Counter32read-onlycurrent
publicAccessUserForceDisconnection
OBJECT-TYPE
Setting this attribute to 'adminReset' disconnects the user with a cause of ADMIN_RESET. Reading this variable always return 'idle'.
1.3.6.1.4.1.8744.5.1.1.3.6.1.14INTEGER {idle(0), adminReset(1)}read-writecurrent
publicAccessUserStationMacAddress
OBJECT-TYPE
Indicates the user's MAC Address.
1.3.6.1.4.1.8744.5.1.1.3.6.1.15MacAddressread-onlycurrent
publicAccessUserApMacAddress
OBJECT-TYPE
Indicates the user's Access Point MAC Address when Location- Aware is enabled or the Access Controller MAC Address.
1.3.6.1.4.1.8744.5.1.1.3.6.1.16MacAddressread-onlycurrent
publicAccessUserGroupName
OBJECT-TYPE
Indicates the user's Access Point Group Name (ONLY when Location-aware is enabled and properly configured). If this information is not available, a zero-Length string is returned.
1.3.6.1.4.1.8744.5.1.1.3.6.1.17OCTET STRING (SIZE(0..64))read-onlycurrent
publicAccessUserSSID
OBJECT-TYPE
Indicates the user's Access Point SSID (ONLY when Location-aware is enabled and properly configured). If this information is not available, a zero-Length string is returned.
1.3.6.1.4.1.8744.5.1.1.3.6.1.18ColubrisSSIDOrNoneread-onlycurrent
publicAccessUserSecurity
OBJECT-TYPE
Specifies the user's security mode.
1.3.6.1.4.1.8744.5.1.1.3.6.1.19ColubrisSecurityread-onlycurrent
publicAccessUserPHYType
OBJECT-TYPE
Specifies the user's radio type.
1.3.6.1.4.1.8744.5.1.1.3.6.1.20INTEGER {unknown(0), ieee802dot11a(1), ieee802dot11b(2), ieee802dot11g(3), ieee802dot11n(4)}read-onlycurrent
publicAccessUserVLAN
OBJECT-TYPE
Specifies the VLAN currently assigned to the user.
1.3.6.1.4.1.8744.5.1.1.3.6.1.21Integer32 (0..4094)read-onlycurrent
publicAccessUserApRadioIndex
OBJECT-TYPE
Indicates the radio to which this user is associated. The index 0 is reserved when location aware is not enabled or not properly configured. It means that the system could not determine on which interface the user is connected. Please note that this information is not related to the standard SNMP interface table. It is a proprietary index information on the Radios in Colubris devices.
1.3.6.1.4.1.8744.5.1.1.3.6.1.22Integer32 (0..2147483647)read-onlycurrent
publicAccessUserConfigIndex
OBJECT-TYPE
Indicates the configuration profile in the publicAccessUsersConfigTable currently associated with this user. When location aware is not enabled or not properly configured, the first SSID of the first radio interface is used as the default configuration profile.
1.3.6.1.4.1.8744.5.1.1.3.6.1.23Integer32 (1..2147483647)read-onlycurrent
publicAccessUserConnectedInterface
OBJECT-TYPE
Indicates the device's logical public interface to which the user is connected. This will always be a string containing 'br0'.
1.3.6.1.4.1.8744.5.1.1.3.6.1.24OCTET STRING (SIZE(0..10))accessible-for-notifycurrent
publicAccessUserBytesSentDropped
OBJECT-TYPE
Indicates the total number of bytes sent by the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.25Counter64read-onlycurrent
publicAccessUserBytesReceivedDropped
OBJECT-TYPE
Indicates the total number of bytes received for the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.26Counter64read-onlycurrent
publicAccessUserPacketsSentDropped
OBJECT-TYPE
Indicates the total number of packets sent by the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.27Counter32read-onlycurrent
publicAccessUserPacketsReceivedDropped
OBJECT-TYPE
Indicates the total number of packets received for the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
1.3.6.1.4.1.8744.5.1.1.3.6.1.28Counter32read-onlycurrent
publicAccessUserRateLimitationEnabled
OBJECT-TYPE
Specifies if rate limitation is enabled for the user.
1.3.6.1.4.1.8744.5.1.1.3.6.1.29TruthValueread-onlycurrent
publicAccessUserMaxTransmitRate
OBJECT-TYPE
Specifies the maximum transmit rate for the user.
1.3.6.1.4.1.8744.5.1.1.3.6.1.30Integer32 (100..1000000)read-onlycurrent
publicAccessUserMaxReceiveRate
OBJECT-TYPE
Specifies the maximum receive rate for the user.
1.3.6.1.4.1.8744.5.1.1.3.6.1.31Integer32 (100..1000000)read-onlycurrent
publicAccessUserBandwidthControlLevel
OBJECT-TYPE
Specifies the user's bandwidth control level.
1.3.6.1.4.1.8744.5.1.1.3.6.1.32ColubrisPriorityQueueread-onlycurrent
publicAccessUserNASPort
OBJECT-TYPE
Specifies the NAS-Port value assigned to the user.
1.3.6.1.4.1.8744.5.1.1.3.6.1.33Unsigned32read-onlycurrent
publicAccessUsersLoggedInTrapEnabled
OBJECT-TYPE
When set to enable, the publicAccessUsersLoggedInTrap is generated.
1.3.6.1.4.1.8744.5.1.1.3.7ColubrisNotificationEnableread-writecurrent
publicAccessUsersLoggedInTrapInterval
OBJECT-TYPE
Interval between publicAccessUsersLoggedInTrap traps. Setting this to 0 will disable periodic sending of these traps.
1.3.6.1.4.1.8744.5.1.1.3.8Unsigned32 (0..1000000)read-writecurrent
publicAccessNASPortsGroup
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.1.4
publicAccessNASPortCount
OBJECT-TYPE
Indicates the number of NAS-Port supported.
1.3.6.1.4.1.8744.5.1.1.4.1Gauge32read-onlycurrent
publicAccessNASPortTable
OBJECT-TYPE
A table containing specific information for NAS-Port by the Access Controller. In tabular form to allow multiple instances on an agent.
1.3.6.1.4.1.8744.5.1.1.4.2not-accessiblecurrent
publicAccessNASPortEntry
OBJECT-TYPE
Information about a particular NAS-Port by Access Controller. publicAccessNASPortIndex - Uniquely identifies a NAS-Port in the table.
1.3.6.1.4.1.8744.5.1.1.4.2.1not-accessiblecurrent
publicAccessNASPortIndex
OBJECT-TYPE
Index of a NAS-Port in the publicAccessNASPortTable.
1.3.6.1.4.1.8744.5.1.1.4.2.1.1Integer32 (1..2147483647)not-accessiblecurrent
publicAccessNASPortUserName
OBJECT-TYPE
Indicates the user's name currently authenticated by the Access Controller on this NAS-Port.
1.3.6.1.4.1.8744.5.1.1.4.2.1.2OCTET STRING (SIZE(0..253))read-onlycurrent
publicAccessMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.2
publicAccessMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.2.0
colubrisPublicAccessMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.3
colubrisPublicAccessMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.3.1
colubrisPublicAccessMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.8744.5.1.3.2

Notifications

NameOIDStatus
publicAccessStatusChangedTrap
NOTIFICATION-TYPE
This notification is sent whenever the authentication system status changes (up or down).
1.3.6.1.4.1.8744.5.1.2.0.1current
publicAccessUsersThresholdTrap
NOTIFICATION-TYPE
This notification is sent whenever publicAccessUsersThreshold is exceeded.
1.3.6.1.4.1.8744.5.1.2.0.2current
publicAccessUsersSessionStartTrap
NOTIFICATION-TYPE
When a user successfully authenticate a trap is generated if the publicAccessUsersSessionTrapEnabled is set to True.
1.3.6.1.4.1.8744.5.1.2.0.3current
publicAccessUsersSessionStopTrap
NOTIFICATION-TYPE
When a user terminates their session a trap is generated if the publicAccessUsersSessionTrapEnabled is set to True.
1.3.6.1.4.1.8744.5.1.2.0.4current
publicAccessUsersSessionFailTrap
NOTIFICATION-TYPE
When a user authentication fails a trap is generated if the publicAccessUsersSessionTrapEnabled is set to True.
1.3.6.1.4.1.8744.5.1.2.0.5current
publicAccessUsersLoggedInTrap
NOTIFICATION-TYPE
This is sent when a user is authenticated or periodically (see publicAccessUSersLoggedInTrapInterval) if the publicAccessUsersLoggedInTrapEnabled is set to True.
1.3.6.1.4.1.8744.5.1.2.0.6current

Conformance

NameOIDStatus
colubrisPublicAccessMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Colubris Public Access MIB.
1.3.6.1.4.1.8744.5.1.3.1.1current
colubrisPublicAccessMIBGroup
OBJECT-GROUP
A collection of objects providing control over the Public Access MIB.
1.3.6.1.4.1.8744.5.1.3.2.1current
colubrisPublicAccessUserMIBGroup
OBJECT-GROUP
A collection of objects providing the Public Access MIB capability.
1.3.6.1.4.1.8744.5.1.3.2.2current
colubrisPublicAccessUserConfigMIBGroup
OBJECT-GROUP
A collection of objects providing the Public Access user configuration capability.
1.3.6.1.4.1.8744.5.1.3.2.3current
colubrisPublicAccessNotificationGroup
NOTIFICATION-GROUP
A collection of supported notifications.
1.3.6.1.4.1.8744.5.1.3.2.4current
colubrisPublicAccessNASPortsMIBGroup
OBJECT-GROUP
A collection of objects providing the Public Access NAS Port MIB capability.
1.3.6.1.4.1.8744.5.1.3.2.5current