
Learning to Use the BCC Interface
115976-A Rev. A 2-31
With default syntax, the BCC expects the values for required attributes of
ethernet to occur in a specific sequence following the object name:
ethernet
<slot>
/
<connector>
The next section describes how to use “probing” as a method to discover the
sequence in which the BCC expects you to enter values for the required attributes
of an object.
Discovering the Sequence of Required Attributes for an Object
You can always discover the sequence in which BCC expects you to enter the
values for required attributes of an object.
For example, to determine the sequence in which you must enter values for the
required attributes of
sync interface, proceed as follows:
At the appropriate context, enter only the object name followed by a Return.
bcc> sync
ERROR: Required attribute "slot" was not specified for class: Sync.
The ERROR message reveals that the BCC was expecting a value for slot first.
Reenter the object name and the attribute-value pair requested by the BCC.
bcc> sync slot 3
ERROR: Required attribute "connector" was not specified for class: Sync.
The ERROR message reveals that the BCC was expecting a value for connector
next. Reenter the object name and the attribute-value pair requested by the BCC.
bcc> sync slot 3 connector 1
sync/3/1>
You defined the object sucessfully (as shown by the new context-sensitive
prompt), but you also discovered that the sequence for entering values for the
required attributes of an interface is <slot>/<connector>.
The ability to configure objects using only the values for required attributes is the
“minimum to configure” feature of the BCC.
Komentarze do niniejszej Instrukcji