Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

docsis(1) [debian man page]

DOCSIS(1)						      General Commands Manual							 DOCSIS(1)

NAME
DOCSIS - Docsis configuration file creator. DESCRIPTION
DOCSIS Configuration File creator. This program encodes text configuration files which contain Configuration File Settings into binary configuration files, as specified by the DOCSIS RFI 1.1 Specification, Appendix C. To encode a cable modem configuration file: ./docsis -e <modem_cfg_file> <key_file> <output_file> To encode multiple cable modem configuration files: ./docsis -m <modem_cfg_file1> ... <key_file> <new_extension> To encode a MTA configuration file: ./docsis -p <mta_cfg_file> <output_file> To encode multiple MTA configuration files: ./docsis -m -p <mta_file1> ... <new_extension> To decode a CM or MTA config file: ./docsis -d <binary_file> Where: <cfg_file> = name of text (human readable) cable modem or MTA configuration file <key_file> = text file containing the authentication key (shared secret) to be used for the CMTS MIC <output_file> = name of output file where the binary data will be written to (if it does not exist it is created). <binary_file> = name of binary file to be decoded <new_extension> = new extension to be used when encoding multiple files See examples/*.cfg for configuration file format. BUGS
/QUESTIONS Please send bugs or questions to docsis-users@lists.sourceforge.net COPYRIGHT
Copyright (C) 1999,2000,2001 Cornel Ciocirlan, ctrl@users.sourceforge.net Copyright (C) 2002,2003,2004,2005 Evvolve Media SRL, docsis@evvolve.com This manual page was written by Lisandro Damian Nicanor Perez Meyer based on the output of help2man for the Debian project, but may be used by others. DOCSIS Configuration File creator. February 2012 DOCSIS(1)

Check Out this Related Man Page

condor_config_bind(1)					      General Commands Manual					     condor_config_bind(1)

Name
       condor_config_bind bind - together a set of configuration files

Synopsis
       condor_config_bind -help

       condor_config_bind-o outputfileconfigfile1configfile2[configfile3...]

Description
       condor_config_binddynamically binds two or more Condor configuration files through the use of a new configuration file. The purpose of this
       tool is to allow the user to dynamically bind a local configuration file into an already created,  and  possible  immutable,  configuration
       file. This is particularly useful when the user wants to modify a configuration but cannot actually make any changes to the global configu-
       ration file (even to change the list of local configuration files). This program does not modify the given configuration files. Rather,	it
       creates a new configuration file that specifies the given configuration files as local configuration files.

       Condor  evaluates  each	of  the configuration files in the given command-line order (left to right). A value defined in two or more of the
       configuration files results in the last one evaluated defining the value. It overrides any others. To bind a new local configuration into a
       global configuration, specify the local configuration second within the command-line ordering.

Options
       configfile1

	  First configuration file to bind.

       configfile2

	  Second configuration file to bind.

       configfile3...

	  An optional list of other configuration files to bind.

       -help

	  Display brief usage information and exit

       -o output_file

	  Specifies the file name where this program should output the binding configuration.

Exit Status
       condor_config_bindwill exit with a status value of 0 (zero) upon success, and non-zero on error.

Author
       Condor Team, University of Wisconsin-Madison

Copyright
       Copyright  (C)  1990-2012  Condor  Team,  Computer  Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
       Licensed under the Apache License, Version 2.0.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012					     condor_config_bind(1)
Man Page