Cisco Cisco StadiumVision Director Manuale Di Manutenzione

Pagina di 76
553E687474703A2F2F
55 – the type code in hex
3E – the length of the characters to the right of the length value, expressed by counting
the number of two-character ascii characters represented (form the chart below).
And the first few characters, one at a time, would be as follows:
68 74 74 70 3A 2F 2F
H  t  t  p  :  /  /
The IP address is then represented the same way:
31 30 2E 31 30 2E 31 30 2E 31 30 30
1  0  .  1  0  .  1  0  .  1  0  0
The remainder of the string is the text of the remainder of the URL.
NOTE: As a Linux OS device, the Cisco StadiumVision Director
server is case sensitive, and the correct letter case must be
represented in the ASCII text strings.
Tips
l
To make creating the string easier, start the string with 55 and copy the remainder
of the ASCII string past the IP address, as these values never change.
l
The example string had a length value of 3E (62 represented as a hex value). 
NOTE: In this value, DO NOT represent 62 as the hex character
values of 6 and 2: instead, take the decimal value of 62 and
convert to its equivalent hex (base 16) value (62 was converted to
3E in the example).  Decimal-to-hex converters are easily found
on the Internet, and most computer calculators have a decimal-
to-hex function available, possible under an advanced feature.
l
The example IP address was 12 characters long which leaves the remainder of
the hex string to be 50 characters long. Add the number of ASCII characters in
your IP address (including the dots!) to the known 50 characters and create your
string length value to replace the 3E.
This technical information can be used to program other 3
rd
-party DHCP servers.
Figure 15. ASCII Character lookup table
DEC
HEX
Symbol Description
32
20
Space
33
21
!
Exclamation mark
34
22
"
Double quotes (or speech marks)
© Cisco Systems, Inc. All rights reserved.
65 of 68