HP-ICF-GPPCV2-MIB

File: HP-ICF-GPPCV2-MIB.mib (33885 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB Q-BRIDGE-MIB HP-ICF-OID

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus SnmpAdminString PortList
hpSwitch

Defined Types

HpicfGppcv2PolicyName  
Type definition for the name of a policy. A policy name is a printable string consisting of up to 64 characters from the ASCII character set. The policy name is case sensitive
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..70)  

HpicfGppcv2PolicyType  
Type of the policy. A policy of type 'aclIpv4' indicates that the policy is an IPv4 Access Control List, an ACL that filters packets based on source IPv4 address and subnet, destination IPv4 address and subnet, and protocol amongst other packet information. A policy of type 'aclIpv6' indicates that the policy is an IPv6 Access Control List, an ACL that filters packets based on source IPv6 address and subnet, destination IPv6 address and subnet, and protocol amongst other packet information. A policy of type 'classifierClassIpv4' indicates that the policy is an IPv4 Classifier class which specifies packets to be compared against the specified source IPv4 address and subnet, destination and subnet, protocol, etc. A policy of type 'classifierClassIpv6' indicates that the policy is an IPv6 Classifier class which specifies packets to be compared against the specified source IPv6 address and subnet, destination and subnet, protocol, etc. A policy type of 'classifierPolicy' indicates that the policy will perform Quality of Service/mirror actions on packets that match statements in the policy's classes. A policy type of 'connectionRateFilterIpv4' indicates that the policy is an IPv4 Connection Rate Filter, a list that specifies packets to be filtered or ignored based on source IPv4 address and subnet and protocol.
TEXTUAL-CONVENTION    
  INTEGER aclIpv4(1), aclIpv6(2), classifierClassIpv4(3), classifierClassIpv6(4), classifierPolicy(5), connectionRateFilterIpv4(6)  

HpicfGppcv2LastErrorCode  
Error code of the last error that occurred. A non-zero value indicates that the last operation performed by this instance of the application or on the named policy did not succeed.
TEXTUAL-CONVENTION    
  INTEGER noError(0), gppcv2GenericError(1), gppcv2LengthError(2), gppcv2NameError(3), gppcv2ParameterError(4), gppcv2NotImplemented(5), gppcv2MallocError(6), gppcv2TooManyApps(7), gppcv2TooManyPolicies(8), gppcv2AlreadyReserved(9), gppcv2EntryExists(10), gppcv2PlatformError(11), gppcv2AppUsingPolicy(12), gppcv2InvalidPolicyType(13), gppcv2NotReserved(14), gppcv2NoPolicy(15), gppcv2PolicyNotActive(16), gppcv2PolicyHasRules(17), gppcv2RuleExists(18), gppcv2ReleaseRules(19), gppcv2ReleaseAppCtrlEntry(20), gppcv2CfgError(50), gppcv2AceCreateError(70), gppcv2AceConflictingRuleError(71), gppcv2AceDuplicateError(72), gppcv2AceDuplicateSequenceNumError(73), gppcv2AceCfgLimitReachedError(74), gppcv2AceNotFoundError(75), gppcv2AclDuplcateNameError(76), gppcv2AclMaxSequenceNumError(77), gppcv2AclMgmtVlanConflictError(78), gppcv2AclApplyError(79), gppcv2AclCreateError(80), gppcv2AclCfgLimitReachedError(81), gppcv2AclNotFoundError(82), gppcv2AclNotAppliedVlanError(83), gppcv2AclNotAppliedPortError(84), gppcv2InvalidTypeForCrfError(85), gppcv2AclResequenceLimitError(86), gppcv2ClassMaxSequenceNumError(87), gppcv2ClassNotFoundError(88), gppcv2ClassCreateError(89), gppcv2ClassEntryCfgLimitReachedError(90), gppcv2ClassListCfgLimitReachedError(91), gppcv2ClassDuplicateNameError(92), gppcv2ClassEntryAddError(93), gppcv2ClassEntryNotFoundError(94), gppcv2ClassConflictingRuleError(95), gppcv2PolicyNotFoundError(96), gppcv2PolicyNameConflictError(97), gppcv2PolicyNotAppliedError(98), gppcv2PolicyCreateError(99), gppcv2PolicyAddClassError(100), gppcv2PolicyDeleteClassError(101), gppcv2PolicyClassNotFoundError(102), gppcv2PolicyDeleteError(103), gppcv2PolicyApplyError(104), gppcv2PolicyIsAppliedCannotDeleteError(105), gppcv2PolicyDuplicateClassError(106), gppcv2PolicyClassifiedVlanOnVlanError(107), gppcv2PolicyCfgLimitReachedError(108), gppcv2PolicyApplyDetailedError(109)  

