Adding the Router Running Junos OS as a DMI Network Device (SRC CLI)
Use the following configuration statements to configure the SAE to manage the DMI-enabled router running Junos OS:
shared network device name {description description;management-address management-address;device-type (junose | junos-ise | junos-ptsp | junos |junos-dmi
| pcmm | third-party);interface-classifier interface-classifier ;}
To add the router running Junos OS as a DMI network device:
- From configuration mode, access the configuration statements
that configure network devices. You must specify the name of a device
with lowercase characters. This procedure uses r1-dmi as the name
of the router.user@host# edit shared network device r1-dmi
- (Optional) Add a description for the router. [edit shared network device r1-dmi] user@host# set description description
- (Optional) Add the IP address of the router. [edit shared network device r1-dmi] user@host# set management-address management-address
- (Optional) Specify the device type as DMI. [edit shared network device r1-dmi] user@host# set device-type junos-dmi
- Configure an interface classifier for the network device.
For more information about interface classifiers, see the SRC PE Subscribers and Subscriptions Guide.[edit shared network device r1-dmi] user@host# set interface-classifier interface-classifier
- (Optional) Verify your configuration.
[edit shared network device r1-dmi] user@host# show description "Juniper Networks"; management-address 10.10.8.27; device-type junos-dmi; interface-classifier { rule rule-0 { script #; } }