[Contents] [Prev] [Next] [Index] [Report an Error]

show subscribers

Syntax

show subscribers
<address address>
<count>
<interface interface>
<logical-system logical-system>
<profile-name profile-name>
<routing-instance routing-instance>
<detail | terse>

Release Information

Command introduced in JUNOS Release 9.3.

Description

Display information for active subscribers.

Options

address(Optional) Display subscribers whose IP address matches the specified address.

count — (Optional) Display the specified count. The count option cannot be used with any other options.

interface(Optional) Display subscribers whose interface matches the specified interface.

logical system(Optional) Display subscribers whose logical system matches the specified logical system.

profile name(Optional) Display subscribers whose dynamic profile matches the specified profile name.

routing instance(Optional) Display subscribers whose routing instance matches the specified routing instance.

detail | terse — (Optional) Display the specified level of output.

Required Privilege Level

view

List of Sample Output

show subscribers
show subscribers logical-system
show subscribers count

Output Fields

Table 117 lists the output fields for the show subscribers command. Output fields are listed in the approximate order in which they appear.

Table 117: show subscribers Output Fields

Field Name

Field Description

User Name

Name of subscriber.

IP Address

Subscriber IP address. Both IPv4 and IPv6 addresses are supported.

Logical System

Logical system associated with the subscriber.

Interface

Interface associated with the subscriber. The router displays subscribers whose interface matches or begins with the specified interface.

Dynamic Profile Name

Dynamic profile used for the subscriber.

Routing Instance

Routing instance associated with the subscriber.

MAC Address

MAC address associated with the subscriber.

Login Time

Date and time at which the subscriber logged in.

show subscribers

user@host> show subscribers
                                                    
Interface       IP Address                                 User Name
ge-0/0/0.0      192.168.15.10                              user@isp5555.net   
ge-0/0/0.1      1234:5678:9012:3456:7890:1234:5678:9012    useripv6@isp5555.net

show subscribers logical-system

user@host> show subscribers logical-system default terse
Interface         User Name            Ip Address
ge-0/0/0.1        user1@isp5555.net    192.168.15.10
ge-0/0/0.2        user2@isp5555.net    2001:0db8:0:22:3300:4040:1428:57ab

show subscribers count

user@host> show subscribers count
Active Subscribers: 2

[Contents] [Prev] [Next] [Index] [Report an Error]