Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show services subscriber flows

Syntax

show services subscriber flows client-id client-id

Release Information

Command introduced in Junos OS Release 10.2.

Offload status for flows using Juniper Forwarding Mechanism (JFM) added in Junos OS Release 12.1.

Description

Display information about the data flows associated with the specified subscriber. Offloading using JFM is supported only on MX Series routers with Modular Port Concentrators (MPCs) for the packet-triggered subscribers and policy control (PTSP) plug-in.

Options

client-id client-id

Displays information about the data flows associated with the subscriber identified by this client ID. The client ID is a generated identifier assigned to each packet-triggered subscriber known to the router.

Required Privilege Level

view

List of Sample Output

show services subscriber flows client-id
show services subscriber flows client-id for offloading using JFM

Output Fields

Table 1 lists the output fields for the show services subscriber flows command. Output fields are listed in the approximate order in which they appear.

Table 1: show services subscriber flows Output Fields

Field Name

Field Description

Subscriber session

Client identifier.

Number of data flows

Number of data sessions associated with this subscriber.

Data flow high-water-mark

High water mark number of concurrent data sessions for this subscriber. This value is never reset during the login session.

5-tuple

5 tuple information for each flow.

Application-ID

Application ID for each flow.

Policy-name

Service rule name for each flow.

Dir

Direction of each flow.

Packets

Information about counter statistics for each flow.

Bytes

Information about counter statistics for each flow.

Off

The status of offload to Packet Forwarding Engine using JFM. The various options are:

  • Not Offloaded (-)
  • Offload requested but not completed (R)
  • Offload requested and completed (O)

Action

Action of the service rule for each flow.

Sample Output

show services subscriber flows client-id

user@host> show services subscriber flows client-id 1
Subscriber session 1 
Number of data flows: 1
Data flows high-water-mark: 8180
5-tuple                                    Application-ID    Policy-name      Dir
80.1.1.2:45287->90.2.255.2:80,6            junos:http        ptsp-appl/23     I
Packets     Bytes       Action
6           511         C-T

show services subscriber flows client-id for offloading using JFM

user@host> show services subscriber flows client-id 1
5-tuple                           Application-ID   Policy-name   Dir   Packets Bytes Off Action
80.1.1.2:45288->90.2.255.2:80,6   junos:http       ptsp-appl/23  I     12      1511  -    C-T
80.1.1.2:45287->90.2.255.2:80,6   junos:http       ptsp-appl/23  I     6       511   R    C-T
80.1.1.2:45287->91.4.2.200:80,6   junos:http       ptsp-appl/23  I     645     5329  O    C-T

Published: 2013-07-31

Published: 2013-07-31