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)
4-16
117383-D Rev 00
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.
Enabling a Configured Object
If you disable a configured object, you can use the BCC enable command to
reenable that object. Here is a BN router example of how to enable an object (rip)
previously disabled on ip/1.2.3.4/255.0.0.0:
1.
Specify the configuration context for RIP.
box# ethernet/2/1;ip/1.2.3.4/255.0.0.0;rip
rip/1.2.3.4#
2.
Reenable RIP.
rip/1.2.3.4# enable
rip/1.2.3.4#
3.
Verify that you reenabled RIP.
rip/1.2.3.4# state
state enabled
rip/1.2.3.4#
You can also enable an object from its parent context, using the following syntax:
enable
<BCC_instance_identifier>