HP-ICF-GPPC-MIB

File: HP-ICF-GPPC-MIB.mib (26093 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

HpicfGppcPolicyName  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..32)  

HpicfGppcAppControlEntry  
SEQUENCE    
  hpicfGppcAcAppName SnmpAdminString
  hpicfGppcAcAppInstance SnmpAdminString
  hpicfGppcAcPolicyName HpicfGppcPolicyName
  hpicfGppcAcIngressIfList PortList
  hpicfGppcAcIngressVlanMap1k OCTET STRING
  hpicfGppcAcIngressVlanMap2k OCTET STRING
  hpicfGppcAcIngressVlanMap3k OCTET STRING
  hpicfGppcAcIngressVlanMap4k OCTET STRING
  hpicfGppcAcEgressIfList PortList
  hpicfGppcAcEgressVlanMap1k OCTET STRING
  hpicfGppcAcEgressVlanMap2k OCTET STRING
  hpicfGppcAcEgressVlanMap3k OCTET STRING
  hpicfGppcAcEgressVlanMap4k OCTET STRING
  hpicfGppcAcExpPolicy INTEGER
  hpicfGppcAcExpString OCTET STRING
  hpicfGppcAcLastErrorCode INTEGER
  hpicfGppcAcLastErrorString OCTET STRING
  hpicfGppcAcRowAdminStatus INTEGER
  hpicfGppcAcRowStatus RowStatus

HpicfGppcNamedPolicyEntry  
SEQUENCE    
  hpicfGppcNpPolicyName HpicfGppcPolicyName
  hpicfGppcNpPolicyType INTEGER
  hpicfGppcNpRowStatus RowStatus

HpicfGppcPolicyRulesEntry  
SEQUENCE    
  hpicfGppcPrRuleId Integer32
  hpicfGppcPrPolicyRule OCTET STRING
  hpicfGppcPrRowStatus RowStatus

Defined Values

hpicfGppcMIB 1.3.6.1.4.1.11.2.14.11.5.1.41
This MIB module is for HP proprietary General Purpose Packet Control (GPPC)
MODULE-IDENTITY    

hpicfGppcConformance 1.3.6.1.4.1.11.2.14.11.5.1.41.1
OBJECT IDENTIFIER    

hpicfGppcAppControlTable 1.3.6.1.4.1.11.2.14.11.5.1.41.2
The application control table. This keeps track of the applications that use GPPC, 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfGppcAppControlEntry

hpicfGppcAppControlEntry 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1
An entry in the application control table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcAppControlEntry  

hpicfGppcAcAppName 1.3.6.1.4.1.11.2.14.11.5.1.41.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)  

hpicfGppcAcAppInstance 1.3.6.1.4.1.11.2.14.11.5.1.41.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)  

hpicfGppcAcPolicyName 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcPolicyName  

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

hpicfGppcAcIngressVlanMap1k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.5
A string of octets containing one bit per VLAN for VLANS with vlan index values of 0 through 1023. 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..128)  

hpicfGppcAcIngressVlanMap2k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.6
A string of octets containing one bit per VLAN for VLANS with vlan index values of 1024 through 2047. The first octet corresponds to VLANs with vlan index values of 1024 through 1031, the second octet to VLANs 1032 through 1039, 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..128)  

hpicfGppcAcIngressVlanMap3k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.7
A string of octets containing one bit per VLAN for VLANS with vlan index values of 2048 through 3071. The first octet corresponds to VLANs with vlan index values of 2048 through 2055, the second octet to VLANs 2056 through 2063, 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..128)  

hpicfGppcAcIngressVlanMap4k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.8
A string of octets containing one bit per VLAN for VLANS with vlan index values of 3072 through 4095. The first octet corresponds to VLANs with vlan index values of 3072 through 3079, the second octet to VLANs 3080 through 3087, 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..128)  

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

hpicfGppcAcEgressVlanMap1k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.10
A string of octets containing one bit per VLAN for VLANS with vlan index values of 0 through 1023. 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..128)  

hpicfGppcAcEgressVlanMap2k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.11
A string of octets containing one bit per VLAN for VLANS with vlan index values of 1024 through 2047. The first octet corresponds to VLANs with vlan index values of 1024 through 1031, the second octet to VLANs 1032 through 1039, 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..128)  

hpicfGppcAcEgressVlanMap3k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.12
A string of octets containing one bit per VLAN for VLANS with vlan index values of 2048 through 3071. The first octet corresponds to VLANs with vlan index values of 2048 through 2055, the second octet to VLANs 2056 through 2063, 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..128)  

hpicfGppcAcEgressVlanMap4k 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.13
A string of octets containing one bit per VLAN for VLANS with vlan index values of 3072 through 4095. The first octet corresponds to VLANs with vlan index values of 3072 through 3079, the second octet to VLANs 3080 through 3087, 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..128)  

hpicfGppcAcExpPolicy 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.14
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), slot-down(2), app-down(3)  

