vsiControllerType

CISCO-VSIMASTER-MIB · .1.3.6.1.4.1.9.9.162.1.1.1.4

Object

column Enumeration
A VSI controller represents an instance of a service layer
accessible to a network control application.  This object 
serves to identify the type of the network control 
application currently being supported by this controller.  
other(1): the type is unspecified.
mpls(2): indicates that the client is a Label Switch 
         Controller performing Multi Protocol Label Switching.
pnni(3): indicates that the client is an instance of the 
         ATM Private Network to Network Interface.  
par(4): indicates that the client is an instance of ATM 
         Portable Autoroute.

Context

MIB
CISCO-VSIMASTER-MIB
OID
.1.3.6.1.4.1.9.9.162.1.1.1.4
Type
column
Access
readonly
Status
current
Parent
vsiMasterControllerEntry
Groups
1

Walk 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-VSIMASTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VSIMASTER-MIB::vsiControllerType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-VSIMASTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VSIMASTER-MIB::vsiControllerType.<vsiControllerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-VSIMASTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-VSIMASTER-MIB::vsiControllerType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2mpls
3pnni
4par

Conformance