|
(C) Copyright 2001-2003 by Cisco Systems, Inc.
|
|
This program contains proprietary and confidential information.
|
|
All rights reserved. This software shall not be used by an party
|
|
except by prior written consent of Cisco Systems.
|
|
|
|
DO NOT CHANGE. This is the version of the properties file which
|
|
is used during execution and for system updates.
|
|
|
|
####################################################################
|
|
System connection information.
|
####################################################################
|
|
|
|
BPR RDU connection information
|
|
|
|
|
|
|
####################################################################
|
|
Provisioning configuration parameters
|
####################################################################
|
|
|
|
Administrator access credentials
|
|
|
|
3 levels of access: full, createonly, and readonly
|
|
full -- can create and read accounts
|
|
createonly -- can only create new accounts
|
|
readonly -- can only read accounts
|
|
tech -- technician access for auto-provisioning modems
|
|
(The default access level is 'full')
|
|
|
|
The user.number must equal the number of user accounts
|
|
being tracked. If the number is 4, there must exist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indicates if promiscuous-mode is enabled
|
|
|
|
promiscuous-mode is a special mode of BPR in which computers are not
|
|
tracked by the provisioning system. (true/false)
|
|
|
|
This is controled by setting the RDU Defaults option:
|
|
ModemKeys.PROMISCUOUS_MODE_ENABLED
|
|
|
|
Indicates if technician auto-provisioning is enabled
|
|
|
|
This mode allows a technician to provision a new account in the field
|
|
without requiring the MAC address to be pre-registered.
|
|
|
techprovisioning.enabled=true
|
|
|
|
Indicates if technician username/password is required for modem
|
|
|
|
|
|
If technician username/password is not required, then this
|
|
demo can be used to simulate modem self-registration
|
|
|
techprovisioning.authentication=false
|
|
|
|
Unprovisioned configuration (for disabled modems)
|
|
|
|
The client class should match the unprovisioned client class configured
|
|
in CNR. The service must be unique (i.e. NOT have the same name of
|
|
any of the services specified below).
|
|
|
|
These values are controlled by setting the DOCSIS Defaults options, use:
|
|
TechnologyDefaultsKeys.DOCSIS_DEFAULT_CLASS_OF_SERVICE
|
|
TechnologyDefaultsKeys.DOCSIS_DEFAULT_DHCP_CRITERIA
|
|
TechnologyDefaultsKeys.COMPUTER_DEFAULT_DHCP_CRITERIA
|
|
|
|
Classes of Service for Modems
|
|
|
|
The DHCP criterias specified here must match valid
|
|
DHCP criterias specified in the RDU. If promiscuous
|
|
mode is enabled, you must specify CPE DHCP criterias.
|
|
|
|
The service.number must equal the number of services
|
|
being tracked. If the number is 3, there must exist
|
|
entries for services 1-3.
|
|
|
|
|
service.1.title=1.5Mb/s Lightning Fast!
|
service.1.dhcpcriteria=ccProvisionedDOCSISModem
|
service.1.cpedhcpcriteria=provcpetagProvisionedPromiscuousCpe
|
|
service.2.title=512Kb/s Power User
|
service.2.dhcpcriteria=ccProvisionedDOCSISModem
|
service.2.cpedhcpcriteria=provcpetagProvisionedPromiscuousCpe
|
|
service.3.title=64kb/s Economy Service
|
service.3.dhcpcriteria=ccProvisionedDOCSISModem
|
service.3.cpedhcpcriteria=provcpetagProvisionedPromiscuousCpe
|
|
|
|
|
|
|
|
The computerisp.number must equal the number of ISPs
|
|
available. If the number is 1, there must exist
|
|
|
|
|
|
computerisp.1.name=msonet
|
computerisp.1.title=MSO.net Services
|
computerisp.1.dhcpcriteria=ccProvisionedComputer
|
|
|
|
Default COS, DHCPCriteria and CPE DHCPCriteria
|
|
that modem and computers are placed in when modem's
|
|
access is disabled through administrator UI
|
|
|
|
Appropriate DOCSISClassOfService and DHCPCriteria objects have
|
|
to be pre-created in the RDU
|
|
|
|
disabled.modem.cpedhcpcriteria=disabled-computer -- defined a
|
|
DHCPCriteria which computer's behind the modem get when modem's
|
|
|
|
|
disabled.modem.cos=disabled
|
disabled.modem.dhcpcriteria=disabled-modem
|
disabled.modem.cpedhcpcriteria=disabled-computer
|