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

request services remote-device-management reload-dictionary

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
request services remote-device-management reload-dictionary absolute file path

Description

Reload the specified dictionary to the RDSM database. The dictionary is configured with the dictionary option at the [edit system services remote-device-management service-devicedevice-name] hierarchy level. The reload affects all remote service devices that are configured with this dictionary. When you modify an existing dictionary, this is how you apply the updated file.

Note:

You cannot modify a dictionary when there is at least one active subscriber service configured on a remote device using that dictionary.

Options

absolute file path

Absolute file path for the vendor-specific dictionary that defines the set of NETCONF XML protocol commands required to provision, deprovision, and roll back a subscriber service on the remote device. The dictionary is stored on the BNG. An example absolute path is /var/home/dict/remote-device.xml.

Required Privilege Level

view

Output Fields

When you enter this command, you are provided feedback on the status of your request.

Sample Output

request services remote-device-management reload-dictionary (Successful)

content_copy zoom_out_map
user@host> request services remote-device-management reload-dictionary /var/home/dict/vendor-1-dictionary.xml
Dictionary reloaded successfully

request services remote-device-management reload-dictionary (Failed)

content_copy zoom_out_map
user@host> request services remote-device-management reload-dictionary /var/home/dict/vendor-2-dictionary.xml
Dictionary reload failed

Release Information

Command introduced in Junos OS Release 18.3R1.

footer-navigation