Cisco Systems OL-27172-01 Mobility Aid User Manual


 
5-6
Cisco Broadband Access Center 3.8 Administrator Guide
OL-27172-01
Chapter 5 Configuration Templates Management
Features of Cisco BAC Templates
Parameters
This section describes the schema associated with parameter objects in the configuration templates (see
Figure 5-2).
Figure 5-2 Parameter Schema
The CPE parameter contains a name-value pair:
The name identifies the parameter, and has a hierarchical structure similar to files in a directory, with
each level separated by a dot (.). Each level corresponds to an object instance: Some objects have a single
instance or singletons, other objects have multiple instances. The parameter lists for both object
instances are described in subsequent sections.
The value of a parameter may be one of several data types defined in the TR-069 specification. These
data types are string, int, unsignedInt, boolean, dateTime, and base64, each of which is validated by
a parameter dictionary (see Table 7-1 for data type definitions).
158271
cwmp:Parameter
Parameter element
describes a CPE
Parameter. It must have
a Value, Notification, or
ToBeSigned tag.
Name is the name of a
CPE Parameter. This
is validated using
parameter dictionary.
Value is data for the
Parameter. Data type
is validated using
parameter dictionary.
cwmp:Name
ComplexValue is data
for the Parameter.
cwmp:Value
cwmp:ComplexValue
Indicates whether the
CPE should include
changed values of the
specified parameter in the
Inform message, and
whether the CPE must
initiate a session to the
ACS when the specified
parameter(s) change in
value.
cwmp:Notification
Array of zero or more
entities for which write
access to the specified
Parameter is granted. If
there are no entries, write
access is only allowed
from an ACS.
cwmp:AccessControl