To manage CMTS devices, the SAE creates and manages pseudointerfaces that it associates with a virtual router object. Each CMTS device in the SRC network must appear in the configuration as a router object, and it must be associated with a virtual router object called default. The router and virtual router are not actually configured on the CMTS device; the router and virtual router provide a way for the SAE to manage the CMTS device by using the SAE’s embedded policy server.
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 | proxy);
qos-profile [ qos-profile ...];
- }
To add a router:
- user@host# edit shared network device pcmm_dtr
- [edit shared network device pcmm_dtr]
-
user@host# set description description
- [edit shared network device pcmm_dtr]
-
user@host# set management-address management-address
- [edit shared network device pcmm_dtr]
-
user@host# set device-type pcmm
[edit shared network device pcmm_dtr]
user@host# show
description "CMTS device";
management-address 192.168.3.5;
device-type pcmm;
interface-classifier {
rule rule-0 {
script #;
}
}