hpicfGppcAcExpString 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.15
Expiration string. This is used in conjuntion with hpicfGppcAcExpPolicy 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)  

hpicfGppcAcLastErrorCode 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.16
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 hpicfGppcAcLastErrorString.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no-error(0), gppc-generic-error(1), gppc-length-error(2), gppc-name-error(3), gppc-parameter-error(4), gppc-not-implemented(5), gppc-malloc-error(6), gppc-too-many-apps(7), gppc-too-many-policies(8), gppc-already-reserved(9), gppc-entry-not-found(10), gppc-entry-exists(11), gppc-platform-error(12), gppc-app-using-policy(13), gppc-invalid-policy-type(14), gppc-not-reserved(15), gppc-no-policy(16), gppc-policy-not-active(17), gppc-policy-has-rules(18), gppc-rule-exists(19), gppc-mac-mirror-mac-exists(30), gppc-mac-mirror-dir-both-conflict(31), gppc-mac-mirror-dir-src-conflict(32), gppc-mac-mirror-dir-dst-conflict(33), gppc-mac-mirror-invalid-session(34), gppc-mac-mirror-invalid-direction(35), gppc-mac-mirror-no-entry(36), gppc-mac-mirror-convert-error(37), gppc-mac-mirror-table-full(38), gppc-cfg-generic-error(50), gppc-cfg-entry-not-found(51), gppc-cfg-set-error(52), gppc-cfg-get-error(53), gppc-cfg-no-record(54), gppc-cfg-add-record-error(55), gppc-cfg-invalid(56), gppc-cfg-malloc-error(57), gppcTrmodeErr(70), gppcTrmodeInvalidZoneNumber(71), gppcTrmodeOperationNotSupported(72), gppcTrmodeZoneNameTooLong(73), gppcTrmodeZoneNameNotFound(74), gppcTrmodeZoneNameAlreadyExists(75), gppcTrmodeTooManyZoneNames(76), gppcTrmodeUnknownPort(77), gppcTrmodeCannotDeleteDefaultZone(78), gppcTrmodeCannotDeleteZoneWithRules(79), gppcTrmodeInvalidFilterNumber(80), gppcTrmodeCannotFilterTrafficWithinZone(81), gppcTrmodeInvalidAction(82), gppcTrmodeUnicastInterceptMacaddrRequired(83), gppcTrmodeCannotAllocateMirrorSession(84), gppcTrmodeCannotAllocateClassifierResources(85)  

hpicfGppcAcLastErrorString 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.17
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    
  OCTET STRING Size(0..255)  

hpicfGppcAcRowAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.41.2.1.18
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 disabled(1), enabled(2)  

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

hpicfGppcNamedPolicyTable 1.3.6.1.4.1.11.2.14.11.5.1.41.3
The named policy table. This table lists the name and type of all policies that are applied via GPPC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfGppcNamedPolicyEntry

hpicfGppcNamedPolicyEntry 1.3.6.1.4.1.11.2.14.11.5.1.41.3.1
An entry in the named policy table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcNamedPolicyEntry  

hpicfGppcNpPolicyName 1.3.6.1.4.1.11.2.14.11.5.1.41.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
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcPolicyName  

hpicfGppcNpPolicyType 1.3.6.1.4.1.11.2.14.11.5.1.41.3.1.2
Type of the policy. A policy type of 'mac-based-mirroring' indicates that the policy is used to mirror traffic based on the MAC address of the source or destination.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER mac-based-mirroring(1), zone-intercept(2)  

hpicfGppcNpRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.41.3.1.3
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 hpicfGppcNpPolicyType). 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  

hpicfGppcPolicyRulesTable 1.3.6.1.4.1.11.2.14.11.5.1.41.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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfGppcPolicyRulesEntry

hpicfGppcPolicyRulesEntry 1.3.6.1.4.1.11.2.14.11.5.1.41.4.1
An entry in the policy rules table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfGppcPolicyRulesEntry  

hpicfGppcPrRuleId 1.3.6.1.4.1.11.2.14.11.5.1.41.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  

hpicfGppcPrPolicyRule 1.3.6.1.4.1.11.2.14.11.5.1.41.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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpicfGppcPrRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.41.4.1.3
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 hpicfGppcPrPolicyRule).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfGppcMIBCompliances 1.3.6.1.4.1.11.2.14.11.5.1.41.1.1
OBJECT IDENTIFIER    

hpicfGppcMIBGroups 1.3.6.1.4.1.11.2.14.11.5.1.41.1.2
OBJECT IDENTIFIER    

hpicfGppcMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.41.1.1.1
The compliance statement for HP routers implementing the HP-ICF-GPPC-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

hpicfGppcGroup 1.3.6.1.4.1.11.2.14.11.5.1.41.1.2.1
A collection of HP proprietary objects to support GPPC.
Status: current Access: read-create
OBJECT-GROUP