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

ip-subscriber

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
ip-subscriber {
    access-interfaces interface-name [interface-name];
    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 {
        inet {
            pool pool-name;
        }
        inet6 {
            pool pool-name;
        }
    }
    subscription-id {
        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;
                }
            }
        }
    }
}

Hierarchy Level

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

Description

Configure TDF domain features that are unique to IP-based subscribers.

The remaining statements are described separately.

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 17.1.

footer-navigation