CISCO-ATM-SWITCH-CUG-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ATM-SWITCH-CUG-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
 csCugMIB 1.3.6.1.4.1.9.9.89
This MIB module is for closed user group support (virtual private networks).
       csCugMIBObjects 1.3.6.1.4.1.9.9.89.1
           csCugInterlockCodeTable 1.3.6.1.4.1.9.9.89.1.1 no-access
The CUG interlock code alias Table. Entries in this table can be created and deleted by setting the csCugInterlockCodeRowStatus object to appropriate values. This table maps the interlock code to an alias name. Table entries cannot be deleted if the entries in this table are being used in csCugTable.
               csCugInterlockCodeEntry 1.3.6.1.4.1.9.9.89.1.1.1 no-access
An entry in the cug interlock code table.
                   csCugInterlockCode 1.3.6.1.4.1.9.9.89.1.1.1.1 cscuginterlockcode no-access
The Address to be aliased.
                   csCugInterlockCodeAliasName 1.3.6.1.4.1.9.9.89.1.1.1.2 displaystring read-only
The alias name for a CUG interlock code.
                   csCugInterlockCodeRowStatus 1.3.6.1.4.1.9.9.89.1.1.1.3 rowstatus read-only
To create, delete a row. Existing rows can be modified/deleted when the row is active providing this alias is not referenced by any entries in the csCugTable.
           csCugIfTable 1.3.6.1.4.1.9.9.89.1.2 no-access
A table to define an interface as an access interface.
               csCugIfEntry 1.3.6.1.4.1.9.9.89.1.2.1 no-access
An entry in this table must be created in order to enable the screening of closed user group calls and enable the barring of transmission of CUG interlock codes across the interface. Closed user group calls are screened by looking up csCugTable.
                   csCugIfAccessEnable 1.3.6.1.4.1.9.9.89.1.2.1.1 truthvalue read-only
If the value is true, enables CUG service on the interface. When the value is false, CUG service on the interface will be disabled and no screening of CUGs will be done.
                   csCugIfPermitUnknownCugsToUser 1.3.6.1.4.1.9.9.89.1.2.1.2 truthvalue read-only
This maps to incoming access of the ITU spec. This object takes effect when csCugIfAccessEnable is true. If the value is true, allows calls with unknown cug interlock code or non-cug calls to be forwarded to the user. If the value is false, calls from unknown CUGs will not be forwarded to the user. If csCugIfAccessEnable is false this object will be ignored.
                   csCugIfPermitUnknownCugsFromUser 1.3.6.1.4.1.9.9.89.1.2.1.3 integer read-only
This maps to outgoing access of the ITU spec. This object takes effect when csCugIfAccessEnable is true. If the value is deny, do not permit calls to other CUGs. If the value is permitPerCall, use cug index from user and calls to other CUGs will be permitted. If the value is permitPermanently, use preferential CUG for calls from user and calls to other CUGs will be permitted. Enumeration: 'deny': 1, 'permitPermanently': 3, 'permitPerCall': 2.
                   csCugIfRowStatus 1.3.6.1.4.1.9.9.89.1.2.1.4 rowstatus read-only
The status of this conceptual row. The value of the columnar objects in this row may be modified even while the row status is 'active'.
           csCugTable 1.3.6.1.4.1.9.9.89.1.3 no-access
A list of Closed User Group (CUG) definitions on the interfaces of the switch. Entries in this table may be created and deleted by SNMP. Each entry represents membership of an interface in a CUG. An interface may have several CUGs, but only one 'preferential' CUG. CUG membership takes effect only when the interface is configured as an access interface i.e., has an entry in the csCugIfTable and that entry's csCugIfAccessEnable == true.
               csCugEntry 1.3.6.1.4.1.9.9.89.1.3.1 no-access
An entry identifying an interface's membership in a CUG.
                   csCugIndex 1.3.6.1.4.1.9.9.89.1.3.1.1 unsigned32 read-only
This maps to cug index of ITU spec. For each interface, there is a unique cug index for each interlock code. This object is valid only when CUGs are supported on a per-call basis.
                   csCugPreferential 1.3.6.1.4.1.9.9.89.1.3.1.2 truthvalue read-only
Indicates if this is a preferential CUG. A value of false means non-preferred CUG. There can be at most one preferential CUG on an interface. When a preferential cug exists, this object has to be set to false before another CUG can become a preferential CUG. For e.g., if CUG X is the preferential CUG and CUG Y has to take the role of preferential CUG, change CUG X to be non-preferential by modifying this object to false and make CUG Y the preferential CUG by modifying this object to true.
                   csCugDenySameGroupToUser 1.3.6.1.4.1.9.9.89.1.3.1.3 truthvalue read-only
This applies to members of the same closed user group. This object maps to incoming-calls-barred in ITU spec. At the destination interface if this is true and the call was made by a member of the same CUG, the call will rejected.
                   csCugDenySameGroupFromUser 1.3.6.1.4.1.9.9.89.1.3.1.4 truthvalue read-only
This applies to members of the same closed user group at the originating interface. This object maps to outgoing-calls-barred in the ITU specification. Setting an entry's csCugDenySameGroupFromUser to true when the entry's csCugPreferential is true will result in error. When csCugDenySameGroupFromUser is set to false and a preferential cug is defined on the interface, by default the call will be forwarded with the interlock code of the preferential cug.
                   csCugRowStatus 1.3.6.1.4.1.9.9.89.1.3.1.5 rowstatus read-only
The status of this conceptual row. The value of the columnar objects in this row may be modified even while the row status is 'active'. Modifications will affect new calls. Existing calls are not affected.
       csCugMIBConformance 1.3.6.1.4.1.9.9.89.3
           csCugMIBCompliances 1.3.6.1.4.1.9.9.89.3.1
               csCugMIBCompliance 1.3.6.1.4.1.9.9.89.3.1.1
The compliance statement for the Cisco ATM CUG MIB.
           csCugMIBGroups 1.3.6.1.4.1.9.9.89.3.2
               csCugMIBGroup 1.3.6.1.4.1.9.9.89.3.2.1
A collection of objects for managing Closed User Groups.