Part Number 302432-A Rev. 00
Common BCC Commands
Common BCC Operations
The BCC indicates when configuration parameters have values that are required (you must supply a value). Other
parameters have derived or default values supplied by the system.
Category BCC Command Syntax Task
System help
(from any BCC
prompt)
help
help commands
help
<command>
?
<command>
?
<command> <option>...<option>
?
Describe BCC help features.
Provide a list of commands you can enter from any BCC prompt.
Describe a specific command in full detail.
Answer the question, “What can I enter next?”
Show usage help or next-level options for this command.
Show usage help including any flags and arguments available to limit or
specify output from this command.
Configuration
help
(configuration
mode only)
help tree -all
help tree
?
<object>
?
help
<
object
> (or)
help <
parameter
>
<parameter>
?
<BCC_instance_id> <parameter>
?
Show, in hierarchical format, every object configurable on this device.
Show the hierarchy of every object configurable on this branch of the BCC
configuration tree (context-sensitive command).
List the names of all objects and parameters you can configure, and
system commands you can enter, at the current level.
Get usage (command entry) help, and list the parameters of this
configurable object. (Example: ip ?)
Show usage (configuration) and parameter help associated with this
object or parameter name. (Example: help ip or help bofl)
List the current, legal, and default values for this parameter of the current
object. (Ethernet example: bofl-retries ?)
List the current, legal, and default values for a parameter of this configured
object, specified by BCC instance ID. (Example: ethernet/2/1 bofl ?)
info
lso
List values currently assigned to parameters of the current object.
List, by BCC instance ID, any objects configured in the current context.
Navigation back
box (or stack)
pwc
Go back one level closer to root level of the configuration tree.
Go all the way back to root level from any level in the tree.
Display the current working context, starting from root level.
Configuration
status
show config -all
show config
show config -file <
filename
>
Show the total configuration of this device.
Show all branches subordinate to the object.
Save the device configuration to a file.
Other
commands
Up arrow key (or Control+p)
Down arrow key (or Control+n)
Recall the previous command from the history list.
Recall the next command from the history list.
exit
Exit configuration mode and return to the
bcc>
prompt.
Exit the BCC and return to the Technician Interface prompt.
Task BCC Command Syntax Examples
Configure a physical interface.
AN/ARN/BN:
ASN/System 5000:
<interface_type> <slot> <connector>
<interface_type> <slot> <module> <connector>
ethernet slot 3 connector 1
eth 3/1
ethernet slot 1 module 1 connector 2
eth 1/1/2
Configure a protocol.
<protocol> <required_parameter> <value>
... ip address 192.168.3.4 mask 255.255.255.0
ip 192.168.3.4/255.255.255.0
ip address 192.168.3.4 mask 24
ip 192.168.3.4/24
Modify parameter values.
<parameter> <new_value>
... cache-size 64
ca 64
Disable, enable, or delete an
object.
disable [
<BCC_instance_id>
]
enable [
<BCC_instance_id>
]
delete [
<BCC_instance_id>
]
ip/1.2.3.4/255.0.0.0# disable
fddi/1/1# disable ip/1.2.3.4/255.0.0.0
ip/1.2.3.4/255.0.0.0# enable
fddi/1/1# enable ip/1.2.3.4/255.0.0.0
ip/1.2.3.4/255.0.0.0# delete
fddi/1/1# delete ip/1.2.3.4/255.0.0.0