Avaya BCC Reference guide

Category
Networking
Type
Reference guide

Avaya BCC, a powerful configuration tool, offers a user-friendly interface to manage and configure Avaya devices. With its hierarchical tree structure, you can effortlessly navigate and modify device settings. Create and customize configurations for various network elements, including interfaces, protocols, and parameters. BCC enables you to optimize network performance, troubleshoot issues, and ensure seamless operation of your Avaya devices.

Avaya BCC, a powerful configuration tool, offers a user-friendly interface to manage and configure Avaya devices. With its hierarchical tree structure, you can effortlessly navigate and modify device settings. Create and customize configurations for various network elements, including interfaces, protocols, and parameters. BCC enables you to optimize network performance, troubleshoot issues, and ensure seamless operation of your Avaya devices.

Part Number 302432-A Rev. 00
BCC™ Quick Reference
The BCC Configuration Tree
The BCC uses a hierarchical tree configuration model similar to the DOS hierarchy of directories and files. The BCC configuration tree
for a network device contains:
Objects --
Physical or logical entities you can configure. An Ethernet interface or a protocol is an object.
Parameters
-- Attributes of an object;
slot
and
connector
are parameters of the object
ethernet
. Parameters have
values
;
for example,
slot 4
is a parameter-value pair.
Starting at the root level, you build a BCC configuration by adding objects to the tree. Every object occupies a specific level, or
context
, within the tree, as shown below.
The boldface labels in the figure are the actual BCC commands used to create this configuration.
Configuration Tips
Start a BCC configuration session by logging in to the Technician Interface as
Manager
. Next, enter
bcc
and wait for the
bcc>
prompt. Enter
config
at the
bcc>
prompt and wait for the
box#
or
stack#
configuration prompt.
Configure interfaces first, then add protocols. When you enter BCC configuration commands, you immediately modify
device behavior.
As you navigate between levels of the configuration tree, the BCC prompt changes to show your current location. The BCC
indicates the current location by displaying the unique identifier of the configured object at your current location, for
example:
ip/1.2.3.4/255.0.0.0
.
To access any object, type the path to that object. For example, to access RIP on one of the Ethernet interfaces configured
above, type
eth 2/1;ip 1.2.3.4/255.0.0.0;rip.
(Note that the BCC interprets each semicolon [ ; ] as if you had pressed the
Return key to start a new command line.)
When you add IP to an interface, the BCC accepts the mask value in either dotted-decimal notation (for example,
255.255.255.0) or in standard decimal notation (for example, 24, representing the number of bits reserved for the network
portion of the IP interface address). For example:
ip address 11.23.13.14 mask 255.0.0.0
(or)
ip 11.23.13.14/255.0.0.0
(or)
ip address 11.23.13.14 mask 8
(or)
ip 11.23.13.14/8
Entering any of these commands creates an object with the unique identifier
ip/11.23.13.14/255.0.0.0
To move back one level closer to root (box#) level, enter
back
; to move back to root level, enter
box
(AN/ARN/BN) or
stack
(ASN/System 5000).
To exit BCC configuration mode, type
exit
. To exit the BCC and return to the Technician Interface prompt, type
exit
again.
To log out of the router, type
logout
. If you exit and then reenter the BCC without rebooting, configuration changes that you
made during the last BCC session are still in effect.
Enter all commands using lowercase letters.
You can abbreviate object and parameter names; however, the abbreviations must be unique. For example, two objects,
fddi
and
ftp
, exist at the root level of the BCC configuration tree for a BN router. To let the BCC know which of these objects
you want to configure, you must minimally enter
fd
or
ft
at the root-level (
box#
or
stack#
) prompt.
You can abbreviate system commands; for example, the BCC recognizes
sh
as
show
in contexts where there are no other
command, object, or parameter names starting with
sh
.
ethernet slot 2 connector 1
(AN/BN/ARN)
ethernet slot 2 connector 2
(AN/BN/ARN)
ip address 2.3.4.5 mask 255.0.0.0
r
i
p
ip address 1.2.3.4 mask 255.0.0.0
ri
p
(
AN/BN/ARN
)
(
ASN/System 5000)
box#
stack#
ethernet slot 1 module 2 connector 2
(
ASN/System 5000)
ethernet slot 2 module 2 connector 1
(
ASN/System 5000)
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
  • Page 1 1
  • Page 2 2

Avaya BCC Reference guide

Category
Networking
Type
Reference guide

Avaya BCC, a powerful configuration tool, offers a user-friendly interface to manage and configure Avaya devices. With its hierarchical tree structure, you can effortlessly navigate and modify device settings. Create and customize configurations for various network elements, including interfaces, protocols, and parameters. BCC enables you to optimize network performance, troubleshoot issues, and ensure seamless operation of your Avaya devices.

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI