
Part Number 308602-14.20 Rev 00 3
Common BCC Operations
The following table contains common tasks with the corresponding command syntax. It also
provides examples.
ethernet/2/2#
ip address 11.23.13.15
mask 255.0.0.0
Configures ip/11.23.13.15/255.0.0.0 using
dotted-decimal notation for the mask value.
ip/11.23.13.15/255.0.0.0#
rip Configures RIP on ip/11.23.13.15/255.0.0.0.
rip/11.23.13.15#
box Jumps to root level. You can use this command
from any location in the object hierarchy.
Task BCC Command Syntax Examples
Start the BCC from the
Technician Interface prompt.
bcc bcc
Enter configuration mode
from the system prompt.
config config
Exit the configuration mode.
Exit the BCC.
exit
box#
exit
bcc>
exit
Configure a physical
interface.
At the
box#
prompt, use one of the following
formats:
<interface>
slot
<slot>
connector
<connector>
or
<interface_type> <slot>/<connector>
mct3 slot 2 connector 1
mc 3/1
Configure a protocol with
default values.
<protocol> <required_parameter> <value>
...
ip address 1.2.3.4 mask 255.0.0.0
ip 1.2.3.4/255.0.0.0
ip address 1.2.3.4 mask 8
ip 1.2.3.4/8
Modify parameter values.
<parameter> <new_value>
...
cache-size 64
or
ca 64
Go to a configured object
from any location in the tree.
<unique_id>
ethernet/9/1
ip/1.2.3.4/255.0.0.0
/jointfilesconvert/87808/bgp
Find the ID of any object.
show config -all
lso -r
show config -all
lso -r
Display the command history
list.
history history
Save the active configuration
as a bootable (binary)
configuration file on the
router’s flash memory card.
save config
<volume>:<filename>
save config 1:bn_config
Note
: Be sure to save boot
configuration files with a test name
before saving them with the router’s
default file name,
config
.