configure ip-fix flow-key nonip

configure ip-fix flow-key nonip {src-mac} {dest-mac} {ethertype} {vlan-id} {priority} {tagged}

Description

Configures the settings for the flow key(s) for non-IP type data.

Syntax Description

src-mac Specifies the source MAC address field as part of the flow key.
dest-mac Specifies the destination MAC address field as part of the flow key.
ethertype Specifies the Ethertype field as part of the flow key.
vlan-id Specifies the VLAN ID field as part of the flow key.
priority Specifies the VLAN priority field as part of the flow key.
tagged Specifies the VLAN tagged 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.

The size of the field (in bits) for each key is as follows:
  • Source MAC Address (48).
  • Destination MAC Address (48).
  • Ethertype (16).
  • VLAN ID (12).
  • VLAN Priority (3).
  • VLAN Tagged (1).

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 non-IP traffic to use the source MAC address and VLAN ID:

# configure ip-fix flow-key src-mac vlan-id

History

This command was first available in ExtremeXOS 12.5.

Platform Availability

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