Manual Chapter :
Configure the mode of a port group from the CLI
Applies To:
Show Versions
F5OS-A
- 1.1.1, 1.1.0
Configure the mode of a port group from the CLI
You can configure a port group for the interfaces
on the system at either 100GbE or 40GbE speeds from the CLI.
.
- Log in to the command line interface (CLI) of the system using an account with admin access.When you log in to the system, you are in user (operational) mode.
- Change to config mode.configThe CLI prompt changes to include(config).
- Configure port groups for a specific interface.portgroups portgroup <interface-number> config mode [MODE_100GB|MODE_40GB]In this example, you configure the port group mode on interface 2 to use the 100GB mode:appliance-1(config)# portgroups portgroup 2 config mode MODE_100GB
- Commit the configuration changes.commit