hh3cRbacRuleEntityType
HH3C-RBAC-MIB ·
.1.3.6.1.4.1.25506.2.158.1.2.4.1.5
Object
This indicates the type of the entity in a rule. There are seven types of entity as below: unknown: invalid. command: a command or a set of commands that match a regular expression. feature: a feature which contains a set of commands. featuregroup: a group of features. webmenu: web menus. xmlelement: XML elements. oid: the specified MIB node and its child nodes.
Context
- MIB
- HH3C-RBAC-MIB
- OID
.1.3.6.1.4.1.25506.2.158.1.2.4.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hh3cRbacRuleEntry
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 'HH3C-RBAC-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-RBAC-MIB::hh3cRbacRuleEntityType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-RBAC-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-RBAC-MIB::hh3cRbacRuleEntityType.<hh3cRbacRoleName>.<hh3cRbacRuleType>.<hh3cRbacRuleNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-RBAC-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-RBAC-MIB::hh3cRbacRuleEntityType'
Syntax
- Source
- Hh3cEntityType
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | command |
3 | feature |
4 | featuregroup |
5 | webmenu |
6 | xmlelement |
7 | oid |