Fabric OS Administrator's Guide v7.0.0 (53-1002148-02, June 2011)

318 Fabric OS Administrator’s Guide
53-1002148-02
Configuring encryption and compression
14
This example enables compression on port 15 of an FC16-32 blade in slot 9 of an enterprise
class platform:
portcfgcompress --enable 9/15
4. Enable the port with the portEnable command.
After enabling the port, the new configuration becomes active.
Disabling encryption
To disable encryption on a port, follow these steps:
1. Connect to the switch and log in using an account with secure admin permissions, or an
account with OM permissions for the EncryptionConfiguration RBAC class of commands.
2. Disable the port on which you want to disable encryption. Use the portDisable command.
3. Enter the portCfgEncrypt --disable command.
This example disables encryption on port 21 on a Brocade 6510 switch:
portcfgencrypt --disable 21
This example disables encryption on port 15 of an FC16-32 blade in slot 9 of an enterprise
class platform:
portcfgencrypt --disable 9/15
4. Enable the port with the portEnable command.
After enabling the port, the new configuration becomes active.
Disabling compression
To disable compression on a port, follow these steps:
1. Connect to the switch and log in using an account with admin permissions, or an account with
OM permissions for the SwitchPortConfiguration RBAC class of commands.
2. Disable the port on which you want to disable compression. Use the portDisable
command.Enter the portCfgCompress --disable command.
This example disables compression on port 21 on a Brocade 6510 switch:
portcfgcompress --disable 21
This example disables compression on port 15 of an FC16-32 blade in slot 9 of an enterprise
class platform:
portcfgcompress --disable 9/15
3. Enable the port with the portEnable command.
After enabling the port, the new configuration becomes active.