Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

multiservice

date_range 29-May-24

Syntax

content_copy zoom_out_map
multiservice {
    source-mac;
    destination-mac;
    payload {
        ip {
            layer3-only;
            layer-3 (source-ip-only | destination-ip-only);
            layer-4;
            inner-vlan-id;
            outer-vlan-id;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit chassis fpc slot-number pic pic-number hash-key family]

Description

(MX Series 5G Universal Routing Platforms and QFX10000 switches only) Configure data used in a hash key for the multiservice protocol family when configuring PIC-level hashing for load balancing on an 802.3ad Link Aggregation Group.

Options

destination-mac

Include destination MAC address in the hash key.

payload

Include payload data in the hash key. This option has the following suboptions:

  • ip—Include the IP address of the IPv4 or IPv6 payload into the hash key.

  • layer-3—Include Layer 3 IP information in the hash key.

  • layer-4—Include Layer 4 IP information in the hash key.

  • outer-vlan-id—Include outer VLAN ID information in the hash key.

  • inner-vlan-id—Include inner VLAN ID information in the hash key.

source-mac

Include source MAC address in the hash key.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 15.1X53-D10.

footer-navigation