CISCO-POLICY-GROUP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-POLICY-GROUP-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
 ciscoPolicyGroupMIB 1.3.6.1.4.1.9.9.507
The MIB module is for configuration of policy and policy group. A policy group can be described as a set of entities identified by IP addresses or other means. Members of a policy group will be subjected to the same policy. In this MIB, user can apply a policy to policy group(s) as well as configure and retrieve the group membership.
         ciscoPolicyGroupMIBNotifs 1.3.6.1.4.1.9.9.507.0
         ciscoPolicyGroupMIBObjects 1.3.6.1.4.1.9.9.507.1
             cpgGroup 1.3.6.1.4.1.9.9.507.1.1
                 cpgGroupTable 1.3.6.1.4.1.9.9.507.1.1.1 no-access
A table indicates the policy groups in the device.
                     cpgGroupEntry 1.3.6.1.4.1.9.9.507.1.1.1.1 no-access
A row instance contains the name of a policy group, the source method which creates this group, the number of IP addresses contained in the group and the status of this instance. A row instance can be created or removed by the system or by setting the appropriate value of the RowStatus object.
                         cpgGroupName 1.3.6.1.4.1.9.9.507.1.1.1.1.1 cpggroupname no-access
Indicates the name of a policy group in the device.
                         cpgGroupSourceType 1.3.6.1.4.1.9.9.507.1.1.1.1.2 integer read-only
Indicates the source i.e. the method used to create this group. unknown(1) indicates that the source of this group cannot be identified. accessList(2) indicates that this group is added via the ACL (Access Control List) feature. configured(3) indicates that this group is added via this policy group configuration. Enumeration: 'accessList': 2, 'unknown': 1, 'configured': 3.
                         cpgGroupIpAddrCount 1.3.6.1.4.1.9.9.507.1.1.1.1.3 unsigned32 read-only
Indicates the number of IP address(es) contained in this group. This is the number of entries for this group in the cpgGroupIpTable. The initial value of this object in a row created via cpgGroupRowStatus object is zero.
                         cpgGroupRowStatus 1.3.6.1.4.1.9.9.507.1.1.1.1.4 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table.
                 cpgGroupIpTable 1.3.6.1.4.1.9.9.507.1.1.2 no-access
A table provides management information for policy group and its IP address(es) membership in the device.
                     cpgGroupIpEntry 1.3.6.1.4.1.9.9.507.1.1.2.1 no-access
A row instance contains the IP address mask, source type and its status. A row instance can be created or removed by the system or by setting the appropriate value of its RowStatus object. A row instance is indexed by a group name, type and value of an IP address. The group name index must exist in the cpgGroupTable. If a group name is deleted from cpgGroupTable, entries in this table using this group as an index will also be automatically removed.
                         cpgGroupIpGroupName 1.3.6.1.4.1.9.9.507.1.1.2.1.1 cpggroupname no-access
Indicates the policy group name. This group should exist in cpgGroupTable.
                         cpgGroupIpAddrType 1.3.6.1.4.1.9.9.507.1.1.2.1.2 inetaddresstype no-access
The type of Internet address of a group member.
                         cpgGroupIpAddress 1.3.6.1.4.1.9.9.507.1.1.2.1.3 inetaddress no-access
The Internet address of a group member. The type of this address is determined by the value of the cpgGroupIpAddrType object. The cpgGroupIpAddress may not be empty due to the SIZE restriction.
                         cpgGroupIpMask 1.3.6.1.4.1.9.9.507.1.1.2.1.4 inetaddress read-only
Specifies the mask to be logical-ANDed with the IP address denoted in cpgGroupIpAddress object to indicate IP address group membership. The type of this mask is determined by the value of the cpgGroupIpAddrType object. Value of this object can not be modified when the corresponding instance of cpgGroupIpRowStatus is 'active'.
                         cpgGroupIpSourceType 1.3.6.1.4.1.9.9.507.1.1.2.1.5 integer read-only
