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

from (TDF Domain Selection)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
from {
    3gpp-imsi {
        equals value;
        has-prefix value;
        has-suffix value;
        matches value;
    }
    attribute name {
        code numeric-code;
        vendor-id vendor-id;
        format {
            integer {
                equals {
                    value;
                }
                greater-than value;
                less-than value;
            }
            string {
                equals {
                    value;
                }
                has-prefix{
                    value;
                }
                has-suffix {
                    value;
                }
                matches {
                    value;
                }
            }
            time {
                equals {
                    value;
                }
                greater-than value;
                less-than value;
            }
            v4address {
                equals {
                    value;
                }
            }
            v6address {
                equals {
                    value;
                }
            }
            v6prefix {
                equals {
                    value;
                }
            }
        }
    }
    called-station-id {
        equals value;
        matches value;
    }
    calling-station-id {
        equals value;
        matches value;
    }
    class {
        equals value;
        has-prefix value;
        has-suffix value;
        matches value;
    }
    client client-name;
    framed-ip-address {
        equals value;
    }
    framed-ipv6-prefix {
        equals value;
    }
    nas-ip-address {
        equals value;
    }
    snoop-segment snoop-segment-name;
    user-name {
        equals value;
        has-prefix value;
        has-suffix value;
        matches value;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit unified-edge gateways tdf gateway-name domain-selection term term-name]

Description

Specify the match criteria for the TDF domain selection or PCEF profile selection term.

Note:

For any term, the subscriber must match all the match conditions specified in a from statement. If you do not configure the from statement, then all subscribers are considered a match.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

unified-edge—To view this statement in the configuration.

unified-edge-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 16.1.

footer-navigation