Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show remote-device-management subscribers

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show remote-device-management subscribers
session-id id-number
<detail>

Description

Display information about service sessions for all subscriber sessions or about all service sessions for a specific subscriber session on remote service devices.

Options

none

Display summary information about remote service sessions for all subscribers.

detail

Display detailed information about remote service sessions for all subscribers.

session-id id-number

Identification number for the subscriber session.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show remote-device-management subscribers command. Output fields are listed in the approximate order in which they appear.

Table 1: show remote-device-management subscribers Output Fields

Field Name

Field Description

Level of Output

Subscriber Session ID

ID number for the subscriber session associated with the service session.

All levels

Service Session ID

ID number for the remote service session.

All levels

State

Status of the service session; represents the RDSM processing state:

  • Active—Remote service session is up and fully provisioned.

  • Deprovisioning—Remote service session is in the process of being deprovisioned.

  • Init—Transient state that indicates that the state is transitioning to the provisioning state.

  • Provisioning—Remote service session is in the process of being provisioned.

  • Provisioning-Complete—Transient state that indicates service provisioning has completed on the device; transitions to Active or Provisioning-Rollback.

  • Provisioning-Rollback—Rollback of the service provisioning on the device is in progress. Provisioning is rolled back when provisioning fails for one or more other eligible service devices.

All levels

Service Name

Name of the remote service.

All levels

Service Devices

Detailed status information about each remote device eligible to be provisioned with the named remote service:

  • Name—Name of the service device.

  • State—State of the remote device service management (RDSM) connection to the service device, Up or Down.

  • Provisioned—State of the remote service session provisioning:

    • Yes—Service has been successfully provisioned for the service device.

    • No—Service provisioning is in progress or has not been performed. Provisioning might not have been performed because the remote device transitioned from Down to Up and requires reconfiguration. When a remote device is declared Down, it is no longer provisioned and must be reconfigured.

detail

Sample Output

show remote-device-management subscribers

content_copy zoom_out_map
user@host> show remote-device-management subscribers
Subscriber Session ID   Service Session ID State                   Service Name
111                     1234               Active                  s1
1238                    111                Active                  s112
222                     45                 Provisioning            s1
555                     100                Deprovisioning          s2

show remote-device-management subscribers (Subscriber Session)

content_copy zoom_out_map
user@host> show remote-device-management subscribers session-id 111
Subscriber Session ID   Service Session ID State                   Service Name
111                     1234               Active                  s1
111                     1238               Active                  s112

show remote-device-management subscribers (Subscriber Session Detail)

content_copy zoom_out_map
user@host> show remote-device-management subscribers session-id 111 detail
Subscriber Session ID: 111

Service Session
Service Session ID: 1234
Service State: Active
Service Name: s1
Subscriber Session ID: 111

Service Devices
Device Name                 State      Provisioned
olt-xyz                     Up         Yes
olt-1                       Up         No
olt-3                       Down       No


Service Session
Service Session ID: 1238
Service State: Active
Service Name: s112
Subscriber Session ID: 111

Service Devices
Device Name                 State      Provisioned
olt-xyz                     Up         Yes
olt-1                       Up         No
olt-3                       Down       No

Release Information

Command introduced in Junos OS Release 18.3R1.

footer-navigation