ipsecPeerIsdnCBDChanMode
FEC-IPSEC-MIB ·
.0.5.1.67
Object
column r/w
Enumeration
Define callback D channel mode.
The following modes are defined:
llc(1) -- code token into LLC information
element only
subaddr(2) -- code token into SUBADDR information
element only
llc-and-subaddr(3) -- redundantly use LLC and SUBADDR
information elements
llc-subaddr(4) -- try LLC first, then SUBADDR
subaddr-llc(5) -- try SUBADDR first, then LLC
Default value for that variable is LLC(1).
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.5.1.67- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipsecPeerEntry
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::ipsecPeerIsdnCBDChanMode'
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::ipsecPeerIsdnCBDChanMode.<ipsecPeerTrafficList>'
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::ipsecPeerIsdnCBDChanMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | llc |
2 | subaddr |
3 | llc-and-subaddr |
4 | llc-subaddr |
5 | subaddr-llc |