ccreFeatureElementType
CISCO-COMMON-ROLES-EXT-MIB ·
.1.3.6.1.4.1.9.9.651.1.1.1.1.4
Object
column r/w
Enumeration
An indication of the type of element represented by
this row.
When this field has the value 'command', this row
represents a command name.
When this field has the value 'feature', this row
represents a feature name.
This field must have the value 'none' when a
feature could not otherwise be represented in this
table because the feature does not yet have any
elements defined for it. When features are added to
an empty feature-group, the row with element type
'none' is still maintained in this table. Deleting this
row (with type as 'none') will delete the feature group
and all other rows representing relationship between
this feature group and its members.
A feature should have at least one element, whereas a
feature-group may have zero or more entries.
All entries in this table are persistent across device
reboots
Context
- MIB
- CISCO-COMMON-ROLES-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.651.1.1.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ccreFeatureElementEntry
- 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-COMMON-ROLES-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-COMMON-ROLES-EXT-MIB::ccreFeatureElementType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-COMMON-ROLES-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-COMMON-ROLES-EXT-MIB::ccreFeatureElementType.<ccreFeatureName>.<ccreFeatureElementIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-COMMON-ROLES-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-COMMON-ROLES-EXT-MIB::ccreFeatureElementType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | command |
2 | feature |
3 | none |
Conformance
Member of
Compliance refinements
ccreMIBCompliance
readonly
Support for write/create access is not required.