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

domains

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
domains domain-name {
    apply-groups [group-names];
    apply-groups-except [group-names];
    burst-size {
        apply-groups [group-names];
        apply-groups-except [group-names];
        downlink downlink-burst-size;
        uplink uplink-burst-size ;
    }
    ifl-subscriber [subscriber-name] {
        access-interfaces [interface-name];
        apply-groups [group-names];
        apply-groups-except [group-names];
    }
    ip-subscriber {
        access-interfaces [interface-name];
        apply-groups [group-names];
        apply-groups-except [group-names];
        default-local-policy {
            flow-action (drop | forward);
            maximum-bit-rate {
                uplink mbr-uplink-value ;
                downlink mbr-downlink-value;
            }
            burst-size {
                uplink uplink-burst-size;
                downlink downlink-burst-size;
            }
        }
        idle-timeout idle-timout;
        immediate-accounting-response (enabled | disabled);
        maximum-subscribers number;
        subscriber-address {
            apply-groups [group-names];
            apply-groups-except [group-names];
            inet {
                apply-groups [group-names];
                apply-groups-except [group-names];
                pool pool-name;
            }
            inet6 {
                apply-groups [group-names];
                apply-groups-except [group-names];
                pool pool-name;
            }
        }
        subscription-id {
            apply-groups [group-names];
            apply-groups-except [group-names];
            constant ;
            subscription-id-options {
                entry-name {
                    id-components {
                        use-imsi;
                        use-msisdn;
                        use-nai;
                        use-username;
                        use-realm;
                        use-nas-port;
                        use-nas-port-id;
                    }
                }
            }
        }
    }
    maximum-bit-rate {
        apply-groups [group-names];
        apply-groups-except [group-names];
        downlink mbr-downlink-value;
        uplink mbr-uplink-value;
    }
    pcef-profile name;
    service-mode service-mode-options;
    subscriber-exclude-prefix {
        apply-groups [group-names];
        apply-groups-except [group-names];
        family {
            inet {
                apply-groups [group-names];
                apply-groups-except [group-names];
                network address net-mask;
            }
            inet6 {
                apply-groups [group-names];
                apply-groups-except [group-names];
                network address net-mask;
            }
        }
    }
    subscriber-type (ip | ifl);
    tdf-interface mif.number;
}

Hierarchy Level

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

Description

Configure a TDF domain, which specifies a set of properties for creating TDF subscriber sessions and for handling subscriber traffic.

Options

domain-name

Name of the TDF domain.

  • Range: 1 through 50 alphanumeric characters.

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