Indicates the source of this IP address. other(1) indicates the source of this IP address is not one of the following types. configured(2) indicates this IP address is configured via this policy group and IP address configuration. dot1x(3) indicates this IP address is added by 802.1x feature. nac(4) indicates this IP address is added by NAC (network admission control) feature. webAuth(5) indicates this IP address is added by Web-Proxy Authentication feature. macAuth(6) indicatest this IP address is added by MAC Authentication Bypass feature. Enumeration: 'nac': 4, 'configured': 2, 'dot1x': 3, 'other': 1, 'webAuth': 5, 'macAuth': 6.
                         cpgGroupIpRowStatus 1.3.6.1.4.1.9.9.507.1.1.2.1.6 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table. Once a row becomes active, values within this row cannot be modified, except by setting this object value to 'notInService' first, or deleting and re-creating it. A conceptual row can be removed by setting this object value to 'destroy' if and only if the value of corresponding instance of cpgGroupIpSourceType is 'configured'.
             cpgPolicy 1.3.6.1.4.1.9.9.507.1.2
                 cpgPolicyTable 1.3.6.1.4.1.9.9.507.1.2.1 no-access
A table describes the policies in the device.
                     cpgPolicyEntry 1.3.6.1.4.1.9.9.507.1.2.1.1 no-access
A row instance contains the name of a policy in the device.
                         cpgPolicyName 1.3.6.1.4.1.9.9.507.1.2.1.1.1 cpgpolicyname no-access
Indicates a policy name in the device.
                         cpgPolicyGroupCount 1.3.6.1.4.1.9.9.507.1.2.1.1.2 unsigned32 read-only
Indicates the number of policy group(s) associated with this policy. This is the number of entries for this policy in the cpgPolicyGroupTable.
                 cpgPolicyGroupTable 1.3.6.1.4.1.9.9.507.1.2.2 no-access
A table provides the mechanism to configure association between a policy and a policy group. When a policy associates with a policy group, this policy is applied to all the members of the group. A policy can associate with multiple groups and vice versa.
                     cpgPolicyGroupEntry 1.3.6.1.4.1.9.9.507.1.2.2.1 no-access
A row instance contains the RowStatus object to configure the association between a policy and a policy group. A row instance can be created or removed by the system or by setting the appropriate value of the RowStatus object. A row instance is indexed by a policy name and a policy group name. The policy name index must exist in cpgPolicyTable. The policy group name index must exist in cpgGroupTable. If a policy group is removed from cpgGroupTable, entries in this table using this group as an index will be automatically removed.
                         cpgPolicyGroupPolicyName 1.3.6.1.4.1.9.9.507.1.2.2.1.1 cpgpolicyname no-access
This object indicates the policy name used to associate to the group denoted by cpgPolicyGroupGroupName. This policy must exist in cpgPolicyTable.
                         cpgPolicyGroupGroupName 1.3.6.1.4.1.9.9.507.1.2.2.1.2 cpggroupname no-access
This object indicates the group name used to associate to the policy denoted by cpgPolicyGroupPolicyName. This group must exist in cpgGroupTable.
                         cpgPolicyGroupRowStatus 1.3.6.1.4.1.9.9.507.1.2.2.1.3 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table.
         ciscoPolicyGroupMIBConformance 1.3.6.1.4.1.9.9.507.2
             ciscoPolicyGroupMIBCompliances 1.3.6.1.4.1.9.9.507.2.1
                 ciscoPolicyGroupMIBCompliance 1.3.6.1.4.1.9.9.507.2.1.1
The compliance statement for the CISCO-POLICY-GROUP-MIB
             ciscoPolicyGroupMIBGroups 1.3.6.1.4.1.9.9.507.2.2
                 ciscoCpgGroupInfoGroup 1.3.6.1.4.1.9.9.507.2.2.1
A collection of objects which provides information on policy groups in the device.
                 ciscoCpgGroupIpInfoGroup 1.3.6.1.4.1.9.9.507.2.2.2
A collection of objects which provides information on policy group and IP addresses membership.
                 ciscoCpgPolicyInfoGroup 1.3.6.1.4.1.9.9.507.2.2.3
A collection of objects which provides the policies data in the device.
                 ciscoCpgPolicyGroupInfoGroup 1.3.6.1.4.1.9.9.507.2.2.4
A collection of object which provides information on group and policy association.