MIBs Depot

CISCO-POLICY-GROUP-MIB

Registered at
1.3.6.1.4.1.9.9.507
Last updated
2006-01-13 16:00
Organization
Cisco Systems, Inc.
Revisions
2006-01-13 16:00
Namespace
cisco
Source file
CISCO-POLICY-GROUP-MIB
Digest
sha256:1778dd9c9449ee02573aefa14a746a092d76a1e3ce64caac22977f1e09a92111

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

2 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-POLICY-GROUP-MIB
CISCO-SMI
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CpgGroupName
TEXTUAL-CONVENTION
An octet string, preferably in human-readable form, describes the name of a policy group.
current
CpgPolicyName
TEXTUAL-CONVENTION
An octet string, preferably in human-readable form, describes the name of a policy.
current
CpgPolicyNameOrEmpty
TEXTUAL-CONVENTION
This textual convention is an extension of the CpgPolicyName convention. The latter defines a non-empty policy name. This extension permits the additional value of empty string.
current

Objects

NameOIDSyntaxAccessStatus
ciscoPolicyGroupMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.507.0
ciscoPolicyGroupMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.507.1
cpgGroup
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.507.1.1
cpgGroupTable
OBJECT-TYPE
A table indicates the policy groups in the device.
1.3.6.1.4.1.9.9.507.1.1.1not-accessiblecurrent
cpgGroupEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.1.1.1not-accessiblecurrent
cpgGroupName
OBJECT-TYPE
Indicates the name of a policy group in the device.
1.3.6.1.4.1.9.9.507.1.1.1.1.1CpgGroupNamenot-accessiblecurrent
cpgGroupSourceType
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.1.1.1.2INTEGER {unknown(1), accessList(2), configured(3)}read-onlycurrent
cpgGroupIpAddrCount
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.1.1.1.3Unsigned32read-onlycurrent
cpgGroupRowStatus
OBJECT-TYPE
This object is used to manage the creation and deletion of rows in this table.
1.3.6.1.4.1.9.9.507.1.1.1.1.4RowStatusread-createcurrent
cpgGroupIpTable
OBJECT-TYPE
A table provides management information for policy group and its IP address(es) membership in the device.
1.3.6.1.4.1.9.9.507.1.1.2not-accessiblecurrent
cpgGroupIpEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.1.2.1not-accessiblecurrent
cpgGroupIpGroupName
OBJECT-TYPE
Indicates the policy group name. This group should exist in cpgGroupTable.
1.3.6.1.4.1.9.9.507.1.1.2.1.1CpgGroupNamenot-accessiblecurrent
cpgGroupIpAddrType
OBJECT-TYPE
The type of Internet address of a group member.
1.3.6.1.4.1.9.9.507.1.1.2.1.2InetAddressTypenot-accessiblecurrent
cpgGroupIpAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.1.2.1.3InetAddress (SIZE(1..64))not-accessiblecurrent
cpgGroupIpMask
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.507.1.1.2.1.4InetAddressread-createcurrent
cpgGroupIpSourceType
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.1.2.1.5INTEGER {other(1), configured(2), dot1x(3), nac(4), webAuth(5), macAuth(6)}read-onlycurrent
cpgGroupIpRowStatus
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.507.1.1.2.1.6RowStatusread-createcurrent
cpgPolicy
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.507.1.2
cpgPolicyTable
OBJECT-TYPE
A table describes the policies in the device.
1.3.6.1.4.1.9.9.507.1.2.1not-accessiblecurrent
cpgPolicyEntry
OBJECT-TYPE
A row instance contains the name of a policy in the device.
1.3.6.1.4.1.9.9.507.1.2.1.1not-accessiblecurrent
cpgPolicyName
OBJECT-TYPE
Indicates a policy name in the device.
1.3.6.1.4.1.9.9.507.1.2.1.1.1CpgPolicyNamenot-accessiblecurrent
cpgPolicyGroupCount
OBJECT-TYPE
Indicates the number of policy group(s) associated with this policy. This is the number of entries for this policy in the cpgPolicyGroupTable.
1.3.6.1.4.1.9.9.507.1.2.1.1.2Unsigned32read-onlycurrent
cpgPolicyGroupTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.2.2not-accessiblecurrent
cpgPolicyGroupEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.507.1.2.2.1not-accessiblecurrent
cpgPolicyGroupPolicyName
OBJECT-TYPE
This object indicates the policy name used to associate to the group denoted by cpgPolicyGroupGroupName. This policy must exist in cpgPolicyTable.
1.3.6.1.4.1.9.9.507.1.2.2.1.1CpgPolicyNamenot-accessiblecurrent
cpgPolicyGroupGroupName
OBJECT-TYPE
This object indicates the group name used to associate to the policy denoted by cpgPolicyGroupPolicyName. This group must exist in cpgGroupTable.
1.3.6.1.4.1.9.9.507.1.2.2.1.2CpgGroupNamenot-accessiblecurrent
cpgPolicyGroupRowStatus
OBJECT-TYPE
This object is used to manage the creation and deletion of rows in this table.
1.3.6.1.4.1.9.9.507.1.2.2.1.3RowStatusread-createcurrent
ciscoPolicyGroupMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.507.2
ciscoPolicyGroupMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.507.2.1
ciscoPolicyGroupMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.507.2.2

Conformance

NameOIDStatus
ciscoPolicyGroupMIBCompliance
MODULE-COMPLIANCE
The compliance statement for the CISCO-POLICY-GROUP-MIB
1.3.6.1.4.1.9.9.507.2.1.1current
ciscoCpgGroupInfoGroup
OBJECT-GROUP
A collection of objects which provides information on policy groups in the device.
1.3.6.1.4.1.9.9.507.2.2.1current
ciscoCpgGroupIpInfoGroup
OBJECT-GROUP
A collection of objects which provides information on policy group and IP addresses membership.
1.3.6.1.4.1.9.9.507.2.2.2current
ciscoCpgPolicyInfoGroup
OBJECT-GROUP
A collection of objects which provides the policies data in the device.
1.3.6.1.4.1.9.9.507.2.2.3current
ciscoCpgPolicyGroupInfoGroup
OBJECT-GROUP
A collection of object which provides information on group and policy association.
1.3.6.1.4.1.9.9.507.2.2.4current