
4 Part Number 308602-14.20 Rev 00
Useful BCC Commands
The following table lists BCC commands by category with the corresponding command syntax
and task that you want to complete.
Save the active configuration
as a sourceable (ASCII)
configuration file on the
router’s flash memory card.
This configuration file can be
imported using the BCC
source command.
show config -all [-file
<filename>
]
Show the total device configuration
in BCC syntax. If issued with the
-file
flag, save the output to
<filename>
on the default volume.
Disable, enable, or delete the
current object.
disable
enable
delete
ip/1.2.3.4/255.0.0.0#
disable
ip/1.2.3.4/255.0.0.0#
enable
ip/1.2.3.4/255.0.0.0#
delete
Disable, enable, or delete an
object configured below the
current object.
disable
<BCC_instance_id>
enable
<BCC_instance_id>
delete
<BCC_instance_id>
ft3/3/4#
disable t1/3/4/15
ft3/3/4#
enable t1/3/4/15
ft3/3/4#
delete t1/3/4/15
Category BCC Command Task
Help
help
help
<item>
help commands [-more]
help tree [-all]
List BCC Help features.
Display Help for the specified item (command, object, or
parameter).
For example:
help lso
help snmp
help bofl
List all system commands. Display terse command
descriptions by adding the optional
-more
flag.
Show the entire tree of configurable objects. If issued without
the
-all
flag, show all objects configurable from your current
location in the tree.
?
<object>
?
<parameter>
?
List the names of all objects, parameters, and commands that
you can enter at this level. (The BCC immediately displays
output upon detecting the
?
character, which it does not
display.)
Show the configuration syntax and list the parameters of an
object that you can configure from your current location in the
configuration tree.
Display supported values for this parameter of the current
object.
Task BCC Command Syntax Examples