HpicfGppcv2AppControlEntry  
SEQUENCE    
  hpicfGppcv2AcAppName SnmpAdminString
  hpicfGppcv2AcAppInstance SnmpAdminString
  hpicfGppcv2AcPolicyType HpicfGppcv2PolicyType
  hpicfGppcv2AcPolicyName HpicfGppcv2PolicyName
  hpicfGppcv2AcIngressIfList PortList
  hpicfGppcv2AcIngressVIDList OCTET STRING
  hpicfGppcv2AcEgressIfList PortList
  hpicfGppcv2AcEgressVIDList OCTET STRING
  hpicfGppcv2AcVIDList OCTET STRING
  hpicfGppcv2AcExpPolicy INTEGER
  hpicfGppcv2AcExpString OCTET STRING
  hpicfGppcv2AcLastErrorCode INTEGER
  hpicfGppcv2AcLastErrorString SnmpAdminString
  hpicfGppcv2AcRowAdminStatus INTEGER
  hpicfGppcv2AcRowStatus RowStatus
  hpicfGppcv2AcIngressTunnelList OCTET STRING
  hpicfGppcv2AcEgressTunnelList OCTET STRING

HpicfGppcv2NamedPolicyEntry  
SEQUENCE    
  hpicfGppcv2NpPolicyName HpicfGppcv2PolicyName
  hpicfGppcv2NpPolicyType HpicfGppcv2PolicyType
  hpicfGppcv2NpSubType INTEGER
  hpicfGppcv2NpReseqStart Integer32
  hpicfGppcv2NpReseqIncr Integer32
  hpicfGppcv2NpLastSeqNo Integer32
  hpicfGppcv2NpLastErrorCode INTEGER
  hpicfGppcv2NpLastErrorString SnmpAdminString
  hpicfGppcv2NpRowStatus RowStatus

HpicfGppcv2PolicyRulesEntry  
SEQUENCE    
  hpicfGppcv2PrRuleId Integer32
  hpicfGppcv2PrPolicyRule OCTET STRING
  hpicfGppcv2PrRemark OCTET STRING
  hpicfGppcv2PrRowStatus RowStatus

Defined Values

hpicfGppcv2MIB 1.3.6.1.4.1.11.2.14.11.5.1.61
This MIB module is for HP proprietary General Purpose Packet Control Version 2 (Gppcv2)
MODULE-IDENTITY    

hpicfGppcv2Conformance 1.3.6.1.4.1.11.2.14.11.5.1.61.1
OBJECT IDENTIFIER    

hpicfGppcv2AppControlTable 1.3.6.1.4.1.11.2.14.11.5.1.61.2
The application control table. This keeps track of the applications that use Gppcv2, the policies set by these applications, and information on where/when/how to apply these policies. This information includes the interfaces and VLANs where the policy should be applied, whether it should be applied at ingress or egress, and when it should expire. The following limitation is in place: there can be no more than one policy action per SNMP pdu.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfGppcv2AppControlEntry

hpicfGppcv2AppControlEntry 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1
An entry in the application control table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcv2AppControlEntry  

hpicfGppcv2AcAppName 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.1
Name of the application that last modified this row. All applications of the same type should use the same name and should use different instance identifiers to identify themselves uniquely. This is a printable string up to 16 bytes in size.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..16)  

hpicfGppcv2AcAppInstance 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.2
Instance identifier of the application. This is used to distinguish between different instances of the same application. This is a printable string up to 16 bytes in size.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..16)  

hpicfGppcv2AcPolicyType 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.3
Type of the policy, used to distinguish policies with the same name.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcv2PolicyType  

hpicfGppcv2AcPolicyName 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.4
Name of the policy. Each policy is uniquely identified by its name. It is possible to apply the same policy in different manners to different interfaces and VLANs. This is a printable string up to 64 characters in size and case sensitive.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcv2PolicyName  

hpicfGppcv2AcIngressIfList 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.5
List of interfaces to which this policy applies at ingress.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

hpicfGppcv2AcIngressVIDList 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.6
A string of octets containing one bit per Vlan-Id for VLANS with vlan index values of 0 through 4096. The first octet corresponds to VLANs with vlan index values of 0 through 7, the second octet to VLANs 8 through 15, etc. The most significant bit of each octet corresponds to the lowest vlan index value in that octet. For each VLAN that this policy should apply to at ingress, the corresponding bit is set to '1'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

