vRtrIfLsrIpLoadBalancing
TN-VRTR-MIB ·
.1.3.6.1.4.1.7483.6.1.2.3.61.1.1
Object
column r/w
Enumeration
The value of vRtrIfLsrIpLoadBalancing specifies whether the IP Header is used in the LAG and ECMP LSR hashing algorithm. This is the per interface setting. When set to 'label-only (1)' only the label is used in the hashing algorithm. When set to 'label-ip (2)', the IP Header is included in the hashing algorithm. When set to 'ip-only (3)' the IP Header is used exclusively in the hashing Algorithm. When set to 'system (0)', the hashing algorithm is inherited from the object tmnxLsrIpLoadBalancing.
Context
- MIB
- TN-VRTR-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.3.61.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vRtrIfExtEntry
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 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-VRTR-MIB::vRtrIfLsrIpLoadBalancing'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-VRTR-MIB::vRtrIfLsrIpLoadBalancing.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-VRTR-MIB::vRtrIfLsrIpLoadBalancing'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | system |
1 | label-only |
2 | label-ip |
3 | ip-only |