ON THIS PAGE
Example: Configuring Multidestination (Multicast, Broadcast, DLF) Classifiers
Packet classification associates incoming packets with a particular CoS servicing level. Behavior aggregate (BA) classifiers examine the CoS value in the packet header to determine the CoS settings applied to the packet. BA classifiers allow you to set the forwarding class and loss priority of a packet based on the incoming CoS value.
Beginning with Junos OS Release 17.1, EX4300 switches support multidestination classifiers. On EX4300 switches, you can apply multidestination classifiers globally or to a specific interface. If you apply multidestination classifiers both globally and to a specific interface, the classifications on the interface take precedence.
Multidestination classifiers apply to all of the switch interfaces and handle multicast, broadcast, and destination lookup fail (DLF) traffic. You cannot apply a multidestination classifier to a single interface or to a range of interfaces, except on an EX4300 switch.
Unicast and multidestination traffic must use different classifiers.
Configuring Multidestination Classifiers
Step-by-Step Procedure
To configure a multicast IEEE 802.1 BA classifier named ba-mcast-classifier
:
Associate code point
000
with forwarding classmcast
and loss prioritylow
:[edit class-of-service classifiers] user@switch# set ieee-802.1 ba-mcast-classifier forwarding-class mcast loss-priority low code-points 000
Configure the classifier as a multidestination classifier:
[edit class-of-service] user@switch# set multi-destination classifiers ieee-802.1 ba-mcast-classifier
Requirements
This example uses the following hardware and software components:
One switch (this example was tested on a Juniper Networks QFX3500 Switch)
Junos OS Release 11.1 or later for the QFX Series.
Overview
Junos OS supports three general types of classifiers:
Behavior aggregate or CoS value traffic classifiers—Examine the CoS value in the packet header. The value in this single field determines the CoS settings applied to the packet. BA classifiers allow you to set the forwarding class and loss priority of a packet based on the CoS value.
Fixed classifiers. Fixed classifiers classify all ingress traffic on a physical interface into one forwarding class, regardless of the CoS bits in the VLAN header or the DSCP bits in the packet header.
Multifield traffic classifiers—Examine multiple fields in the packet such as source and destination addresses and source and destination port numbers of the packet. With multifield classifiers, you set the forwarding class and loss priority of a packet based on firewall filter rules.
Multidestination classifiers apply to all of the switch interfaces and handle multicast, broadcast, and destination lookup fail (DLF) traffic. You cannot apply a multidestination classifier to a single interface or to a range of interfaces.
You must assign unicast traffic and multicast traffic to different classifiers. One classifier cannot include both unicast and multicast forwarding classes. A multidestination classifier can include only forwarding classes for multicast traffic.
The following example describes how to configure a BA classifier called ba-mcast-classifier
, which is applied to all of the switch interfaces. The BA classifier assigns loss priorities, as shown in Table 1, to incoming packets in the multidestination forwarding class.
You can also use firewall filters to set multifield classifiers.
Multicast Forwarding Class |
Traffic Type |
ba-mcast-classifier Assignment |
---|---|---|
|
Best-effort multicast traffic |
Low loss priority code point: |
Verification
To verify the multidestination classifier configuration, perform these tasks:
- Verifying the IEEE 802.1 Multidestination Classifier
- Verifying the Multidestination Classifier Configuration
Verifying the IEEE 802.1 Multidestination Classifier
Purpose
Verify that the classifier ba-mcast-classifier
is configured as the IEEE 802.1 multidestination classifier:
Action
Verify the results of the classifier configuration using the operational mode command show configuration class-of-service multi-destination classifiers ieee-802.1
:
user@switch> show configuration class-of-service multi-destination classifiers ieee-802.1 ba-mcast-classifier;
Verifying the Multidestination Classifier Configuration
Purpose
Verify that you configured the multidestination classifier with the correct forwarding classes, loss priorities, and code points.
Action
List the classifier configuration using the operational mode command show configuration class-of-service classifiers ieee-802.1 ba-mcast-classifier
:
user@switch> show configuration class-of-service classifiers ieee-802.1 ba-mcast-classifier forwarding-class mcast { loss-priority low code-points 000; }
Change History Table
Feature support is determined by the platform and release you are using. Use Feature Explorer to determine if a feature is supported on your platform.