Home/Catalog/ALCATEL-IND1-AAA-MIB

ALCATEL-IND1-AAA-MIB

AI MIB Summary

The ALCATEL-IND1-AAA-MIB provides SNMP access to monitor and manage Authentication, Authorization, and Accounting (AAA) subsystem metrics on Alcatel-Lucent "Birds of Prey" network hardware, specifically tracking user session states, authentication failures, and accounting records.

This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): For the Birds Of Prey Product Line Authentication, Authorization, and Accounting (AAA) Subsystem. The right to make changes in specification and other information contained in this document without prior notice is reserved. No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein. Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used. Copyright (C) 1995-2007 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
Main OID:
alcatelIND1AAAMIB.1.3.6.1.4.1.6486.801.1.2.1.15.1
252
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

252 total
Object Name
alcatelIND1AAAMIBThis module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): For the Birds Of Prey Product Line Authentication, Authorization, and Accounting (AAA) Subsystem. The right to make changes in specification and other information contained in this document without prior notice is reserved. No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein. Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used. Copyright (C) 1995-2007 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
MODULE-IDENTITY
.1.3.6.1.4.1.6486.801.1.2.1.15.1
alcatelIND1AAAMIBObjectsBranch For Authentication, Authorization, and Accounting (AAA) Subsystem Managed Objects.
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1
aaaServerMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1
aaaServerTableThis table shows current configuration for each AAA server.
SEQUENCE OF AaaServerEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1
aaaServerEntryAn AAA server configuration identified by its protocol and its index. An entry is created/removed when a server is defined or undefined with IOS configuration commands via CLI or by issuing appropriate sets to this table using snmp.
AaaServerEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1
aaasNameName of the server. This name is given by the operator to refer the server.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.1
aaasProtocolProtocol used with the server: radius(1) - RADIUS ldap(2) - LDAP ace(3) - ACE tacacs(4) - TACACS+rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.2
aaasHostNameDNS name of the server host.rw
DisplayString ( SIZE( 0 .. 64 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.3
aaasIpAddressIP address of the server host.rw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.4
aaasHostName2DNS name of the backup server host.rw
DisplayString ( SIZE( 0 .. 64 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.5
aaasIpAddress2IP address of the backup server host.rw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.6
aaasRetriesNumber of retries the switch makes to the server to authenticate a user before trying the next backup server. The default value is 3.rw
INTEGER ( 0 .. 32 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.7
aaasTimoutTime-out for server replies to authentication requests. The default value is 2.rw
INTEGER ( 0 .. 512 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.8
aaasRadKeyThe shared secret is a string of characters known to the switch and to the RADIUS server, but it is not sent out over the network. The secret can be any text string and must be configured here as well as on the server. The secret is stored encrypted using a two way algorithm.rw
DisplayString ( SIZE( 0 .. 64 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.9
aaasRadAuthPortFor RADIUS server only. Port number for authentication request; the host is not used for authentication if set to 0. The default value is 1645.rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.10
aaasRadAcctPortFor RADIUS server only. Port number for accounting request; the host is not used for authentication if set to 0. The default value is 1646.rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.11
aaasLdapPortFor LDAP server only. Port number for LDAP server host.rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.12
aaasLdapDnFor LDAP server only. the super user dn, i.e., the administrative distinguished name recognized by the LDAP-enabled directory servers (e.g., cn=manager)rw
DisplayString ( SIZE( 0 .. 255 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.13
aaasLdapPasswdFor LDAP server only. the super user password, i.e., the administrative password recognized by LDAP-enabled directory servers (e.g., secret). The secret is stored encrypted using a two way algorithm.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.14
aaasLdapSearchBaseFor LDAP server only. Search base recognized by LDAP-enabled directory servers (e.g.,o=company, c=US).rw
DisplayString ( SIZE( 0 .. 64 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.15
aaasLdapServTypeFor LDAP server only. Directory server type used in LDAP Authentication: ns(0) - non significant value generic(1) - Generic Schema netscape(2) - Netscape Directory Server novell(3) - Novell NDS sun(4) - Sun Directory Services microsoft(5) - Microsoft Active Directoryrw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.16
aaasLdapEnableSslOnly for LDAP server. Specify if the connection between the swtich and the LDAP server use a SSL session.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.17
aaasAceClearOnly for ACE server. The ACE/Server generates a secrets that it sends to clients for authentication. While you cannot configure the secret on the switch, you can clear it. To clear the current ACE/Server secret, set this OID. After clearing the secret on the switch, you must also clear the secret from the ACE server.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.18
aaasRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.19
aaasTacacsKeyThe shared secret is a string of characters known to the switch and to the TACACS+ server, but it is not sent out over the network. The secret can be any text string and must be configured here as well as on the server. The secret is stored encrypted using a two way algorithm.rw
DisplayString ( SIZE( 0 .. 64 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.20
aaasTacacsPortFor TACACS+ server only. Port number for LDAP server host.rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.21
aaasHttpPortFor HTTP server only. Port number for LDAP server host.rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.22
aaasHttpDirectoryFor HTTP server only. A combination of directory tree and filename where the CRL can be found.rw
DisplayString ( SIZE( 0 .. 64 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.23
aaasHttpProxyHostNameFor HTTP server only. DNS name of the proxy server.rw
DisplayString ( SIZE( 0 .. 64 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.24
aaasHttpProxyIpAddressFor HTTP server only. IP address of the proxy server.rw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.25
aaasHttpProxyPortFor HTTP server only. Port number for HTTP proxy server.rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.26
aaasVrfNameName of the VRF that the server is on. This VRF name is valid only when the server type is RADIUS. (aaasProtocol = 1 (Radius).rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.1.1.1.27
aaaAuthAcctMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2
aaaAuthVlanTableThis table allow to display and modify the configuration of the authentication servers for the authenticated vlans.
SEQUENCE OF AaaAuthVlanEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1
aaaAuthVlanEntryThere can be one or several entries in this table. In case of single authority, all vlan are authenticated by the same set of servers, the aaatvVlan index is then equal to 0. In case of multiple authorities, each authenticated vlan has its own list of servers.
AaaAuthVlanEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1
aaatvVlanIt indicate the vlan number authenticated by the servers. The value (0) means that all vlan are authenticated by the same servers (single mode configuration).rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1.1
aaatvName1Name of the server. It corresponds to an index value of the aaaServerTable An Ace server can not be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1.2
aaatvName2Name of the server. It corresponds to an index value of the aaaServerTable An Ace server can not be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1.3
aaatvName3Name of the server. It corresponds to an index value of the aaaServerTable An Ace server can not be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1.4
aaatvName4Name of the server. It corresponds to an index value of the aaaServerTable An Ace server can not be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1.5
aaatvRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1.6
aaatvCertificateuse of x509 user certificate during the HTTPs session establisment. noCertificate(0)- no user certificate is required, certificateOnly(1) - the DN from the certifiicate is used to access to the authorization data of the user certificateWithPassword(2) - the user must execute a log-in procedure with user name and password after his certificate validationrw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.1.1.7
aaaAuthSATableThis table allow to display and modify the configuration of the authentication servers for the switch accesses.
SEQUENCE OF AaaAuthSAEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2
aaaAuthSAEntryA switch access authentication entry is specified by the type of access.
AaaAuthSAEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1
aaatsInterfaceType of connection that must be authenticated default(1) -define the default authentication method for console, telnet, ftp, snmp , http and ssh. If the operator interface is not especially configured the default value is applied to this interface.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1.1
aaatsName1Name of the server. Special value 'local' correspond to the local database. Other name correspond to an index value of the aaaServerTable snmp entry can only use ldap server and local database.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1.2
aaatsName2Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local database. Other name correspond to an index value of the aaaServerTable snmp entry can only use ldap server and local database.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1.3
aaatsName3Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local database. Other name correspond to an index value of the aaaServerTable snmp entry can only use ldap server and local database.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1.4
aaatsName4Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local database. Other name correspond to an index value of the aaaServerTable snmp entry can only use ldap server and local database.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1.5
aaatsRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1.7
aaatsCertificateuse of x509 user certificate during the HTTPs session establisment. noCertificate(0)- no user certificate is required, certificateOnly(1) - the DN from the certifiicate is used to access to the authorization data of the user certificateWithPassword(2) - the user must execute a log-in procedure with user name and password after his certificate validationrw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.2.1.8
aaaAcctVlanTableThis table allows to display and configure the accounting servers for authenticated Vlans.
SEQUENCE OF AaaAcctVlanEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3
aaaAcctVlanEntryThere can be one or several entries in this table. In case of single authority, accounting information for all vlans are sent to the same set of servers, the aaatVlan index is then equal to 0. In case of multiple authorities, each authenticated vlan has its own list of servers.
AaaAcctVlanEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3.1
aaacvVlanCurrent vlan number. The value (0) for avlan interface means that all authenticated vlans use the same servers for authentication.rw
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3.1.1
aaacvName1Name of the server. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3.1.2
aaacvName2Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3.1.3
aaacvName3Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3.1.4
aaacvName4Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3.1.5
aaacvRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.3.1.6
aaaAcctSATableThis table shows current configuration for Switch access accounting.
SEQUENCE OF AaaAcctSAEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4
aaaAcctSAEntryAccounting configuration for switch access.
AaaAcctSAEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4.1
aaacsInterfaceFor now, accounting for console, telnet, ftp, http, snmp, ssh are stored in the same set of servers, the index is always (1).rw
INTEGER ( 1 .. 1 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4.1.1
aaacsName1Name of the server. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4.1.2
aaacsName2Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4.1.3
aaacsName3Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4.1.4
aaacsName4Name of a server used if the precedent is not accessible. Special value 'local' correspond to the local log. Other name correspond to an index value of the aaaServerTable An Ace server can not be used for accounting.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4.1.5
aaacsRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.4.1.6
aaaAuth8021xTableThis table shows current configuration for 802.1X authentication.
SEQUENCE OF AaaAuth8021xEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5
aaaAuth8021xEntryconfiguration for 802.1X authentication.
AaaAuth8021xEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1
aaatxInterfaceFor now, the index is always (1).rw
INTEGER ( 1 .. 1 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1.1
aaatxName1Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1.2
aaatxName2Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1.3
aaatxName3Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1.4
aaatxName4Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1.5
aaatxOpenType of port openning after authentication. If open-global(1) the port treats packet with unknown MAC addresses like an un-authenticated port. If open-unique(2), the port drops incomming packet with unknown MAC addresses.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1.6
aaatxRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.5.1.7
aaaAcct8021xTableThis table shows current configuration for 802.1X accounting.
SEQUENCE OF AaaAcct8021xEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6
aaaAcct8021xEntryConfiguration for 802.1X accounting.
AaaAcct8021xEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6.1
aaacxInterfaceFor now, the index is always (1).rw
INTEGER ( 1 .. 1 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6.1.1
aaacxName1Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6.1.2
aaacxName2Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6.1.3
aaacxName3Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6.1.4
aaacxName4Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6.1.5
aaacxRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.6.1.6
aaaPkiTableThis table shows current configuration for PKI.
SEQUENCE OF AaaPkiEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7
aaaPkiEntryConfiguration for PKI.
AaaPkiEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1
aaatpInterfaceFor now, the index is always (1).rw
INTEGER ( 1 .. 1 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1.1
aaatpName1Name of the server contening the CRL. It corresponds to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1.2
aaatpName2Name of the server contening the CRL. It corresponds to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1.3
aaatpName3Name of the server contening the CRL. It corresponds to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1.4
aaatpName4Name of the server contening the CRL. It corresponds to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1.5
aaatpLevellevel of control to do on the user certificate. certificate means that there is a valid chain of certificate between the user certificate and a root certificate known by the switch. The root certificates are managed using specific pki commands. All certificates are valid and well signed. not-revoked means that using CRL or other ways configuring using pki commands the non-revocation of the certificate is checked. repository means that after the precedent control, there is a binary comparison of the certificate on the server and the one received during the authorization (instantaneous revocation possible) This verification is only possible when the access handler is configured with certificateOnlyrw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1.6
aaatpRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.7.1.7
aaaAuthMACTableThis table shows current configuration for non-suplicant ( MAC based ) authentication.
SEQUENCE OF AaaAuthMACEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8
aaaAuthMACEntryconfiguration for MAC based authentication.
AaaAuthMACEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8.1
aaaMacInterfaceFor now, the index is always (1).rw
INTEGER ( 1 .. 1 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8.1.1
aaaMacSrvrName1Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8.1.2
aaaMacSrvrName2Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8.1.3
aaaMacSrvrName3Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8.1.4
aaaMacSrvrName4Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8.1.5
aaaMacSrvrRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.8.1.6
aaaAcctCmdTableThis table stores the commands that will be logged during an accounting session. This feature is valid only for Tacacs+ accounting
SEQUENCE OF AaaAcctCmdEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9
aaaAcctCmdEntryTacacs+ Accounting configuration for executed commands.
AaaAcctCmdEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9.1
aaacmdInterfaceFor now, accounting for console, telnet, ftp, http, snmp, ssh are stored in the same set of servers, the index is always (1).rw
INTEGER ( 1 .. 1 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9.1.1
aaacmdSrvName1Name of the Tacacs+ server. Other name correspond to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9.1.2
aaacmdSrvName2Name of the Tacacs+ server used if the precedent is not accessible. Other name correspond to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9.1.3
aaacmdSrvName3Name of the Tacacs+ server used if the precedent is not accessible. Other name correspond to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9.1.4
aaacmdSrvName4Name of the Tacacs+ server used if the precedent is not accessible. Other name correspond to an index value of the aaaServerTablerw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9.1.5
aaacmdRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.9.1.6
aaaAcctMACTableThis table shows current configuration for MAC accounting.
SEQUENCE OF AaaAcctMACEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10
aaaAcctMACEntryConfiguration for MAC accounting.
AaaAcctMACEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10.1
aaaAcctSvrInterfaceFor now, the index is always (1).rw
INTEGER ( 1 .. 1 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10.1.1
aaaAcctSvr1Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
SnmpAdminString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10.1.2
aaaAcctSvr2Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
SnmpAdminString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10.1.3
aaaAcctSvr3Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
SnmpAdminString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10.1.4
aaaAcctSvr4Name of the server. It corresponds to an index value of the aaaServerTable Only RADIUS server can be used in front hand.rw
SnmpAdminString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10.1.5
aaaAcctSvrRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.2.10.1.6
aaaUserMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3
aaaUserTableThis table shows current configuration for the local user database.
SEQUENCE OF AaaUserEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1
aaaUserEntryAn user configuration identified by its user name.
AaaUserEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1
aaauUserNameName of the user.rw
DisplayString ( SIZE( 0 .. 63 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.1
aaauPasswordPassword of the user. For get response the password in encoded in a one way method. This makes the password readable by noone.rw
DisplayString ( SIZE( 0 .. 47 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.2
aaauReadRight1Specifies the families that the user can execute with read right. Each bit of the 32-bit integer mask represents a command's family number. When the family bit is set, the user is allowed to run commands of this family.First part of the bitmask.If the value is not specified, the value configured for the 'default' user is takenrw
Unsigned32 ( 0 .. 4294967295 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.3
aaauReadRight2Specifies the families that the user can execute with read right. Each bit of the 32-bit integer mask represents a command's family number. When the family bit is set, the user is allowed to run commands of this family.Second part of the bitmask.If the value is not specified, the value configured for the 'default' user is takenrw
Unsigned32 ( 0 .. 4294967295 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.4
aaauWriteRight1Specifies the families that the user can execute with write right. Each bit of the 32-bit integer mask represents a command's family number. When the family bit is set, the user is allowed to run commands of this family. First part of the bitmask.If the value is not specified, the value configured for the 'default' user is takenrw
Unsigned32 ( 0 .. 4294967295 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.5
aaauWriteRight2Specifies the families that the user can execute with write right. Each bit of the 32-bit integer mask represents a command's family number. When the family bit is set, the user is allowed to run commands of this family. Second part of the bitmask.If the value is not specified, the value configured for the 'default' user is takenrw
Unsigned32 ( 0 .. 4294967295 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.6
aaauProfileSpecifies the profile number. A profile number in the user account database represents the geographic privilege. This number points to an entry in the table of the user profiles.rwobsolete
INTEGER ( 0 .. 2147483647 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.7
aaauSnmpLevelSpecifies if the user is authorized to use SNMP and if yes its security level. no(1) - Not authorized to use SNMP. noauth(2) - SNMPv1,SNMPv2c or SNMPv3 without authentication. sha(3) - SNMPv3 with SHA authentication and no encryption. md5(4) - SNMPv3 with MD5 authentication and no encryption. sha-des(5) - SNMPv3 with SHA authentication and encryption. md5-des(6) - SNMPv3 with MD5 authentication and encryption. If the value is not specified, the value configured for the 'default' user is takenrw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.8
aaauSnmpAuthKeyAuthentication key of the user. The key is encoded in a two way method. The encryption key is deducted from this key.ro
OCTET STRING ( SIZE( 0 .. 255 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.9
aaauRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.10
aaauOldPasswordInternal userw
DisplayString ( SIZE( 0 .. 47 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.11
aaauEndUserProfileSpecifies the END user profile name.rw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.12
aaauPasswordExpirationDateThe local time of when the password would be expired. This date will be reset once the value of aaaAsaDefaultPasswordExpirationInDays is updated. Only the following format is valid: mm/dd/yyyy hh:mm where mm - month (1-12) dd - day (1-31) yyyy - year (2000-2050) hh - hour (1-24) mm - minute (1-59) Password will not be expired if set to empty stringrw
DisplayString ( SIZE( 0 .. 16 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.13
aaauPasswordExpirationInMinuteNumber of minutes from now till the password expiration time. Setting this object will update aaauPasswordExpirationDate. If -1, password will not be expired. If 0, password has been expired.rw
INTEGER ( -1 .. 216000 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.14
aaauPasswordAllowModifyDateThe local time of when the password can be start to be modified. This date will be reset once the value of aaauPasswordAllowModifyDate is updated. Only the following format is valid: mm/dd/yyyy hh:mm where mm - month (1-12) dd - day (1-31) yyyy - year (2000-2050) hh - hour (1-24) mm - minute (1-59) Password will not be expired if set to empty stringro
DisplayString ( SIZE( 0 .. 16 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.15
aaauPasswordLockoutEnableIndicate whether this account is locked out.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.16
aaauBadAtemptsNumber bad password attempts in the observation window.ro
INTEGER ( 0 .. 999 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.17
aaaAuthenticatedUserTableProvide the list of users currently authenticated into the switch for bridging purpose.
SEQUENCE OF AaaAuthenticatedUserEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4
aaaAuthenticatedUserEntryAn entry in the AaaAuthenticatedUserTable.
AaaAuthenticatedUserEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4.1
aaaaMacAddressMac address of the user's device.ro
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4.1.1
aaaaUserNameLogin name of the user.ro
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4.1.2
aaaaSlotSlot number on which user is connected.ro
INTEGER ( 0 .. 2147483647 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4.1.3
aaaaPortPort number on which the user is connected.ro
INTEGER ( 0 .. 2147483647 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4.1.4
aaaaVlanVlan number on which the user is authenticated.ro
INTEGER ( 0 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4.1.5
aaaaDropAllow to remove a Mac address from a Vlan. The corresponding user is logged out of the network.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.4.1.6
aaaAvlanConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.5
aaaAvlanDnsNameDns name used to get the authentication Web page when authenticating using http.rw
DisplayString ( SIZE( 0 .. 255 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.5.1
aaaAvlanDhcpDefGatewayIP address that is used as the DHCP gateway address before the user get authenticated.It specifies the subnet into which a client receives its IP address prior to authenticationrw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.5.2
aaaAvlanDefaultTrafficEnable the traffic in the default vlan prior to authentication if the value is truerw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.5.3
aaaAvlanPortBoundAssociate a MAC address to a specific Vlan on an authenticated port (printers, ...)rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.5.4
aaaAvlanLanguageForce to read the language specific file for HTTP AVLAN (label.txt)rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.5.5
aaaAsaConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6
aaaAsaPasswordSizeMinMinimum number of digits of the passwords ( nominator aaauPassword).rw
INTEGER ( 0 .. 14 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.1
aaaAsaDefaultPasswordExpirationInDaysDefault password expiration time in days to be applied to all users. Updating this object will reset aaauPasswordExpirationDate. Password expiration will not be enforced if set to 0.rw
INTEGER ( 0 .. 150 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.2
aaaAsaPasswordContainUserNameIndicate whether check password contains username or not.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.3
aaaAsaPasswordMinUpperCaseMinimum number of English uppercase characters required for password. 0 is disablerw
INTEGER ( 0 .. 7 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.4
aaaAsaPasswordMinLowerCaseMinimum number of English lowercase characters required for password 0 is disable.rw
INTEGER ( 0 .. 7 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.5
aaaAsaPasswordMinDigitMinimum number of base-10 digits required for password. 0 is disablerw
INTEGER ( 0 .. 7 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.6
aaaAsaPasswordMinNonAlphanMinimum number of non-alphanumeric required for password. 0 is disablerw
INTEGER ( 0 .. 7 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.7
aaaAsaPasswordHistoryPassword history feature will prevent users from repeatedly using the same password. 0 is disablerw
INTEGER ( 0 .. 24 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.8
aaaAsaPasswordMinAgeThe password can't be modified in these days. 0 is disablerw
INTEGER ( 0 .. 150 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.9
aaaAsaLockoutWindowThe window of time in which the system increments the bad logon count.(minutes) 0 is disablerw
INTEGER ( 0 .. 99999 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.10
aaaAsaLockoutDurationThe amount of time that an account is locked due to the aaauLockoutThreshold being exceeded.(minutes) 0 is disablerw
INTEGER ( 0 .. 99999 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.11
aaaAsaLockoutThresholdThe number of invalid logon attempts that are permitted before the account is locked out. 0 is disablerw
INTEGER ( 0 .. 999 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.12
aaaAsaROUserPingTrtEnableGlobal user config to allow/deny ping and traceroute cmds for read-only user. 0 - disable 1 - enablerwobsolete
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.13
aaaAsaAccessPolicyAdminConsoleOnlyEnable or disable AdminUser console only restrictionrw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.14
aaaAsaCertPasswordPassword to be used for reading certificaterw
DisplayString ( SIZE( 0 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.6.15
aaaAvlanAddressTableVlan authenticated IP address Table
SEQUENCE OF AaaAvlanAddressEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.7
aaaAvlanAddressEntryVlan authenticated IP address entry
AaaAvlanAddressEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.7.1
aaaAvlanIdVlan Id corresponding to the authenticated IP addressro
INTEGER ( 1 .. 4094 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.7.1.1
aaaAvlanIpAddressAuthenticated IP address for this vlan idrw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.7.1.2
aaaUserNetProfileTableUser Network Profile Table
SEQUENCE OF AaaUserNetProfileEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.8
aaaUserNetProfileEntryUser Network Profile entry
AaaUserNetProfileEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.8.1
aaaUserNetProfileNameThe name of this profile.
DisplayString ( SIZE( 1 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.8.1.1
aaaUserNetProfileVlanIDThe VLAN id for this profile.rw
INTEGER (1 .. 4094)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.8.1.2
aaaUserNetProfileRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.8.1.3
aaaUserNetProfileHICflagThe flag to indicate if HIC is enabled (1) or disabled (2).rw
INTEGER (1 .. 2)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.8.1.4
aaaUserNetProfileQosPolicyListNameThe name of the QoS Policy List name that will be used if this User Network Profile is applied for a given device along with aaaUserNetProfileVlanID.rw
DisplayString ( SIZE( 1 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.8.1.5
aaaRadAgentConfigThe Agent Config Information 1 2 3 This object has been obsoleted. Use the alaIpManagedIntfEntry objects in AlcatelIND1Ip.mibrwobsolete
INTEGER (1 .. 3)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.9
aaaRadAgentIPThe Agent IP Address in Radius Packets. This object has been obsoleted. Use the alaIpManagedIntfEntry objects in AlcatelIND1Ip.mibrwobsolete
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.10
aaaHicConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11
aaaHicSvrTableThis table shows current configuration for each HIC server.
SEQUENCE OF AaaHicSvrEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1
aaaHicSvrEntryA HIC server configuration.
AaaHicSvrEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1
aaaHicSvrNameName of the server. This name is given by the operator to refer the server.
SnmpAdminString ( SIZE( 1 .. 31 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.1
aaaHicSvrIpAddrIP address of the server host.rw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.2
aaaHicSvrPortFor HIC server only. Port number for HIC requestrw
INTEGER ( 1025 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.3
aaaHicSvrKeyThe shared secret is a string of characters known to the switch and to the HIC server. It is used to compute the digest to preserve the integrity between the HIC server and the AoS Switch. The secret is stored encrypted using a two way algorithm.rw
SnmpAdminString ( SIZE( 1 .. 31 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.4
aaaHicSvrRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.5
aaaHicSvrStatusHIC server status.ro
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.6
aaaHicSvrRoleRole of the server either primary or backupro
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.7
aaaHicSvrConnectionThe server connection specifies the current mode of the server either active or inactive.ro
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.1.1.8
aaaHicAllowedTableThis table contains the list of allowed/exception IP Addresses the the HIC hosts allowed to access during HIC. Those are the IP addresses of the Remediation/Patch servers, and the Web Agent Download server.
SEQUENCE OF AaaHicAllowedEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.2
aaaHicAllowedEntryA Remediation server configuration.
AaaHicAllowedEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.2.1
aaaHicAllowedNameName of the server. This name is given by the operator to refer the server.
SnmpAdminString ( SIZE( 1 .. 31 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.2.1.1
aaaHicAllowedIpAddrIP address of the allowed entry.rw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.2.1.2
aaaHicAllowedIpMaskIP Mask of the allowed entry.rw
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.2.1.3
aaaHicAllowedRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.2.1.4
aaaHicOverrideTableThis table shows list of MAC addresses that overrides the existing HIC status.
SEQUENCE OF AaaHicOverrideEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.3
aaaHicOverrideEntryHIC MAC override list configuration.
AaaHicOverrideEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.3.1
aaaHicOverrideMacStatic MAC address index to each override entry.
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.3.1.1
aaaHicOverrideStatusOverriding status of each static MAC address.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.3.1.2
aaaHicOverrideRowStatusThe status of this table entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.3.1.3
aaaHicHostTableThis table shows list of HIC Hosts and their active HIC status.
SEQUENCE OF AaaHicHostEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.4
aaaHicHostEntryHIC Host status information.
AaaHicHostEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.4.1
aaaHicHostMacStatic MAC address index to each override entry.
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.4.1.1
aaaHicHostStatusHIC status of each HIC Host.ro
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.4.1.2
aaaHicConfigInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5
aaaHicStatusHIC Status. The HIC server has to be configured before HIC can be enabled.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.1
aaaHicAllowed1NameName of the rem server. This name is given by the operator to refer the remediation server.ro
SnmpAdminString ( SIZE( 0 .. 31 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.2
aaaHicAllowed2NameName of the rem server. This name is given by the operator to refer the alternate remediation server.ro
SnmpAdminString ( SIZE( 0 .. 31 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.3
aaaHicAllowed3NameName of the rem server. This name is given by the operator to refer the alternate remediation server.ro
SnmpAdminString ( SIZE( 0 .. 31 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.4
aaaHicAllowed4NameName of the rem server. This name is given by the operator to refer the alternate remediation server.ro
SnmpAdminString ( SIZE( 0 .. 31 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.5
aaaHicWebAgentDownloadUrlThe URL for web agent download.rw
SnmpAdminString ( SIZE( 0 .. 127 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.6
aaaHicCustomHttpProxyPortThe custom HTTP port for QoS to intercept the host's initial HTTP request.rw
INTEGER ( 1025 .. 65535 )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.7
aaaHicBgPollIntervalBackground-poll-interval provides time frequency in seconds for background polling packets.rw
Integer32( 16 .. 256 ) UNITS "seconds"
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.8
aaaHicSvrFailModeThe server-failure-mode specifies the policy to be followed in case both the servers are not reachable, value can be either passthrough or holdrw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.11.5.9
aaaUNPIpNetRuleTableA list of IP network address rules. This is used to match the InetAddress of a packet to a User Network Profile entry.
SEQUENCE OF AaaUNPIpNetRuleEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.12
aaaUNPIpNetRuleEntryAn IP network address rule entry.
AaaUNPIpNetRuleEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.12.1
aaaUNPIpNetRuleAddrTypeThe IP network address type used for VLAN classification. For now Only IPv4 is supported.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.12.1.1
aaaUNPIpNetRuleAddrThe IP network address used for VLAN classification. Only IPv4 is supported.
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.12.1.2
aaaUNPIpNetRuleMaskThe IP network mask applying to the IP network address.
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.12.1.3
aaaUNPIpNetRuleProfileNameThe profile name in the User Network Profile Table to be applied.rw
SnmpAdminString ( SIZE( 1 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.12.1.4
aaaUNPIpNetRuleRowStatusRow Status for creating/deleting rules.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.12.1.5
aaaUNPMacRuleTableA list of MAC address rules. This is used to match the MAC Address of a packet to a User Network Profile entry
SEQUENCE OF AaaUNPMacRuleEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.13
aaaUNPMacRuleEntryA MAC rule entry.
AaaUNPMacRuleEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.13.1
aaaUNPMacRuleAddrThe MAC address used for VLAN classification.
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.13.1.1
aaaUNPMacRuleProfileNameThe profile name in the User Network Profile Table to be applied.rw
SnmpAdminString ( SIZE( 1 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.13.1.2
aaaUNPMacRuleRowStatusRow Status for creating/deleting rules.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.13.1.3
aaaUNPMacRangeRuleTableA list of MAC range rules. This is used to match the MAC Address Range of a packet to a User Network Profile entry.
SEQUENCE OF AaaUNPMacRangeRuleEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.14
aaaUNPMacRangeRuleEntryA MAC range rule entry.
AaaUNPMacRangeRuleEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.14.1
aaaUNPMacRangeRuleLoAddrThe lower bound of MAC address range used for VLAN classification.
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.14.1.1
aaaUNPMacRangeRuleHiAddrThe upper bound of MAC address range used for VLAN classification.rw
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.14.1.2
aaaUNPMacRangeRuleProfileNameThe profile name in the User Network Profile Table to be applied.rw
SnmpAdminString ( SIZE( 1 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.14.1.3
aaaUNPMacRangeRuleRowStatusRow Status for creating/deleting rules.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.14.1.4
aaaHicSvrDownUnpMapTableThis table shows current configuration for HIC server down UNP mapping.
SEQUENCE OF AaaHicSvrDownUnpMapEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.15
aaaHicSvrDownUnpMapEntryA HIC server down UNP configuration.
AaaHicSvrDownUnpMapEntry
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.15.1
aaaHicSvrDownUnpNameThe profile name which needs to be modified when the HIC server is down.
SnmpAdminString ( SIZE( 1 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.15.1.1
aaaHicSvrDownMappedUnpNameThe target UNP profile name to which the host needs to be moved when the HIC server is down.rw
SnmpAdminString ( SIZE( 1 .. 32 ) )
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.15.1.2
aaaHicSvrDownUnpRowStatusRow Status for creating/deleting UNP mapping.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.15.1.3
alcatelIND1AAAMIBConformanceBranch For Authentication, Authorization, and Accounting (AAA) Subsystem Conformance Information.
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.2
alcatelIND1AAAMIBGroupsBranch For Authentication, Authorization, and Accounting (AAA) Subsystem Units Of Conformance.
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.2.1
alcatelIND1AAAMIBCompliancesBranch For Authentication, Authorization, and Accounting (AAA) Subsystem Compliance Statements.
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.15.1.2.2
alaAaaTrapsDesc
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.3.2.21.1
alaAaaTrapsDescRoot
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.3.2.21.1.0
aaaHicServerTrapAAA HIC server down Trap is sent when the HIC server is down.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6486.801.1.3.2.21.1.0.1
aaaHicServerChangeTrapAAA HIC server Change Trap is sent when the active HIC server is changed from one server to primary to back ot back to primary.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6486.801.1.3.2.21.1.0.2
aaaHicServerUpTrapAAA HIC server Up trap is send when at least one of the eserver cam UP.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6486.801.1.3.2.21.1.0.3
alaAaaTrapsObj
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.3.2.21.2
aaaHSvrIpAddressHIC/Rem/WebDL server's IP address.ro
IpAddress
.1.3.6.1.4.1.6486.801.1.3.2.21.2.1
aaaHSvrCurrIpAddressCurrent active HIC server's IP address.ro
IpAddress
.1.3.6.1.4.1.6486.801.1.3.2.21.2.2
aaaHSvrRoleHIC server's Role.ro
INTEGER
.1.3.6.1.4.1.6486.801.1.3.2.21.2.3
aaaHSvrNameHIC server's Name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.3.2.21.2.4
ALCATEL-IND1-AAA-MIB - SNMP MIB Reference | MIBs Explorer