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


Chapter 1 CLI Commands by Level : Interface CONFIG Commands

Interface CONFIG Commands
All CLI Interface CONFIG commands are listed in Table 15 in alphabetical order.
The Interface CONFIG level allows you to configure ethernet or LAG parameters for physical interfaces on P-7500 systems, on an interface by interface basis.
You reach the Interface Ethernet CONFIG level by entering create interface <phy-interface> at the Global CONFIG level to create the physical interface instance (or interface <phy-interface> if it already exists), where:
<phy-interface> is an ASCII string specifying the ethernet interface port or LAG to be configured. Valid values are eth<port> (for example, eth2); <cartridge>/<slot>/<port> (for example, 1/1/8); <cartridge>/<slot>/lag<N> (for example, 1/1/lag1). There is no default value.
Note: Only a single LAG numbered 1 is supported. A LAG can not be deleted if IP interfaces reference it, and a LAG can not be created on a slot which does not contain a NAB.
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 system.
(config-interface)# member
Description
Use this command to add physical interface members (that is, NAB ports) to a LAG on a member by member basis.
The no version removes the specified member port from a LAG.
Syntax
member <phy-interface>
Where:
<phy-interface> is an ASCII string specifying the physical interface port on the NAB. Valid values are <cartridge>/<slot>/<port> (for example, 1/1/8). There is no default value.
Example
tibco(config)# interface 1/1/lag1
tibco(config-interface)# shutdown
tibco(config-interface)# no member 1/1/6
tibco(config-interface)# no member 1/1/8
tibco(config-interface)# no shutdown
(config-interface)# shutdown
Description
Use this command to stop a given ethernet or LAG interface.
The no version starts a given ethernet or LAG interface.
Syntax
shutdown
no shutdown
The shutdown command does not have any parameters or subcommands.
Example
tibco(config-interface)# shutdown

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