Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Adding Routers Individually (SRC CLI)

    Use the following configuration statements to add a router:

    shared network device name {accounting-per-attachment;description description ;device-type (junose | junos | pcmm ); management-address management-address ; no-accounting-per-attachment;qos-profile [ qos-profile ...];}

    To add a router:

    1. 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 junose_boston as the name of the router.
      user@host# edit shared network device junose_boston

      The same procedure can be used for routers running Junos OS.

    2. (Optional) Disable the accounting-per-attachment feature to calculate accounting for each policy list on the basis of the accounting flag status of each policy rule in the policy list.
      [edit shared network device junose_boston]user@host# set no-accounting-per-attachment

      Note:

      • To enable the accounting-per-attachment feature, configure the accounting-per-attachment option at the [edit shared network device] hierarchy.
      • By default, the accounting-per-attachment feature is not set.
      • You must restart the sscc connection for the configuration changes to take effect.
      • You can configure the accounting-per-attachment feature under the [edit shared sae group group-name configuration driver junose] or [edit shared network device] hierarchy. The settings configured under the [edit shared network device] hierarchy override the settings under the [edit shared sae group group-name configuration driver junose] hierarchy.
    3. (Optional) Add a description for the router.
      [edit shared network device junose_boston] user@host# set description description
    4. (Optional) Add the IP address of the router.
      [edit shared network device junose_boston] user@host# set management-address management-address
    5. (Optional) Specify the type of device that you are adding.
      [edit shared network device junose_boston] user@host# set device-type junose
    6. (Optional) Specify quality of service (QoS) profiles that are configured on the router.
      [edit shared network device junose_boston] user@host# set qos-profile [ qos-profile ...]
    7. (Optional) Verify your configuration.
      [edit shared network device junose_boston] 
      user@host# show 
      no-accounting-per-attachment;
      description "Juniper Networks E320";
      management-address 10.10.8.27;
      device-type junose;
      qos-profile dhcp-default;
      interface-classifier {
       rule rule-0 {
          script #;
        }
      }

    Published: 2014-12-10