User's Manual
Table Of Contents
- Using the Bay Command Console (BCC)
- Contents
- Figures
- Tables
- Preface
- Chapter1 Overview of the BCC
- Chapter2 Getting Started with the BCC
- Entering and Exiting the BCC Interface
- Displaying Your Location in Configuration Mode
- Navigating in Configuration Mode
- Displaying Configuration Data
- Displaying Help on System Commands
- Displaying Help on show Commands
- Chapter3 Entering Commands and Using Command Files
- Chapter4 Tutorial: Configuring a Bay Networks Router
- AppendixA Multilevel Access
- AppendixB System Commands
- AppendixC TCL Support
- Appendix D System show Commands
- AppendixE Syntax for Module Location
- Appendix F BN Console Slot Election
- Index

Using the Bay Command Console (BCC)
3-12
117383-D Rev 00
To disable, reenable, or delete an object in the immediate subcontext, relative to
your current location in the device configuration, enter one of the following
commands:
disable
<BCC_instance_id>
enable
<BCC_instance_id>
delete
<BCC_instance_id>
Examples:
ethernet/2/1#
disable ip/1.2.3.4/255.0.0.0
ethernet/2/1#
enable ip/1.2.3.4/255.0.0.0
ip/1.2.3.4/255.0.0.0#
delete rip/1.2.3.4
Creating and Using BCC Files
You can save BCC configuration commands to an ASCII file, edit the file, add
comments, and then use the
source command in configuration mode to read the
file (merge the new configuration data) into the device’s active configuration.
Table 3-2. BCC Commands for Disabling, Reenabling, and Deleting
Enter: To Perform the Following Function:
disable
Change the state of a configured object to disabled:
ip/1.2.3.4/255.0.0.0#
disable
You can alternatively assign the value “disabled” to the state parameter :
ip/1.2.3.4/255.0.0.0#
state disabled
enable
Change the state of a configured object to enabled:
ip/1.2.3.4/255.0.0.0#
enable
You can alternatively assign the value “enabled” to the state parameter:
ip/1.2.3.4/255.0.0.0#
state enabled
delete
Delete the object identified in the BCC context-sensitive prompt.
Example:
ip/1.2.3.4/255.0.0.0#
delete
Caution:
Deleting an object at one level of the configuration tree deletes all
of its dependent objects (branches stemming from that location).