HPN-ICF-FLOWTEMPLATE-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.64
- Last updated
- 2005-11-24 13:20
- Namespace
- hp
- Source file
HPN-ICF-FLOWTEMPLATE-MIB- Digest
sha256:6e2f6659990e326138f38fcb2a47afab358b7a6e535144b07a00a9b9142f4a35
Description
Flow template management information base.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HPN-ICF-FLOWTEMPLATE-MIB HPN-ICF-OID-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfFlowTemplateMibObject OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.64.1 | |||
| hpnicfFTConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1 | |||
| hpnicfFTGroupNextIndex OBJECT-TYPE This object contains an appropriate value to be used for hpnicfFTGroupIndex when creating rows in the hpnicfFTGroupTable. If it is 2147483647, it denotes that hpnicfFTGroupTable can't create any instance. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.1 | Integer32 | read-only | current |
| hpnicfFTGroupTable OBJECT-TYPE A table of flow template group. A flow template group, which is applied to interface, must use hpnicfFTGroupTable to create a instance and hpnicfFTBasicGroupTable or hpnicfFTExtendGroupTable to configure flow template's need item. A basic flow template must use hpnicfFTBasicGroupTable to configure some basic flow template's need item, such as: address, protocol, priority. A extend flow template must use hpnicfFTExtendGroupTable to configure packet's type and offset and length. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.2 | not-accessible | current | |
| hpnicfFTGroupEntry OBJECT-TYPE Flow template group information. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.2.1 | not-accessible | current | |
| hpnicfFTGroupIndex OBJECT-TYPE Flow template group index. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.2.1.1 | Integer32 | not-accessible | current |
| hpnicfFTGroupName OBJECT-TYPE Flow template group name. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.2.1.2 | OCTET STRING (SIZE(1..31)) | read-create | current |
| hpnicfFTGroupType OBJECT-TYPE Type of flow template. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.2.1.3 | INTEGER {basic(1), extend(2)} | read-create | current |
| hpnicfFTGroupRowStatus OBJECT-TYPE RowStatus. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.2.1.4 | RowStatus | read-create | current |
| hpnicfFTBasicGroupTable OBJECT-TYPE A table of basic flow template group. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3 | not-accessible | current | |
| hpnicfFTBasicGroupEntry OBJECT-TYPE Basic flow template group information. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3.1 | not-accessible | current | |
| hpnicfFTBasicGroupAddressType OBJECT-TYPE Type of MAC and IP address. This is a bit-map of possible conditions. The various bit positions are: sourceIpv4Address source IPv4's address destIPv4Address destination IPv4's address sourceIPv6Address source IPv6 address destIPv6Address destination IPv6 address sourceMacAddress source MAC address destMacAddress destination MAC address | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3.1.1 | Bits {sourceIpv4Address(0), destIPv4Address(1), sourceIPv6Address(2), destIPv6Address(3), sourceMacAddress(4), destMacAddress(5)} | read-create | current |
| hpnicfFTBasicGroupPriorityType OBJECT-TYPE Type of priority. This is a bit-map of possible conditions. The various bit positions are: vlanID VlanID cos 802.1p priority topVlanID VlanID of top layer topCos 802.1p priority of top layer fragment fragment tcpFlag TCP flag tos type of service dscp DSCP ipprecedence IP precedence | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3.1.2 | Bits {vlanID(0), cos(1), topVlanID(2), topCos(3), fragment(4), tcpFlag(5), tos(6), dscp(7), ipprecedence(8)} | read-create | current |
| hpnicfFTBasicGroupProtocolType OBJECT-TYPE Type of protocol. This is a bit-map of possible conditions. The various bit positions are: l2Potocol layer 2 protocol ipv4L3Protocol layer 3 protocol of IPv4 ipv6L3Protocol layer 3 protocol of IPv6 icmpProtocolType Type of ICMP protocol of IPv4 icmpProtocolCode Code of ICMP protocol of IPv4 icmpv6ProtocolType Type of ICMP protocol of IPv6 icmpv6ProtocolCode Code of ICMP protocol of IPv6 sourceL4Port port of layer 4 of source destL4Port port of layer 4 of destination | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3.1.3 | Bits {l2Potocol(0), ipv4L3Protocol(1), ipv6L3Protocol(2), icmpProtocolType(3), icmpProtocolCode(4), icmpv6ProtocolType(5), icmpv6ProtocolCode(6), sourceL4Port(7), destL4Port(8)} | read-create | current |
| hpnicfFTBasicGroupSMacWildCard OBJECT-TYPE Source MAC address field in Ethernet packet head. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3.1.4 | MacAddress | read-create | current |
| hpnicfFTBasicGroupDMacWildCard OBJECT-TYPE Destination MAC address field in Ethernet packet head. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3.1.5 | MacAddress | read-create | current |
| hpnicfFTBasicGroupRowStatus OBJECT-TYPE RowStatus. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.3.1.6 | RowStatus | read-create | current |
| hpnicfFTExtendGroupTable OBJECT-TYPE A table of extend flow template group information. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.4 | not-accessible | current | |
| hpnicfFTExtendGroupEntry OBJECT-TYPE Extend flow template group information entry. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.4.1 | not-accessible | current | |
| hpnicfFTExtendGroupOffsetType OBJECT-TYPE Offset type of the packet. start Offset from the start of the packet mpls Offset from the head of MPLS l2 Offset from the head of the L2 frame l4 Offset from the head of L4 packet l5 Offset from the head of the L5 packet ipv4 Offset from the head of the IPv4 packet ipv6 Offset from the head of the IPv6 packet | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.4.1.1 | INTEGER {start(1), mpls(2), l2(3), l4(4), l5(5), ipv4(6), ipv6(7)} | not-accessible | current |
| hpnicfFTExtendGroupOffsetMaxValue OBJECT-TYPE The max value of offset. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.4.1.2 | Integer32 | read-create | current |
| hpnicfFTExtendGroupLengthMaxValue OBJECT-TYPE The max value of length. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.4.1.3 | Integer32 | read-create | current |
| hpnicfFTExtendGroupRowStatus OBJECT-TYPE RowStatus. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.1.4.1.4 | RowStatus | read-create | current |
| hpnicfFTApplyGroup OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.2 | |||
| hpnicfFTIfApplyTable OBJECT-TYPE A table of any interface with flowtemplate. A flow template, which will be applied interface, is an instance at hpnicfFTGroupTable and hpnicfFTBasicGroupTable or hpnicfFTExtendGroupTable. A basic flow template is an instance at hpnicfFTGroupTable and hpnicfFTBasicGroupTable, and the instance's RowStatus must be 'active' at each table. A extend flow template is an instance at hpnicfFTGroupTable and hpnicfFTExtendGroupTable, and the instance's RowStatus must be 'active' at each table. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.2.1 | not-accessible | current | |
| hpnicfFTIfApplyEntry OBJECT-TYPE Any interface with flowtemplate information. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.2.1.1 | not-accessible | current | |
| hpnicfFTIfApplyGroupName OBJECT-TYPE The name of flow template. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.2.1.1.1 | OCTET STRING | read-only | current |
| hpnicfFTIfApplyRowStatus OBJECT-TYPE RowStatus. | 1.3.6.1.4.1.11.2.14.11.15.2.64.1.2.1.1.2 | RowStatus | read-create | current |