[Contents] [Prev] [Next] [Index] [Report an Error]

Adding Devices as Subscribers (SRC CLI)

Configure a device subscriber for subscriber sessions that manage the forwarding interface on JUNOS routing platforms and the router pseudo-subscriber on JUNOSe routers.

You can add devices as subscribers to subscriber folders, enterprises, and sites. Use the following configuration statements to add a device as a subscriber:

subscribers retailer name subscriber-folder folder-name device device-name {
display-name display-name ;
maximum-login maximum-login ;
accounting-user-id accounting-user-id ;
substitution [ substitution... ];
}
subscribers retailer name subscriber-folder folder-name enterprise name device device-name {
display-name display-name ;
maximum-login maximum-login ;
accounting-user-id accounting-user-id ;
substitution [ substitution.. .];
}
subscribers retailer name subscriber-folder folder-name enterprise name site name device device-name {
display-name display-name ;
maximum-login maximum-login ;
accounting-user-id accounting-user-id ;
substitution [ substitution... ];
}

To add a device as a subscriber:

  1. From configuration mode, enter the device subscriber configuration. In this procedure, default@TMJunosA is the name of the device.
  2. (Optional) Configure the name of the device as you want it to appear in SRC applications, such as portals.
  3. (Optional) Configure the maximum number of concurrent logins for subscribers associated with this device.
  4. (Optional) Configure the name that identifies the device in accounting records.
  5. (Optional) Configure the actual values for parameters associated with this device.
  6. (Optional) Verify your configuration.
    [edit subscribers retailer SP-TM subscriber-folder devices device default@TMJunosA]
    user@host# show 
    display-name "Profile for JUNOS router";
    accounting-user-id JunosRouter 

[Contents] [Prev] [Next] [Index] [Report an Error]