nlLocalSubscriberAlgorithm
NETLINK-SPECIFIC-MIB ·
.1.3.6.1.4.1.173.7.5.1.1.3
Object
column mandatory
r/w
Enumeration
The Subscriber routing algorithm.
The following 4 types of routing algorithms are supported.
1 - round robin selects ports specified cyclicly in numerical
order according to the list of Redirection addresses. If the port
is unreachable or congested, the call request is sent to the next
port.
2. Alternate Route on Line Failure - selects the first port
not in a failed state. If a connection is not made, the call
will be cleared even if other ports are available.
3. Alternate Route on Line Busy - selects the first port
that has LCN's available (not busy). If a port has failed,
the next available port is selected.
4. Least LCN with throughput selects the line with the minumum
loading, calculated by weight and number of LCN's in use.
If use of a routing algorithm is not desired, accept the default
and specify only one routing path.
Context
- MIB
- NETLINK-SPECIFIC-MIB
- OID
.1.3.6.1.4.1.173.7.5.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nlLocalSubscriberEntry
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 'NETLINK-SPECIFIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETLINK-SPECIFIC-MIB::nlLocalSubscriberAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETLINK-SPECIFIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETLINK-SPECIFIC-MIB::nlLocalSubscriberAlgorithm.<nlLocalSubscriberId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETLINK-SPECIFIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETLINK-SPECIFIC-MIB::nlLocalSubscriberAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | round-robin |
2 | line-failed |
3 | line-busy |
4 | least-lcn |