
Using the Bay Command Console (BCC™)
4-16
117383-B Rev. 00
The source command takes new BCC configuration commands and data from an
ASCII file and merges those commands with existing configuration data in active
device memory. If the file you specify in the
source command contains
configuration commands pertaining to objects already defined on a device, the
commands in the file dynamically overwrite the configuration of those objects.
Syntax for the
source command is as follows:
source
<volume>
:
<filename>
For information about how to save as an ASCII file the output of the show config
command or a manually entered set of commands, refer to “Saving Commands on
a Workstation” in Chapter 2.
Disabling a Configured Object
In most cases, the BCC automatically enables objects that you add to the device
configuration. However, you may need to disable an object to manage or
troubleshoot the device. Here is a BN router example of how to disable an object
(
rip) on ip/1.2.3.4/255.0.0.0:
1.
Specify the configuration context for the object you want to disable.
box# ethernet/2/1;ip/1.2.3.4/255.0.0.0;rip
rip/1.2.3.4#
2.
Disable RIP.
rip/1.2.3.4# disable
rip/1.2.3.4#
3.
Verify that you disabled RIP.
rip/1.2.3.4# state
state disabled
rip/1.2.3.4#
You can also disable an object from its parent context, using the following syntax:
disable
<BCC_instance_identifier>
Example
ip/1.2.3.4/255.0.0.0# disable rip/1.2.3.4
ip/1.2.3.4/255.0.0.0#
Using this method, you remain in the current context after disabling the branch
object.
Comentarios a estos manuales