Cisco Cisco Broadband Access Center for Cable 4.1

Page of 267
 
8-8
Cisco Broadband Access Center for Cable Administrator’s Guide
OL-2445-02
Chapter 8      Broadband Access Center for Cable Support Tools and Advanced Concepts
Developing Template Files
Encoding Types for Defined Options
 identifies the options with defined encoding types.
Table 8-2
Defined Option Encoding Types
Encoding
Input
Example
Boolean
0 for false and 1 for true.
0
Bytes
A series of  hexadecimal octets. Each 
octet must be exactly 2 characters in 
length.
000102030405060708
IP Address
Four unsigned integer 8, dot (
.
separated.
10.10.10.1
Multiple IP Addresses
Comma separated list of IP 
addresses.
10.11.12.13,10.11.12.14
MAC Address
Six  hexadecimal octets colon (
:
) or 
dash (
-
) separated. Each octet must 
be exactly 2 characters in length. 
Colons and dashes must not be 
mixed.
00:01:02:03:04:05
or
00-01-02-03-04-05
MAC Address And 
Mask
Twelve octets colon (
:
) or dash (
-
separated. Each octet must be 
exactly 2 characters in length. 
Colons and dashes must not be 
mixed. The first six octets represent 
the MAC address; the last six 
represent the mask for the MAC 
address.
0000:01:02:03:04:05:06:07:08:09:
0A:0B:0C
or
00-01-02-03-04-05-06-07-08-09-0A
-0B-0C
NVTASCII
An ASCII string. The encoded string 
will not be 
NULL
 terminated.
This is an ASCII string
OIDCF
An SNMP OID string and an 
unsigned integer (
0
 or 
1
) comma 
separated.
sysinfo.0,1
OUI
Three  hexadecimal octets colon (
:
or dash (
-
) separated. Each octet 
must be exactly 2 characters in 
length.
00-00-0C