Linksys SPA921 Cisco Small Business IP Telephony Devices Provisioning Guide - Page 66

Basic Resync, TFTP Resync

Page 66 highlights

Provisioning Tutorial Basic Resync 3 An IP Telephony Device can retrieve a configuration profile from a provisioning server and update its internal configuration accordingly. IP Telephony Devices accept two different profile formats, one based on an open published syntax, and one based on an unpublished binary definition. The open configuration profile format uses a simple XML-like syntax. The binary format is generated by converting a plain text file using the SIP Profiler Compiler (SPC). The examples in this tutorial use configuration profiles with XML-style syntax. To use the proprietary plain-text format, you need to convert the files using SPC before they can be used. This procedure is described in the "Proprietary Profile Format" section on page 81. Basic Resync This section demonstrates the basic resync functionality of Cisco Small Business VoIP devices. It includes the following topics: • TFTP Resync, page 64 • Logging with syslog, page 66 • Automatic Resync, page 67 • Unique Profiles and Macro Expansion, page 68 • URL Resolution, page 70 • HTTP GET Resync, page 71 TFTP Resync The IP Telephony Device supports multiple network protocols for retrieving configuration profiles. The most basic profile transfer protocol is TFTP (RFC1350). TFTP is widely used for the provisioning of network devices within private LAN networks. Although not recommended for deployments of endpoints across the Internet, it can be convenient for deployment within small organizations, for inhouse preprovisioning, and for development and testing. The following configuration profile format uses the XML-style syntax: 12345678 Cisco Small Business IP Telephony Devices Provisioning Guide 64

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116

Provisioning Tutorial
Basic Resync
Cisco Small Business IP Telephony Devices Provisioning Guide
64
3
An IP Telephony Device can retrieve a configuration profile from a provisioning
server and update its internal configuration accordingly. IP Telephony Devices
accept two different profile formats, one based on an open published syntax, and
one based on an unpublished binary definition. The open configuration profile
format uses a simple XML-like syntax. The binary format is generated by
converting a plain text file using the SIP Profiler Compiler (SPC).
The examples in this tutorial use configuration profiles with XML-style syntax. To
use the proprietary plain-text format, you need to convert the files using SPC
before they can be used. This procedure is described in the
“Proprietary Profile
Format” section on page 81
.
Basic Resync
This section demonstrates the basic resync functionality of Cisco Small Business
VoIP devices. It includes the following topics:
TFTP Resync, page 64
Logging with syslog, page 66
Automatic Resync, page 67
Unique Profiles and Macro Expansion, page 68
URL Resolution, page 70
HTTP GET Resync, page 71
TFTP Resync
The IP Telephony Device supports multiple network protocols for retrieving
configuration profiles. The most basic profile transfer protocol is TFTP (RFC1350).
TFTP is widely used for the provisioning of network devices within private LAN
networks. Although not recommended for deployments of endpoints across the
Internet, it can be convenient for deployment within small organizations, for in-
house preprovisioning, and for development and testing.
The following configuration profile format uses the XML-style syntax:
<flat-profile>
<GPP_A> 12345678
</GPP_A>
</flat-profile>