Profile Formats; Profile Compression - Cisco SPA921 - - IP Phone Provisioning Manual

Voice system, voice gateways, and ip telephones
Hide thumbs Also See for SPA921 - Cisco - IP Phone:
Table of Contents

Advertisement

Provisioning Tutorial

Profile Formats

Profile Formats
STEP 1
STEP 2
STEP 3
STEP 4
STEP 5
STEP 6
Cisco Small Business IP Telephony Devices Provisioning Guide
This section demonstrates the generation of configuration profiles. To explain the
functionality in this section, TFTP from a local PC is used as the resync method,
although HTTP or HTTPS can be used for testing as well, if it is convenient. This
section includes the following topics:
Profile Compression, page 77
Profile Encryption, page 78
Partitioned Profiles, page 79
Parameter Name Aliases, page 80
Proprietary Profile Format, page 81

Profile Compression

A configuration profile in XML format can become quite large if all parameters are
individually specified by the profile. To reduce the load on the provisioning server,
the IP Telephony Device supports compression of the XML file, using the deflate
compression format used by the gzip utility (RFC 1951).
Exercise
Install gzip on the local PC.
Compress the basic.txt profile from earlier exercises, by invoking gzip from the
command line:
gzip basic.txt
This generates the deflated file basic.txt.gz.
Save the deflated file in the TFTP server virtual root directory.
Modify the Profile_Rule on the test device to resync to the deflated file in place of
the original XML file, as in the following example:
tftp://192.168.1.200/basic.txt.gz
Click Submit All Changes.
Observe the syslog trace from the IP Telephony Device.
3
77

Advertisement

Table of Contents
loading

Table of Contents