cnvoNvoEncapType
CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB ·
.1.3.6.1.4.1.9.9.820.1.1.1.1.2
Object
column r/w
Enumeration
This object specifies the encapsulation type for the
NVO instance.
'unknown' - The read-only value 'unknown' indicates that
encapsulation type is none of the following
'vxlan' - encapsulation type is VXLAN
'nvgre' - encapsulation type is NVGRE
This object may be modified when the row is active.
Context
- MIB
- CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB
- OID
.1.3.6.1.4.1.9.9.820.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cnvoNvoEntry
- Groups
- 1
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 'CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB::cnvoNvoEncapType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB::cnvoNvoEncapType.<cnvoNvoInstanceId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB::cnvoNvoEncapType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | vxlan |
3 | nvgre |
Conformance
Member of
Compliance refinements
cnvoMIBCompliance
readonly
Write access is not required.