Adding Retailers
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 retailername
{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-loginmaximum-login
; session-timeoutsession-timeout
; scope [scope...
]; substitution [substitution...
];}
- From configuration mode, enter the retailer configuration. In this procedure, retailer-one is the name of the retailer.
user@host#edit subscribers retailer retailer-one
- Configure the domain name(s) associated with the retailer.
[edit subscribers retailer retailer-one]user@host#set domain-name
[domain-name...
]- (Optional) Configure the plug-in(s) used to authenticate subscribers who log in to the domains specified for this retailer.
[edit subscribers retailer retailer-one]user@host#set authentication-plug-in
[authentication-plug-in...
]- (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.
[edit subscribers retailer retailer-one]user@host#set dhcp-authentication-plug-in
[dhcp-authentication-plug-in...
]- (Optional) Configure the plug-in(s) used for accounting or tracking subscriber sessions.
[edit subscribers retailer retailer-one]user@host#set tracking-plug-in
[tracking-plug-in...
]- (Optional) Configure the maximum number of concurrent logins for subscribers associated with this retailer.
[edit subscribers retailer retailer-one]user@host#set maximum-login
maximum-login
- (Optional) Configure the timeout for subscriber sessions.
[edit subscribers retailer retailer-one]user@host#set session-timeout
session-timeout
- (Optional) Assign service scopes to the retailer.
[edit subscribers retailer retailer-one]user@host#set scope
[scope...
]- (Optional) Configure the actual values for parameters associated with this retailer.
[edit subscribers retailer retailer-one]user@host#set substitution
[substitution...
]- (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;Configuring Administrative Information for Retailers
Use the following configuration statements to configure administrative information about the retailer:
subscribers retailername
info {contactcontact
; e-mailurl
;}To add administrative information about retailers:
- From configuration mode, enter the retailer subscriber info configuration. In this procedure, retailer-one is the name of the retailer.
user@host#edit subscribers retailer retailer-one info
- (Optional) Configure a contact name for the retailer.
[edit subscribers retailer retailer-one info]user@host#set contact
contact
- (Optional) Configure an e-mail address for the retailer.
[edit subscribers retailer retailer-one info]user@host#set e-mail
- (Optional) Configure a URL for the retailer.
[edit subscribers retailer retailer-one info]user@host#set url
url
- (Optional) Verify your configuration.
[edit subscribers retailer retailer-one info]user@host#show
contact "Mary Smith";e-mail msmith@abc.com;url www.abc.com;