hh3cRedirectMode
HH3C-LswQos-MIB ·
.1.3.6.1.4.1.25506.8.35.16.2.6.1.23
Object
column r/w
Enumeration
The node denotes the strategy adopted by the PBR. If strict-priority is configured, the most preferential IP address is use as redirected nexthop. If the mode is load-balance, any of the three IP addresses will be the nexthop and the traffic distributes in the three direction. Default value is strict-priority. When L3plus function is not supported, the default value would be set. It is optional.
Context
- MIB
- HH3C-LswQos-MIB
- OID
.1.3.6.1.4.1.25506.8.35.16.2.6.1.23- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hh3cRedirectEntry
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 'HH3C-LswQos-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-LswQos-MIB::hh3cRedirectMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-LswQos-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-LswQos-MIB::hh3cRedirectMode.<hh3cRedirectAclIndex>.<hh3cRedirectIfIndex>.<hh3cRedirectVlanID>.<hh3cRedirectDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-LswQos-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-LswQos-MIB::hh3cRedirectMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | strict-priority |
2 | load-balance |