Cisco SPA901-UK Provisioning Guide - Page 57

Data Types

Page 57 highlights

Creating Provisioning Scripts Data Types 2 The device can enforce a downgrade limit with respect to firmware revision number. This can be useful as a customization option. If a valid firmware revision number is configured in the parameter Downgrade_Rev_Limit, the device rejects upgrade attempts for firmware versions earlier than the specified limit. Data Types The data types used with configuration profile parameters are as follows: • Uns-Unsigned n-bit value, where n = 8, 16, or 32. It can be specified in decimal or hex format such as 12 or 0x18 as long as the value can fit into n bits. • Sig-Signed n-bit value. It can be specified in decimal or hex format. Negative values must be preceded by a "-" sign. A + sign before positive value is optional. • Str-A generic string with up to n non-reserved characters. • Float-A floating point value with up to n decimal places. • Time-Time duration in seconds, with up to n decimal places. Extra decimal places specified are ignored. • PwrLevel-Power level expressed in dBm with 1 decimal place, such as - 13.5 or 1.5 (dBm). • Bool-Boolean value of either "yes" or "no." • {a,b,c,...}-A choice among a, b, c, ... • IP-IP Address in the form of x.x.x.x, where x between 0 and 255. For example 10.1.2.100. • Port-TCP/UDP Port number (0-65535). It can be specified in decimal of hex format. • UserID-User ID as appeared in a URL; up to 63 characters. • FQDN-Fully Qualified Domain Name, such as "sip.Cisco.com:5060", or "109.12.14.12:12345". It can contain up to 63 characters. • Phone-A phone number string, such as 14081234567, *69, *72, 345678, or a generic URL such as [email protected]:5068, or [email protected]. It can contain up to 39 characters. Cisco Small Business IP Telephony Devices Provisioning Guide 56

  • 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

Creating Provisioning Scripts
Data Types
Cisco Small Business IP Telephony Devices Provisioning Guide
56
2
The device can enforce a downgrade limit with respect to firmware revision
number. This can be useful as a customization option. If a valid firmware revision
number is configured in the parameter Downgrade_Rev_Limit, the device rejects
upgrade attempts for firmware versions earlier than the specified limit.
Data Types
The data types used with configuration profile parameters are as follows:
Uns<n>—Unsigned n-bit value, where n = 8, 16, or 32. It can be specified in
decimal or hex format such as 12 or 0x18 as long as the value can fit into n
bits.
Sig<n>—Signed n-bit value. It can be specified in decimal or hex format.
Negative values must be preceded by a “-“ sign. A + sign before positive
value is optional.
Str<n>—A generic string with up to n non-reserved characters.
Float<n>—A floating point value with up to n decimal places.
Time<n>—Time duration in seconds, with up to n decimal places. Extra
decimal places specified are ignored.
PwrLevel—Power level expressed in dBm with 1 decimal place, such as –
13.5 or 1.5 (dBm).
Bool—Boolean value of either “yes” or “no.”
{a,b,c,…}—A choice among a, b, c, …
IP—IP Address in the form of x.x.x.x, where x between 0 and 255. For
example 10.1.2.100.
Port—TCP/UDP Port number (0-65535). It can be specified in decimal of
hex format.
UserID—User ID as appeared in a URL; up to 63 characters.
FQDN—Fully Qualified Domain Name, such as “sip.Cisco.com:5060”, or
“109.12.14.12:12345”. It can contain up to 63 characters.
Phone—A phone number string, such as 14081234567, *69, *72, 345678, or
a generic URL such as [email protected]:5068, or [email protected]. It can
contain up to 39 characters.