Configuring the Junos DMI Driver (SRC CLI)
Use the following configuration statements to configure the SAE to manage DMI devices through Junos Space:
shared sae configuration driver junos-dmi {junos-space-server-address junos-space-server-address;junos-space-port-number junos-space-port-number;junos-space-user-name junos-space-user-name;junos-space-password junos-space-password;junos-space-protocol (http | https);apply-group-name apply-group-name;sae-community-manager sae-community-manager;}
To configure the SAE to manage DMI devices through the Junos Space:
- From configuration mode, access the configuration statements
that configure the DMI device driver. user@host# edit shared sae configuration driver junos-dmi
- Specify the IP address of the Junos Space server that
manages the routers. [edit shared sae configuration driver junos-dmi] user@host# set junos-space-server-address junos-space-server-address
- Specify the Junos Space port number.[edit shared sae configuration driver junos-dmi] user@host# set junos-space-port-number junos-space-port-number
- (Optional) Specify the protocol used to connect to Junos
Space. [edit shared sae configuration driver junos-dmi] user@host# set junos-space-protocol https
Where the protocol is one of the following:
- http
- https (default)
- Specify the Junos Space username.[edit shared sae configuration driver junos-dmi] user@host# set junos-space-user-name junos-space-user-name
- Specify the password to authenticate with Junos Space.[edit shared sae configuration driver junos-dmi] user@host# set junos-space-password junos-space-password
- Specify the name of the group on the router running Junos
OS in which provisioning objects are stored. This name must match
the name configured on the router.[edit shared sae configuration driver junos-dmi] user@host# set apply-group-name apply-group-name
- Specify the name of the community manager that manages
DMI driver communities. Active SAEs are selected from this community.[edit shared sae configuration driver junos-dmi] user@host# set sae-community-manager sae-community-manager
- (Optional) Verify your configuration.
[edit shared sae configuration driver junos-dmi] user@host# show junos-space-password ********; junos-space-port-number 8080; junos-space-protocol https; junos-space-server-address 10.1.2.3; junos-space-user-name user1; apply-group-name sdx; sae-community-manager sae_mgr; } }