HH3C-FLOWTEMPLATE-MIB: View SNMP OID List / Download MIB

VENDOR: H3C


 Home MIB: HH3C-FLOWTEMPLATE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hh3cFlowTemplate 1.3.6.1.4.1.25506.2.64
H3C flow template management information base.
       hh3cFlowTemplateMibObject 1.3.6.1.4.1.25506.2.64.1
           hh3cFTConfigGroup 1.3.6.1.4.1.25506.2.64.1.1
               hh3cFTGroupNextIndex 1.3.6.1.4.1.25506.2.64.1.1.1 integer32 read-only
This 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.
               hh3cFTGroupTable 1.3.6.1.4.1.25506.2.64.1.1.2 no-access
A 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.
                   hh3cFTGroupEntry 1.3.6.1.4.1.25506.2.64.1.1.2.1 no-access
Flow template group information.
                       hh3cFTGroupIndex 1.3.6.1.4.1.25506.2.64.1.1.2.1.1 integer32 no-access
Flow template group index.
                       hh3cFTGroupName 1.3.6.1.4.1.25506.2.64.1.1.2.1.2 octet string read-only
Flow template group name.
                       hh3cFTGroupType 1.3.6.1.4.1.25506.2.64.1.1.2.1.3 integer read-only
Type of flow template. Enumeration: 'extend': 2, 'basic': 1.
                       hh3cFTGroupRowStatus 1.3.6.1.4.1.25506.2.64.1.1.2.1.4 rowstatus read-only
RowStatus.
               hh3cFTBasicGroupTable 1.3.6.1.4.1.25506.2.64.1.1.3 no-access
A table of basic flow template group.
                   hh3cFTBasicGroupEntry 1.3.6.1.4.1.25506.2.64.1.1.3.1 no-access
Basic flow template group information.
                       hh3cFTBasicGroupAddressType 1.3.6.1.4.1.25506.2.64.1.1.3.1.1 bits read-only
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 Bits: 'destIPv4Address': 1, 'destMacAddress': 5, 'sourceIpv4Address': 0, 'destIPv6Address': 3, 'sourceMacAddress': 4, 'sourceIPv6Address': 2.
                       hh3cFTBasicGroupPriorityType 1.3.6.1.4.1.25506.2.64.1.1.3.1.2 bits read-only
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 Bits: 'topCos': 3, 'cos': 1, 'topVlanID': 2, 'fragment': 4, 'tos': 6, 'vlanID': 0, 'ipprecedence': 8, 'dscp': 7, 'tcpFlag': 5.
                       hh3cFTBasicGroupProtocolType 1.3.6.1.4.1.25506.2.64.1.1.3.1.3 bits read-only
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 Bits: 'icmpProtocolCode': 4, 'icmpv6ProtocolCode': 6, 'ipv6L3Protocol': 2, 'ipv4L3Protocol': 1, 'l2Potocol': 0, 'sourceL4Port': 7, 'icmpProtocolType': 3, 'icmpv6ProtocolType': 5, 'destL4Port': 8.
                       hh3cFTBasicGroupSMacWildCard 1.3.6.1.4.1.25506.2.64.1.1.3.1.4 macaddress read-only
Source MAC address field in Ethernet packet head.
                       hh3cFTBasicGroupDMacWildCard 1.3.6.1.4.1.25506.2.64.1.1.3.1.5 macaddress read-only
Destination MAC address field in Ethernet packet head.
                       hh3cFTBasicGroupRowStatus 1.3.6.1.4.1.25506.2.64.1.1.3.1.6 rowstatus read-only
RowStatus.
               hh3cFTExtendGroupTable 1.3.6.1.4.1.25506.2.64.1.1.4 no-access
A table of extend flow template group information.
                   hh3cFTExtendGroupEntry 1.3.6.1.4.1.25506.2.64.1.1.4.1 no-access
Extend flow template group information entry.
                       hh3cFTExtendGroupOffsetType 1.3.6.1.4.1.25506.2.64.1.1.4.1.1 integer no-access
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 Enumeration: 'mpls': 2, 'start': 1, 'l4': 4, 'l5': 5, 'l2': 3, 'ipv4': 6, 'ipv6': 7.
                       hh3cFTExtendGroupOffsetMaxValue 1.3.6.1.4.1.25506.2.64.1.1.4.1.2 integer32 read-only
The max value of offset.
                       hh3cFTExtendGroupLengthMaxValue 1.3.6.1.4.1.25506.2.64.1.1.4.1.3 integer32 read-only
The max value of length.
                       hh3cFTExtendGroupRowStatus 1.3.6.1.4.1.25506.2.64.1.1.4.1.4 rowstatus read-only
RowStatus.
           hh3cFTApplyGroup 1.3.6.1.4.1.25506.2.64.1.2
               hh3cFTIfApplyTable 1.3.6.1.4.1.25506.2.64.1.2.1 no-access
A 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.
                   hh3cFTIfApplyEntry 1.3.6.1.4.1.25506.2.64.1.2.1.1 no-access
Any interface with flowtemplate information.
                       hh3cFTIfApplyGroupName 1.3.6.1.4.1.25506.2.64.1.2.1.1.1 octet string read-only
The name of flow template.
                       hh3cFTIfApplyRowStatus 1.3.6.1.4.1.25506.2.64.1.2.1.1.2 rowstatus read-only
RowStatus.