HH3C-RBAC-MIB: View SNMP OID List / Download MIB

VENDOR: H3C


 Home MIB: HH3C-RBAC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hh3cRbac 1.3.6.1.4.1.25506.2.158
This MIB is to provide the definition of the RBAC (Role Based Access Control) system.
         hh3cRbacNotifications 1.3.6.1.4.1.25506.2.158.0
         hh3cRbacObjects 1.3.6.1.4.1.25506.2.158.1
             hh3cRbacInfo 1.3.6.1.4.1.25506.2.158.1.1
                 hh3cRbacFeatureTable 1.3.6.1.4.1.25506.2.158.1.1.1 no-access
This table shows the information about features on a device.
                     hh3cRbacFeatureEntry 1.3.6.1.4.1.25506.2.158.1.1.1.1 no-access
An entry in the hh3cRbacFeatureTable. One entry indicates information about a feature on a device.
                         hh3cRbacFeatureName 1.3.6.1.4.1.25506.2.158.1.1.1.1.1 octet string no-access
This object indicates the name of a feature.
                         hh3cRbacFeatureDescription 1.3.6.1.4.1.25506.2.158.1.1.1.1.2 octet string read-only
This object indicates the introduction of the feature.
             hh3cRbacConfig 1.3.6.1.4.1.25506.2.158.1.2
                 hh3cRbacRoleDefaultEnable 1.3.6.1.4.1.25506.2.158.1.2.1 truthvalue read-write
This object controls if an authenticated user can access the system when he or she isn't authorized any user roles. The default value is false.
                 hh3cRbacRoleDefaultRoleName 1.3.6.1.4.1.25506.2.158.1.2.2 octet string read-write
If hh3cRbacRoleDefaultEnable is true, this object specifies the user role applied to the user when he or she accesses the system without any authorized user roles. If this object is not configured, the default user role applied is listed as below: network-operator - When login to the default MDC or default Context. mdc-operator - When login to the non-default MDC. context-operator - When login to a non-default Context.
                 hh3cRbacRoleTable 1.3.6.1.4.1.25506.2.158.1.2.3 no-access
This table shows the basic configuration information about all user roles.
                     hh3cRbacRoleEntry 1.3.6.1.4.1.25506.2.158.1.2.3.1 no-access
An entry in the hh3cRbacRoleTable. One entry per role defined on the device.
                         hh3cRbacRoleName 1.3.6.1.4.1.25506.2.158.1.2.3.1.1 octet string no-access
The name of a role.
                         hh3cRbacRoleDescription 1.3.6.1.4.1.25506.2.158.1.2.3.1.2 octet string read-only
Description of the role.
                         hh3cRbacRoleResourceAccess 1.3.6.1.4.1.25506.2.158.1.2.3.1.3 hh3cresourcetype read-only
Defines the default access to the resources to which access can be controlled. For example a role which has access to all VLANs, all Interfaces, no VRF and no security zone will be 0011.
                         hh3cRbacRoleStorageType 1.3.6.1.4.1.25506.2.158.1.2.3.1.4 storagetype read-only
Storage type of this row.
                         hh3cRbacRoleRowStatus 1.3.6.1.4.1.25506.2.158.1.2.3.1.5 rowstatus read-only
Status of this row.
                 hh3cRbacRuleTable 1.3.6.1.4.1.25506.2.158.1.2.4 no-access
This table shows the configuration information about rules in all user roles.
                     hh3cRbacRuleEntry 1.3.6.1.4.1.25506.2.158.1.2.4.1 no-access
An entry in the hh3cRbacRuleTable. One entry indicates one rule in a role.
                         hh3cRbacRuleType 1.3.6.1.4.1.25506.2.158.1.2.4.1.1 hh3cruletype no-access
The type of a rule.
                         hh3cRbacRuleNumber 1.3.6.1.4.1.25506.2.158.1.2.4.1.2 unsigned32 no-access
The index of rules in one role. There are two kinds of rules in a role. One is system defined, the other is user defined. The total numbers of user defined rules is 1024. In one role, the user defined rules will be applied first and then the system defined rules. For the rules of same type, the following guidelines will be applied: Non-OID: If two rules of the same entity type conflict, the rule with the higher index takes effect. OID: If the MIB node specified in a rule is a child node of the MIB nodes specified in other rules, only this rule takes effect. If the same OID is specified in multiple rules, the rule with the higher index takes effect.
                         hh3cRbacRuleAction 1.3.6.1.4.1.25506.2.158.1.2.4.1.3 hh3cruleaction read-only