hpicfGppcv2AcEgressIfList 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.7
List of interfaces to which this policy applies at egress.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

hpicfGppcv2AcEgressVIDList 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.8
A string of octets containing one bit per Vlan-Id for VLANS with vlan index values of 0 through 4096. The first octet corresponds to VLANs with vlan index values of 0 through 7, the second octet to VLANs 8 through 15, etc. The most significant bit of each octet corresponds to the lowest vlan index value in that octet. For each VLAN that this policy should apply to at egress, the corresponding bit is set to '1'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

hpicfGppcv2AcVIDList 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.9
A string of octets containing one bit per Vlan-Id for VLANS with vlan index values of 0 through 4096. The first octet corresponds to VLANs with vlan index values of 0 through 7, the second octet to VLANs 8 through 15, etc. The most significant bit of each octet corresponds to the lowest vlan index value in that octet. For each VLAN that this policy should apply to as a VLAN ACL, the corresponding bit is set to '1'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

hpicfGppcv2AcExpPolicy 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.10
Expiration policy. This indicates whether a policy should expire automatically. 'permanent' means a policy should never expire automatically.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permanent(1)  

hpicfGppcv2AcExpString 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.11
Expiration string. This is used in conjunction with hpicfGppcv2AcExpPolicy to indicate when a policy should expire automatically. The value stored in this object is interpreted differently for different expiration policies. When the expiration policy is 'permanent', this value is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..24)  

hpicfGppcv2AcLastErrorCode 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.12
Error code of the last error that occurred. A non-zero value indicates that the last operation performed by this instance of the application on the named policy did not succeed. A detailed description of the error is available in hpicfGppcv2AcLastErrorString.
Status: current Access: read-only
OBJECT-TYPE    
  HpicfGppcv2LastErrorCode  

hpicfGppcv2AcLastErrorString 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.13
Description of the last error that occurred. This is a printable ASCII string that describes the error in some detail.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

hpicfGppcv2AcRowAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.14
Administrative status of this row. The named policy in this row is applied to the interfaces and/or VLANs by this instance of the application only when the administrative status is enabled. This is the main on/off switch for the row. The row status must be active for this switch to have an effect.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfGppcv2AcRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.15
Status of this row. Row status must be active, and the admin status (see hpicfGppcv2AcRowAdminStatus) must be enabled for this row to be activated.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfGppcv2AcIngressTunnelList 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.16
A string of octets containing one bit per tunnel-id for tunnels with tunnel values of 0 through 2047. The first octet corresponds to tunnel with values of 0 through 7, the second octet with values from 8 through 15, etc. The most significant bit of each octet corresponds to the lowest tunnel value in that octet. For each tunnel that this policy should apply to at ingress, the corresponding bit is set to '1'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

hpicfGppcv2AcEgressTunnelList 1.3.6.1.4.1.11.2.14.11.5.1.61.2.1.17
A string of octets containing one bit per tunnel-id for tunnels with tunnel values of 0 through 2047. The first octet corresponds to tunnel with values of 0 through 7, the second octet with values from 8 through 15, etc. The most significant bit of each octet corresponds to the lowest tunnel value in that octet. For each tunnel that this policy should apply to at egress, the corresponding bit is set to '1'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

hpicfGppcv2NamedPolicyTable 1.3.6.1.4.1.11.2.14.11.5.1.61.3
The named policy table. This table lists the name and type of all policies that are applied via Gppcv2. The following limitation is in place: there can be no more than one policy action per SNMP pdu.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfGppcv2NamedPolicyEntry

hpicfGppcv2NamedPolicyEntry 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1
An entry in the named policy table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcv2NamedPolicyEntry  

hpicfGppcv2NpPolicyName 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.1
Name of the policy. The name of a policy is its unique identification. It is a printable string in ASCII characters. It can be up to 64 characters in length and it case sensitive
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcv2PolicyName  

hpicfGppcv2NpPolicyType 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.2
Type of the policy as defined in the TEXTUAL-CONVENTION
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcv2PolicyType  

