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
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Hub Profiles: CLI Configuration

date_range 11-Aug-22

Not all Junos OS commands are available through the Juniper Mist cloud console. Instead, you can use the CLI Configuration window to include any additional configuration settings that you need to run on the SRX Services Gateway.

Junos OS commands entered here will be merged with rest of the configuration that you’ve made through the Juniper Mist cloud console. In addition, we recommend that when adding commands, you use the “groups” configuration, where applicable, so the statements are easier to maintain, and use the Junos OS “set” command format for all commands entered in the window.

To include custom CLI commands along with the hub profile configuration,

  • Copy and paste the following commands in the CLI Configuration field:
content_copy zoom_out_map
set system root-authentication encrypted-password "$6$BOH8DxtT$wIakTFwjtQEffPUlCMzXYd9eA1if/KKrIyXz2a.yovJWMvYHwbSCje1ixTgs8C4i/S/MlFLvvZsaxUL30dFpM/"
delete apply-groups mist_add_cli
delete groups mist_add_cli
set apply-groups mist_add_cli
delete system max-configuration-rollbacks
delete system max-configurations-on-flash
set groups mist_add_cli system max-configurations-on-flash 15
set groups mist_add_cli system max-configuration-rollbacks 15
set security zones security-zone wan0 host-inbound-traffic system-services ping
set security zones security-zone wan1 host-inbound-traffic system-services ping
set groups top routing-instances vpn_OrgOverlay protocols bgp group OrgOverlay_overlay bfd-liveness-detection minimum-interval 1500
set groups top routing-instances vpn_OrgOverlay protocols bgp group OrgOverlay_overlay bfd-liveness-detection multiplier 6
set groups top routing-instances vpn_OrgOverlay protocols bgp group OrgOverlay_overlay bfd-liveness-detection session-mode automatic
footer-navigation