The action of a rule.
                         hh3cRbacRuleOperation 1.3.6.1.4.1.25506.2.158.1.2.4.1.4 hh3cruleoperation read-only
Privileges of a rule.
                         hh3cRbacRuleEntityType 1.3.6.1.4.1.25506.2.158.1.2.4.1.5 hh3centitytype read-only
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.
                         hh3cRbacRuleEntity 1.3.6.1.4.1.25506.2.158.1.2.4.1.6 octet string read-only
This indicates the entity that the privileges of rule apply to. It is may be a regular expression of commands, feature name, feature group name, web menu, xml element or oid. If the type of entity is feature or webmenu or xmlelement and the entity is a zero length string, then this rules applies to all the features or web menus or xml elements.
                         hh3cRbacRuleRowStatus 1.3.6.1.4.1.25506.2.158.1.2.4.1.7 rowstatus read-only
Status of this rule.
                 hh3cRbacPolicyTable 1.3.6.1.4.1.25506.2.158.1.2.5 no-access
This table shows the configuration information about resource access policies in all user roles. A role may be restricted from accessing various resources of a device. This table lists the resources that a role can access.
                     hh3cRbacPolicyEntry 1.3.6.1.4.1.25506.2.158.1.2.5.1 no-access
An entry in the hh3cRbacPolicyTable. One entry indicates an accessible resource. If a role named 'R' can access VLAN1 to VLAN10, then there will be 10 entries in this table. There are two objects to specify the resource in this table. If the value of 'hh3cRbacPolicyType' is 'vlan' or 'interface', the column 'hh3cRbacPolicyValue' is a four octets value which means vlan ID or IfIndex. If the value of 'hh3cRbacPolicyType' is 'vrf' or 'seczone', the column 'hh3cRbacPolicyValue' is a string indicating the name of the VRF or security zone.
                         hh3cRbacPolicyType 1.3.6.1.4.1.25506.2.158.1.2.5.1.1 integer no-access
This object indicates the type of the resource access policy of this entry. Enumeration: 'interface': 2, 'seczone': 4, 'vlan': 1, 'vrf': 3.
                         hh3cRbacPolicyValue 1.3.6.1.4.1.25506.2.158.1.2.5.1.2 octet string no-access
This object identifies the resource this role can access. If the value of 'hh3cRbacPolicyType' is 'vlan' or 'interface', the column 'hh3cRbacPolicyValue' is a four-octet-value which means vlan ID or IfIndex. If the value of 'hh3cRbacPolicyType' is 'vrf' or 'seczone', the column 'hh3cRbacPolicyValue' is a string indicating the name of the VRF or security zone.
                         hh3cRbacPolicyRowStatus 1.3.6.1.4.1.25506.2.158.1.2.5.1.3 rowstatus read-only
Status of this row.
                 hh3cRbacFeatureGroupTable 1.3.6.1.4.1.25506.2.158.1.2.6 no-access
This table shows the configuration information about feature groups on a device.
                     hh3cRbacFeatureGroupEntry 1.3.6.1.4.1.25506.2.158.1.2.6.1 no-access
An entry in the hh3cRbacFeatureGroupTable. One entry indicates a feature in particular group.
                         hh3cRbacFeatureGroupName 1.3.6.1.4.1.25506.2.158.1.2.6.1.1 octet string no-access
This object indicates the name of a feature group.
                         hh3cRbacFeatureGroupRowStatus 1.3.6.1.4.1.25506.2.158.1.2.6.1.2 rowstatus read-only
Status of this row.
                 hh3cRbacFeatureInGroupTable 1.3.6.1.4.1.25506.2.158.1.2.7 no-access
This table shows the configuration information about features in feature groups on a device.
                     hh3cRbacFeatureInGroupEntry 1.3.6.1.4.1.25506.2.158.1.2.7.1 no-access
An entry in the hh3cRbacFeaturesInGroupTable. One entry indicates a feature in a particular group. If a newly created feature group doesn't contain any feature, there's no entry appearing in this table.
                         hh3cRbacFeatureNameInGroup 1.3.6.1.4.1.25506.2.158.1.2.7.1.1 octet string no-access
This object indicates the name of a feature in the feature group.
                         hh3cRbacFeatureInGroupRowStatus 1.3.6.1.4.1.25506.2.158.1.2.7.1.2 rowstatus read-only
Status of this row.