ZTE-AN-ACCESS-CTRL-AAA-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
4
Rows
4
Columns
17
.1.3.6.1.4.1.3902.1015.90.2.2.2 · 1 row entry · 4 columns
Uses the zte variant from /opt/observium/mibs/zte.
Command help
Walk zxAnAaaAuthenSessionTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-ACCESS-CTRL-AAA-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACCESS-CTRL-AAA-MIB::zxAnAaaAuthenSessionTable'
Authentication session table.
zxAnAaaAuthenSessionEntry row .1.3.6.1.4.1.3902.1015.90.2.2.2.1
Authentication session table entry.
Column Syntax OID
This is the session type used to connect to the device.

telnet(1) indicates telnet session.
ssh(2) indicates SSH session.
Enumeration
Enumerated Values:
1telnet
2ssh
.1.3.6.1.4.1.3902.1015.90.2.2.2.1.1
This is the authentication method used to authenticate users.

local(1) indicates that local password is used for authentication.
Which password is used depend on what login mode users specified.
tacacsP…
Enumerationr/w
Enumerated Values:
1local
2tacacsPlus
3radius
.1.3.6.1.4.1.3902.1015.90.2.2.2.1.2
The RADIUS group ID.
When zxAnAaaAuthenMethod is radius(3), this object must be set at
the same time.

Value 0 means RADIUS group ID is not configured.
Integer32r/w
Constraints:
range: 0-10
.1.3.6.1.4.1.3902.1015.90.2.2.2.1.3
The status of this conceptual row.

The supported actions of this conceptual row only include:
'createAndGo' and 'destroy'.

To create a row in this table, a manager must set this object to
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.3902.1015.90.2.2.2.1.50
.1.3.6.1.4.1.3902.1015.90.2.3.2 · 1 row entry · 6 columns
Uses the zte variant from /opt/observium/mibs/zte.
Command help
Walk zxAnAaaAuthenLoginTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-ACCESS-CTRL-AAA-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACCESS-CTRL-AAA-MIB::zxAnAaaAuthenLoginTable'
Login mode authentication table.
zxAnAaaAuthenLoginEntry row .1.3.6.1.4.1.3902.1015.90.2.3.2.1
Login mode authentication table entry.
Column Syntax OID
This is the login mode user used to login to the network device.

login(1) indicates the normal mode.
enable(2) indicates the privileged mode.
Enumeration
Enumerated Values:
1login
2enable
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.1
The local authentication method priority.
ZxAnAaaAuthenMethodPriorityr/w
Type Constraints:
range: 0..2
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.2
The TACACS+ authentication method priority.
ZxAnAaaAuthenMethodPriorityr/w
Type Constraints:
range: 0..2
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.3
Enable or disable the none authentication method.
enabled(1) - Use none authentication as the last method.
disabled(2) - Don't use none authentication method.
Enumerationr/w
Enumerated Values:
1enabled
2disabled
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.4
The TACACS+ authentication group name.

If zxAnAaaAuthenLoginTacacsplusPri is zero(0),
zxAnAaaAuthenLoginTacplusGrpName should be empty string.
If the value of zxAnAaaAuthenLoginTacacsplusPri is not zero…
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.5
The status of this conceptual row.

The supported actions of this conceptual row only include:
'createAndGo' and 'destroy'.

To create a row in this table, a manager must set this object to
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.50
.1.3.6.1.4.1.3902.1015.90.3.3.2 · 1 row entry · 4 columns
Uses the zte variant from /opt/observium/mibs/zte.
Command help
Walk zxAnAaaAuthorSessionTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-ACCESS-CTRL-AAA-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACCESS-CTRL-AAA-MIB::zxAnAaaAuthorSessionTable'
Authorization session table.
zxAnAaaAuthorSessionEntry row .1.3.6.1.4.1.3902.1015.90.3.3.2.1
Authorization session table entry.
Column Syntax OID
This is the session type used to connect to the device.

telnet(1) indicates telnet session.
ssh(2) indicates SSH session.
Enumeration
Enumerated Values:
1telnet
2ssh
.1.3.6.1.4.1.3902.1015.90.3.3.2.1.1
This is the authorization method used to authorize users.

local(1) indicates that local password is used for authorization.
Which password is used depend on what login mode users specified.
tacacsPlus(2…
Enumerationr/w
Enumerated Values:
1local
2tacacsPlus
.1.3.6.1.4.1.3902.1015.90.3.3.2.1.2
This object is used to control authorization mode when user login
from SSH.
Enumerationr/w
Enumerated Values:
1nouse
2chap
3pap
.1.3.6.1.4.1.3902.1015.90.3.3.2.1.3
The status of this conceptual row.

The supported actions of this conceptual row only include:
'createAndGo' and 'destroy'.

To create a row in this table, a manager must set this object to
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.3902.1015.90.3.3.2.1.50
.1.3.6.1.4.1.3902.1015.90.4.2.2 · 1 row entry · 3 columns
Uses the zte variant from /opt/observium/mibs/zte.
Command help
Walk zxAnAaaAccountPrivilegeTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-ACCESS-CTRL-AAA-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACCESS-CTRL-AAA-MIB::zxAnAaaAccountPrivilegeTable'
Accounting privilege table.
zxAnAaaAccountPrivilegeEntry row .1.3.6.1.4.1.3902.1015.90.4.2.2.1
Accounting privilege table entry.
Column Syntax OID
User privilege level.
Integer32
Constraints:
range: 1-15
.1.3.6.1.4.1.3902.1015.90.4.2.2.1.1
The TACACS+ group name.
OctetStringr/w
Constraints:
range: 1-32
.1.3.6.1.4.1.3902.1015.90.4.2.2.1.2
The status of this conceptual row.

The supported actions of this conceptual row only include:
'createAndGo' and 'destroy'.

To create a row in this table, a manager must set this object to
c…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.3902.1015.90.4.2.2.1.50