
Using the Bay Command Console
2-30 115976-A Rev. A
The keyword new tells the BCC that you are adding a new object to the device
configuration. The keyword
modify tells the BCC that you are modifying an
existing object in the device configuration. These keywords are optional in a BCC
command line because
• The BCC assumes that you meant
new if it does not find in the existing
configuration the object you specified.
• The BCC assumes that you meant
modify if it finds in the existing
configuration the object you specified.
{[
<required_attribute>
]
<value>
} is any attribute-value pair required to uniquely
identify the instance of the object you specified in the command line.
An object may have one or more required attributes. Using default syntax, you do
not have to enter the name of a required attribute; you enter only its value at the
proper location in the command line. (More information follows on BCC default
syntax.)
[
<attribute> <value>
] is any attribute-value pair you can optionally customize for
the object you specified in the command line.
For example, the full syntax you can use to configure an ethernet interface is
bcc> ethernet new slot 2 connector 1
Using Default Syntax
The following command is equivalent to
ethernet slot 2 connector 1:
bcc> ethernet 2/1
ethernet is the object you want to add, modify, disable, (etc.).
2/1 are the two required arguments
Note: You cannot change the value of an attribute that makes up the instance
identifier for an object. To change these attributes, you must delete the object,
then add it back into the device configuration with new values.
Komentarze do niniejszej Instrukcji