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

rule-set (Softwires Next Gen Services)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
rule-set rule-set-name {
    match-direction (input | output);
    rule rule-name {
        then { 
            ds-lite ds-lite-concentrator-name
            map-e map-e-concentrator-name
            v6rd v6rd-softwire-concentrator;
        }
        
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit services softwires]

Description

Configure a rule to apply a DS-Lite, MAP-E, or v6rd softwire concentrator to a flow.

Options

input

Apply the rule on the input side of the interface.

output

Apply the rule on the output side of the interface.

rule rule-name

Name of the rule.

rule-set rule-set-name

Name of the rule set that contains the rule.

ds-lite ds-lite-softwire-concentrator

Name of the softwire concentrator that the rule assigns to a flow.

map-e map-e-softwire-concentrator

Name of the softwire concentrator that the rule assigns to a flow.

v6rd v6rd-softwire-concentrator

Name of the softwire concentrator that the rule assigns to a flow.

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 19.3R2.

footer-navigation