CISCO-COMMON-ROLES-EXT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
4
Rows
4
Columns
19
.1.3.6.1.4.1.9.9.651.1.1.1 · 1 row entry · 5 columns
This table lists all the features and feature groups
configured on a device.
          
For each feature it lists all the command(s) contained
in the feature.
          
For each feature groups it lists all the features
contained in the group.
          
A feature element is either a feature or a feature
group.
          
A device may have some predefined features which may
not be editable by a user. In addition, a device may
allow a user to define new feature group.
          
A device implementing this MIB need not implement the
objects that form a conceptual row in the
'commonRolesFeatureTable' table defined in the
CISCO-COMMON-ROLES MIB.
          
The entries in this table are persistent across device
reboots.
ccreFeatureElementEntry entry .1.3.6.1.4.1.9.9.651.1.1.1.1
An entry (conceptual row) in the ccreFeatureElementTable.

Each row in this table represents an element (command
or a feature) contained in a feature or a feature group.

For example a 'radius' f…
Indexes
ccreFeatureName ccreFeatureElementIndex
Column Syntax OID
ccreFeatureName
Identifies the feature or the feature group for which
this entry represents an element.

This object is the same as the commonRoleFeatureName.
OctetString
Constraints:
range: 1-32
.1.3.6.1.4.1.9.9.651.1.1.1.1.1
ccreFeatureElementIndex
An index value for this element which uniquely
distinguishes it from all other elements of same
feature.
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.651.1.1.1.1.2
ccreFeatureElementName
Name of the feature element represented by this row.
OctetStringr/w
Constraints:
range: 1-32
.1.3.6.1.4.1.9.9.651.1.1.1.1.3
ccreFeatureElementType
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
Enumerationr/w
Enumerated Values:
1command
2feature
3none
.1.3.6.1.4.1.9.9.651.1.1.1.1.4
ccreFeatureRowStatus
Status of this row.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.651.1.1.1.1.5
.1.3.6.1.4.1.9.9.651.1.2.2 · 1 row entry · 4 columns
This table lists all the common roles configured on this
device. Common roles are the user roles which are common
across SNMP and CLI.
          
A device implementing this MIB need not implement the
objects that form a conceptual row in the
'commonRoleTable' defined in the CISCO-COMMON-ROLES MIB.
          
This table and the 'commonRoleTable' table both have
one entry per Role defined on the device. However unlike
the 'commonRoleTable', this table does not contain any
scope restriction information. The scope restriction
information instead is contained in the
'ccreRoleScopeTable' Table.
          
If a device implements this this table along with
'commonRoleTable' a row existing in
'commonRoleTable' should also exist in this table and
vice versa.
          
All entries in this table are persistent across device
reboots.
ccreRoleEntry entry .1.3.6.1.4.1.9.9.651.1.2.2.1
An entry (conceptual row) in the ccreRoleTable.
One entry per role defined on the device.
Indexes
ccreRoleName
Column Syntax OID
ccreRoleName
Name of the common role. This is same as
commonRoleName.
OctetString
Constraints:
range: 1-16
.1.3.6.1.4.1.9.9.651.1.2.2.1.1
ccreRoleDescription
Description of the common role. This is same as
commonRoleDescription.
OctetStringr/w
Constraints:
range: 0-64
.1.3.6.1.4.1.9.9.651.1.2.2.1.2
ccreRoleResourceAccess
Defines the default access to the resources to which
access can be controlled.

vsan(0)
Bit value of 0 indicates that the user has access
to no VSANs. However a user ca…
CcreResourceAccessr/w
Textual Convention: CcreResourceAccess Bits
Type Values:
0vsan
1vlan
2interface
.1.3.6.1.4.1.9.9.651.1.2.2.1.3
ccreRoleRowStatus
Status of this role.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.651.1.2.2.1.4
.1.3.6.1.4.1.9.9.651.1.2.3 · 1 row entry · 4 columns
This table lists the resources to which a user belonging
to a role can access. 
          
A role may be restricted from accessing various
resources of a device. This table lists the resources
that a role can access.
          
If for a role there is no entry in this table, then
restriction, if any, is determined by the
ccrePermitAllPolicies object in the ccreRoleTable.
          
Each resource (VSAN, VLAN or Interface) to which a role
has access to, has a separate entry in the table.
For e.g. if a role has access to VLAN 1, 2, 6 and 7;
VSAN 2, 5 and 8 and interface 2/1 and 2/3, this table
will have 9 entries, 4 for VSANs, 3 for VLANs and 2 for
Interfaces.
          
Entries in this table can be created/deleted using
ccreRoleScopeRowStatus.
          
