Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Using the Command Line Interface (CLI) : CONFIG Commands

CONFIG Commands
CONFIG commands modify the configuration of the P-7500 system.
The main CONFIG command level is Global CONFIG, and it is the first level you enter into from the Privileged EXEC level. From the Global CONFIG level you can enter into one of many other CONFIG levels, depending on what it is you would like to configure on the P-7500 system. Some of the main CONFIG levels are:
Note: For a complete listing and description of all the available CONFIG levels, refer to the TIBCO Messaging Appliance P-7500 Command Line Interface Reference.
Each configuration command takes effect immediately after it is entered and is stored in the persistent system database.
Global CONFIG
The Global CONFIG level allows you to globally apply or modify parameters on the system.
Within Global CONFIG level you can:
You reach Global CONFIG level by entering configure at the privileged EXEC level:
tibco# configure
tibco(config)#
The CLI is now at the Global CONFIG level.
Interface CONFIG
The Interface CONFIG level allows you to assign or modify ethernet or Link Aggregation Group (LAG) interface parameters on an interface by interface basis.
You reach the Interface Ethernet CONFIG level by entering the interface command at the Global CONFIG level:
tibco(config)# interface interface-id
where interface-id is an ASCII string specifying the ethernet interface port or LAG to be displayed. Valid values are:
ethport (for example, eth2)
fabric/slot/port (for example, 1/1/5)
fabric/slot/lagN (for example, 1/1/lag1)
There is no default value.
Note: Currently, only a single LAG numbered 1 is supported.
Example:
tibco# configure
tibco(config)# interface 1/1/lag1
tibco(config-interface)#
The CLI is now at the Interface CONFIG level for LAG 1 on a P-7500.
Rendezvous CONFIG
The Rendezvous CONFIG level allows you to configure parameters for the Rendezvous on a system-by-system basis.
You reach this level by entering either rv at the Global CONFIG level:
tibco# configure
tibco(config)# rv
tibco(config-rv)#

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved