Cisco Cisco Broadband Access Center Telco Wireless 3.8

Page of 267
 
8-11
Cisco Broadband Access Center for Cable Administrator’s Guide
OL-2445-02
Chapter 8      Broadband Access Center for Cable Support Tools and Advanced Concepts
The Configuration File Utility
This section discusses these topics:
Running the Configuration File Utility
In subsequent procedures and examples, the phrase “run the configuration file utility” means to enter the 
runCfgUtil.sh command from the directory specified. To run the configuration file utility, run this 
command from the home directory:
runCfgUtil.sh (options)
Where the available (options ) include:
-c <secret>—Specifies the CMTS shared secret when parsing a DOCSIS template file. To specify 
the default shared secret, enter -c cisco.
-d—Decodes the binary input file. Do not use this with the -e option.
-docsis—Specifies the input file is a DOCSIS configuration file. Do not use this default with the -pkt 
option.
-e—Encodes the template input file. Do not use this default with the -d option. 
-h<host:port>—Specifies the host and port number. The default port number id 49187.
-i <device id>—Specifies the device to use when parsing macro variables. For example, if your 
device is ID is 1,6,00:00:00:00:00:01, enter -i 1,6,00:00:00:00:00:01. When using this option, you 
must also use the -u and -p options, respectively, to specify the username and password. Do not use 
this with the -m option.
-l <filename>—Identifies the input file as being on the local file system. For example, if your input 
file is called any_file, enter -l any_file. Do not use this with the -r option.
-m <macros>—Specifies key value pairs for macro variables. The format is key=value. If you 
require multiple macro variables, use a double comma separator between the key value pairs, for 
example, key_1=value_1,,key_2=value_2. Do not use this with the -i option.
-p <password>—Specifies the password to use when connecting to the RDU. For example, if your 
password is 123456, enter -p 123456.
-o <filename>—Saves parsed template file as a binary file. For example, if you want the output to 
be found in a file call op_file, enter -o op_file
-pkt—Identifies the input file as a PacketCable MTA configuration file. Do not use this with the 
-docsis option.
-r <filename>—Identifies the input file as an external file that has been added to the RDU. For 
example, if your file is called file25 enter -r file25. When using this option you must also use the -u 
and -p options, respectively, to specify the username and password. Do not use this with the -l 
option.