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


Adding Retailers with the 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. user@host# edit subscribers retailer retailer-one 
    
    
    
  3. Configure the domain name(s) associated with the retailer.
  4. [edit subscribers retailer retailer-one]
    
    user@host# set domain-name [domain-name...] 
    
    
    
  5. (Optional) Configure the plug-in(s) used to authenticate subscribers who log in to the domains specified for this retailer.
  6. [edit subscribers retailer retailer-one]
    
    user@host# set authentication-plug-in [authentication-plug-in...] 
    
    
    
  7. (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.
  8. [edit subscribers retailer retailer-one]
    
    user@host# set dhcp-authentication-plug-in [dhcp-authentication-plug-in...] 
    
    
    
  9. (Optional) Configure the plug-in(s) used for accounting or tracking subscriber sessions.
  10. [edit subscribers retailer retailer-one]
    
    user@host# set tracking-plug-in [tracking-plug-in...] 
    
    
    
  11. (Optional) Configure the maximum number of concurrent logins for subscribers associated with this retailer.
  12. [edit subscribers retailer retailer-one]
    
    user@host# set maximum-login maximum-login 
    
    
    
  13. (Optional) Configure the timeout for subscriber sessions.
  14. [edit subscribers retailer retailer-one]
    
    user@host# set session-timeout session-timeout 
    
    
    
  15. (Optional) Assign service scopes to the retailer.
  16. [edit subscribers retailer retailer-one]
    
    user@host# set scope [scope...] 
    
    
    
  17. (Optional) Configure the actual values for parameters associated with this retailer.
  18. [edit subscribers retailer retailer-one]
    
    user@host# set substitution [substitution...] 
    
    
    
  19. (Optional) Verify your configuration.
  20. [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;
    

Configuring Administrative Information for Retailers with the SRC CLI

Use the following configuration statements to configure administrative information about the retailer:

subscribers retailer name info {
contact contact; 

e-mail e-mail; 

url url; 
}

To add administrative information about retailers:

  1. From configuration mode, enter the retailer subscriber info configuration. In this procedure, retailer-one is the name of the retailer.
  2. user@host# edit subscribers retailer retailer-one info 
    
    
    
  3. (Optional) Configure a contact name for the retailer.
  4. [edit subscribers retailer retailer-one info]
    
    user@host# set contact contact 
    
    
    
  5. (Optional) Configure an e-mail address for the retailer.
  6. [edit subscribers retailer retailer-one info]
    
    user@host# set e-mail e-mail 
    
    
    
  7. (Optional) Configure a URL for the retailer.
  8. [edit subscribers retailer retailer-one info]
    
    user@host# set url url 
    
    
    
  9. (Optional) Verify your configuration.
  10. [edit subscribers retailer retailer-one info]
    
    user@host# show 
    
    contact "Mary Smith";
    
    e-mail msmith@abc.com;
    
    url www.abc.com;
    

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