ipsecPeerStatIsdnCBNextMode
FEC-IPSEC-MIB ·
.0.28.1.35
Object
column Enumeration
Define callback mode that is to be tried next.
The following modes are defined:
unknown(1) -- still unset, derive it from other
settings
d-llc(2) -- use D channel mode with LLC next
d-subaddr(3) -- use D channel mode with SUBADDR next
d-llc-subaddr(4) -- use D channel mode with LLC and
SUBADDR next
b(5) -- use B channel mode next
Default value for that variable is unknown(1).
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.28.1.35- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecPeerStatEntry
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 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecPeerStatIsdnCBNextMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecPeerStatIsdnCBNextMode.<ipsecPeerStatIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPSEC-MIB::ipsecPeerStatIsdnCBNextMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | d-llc |
3 | d-subaddr |
4 | d-llc-subaddr |
5 | b |