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:
- user@host# edit shared network device proxy_device
- [edit shared network device proxy_device]
-
user@host# set description description
- [edit shared network device proxy_device]
-
user@host# set management-address management-address
- [edit shared network device proxy_device]
-
user@host# set device-type third-party
[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 #;
}
}