![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
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.tibco# configuretibco(config)# interface 1/1/lag1
Table 15 Interface CONFIG Commands Use this command to add physical interface members (that is, NAB ports) to a LAG on a member by member basis.member <phy-interface><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.tibco(config)# interface 1/1/lag1tibco(config-interface)# shutdowntibco(config-interface)# no member 1/1/6tibco(config-interface)# no member 1/1/8tibco(config-interface)# no shutdownThe shutdown command does not have any parameters or subcommands.tibco(config-interface)# shutdown
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |