All MIBs › COSINE-ORION-MIB › csOrionSystemLoginRoleAccessRights
csOrionSystemLoginRoleAccessRights
Module: COSINE-ORION-MIB
OID (symbolic): COSINE-ORION-MIB::csOrionSystemLoginRoleAccessRights
OID (numeric): 1.3.6.1.4.1.3085.3.1.2.3.2.1.3
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-create
Description: Access rights of a role are a list of feature-wise permissions. The permissions of a feature are represented by a 4-byte tuple {rights (1-byte),featureid(3-bytes)}. The features in this list are in the ascending order of their feature-id.
rights: Access rights are classified into the following categories (given below along with the mapping to unix-style read,write and execute permissions):
0 : none (rwx-style = ---) 1 : all (rwx-style = rwx) 2 : view (rwx-style = r--) 3 : config (rwx-style = rw-) 4 : monitor (rwx-style = r-x)
Feature-id's: A feature is a set of commands which are grouped into a read, write or execute command-type. all (1), access (2), clear (3), device (4), dialup (5), diff_serve (6), event_log (7), field (8), firewall (9), froip (10), nat (11), routing (12), service_selection (13), show (14), tunnel (15), vpnvr (16)
What is csOrionSystemLoginRoleAccessRights?
This read-create value is a binary structure encoding a role's feature-wise permissions as a list of 4-byte tuples, each pairing a 1-byte access-rights code with a 3-byte feature ID, ordered ascending by feature ID. It is the actual enforcement mechanism behind a role, so a management tool constructs this byte string to grant exactly which features a role can read or write. For example, a provisioning tool builds a csOrionSystemLoginRoleAccessRights value granting read-only rights to the DS3 configuration feature ID while denying write access, then assigns that role to junior operators.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.3085 | csRoot | COSINE-GLOBAL-REG |
| 1.3.6.1.4.1.3085.3 | csProduct | COSINE-GLOBAL-REG |
| 1.3.6.1.4.1.3085.3.1 | csOrionMIB | COSINE-GLOBAL-REG |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3085.3.1.2 | csOrionSystem | COSINE-ORION-MIB |
| 1.3.6.1.4.1.3085.3.1.2.3 | csOrionLogin | COSINE-ORION-MIB |
| 1.3.6.1.4.1.3085.3.1.2.3.2 | csOrionSystemLoginRoleTable | COSINE-ORION-MIB |
| 1.3.6.1.4.1.3085.3.1.2.3.2.1 | csOrionSystemLoginRoleEntry | COSINE-ORION-MIB |
| 1.3.6.1.4.1.3085.3.1.2.3.2.1.3 | csOrionSystemLoginRoleAccessRights | COSINE-ORION-MIB |