configure ip-fix flow-key ipv6

configure ip-fix flow-key ipv6 {src-ip} {src-port} {dest-ip} {dest-port} {next-hdr} {tos} {flow-label}

Description

Configures the settings for the flow key(s) for IPv6.

Syntax Description

src-ip Specifies the source IP address field as part of the flow key.
src-port Specifies the L4 source port field as part of the flow key.
dest-ip Specifies the destination IP address field as part of the flow key.
dest-port Specifies the L4 destination port field as part of the flow key.
next-hdr Specifies the next header field as part of the flow key.
tos Specifies type of service field as part of the flow key.
flow-label Specifies IPv6 flow-label field as part of the flow key.

Default

All flow keys.

Usage Guidelines

Use this command to specify which of the designated flow-keys to use. This overrides the default which is all keys. The template sent to the Collector (per the IPFIX standard) contains only the keys used. Then, on a per port basis, you can define masks for the IPv6 source and destination address fields, for instance, to aggregate flows based on subnets.

The size of the field (in bits) for each key is as follows:
  • Source IP Address (128).
  • Destination IP Address (128).
  • L4 Source Port (16).
  • L4 Destination Port (16).
  • Next Header (8).
  • IPv6 Flow Label (20).
  • TOS (DSCP + ECN) (8).

To unconfigure, use the unconfigure ip-fix flow-key command.

To display the configured flow keys, use the show ip-fix command.

Example

The following command configures IPv6 traffic to use the destination IP address and next header:

# configure ip-fix flow-key ipv6 dest-ip next-hdr

History

This command was first available in ExtremeXOS 12.5.

Platform Availability

This command is available on the ExtremeSwitching X460-G2 series switches.