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

Adding Retailers (SRC CLI)

If you customize the SRC software for only one Internet service provider (ISP), use the retailer called default that is provided in the sample data. If the SRC software will manage multiple ISPs, add a retailer for each ISP.

Use the following configuration statements to add a retailer:

subscribers retailer name {
domain-name [ domain-name... ];
authentication-plug-in [ authentication-plug-in... ];
dhcp-authentication-plug-in [ dhcp-authentication-plug-in... ];
tracking-plug-in [ tracking-plug-in... ];
maximum-login maximum-login ;
session-timeout session-timeout ;
scope [ scope... ];
substitution [ substitution... ];
}

To add a retailer:

  1. From configuration mode, enter the retailer configuration. In this procedure, retailer-one is the name of the retailer.
  2. Configure the domain name(s) associated with the retailer.
  3. (Optional) Configure the plug-in(s) used to authenticate subscribers who log in to the domains specified for this retailer.
  4. (Optional) Configure the DHCP authorization plug-in(s) used to authenticate DHCP discover requests for subscribers who log in to the domains specified for this retailer.
  5. (Optional) Configure the plug-in(s) used for accounting or tracking subscriber sessions.
  6. (Optional) Configure the maximum number of concurrent logins for subscribers associated with this retailer.
  7. (Optional) Configure the timeout for subscriber sessions.
  8. (Optional) Assign service scopes to the retailer.
  9. (Optional) Configure the actual values for parameters associated with this retailer.
  10. (Optional) Verify your configuration.
    [edit subscribers retailer retailer-one]
    user@host# show 
    domain-name abc.com;
    authentication-plug-in flexRadiusAuth;
    tracking-plug-in fileAcct;
    maximum-login 8;
    session-timeout 6000;

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