agentListAccountingAccessLine
LANCOM-MGMT-SECURITY-MIB ·
.1.3.6.1.4.1.2356.16.1.11.5.1.1.5
Object
column r/w
Bits
This object is being used for assigning specified accounting list to an
access line. One list can be assigned to different access lines. Bit mask
value is being used for configuring and has values as follows:
- undefined(0) - show that list isn't assigned, used for clearing any
assigned value;
- console(1) - assign specified list to console access line;
- telnet(2) - assign specified list to telnet access line;
- ssh(3) - assign specified list to ssh access line.
Before configuring this field, accounting methods must be configured for
specified list.
Context
- MIB
- LANCOM-MGMT-SECURITY-MIB
- OID
.1.3.6.1.4.1.2356.16.1.11.5.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentListAccountingEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'LANCOM-MGMT-SECURITY-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-MGMT-SECURITY-MIB::agentListAccountingAccessLine'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANCOM-MGMT-SECURITY-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-MGMT-SECURITY-MIB::agentListAccountingAccessLine.<agentListAccountingType>.<agentListAccountingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-MGMT-SECURITY-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-MGMT-SECURITY-MIB::agentListAccountingAccessLine'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | undefined |
1 | console |
2 | telnet |
3 | ssh |