HH3C-FLOWTEMPLATE-MIB
AI MIB Summary
The HH3C-FLOWTEMPLATE-MIB enables the configuration and monitoring of flow template parameters on H3C network devices to define traffic classification rules and export policies for NetFlow or sFlow protocols. It facilitates the management of template identifiers, field definitions, and export destinations to ensure accurate network traffic analysis and accounting.
H3C flow template management information base.
Main OID:
hh3cFlowTemplate.1.3.6.1.4.1.25506.2.64
29
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
29 total| Object Name |
|---|
hh3cFlowTemplateH3C flow template management information base. MODULE-IDENTITY .1.3.6.1.4.1.25506.2.64 |
hh3cFlowTemplateMibObject OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.64.1 |
hh3cFTConfigGroup OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.64.1.1 |
hh3cFTGroupNextIndexThis object contains an appropriate value to be used for hh3cFTGroupIndex
when creating rows in the hh3cFTGroupTable. If it is 2147483647,
it denotes that hh3cFTGroupTable can't create any instance.ro Integer32 .1.3.6.1.4.1.25506.2.64.1.1.1 |
hh3cFTGroupTableA table of flow template group.
A flow template group, which is applied to interface,
must use hh3cFTGroupTable to create a instance
and hh3cFTBasicGroupTable or hh3cFTExtendGroupTable
to configure flow template's need item.
A basic flow template must use hh3cFTBasicGroupTable
to configure some basic flow template's need item,
such as: address, protocol, priority.
A extend flow template must use hh3cFTExtendGroupTable
to configure packet's type and offset and length. SEQUENCE OF Hh3cFTGroupEntry .1.3.6.1.4.1.25506.2.64.1.1.2 |
hh3cFTGroupEntryFlow template group information. Hh3cFTGroupEntry .1.3.6.1.4.1.25506.2.64.1.1.2.1 |
hh3cFTGroupIndexFlow template group index. Integer32 .1.3.6.1.4.1.25506.2.64.1.1.2.1.1 |
hh3cFTGroupNameFlow template group name.rw OCTET STRING .1.3.6.1.4.1.25506.2.64.1.1.2.1.2 |
hh3cFTGroupTypeType of flow template.rw Enumeration .1.3.6.1.4.1.25506.2.64.1.1.2.1.3 |
hh3cFTGroupRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.64.1.1.2.1.4 |
hh3cFTBasicGroupTableA table of basic flow template group. SEQUENCE OF Hh3cFTBasicGroupEntry .1.3.6.1.4.1.25506.2.64.1.1.3 |
hh3cFTBasicGroupEntryBasic flow template group information. Hh3cFTBasicGroupEntry .1.3.6.1.4.1.25506.2.64.1.1.3.1 |
hh3cFTBasicGroupAddressTypeType 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 addressrw Bits .1.3.6.1.4.1.25506.2.64.1.1.3.1.1 |
hh3cFTBasicGroupPriorityTypeType 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 precedencerw Bits .1.3.6.1.4.1.25506.2.64.1.1.3.1.2 |
hh3cFTBasicGroupProtocolTypeType 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 destinationrw Bits .1.3.6.1.4.1.25506.2.64.1.1.3.1.3 |
hh3cFTBasicGroupSMacWildCardSource MAC address field in Ethernet packet head.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.25506.2.64.1.1.3.1.4 |
hh3cFTBasicGroupDMacWildCardDestination MAC address field in Ethernet packet head.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.25506.2.64.1.1.3.1.5 |
hh3cFTBasicGroupRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.64.1.1.3.1.6 |
hh3cFTExtendGroupTableA table of extend flow template group information. SEQUENCE OF Hh3cFTExtendGroupEntry .1.3.6.1.4.1.25506.2.64.1.1.4 |
hh3cFTExtendGroupEntryExtend flow template group information entry. Hh3cFTExtendGroupEntry .1.3.6.1.4.1.25506.2.64.1.1.4.1 |
hh3cFTExtendGroupOffsetTypeOffset 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 Enumeration .1.3.6.1.4.1.25506.2.64.1.1.4.1.1 |
hh3cFTExtendGroupOffsetMaxValueThe max value of offset.rw Integer32 .1.3.6.1.4.1.25506.2.64.1.1.4.1.2 |
hh3cFTExtendGroupLengthMaxValueThe max value of length.rw Integer32 .1.3.6.1.4.1.25506.2.64.1.1.4.1.3 |
hh3cFTExtendGroupRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.64.1.1.4.1.4 |
hh3cFTApplyGroup OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.64.1.2 |
hh3cFTIfApplyTableA table of any interface with flowtemplate.
A flow template, which will be applied interface,
is an instance at hh3cFTGroupTable
and hh3cFTBasicGroupTable or hh3cFTExtendGroupTable.
A basic flow template is an instance at hh3cFTGroupTable
and hh3cFTBasicGroupTable, and the instance's RowStatus
must be 'active' at each table.
A extend flow template is an instance at hh3cFTGroupTable
and hh3cFTExtendGroupTable, and the instance's RowStatus
must be 'active' at each table. SEQUENCE OF Hh3cFTIfApplyEntry .1.3.6.1.4.1.25506.2.64.1.2.1 |
hh3cFTIfApplyEntryAny interface with flowtemplate information. Hh3cFTIfApplyEntry .1.3.6.1.4.1.25506.2.64.1.2.1.1 |
hh3cFTIfApplyGroupNameThe name of flow template.ro OCTET STRING .1.3.6.1.4.1.25506.2.64.1.2.1.1.1 |
hh3cFTIfApplyRowStatusRowStatus.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.2.64.1.2.1.1.2 |