allow (MACsec)
To specify MACsec policy exception to allow packets in clear text, use allow command under MACsec policy configuration mode. To remove this configuration, use the no form of this command.
allow lacp-in-clear
Syntax Description
lacp-in-clear |
Allows Link Aggregation Control Plane protocol (LACP) packets in clear text. |
Command Default
None
Command Modes
MACsec policy configuration mode
Command History
Release |
Modification |
---|---|
Release 7.3.1 |
This command was introduced. |
Usage Guidelines
The policy-exception lacp-in-clear command under MACsec policy configuration mode is deprecated. Hence, it is recommended to use the allow lacp-in-clear command instead, to allow LACP packets in clear-text format.
Task ID
Task ID |
Operations |
---|---|
system |
read, write |
Examples
This example shows how to create a MACsec policy exception to allow LACP packets in clear text:
Router#configure
Router(config)#macsec-policy test-macsec-policy
Router(config-macsec-policy)#allow lacp-in-clear
Router(config-macsec-policy)#commit