The table provides the same information as
'commonRoleScopeRestriction', 'commonRoleScope1' and
'commonRoleScope2' but in a different way.
          
The object 'commonRoleScope1' and 'commonRoleScope2'
are 256*8 bit mask with each bit representing a VLAN.
'commonRoleScope1' identifies VLANS 1 to 2048 whereas
'commonRoleScope2' identifies VLANS 2049 to 4096.
          
In this table, there is a separate entry for each VSAN,
along with separate entry for each VLAN and Interface
to which a role has access. The purpose of this table
is to remove the limit of 4096 that are supported by
'commonRoleTable'.
          
All entries in this table are persistent across device
reboots
ccreRoleScopeEntry entry .1.3.6.1.4.1.9.9.651.1.2.3.1
An entry (conceptual row) in the ccreRoleScopeTable.

There is one entry for each different scope value of a
Role. If a Role 'R1' is defined to have scope on
VSAN-1, VSAN-2, VLAN-1, VLAN#, Interface fc1/1 an…
Indexes
ccreRoleName ccreRoleScopeIndex
Column Syntax OID
ccreRoleScopeIndex
An index value for this entry which uniquely
distinguishes it from all other entries for same
Role.
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.651.1.2.3.1.1
ccreRoleScopeRestriction
This object indicates the type of the scope restriction
about which the information is provided by row.
Enumerationr/w
Enumerated Values:
1vsan
2vlan
3interface
.1.3.6.1.4.1.9.9.651.1.2.3.1.2
ccreRoleScopeValue
This object identifies the resource this role
can access.

If the value of 'ccreRoleScopeRestriction' is 'vsan'
or 'vlan', this object specifies the Id (which is
a number) of the VSAN/VLAN.

Integer32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.9.9.651.1.2.3.1.3
ccreRoleScopeRowStatus
Status of this scope restriction entry.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.651.1.2.3.1.4
.1.3.6.1.4.1.9.9.651.1.3.2 · 1 row entry · 6 columns
This table lists all the rules configured for roles
defined in the ccreRoleTable. Each rule defines the
access (permit/deny) allowed to a particular command,
feature or a feature group.
          
Entries in this table are also created/deleted using
ccreRuleRowStatus.
          
A row in this table cannot be made 'active' until a
value is explicitly provided for that row's instances
of following objects :
- ccreRuleOperation
          
If ccreRuleFeatureElementName is a command,
then
- ccreRuleOperation is not needed to be set
          
A device implementing this MIB need not implement the
objects that form a conceptual row in the
'commonRuleRoleTable' table, which is defined in the
CISCO-COMMON-ROLES-MIB.
          
There is no relation between the rows in
'commonRuleRoleTable' and this table as both define
different operation types. Each table can have rows
with no corresponding rows in other table.
          
All entries in this table are persistent across device
reboots
ccreRuleEntry entry .1.3.6.1.4.1.9.9.651.1.3.2.1
An entry (conceptual row) in the ccreRuleRuleTable.

There is one entry for each Rule contained in a Role.
For eg. if a Role 'R1' has 6 rules, there will be
six entries for Role 'R1'.
Indexes
ccreRoleName ccreRuleNumber
Column Syntax OID
ccreRuleNumber
A unique index for a rule in a particular role.
The rule are applied according to their rule
number, i.e. Rule 1 will be the first rule applied
followed by Rule 2 and so on.

Rule numbers need not be conti…
Unsigned32
Constraints:
range: 1-256
.1.3.6.1.4.1.9.9.651.1.3.2.1.1
ccreRuleFeatureElementName
Name of the command or feature or feature group.
If this is a zero-length string, then this rule applies
to all the features supported on the device as
enumerated in commonRoleFeatureTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.9.9.651.1.3.2.1.2
ccreRuleFeatureElementType
Specifies the type of entry (command or feature or
feature group) as specified by the object
ccreRuleFeatureElementName
Enumerationr/w
Enumerated Values:
1command
2feature
3featureGroup
4all
.1.3.6.1.4.1.9.9.651.1.3.2.1.3
ccreRuleOperation
The operation for this rule.
CcreOperationr/w
Textual Convention: CcreOperation Enumeration
Type Values:
1read
2readWrite
.1.3.6.1.4.1.9.9.651.1.3.2.1.4
ccreRuleOperationPermitted
This object tells if the operation
`ccreRuleOperation' is permitted or denied.
The operation is permitted if
the value of this object is `true'.
If the value of the object is 'false', the operation is
not permitted.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.651.1.3.2.1.5
ccreRuleRowStatus
Status of this rule.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.651.1.3.2.1.6