For each network device that the SAE manages, add a router object and virtual router object.
Use the following configuration statements to add a router object:
- shared network device name {
- description description ;
- management-address management-address ;
- device-type (junose| junos| pcmm| third-party);
- qos-profile [ qos-profile ...];
- }
To add a router object:
[edit shared network device proxy_device]
user@host# show
description "Third-party router";
management-address 192.168.9.25;
device-type third-party;
interface-classifier {
rule rule-0 {
script #;
}
}