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 | pause-frames-in-clear | lldp-in-clear }
Syntax Description
lacp-in-clear |
Allows Link Aggregation Control Plane protocol (LACP) packets in clear text. |
pause-frames-in-clear |
Allows Ethernet PAUSE frame packets in clear text. |
lldp-in-clear |
Allows Link Layer Discovery Protocol (LLDP) packets in clear text. |
Command Default
None
Command Modes
MACsec policy configuration mode
Command History
Release |
Modification |
---|---|
Release 7.11.1 |
This command was modified to include the lldp-in-clear option. |
Release 7.3.15 |
This command was modified to include the pause-frames-in-clear option. |
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, LLDP, and Ethernet PAUSE frame 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)#allow pause-frames-in-clear
Router(config-macsec-policy)#allow lldp-in-clear
Router(config-macsec-policy)#commit