
80
EXEC
Show LLDP remote table.
switch#
|rx|tx|both]
configuration
mode
Use those commands to set
lldp port tx and rx mode.
Disable
switch(config)#
gigaethernet 1
switch(config-if)# lldp-port
disable
or
switch(config-if)# lldp-port rx
50B
ACL Commands Set
Commands
Command
Level
Description Defaults
Example
[deny|permit]
or
no acl-port
configuration
mode
Use the acl-port interface
configuration command to
enable Access Control on a
port. The default action can be
Deny or Permit. Use the no
form of this command to return
the port to its default value
(disable).
Disable
switch(config)#
gigaethernet 1
switch(config-if)#
acl-port deny
or
switch(config-if)#
no acl-port
[dstIp/prefix] src
[srcIp/prefix]
{deny|permit}
or
no acl-rule [index]
configuration
mode
Use those commands to add
delete the acl rules of the port.
[index] range= 0~4
switch(config)#
gigaethernet 1
switch(config-if)#
acl-rule 0 dst 192.168.16.1/32
src 192.168.16.2/32 permit
or
switch(config-if)#
no acl-rule 0
[gigaethernet|port-
channel][port]
EXEC
Show acl configuration of the
port.
switch#
1