hpicfGppcv2NpSubType 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.3
Subtype of the policy. A subtype of 'aclStandard' indicates that the policy is a standard Access Control List. The policy is used to permit or deny packets based on source IPv4 address and subnet only. A subtype of 'aclExtended' indicates that the policy is an extended Access Control List, an ACL that filters packets based on source IPv4 address and subnet, destination IPv4 address and subnet, and protocol amongst other packet information. A subtype of 'aclConnectionRateFilter' indicates that the policy is a connection-rate-filter Access Control List, similar to an ACL-extended. A subtype of 'aclIdm' indicates that the policy is a Identity Driven Management ACL used to filter traffic based on the source MAC address, protocol and destination IP information of a packet. A subtype of 'aclExtendedIpv6' indicates that the policy is an extended Access Control List, an ACL that filters packets based on source IPv6 address and subnet, destination IPv6 address and subnet, and protocol amongst other packet information. A subype of 'policyQos' indicates that the policy will perform Quality of Service actions on packets that match statements in the policy's classes. A subtype of 'policyMirror' indicates that the policy will perform mirror actions on packets that match statements in the policy's classes. A subtype of 'policyPbr' indicates that the policy will perform Policy Based Routing actions on packets that match statements in the policy's classes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER subtypeNone(1), aclStandard(2), aclExtended(3), aclConnectionRateFilter(4), aclIdm(5), aclExtendedIpv6(6), policyQos(7), policyMirror(8), policyPbr(9)  

hpicfGppcv2NpReseqStart 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.4
Specifies the starting sequence number for resequence.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hpicfGppcv2NpReseqIncr 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.5
Specifies the increment value for resequence.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hpicfGppcv2NpLastSeqNo 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.6
Contains the highest valid sequence number for this policy entry at any point of time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hpicfGppcv2NpLastErrorCode 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.7
Error code of the last error that occurred. A non-zero value indicates that the last operation performed on the ruleEntry of this policy did not succeed. A detailed description of the error is available in hpicfGppcv2NpLastErrorString.
Status: current Access: read-only
OBJECT-TYPE    
  HpicfGppcv2LastErrorCode  

hpicfGppcv2NpLastErrorString 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.8
Description of the last error that occurred. This is a printable ASCII string that describes the error in some detail.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

hpicfGppcv2NpRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.61.3.1.9
Status of this row. The named policy must be active before rules can be added to it or removed from it. A newly created policy will remain in notReady state until it is given a valid policy type (see hpicfGppcv2NpPolicyType). A row in the named policy table can not be deleted if the named policy is referenced by a row in the application control table. The application control entries that refer to this row must be deleted before this row can be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfGppcv2PolicyRulesTable 1.3.6.1.4.1.11.2.14.11.5.1.61.4
The policy rules table. A policy can consist of multiple rules. All of the rules of a policy are listed in this table. Each rule consists of a string and a numeric identifier - the rule id. The following limitation is in place: there can be no more than one policy action per SNMP pdu.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfGppcv2PolicyRulesEntry

hpicfGppcv2PolicyRulesEntry 1.3.6.1.4.1.11.2.14.11.5.1.61.4.1
An entry in the policy rules table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcv2PolicyRulesEntry  

hpicfGppcv2PrRuleId 1.3.6.1.4.1.11.2.14.11.5.1.61.4.1.1
Numeric identifier of the rule. The rules in a policy are processed sequentially in increasing order of their rule ids. These numeric ids are generated by the application that creates the policy. Rules within a policy have unique rule IDs.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpicfGppcv2PrPolicyRule 1.3.6.1.4.1.11.2.14.11.5.1.61.4.1.2
Rule string. This is a string that represents one rule in the policy. A policy can consist of one or many rules. For details on the format of the rule string please see: http://h17007.www1.hp.com
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

hpicfGppcv2PrRemark 1.3.6.1.4.1.11.2.14.11.5.1.61.4.1.3
Remark string. This is a descriptive text string for a policy rule entry. For details on the format of the rule string please see: http://h17007.www1.hp.com
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

hpicfGppcv2PrRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.61.4.1.4
Status of this row. A rule must have an active row status in order to take effect. Only active rules within the named policy are applied when an application applies the policy. It is possible to use this row status as an on/off switch for enabling or disabling selected rules within a policy. A newly created rule will remain in notReady state until it is given a valid rule string (see hpicfGppcv2PrPolicyRule).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfGppcv2MIBCompliances 1.3.6.1.4.1.11.2.14.11.5.1.61.1.1
OBJECT IDENTIFIER    

hpicfGppcv2MIBGroups 1.3.6.1.4.1.11.2.14.11.5.1.61.1.2
OBJECT IDENTIFIER    

hpicfGppcv2MIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.61.1.1.1
The compliance statement for HP routers implementing the HP-ICF-Gppcv2-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

hpicfGppcv2Group 1.3.6.1.4.1.11.2.14.11.5.1.61.1.2.1
A collection of HP proprietary objects to support Gppcv2.
Status: current Access: read-create
OBJECT-GROUP