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

show system resource-monitor subscribers-limit

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system resource-monitor subscribers-limit
<chassis>
<fpc slot-number>
<pic number>
<port number>
<extensive>

Description

Display information about subscriber limits for the specified hardware element, chassis, MPC, MIC, or port by client type. Shows the configured limit, the number of subscribers of the type currently logged in, and the number of subscribers that have been denied login because the limit has been reached. Use the extensive option to display information for the specified element and all subordinate elements that have a configured subscriber limit.

Options

extensive

(Optional) Display information for the specified hardware element and all subordinate elements that have a configured subscriber limit.

chassis

(Optional) Subscriber limit statistics for the chassis.

fpc slot-number

(Optional) Subscriber limit statistics for MPC in the specified slot.

pic number

(Optional) Subscriber limit statistics for the specified MIC.

port number

(Optional) Subscriber limit statistics for the specified port.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show system resource-monitor subscribers-limit command. Output fields are listed in the approximate order in which they appear.

Table 1: show system resource-monitor subscribers-limit Output Fields

Field Name

Field Description

Level of Output

fpc, pic, port

Hardware element on which a maximum subscriber limit is configured. fpc corresponds to MPC. pic corresponds to MIC.

All levels

Client-type

Type of client for which a maximum subscriber limit is configured on the specified hardware element: ANY, DHCP, L2TP, or PPPoE.

All levels

Configured limit

Maximum number of subscribers that can be logged in for the client type.

All levels

Current count

Current number of subscribers that can log in for the client type.

All levels

Denied count

Number of subscribers for the client type that have been denied login because the maximum subscriber limit has been reached.

All levels

Sample Output

show system resource-monitor subscribers-limit (Chassis)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit chassis
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

show system resource-monitor subscribers-limit (Chassis Extensive)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit chassis extensive
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

    fpc : 1      
    Client-type : pppoe  
        Configured limit    : 0      
        Current count       : 1      
        Denied count        : 0      

    Client-type : any    
        Configured limit    : 0      
        Current count       : 1      
        Denied count        : 0      

        pic : 2      
        Client-type : pppoe  
            Configured limit    : 0      
            Current count       : 1      
            Denied count        : 0      

        Client-type : any    
            Configured limit    : 0      
            Current count       : 1      
            Denied count        : 0      

            port : 0      
            Client-type : pppoe  
                Configured limit    : 0      
                Current count       : 1      
                Denied count        : 0      

            Client-type : any    
                Configured limit    : 0      
                Current count       : 1      
                Denied count        : 0      

show system resource-monitor subscribers-limit (MPC)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit fpc 1
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

show system resource-monitor subscribers-limit (MPC Extensive)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit fpc 1 extensive
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

    pic : 2      
    Client-type : pppoe  
        Configured limit    : 0      
        Current count       : 1      
        Denied count        : 0      

    Client-type : any    
        Configured limit    : 0      
        Current count       : 1      
        Denied count        : 0      

        port : 0      
        Client-type : pppoe  
            Configured limit    : 0      
            Current count       : 1      
            Denied count        : 0      

        Client-type : any    
            Configured limit    : 0      
            Current count       : 1      
            Denied count        : 0      

show system resource-monitor subscribers-limit (MIC)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit fpc 1 pic 2
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

show system resource-monitor subscribers-limit (MIC Extensive)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit fpc 1 pic 2 extensive
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

    port : 0      
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

show system resource-monitor subscribers-limit (Port)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit fpc 1 pic 2 port 0
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

show system resource-monitor subscribers-limit (Port Extensive)

content_copy zoom_out_map
user@host> show system resource-monitor subscribers-limit fpc 1 pic 2 port 0 extensive
Client-type : pppoe  
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0      

Client-type : any    
    Configured limit    : 0      
    Current count       : 1      
    Denied count        : 0     

Release Information

Command introduced in Junos OS 17.3R1.

footer-navigation