csiMatchGroupType
CISCO-SMART-INSTALL-MIB ·
.1.3.6.1.4.1.9.9.725.1.2.6.1.2
Object
column r/w
Enumeration
This object indicates the general category of a Smart Install
group. A profile group can be formed based on,
unknown(1) - unknown match group type
mac(2) - MAC addresses of devices
connectivity(3) - connectivity or topology of devices
product(4) - product type of devices
stack(5) - a switch stack
Context
- MIB
- CISCO-SMART-INSTALL-MIB
- OID
.1.3.6.1.4.1.9.9.725.1.2.6.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- csiMatchEntry
- 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-SMART-INSTALL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SMART-INSTALL-MIB::csiMatchGroupType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SMART-INSTALL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SMART-INSTALL-MIB::csiMatchGroupType.<csiProfileIndex>.<csiMatchIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SMART-INSTALL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SMART-INSTALL-MIB::csiMatchGroupType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | mac |
3 | connectivity |
4 | product |
5 | stack |
Conformance
Member of
Compliance refinements
ciscoSmartInstallCompliance
readonly
Create/Write access is not required.