ccreRoleResourceAccess

CISCO-COMMON-ROLES-EXT-MIB · .1.3.6.1.4.1.9.9.651.1.2.2.1.3

Object

column r/w CcreResourceAccess
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 can be selectively
        assigned access to VSANs and each such accessible
        VSAN will have an entry in the 'ccreRoleScopeTable'.
        Bit value of 1 indicates that the user has access
        to all VSANs. In this case there are no VSAN entries
        in the 'ccreRoleScopeTable'. Setting the bit to 1
        results in deletion of all VSAN entries from the 
        ccreRoleScopeTable, for the role identified by
        'ccreRoleName'.
                      
    vlan(1)             
        Bit value of 0 indicates that the user has access
        to no VLANs. However a user can be selectively
        assigned access to VLANs and each such accessible
        VLAN will have an entry in the 'ccreRoleScopeTable'.
        Bit value of 1 indicates that the user has access
        to all VLANs. In this case there are no VLAN entries
        in the 'ccreRoleScopeTable'. Setting the bit to 1
        results in deletion of all VLAN entries from the 
        ccreRoleScopeTable, for the role identified by
        'ccreRoleName'.
                              
    interface(2)
        Bit value of 0 indicates that the user has access
        to no Interfaces. However a user can be selectively
        assigned access to interfaces and each such accessible
        interface will have an entry in the 'ccreRoleScopeTable'.
        Bit value of 1 indicates that the user has access
        to all interfaces. In this case there are no interface
        entries in the 'ccreRoleScopeTable'. Setting the bit to 1
        results in deletion of all interface entries from the 
        ccreRoleScopeTable, for the role identified by
        'ccreRoleName'.
              
For example a role which has access to all VSANs,
all VLANs and no Interface will have this field set
as
 - - -
|0|1|1|
 - - -

Context

MIB
CISCO-COMMON-ROLES-EXT-MIB
OID
.1.3.6.1.4.1.9.9.651.1.2.2.1.3
Type
column
Access
readwrite
Status
current
Parent
ccreRoleEntry
Groups
1

Walk 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::ccreRoleResourceAccess'
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::ccreRoleResourceAccess.<ccreRoleName>'
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::ccreRoleResourceAccess'

Syntax

Source
CcreResourceAccess
Base type
Bits

Values & Constraints

Type Values
0vsan
1vlan
2interface

Conformance

Member of
Compliance refinements
Support for write/create access is not required.