User Guide
212
Note:
Delete rule 1 of ACL 125
TENDA(config)# mac access-list 1
TENDA(config-ip-nacl)#no rule 2
Note:
Delete rule 2 of ACL 1
Add port binding
TENDA(config)# mac access-list 125
TENDA(config-mac-nacl)# bind-to interface range gigabitethernet 0/1
Note:
Enter ACL 125 and bind it with port 1
TENDA(config)# ip access-list extended 1
TENDA(config-ip-nacl)# bind-to interface range gigabitethernet 0/1-24
Note:
Enter ACL 1 and bind it with ports 1-24
Delete port binding
TENDA(config)# mac access-list 125
Note:
Enter ACL 125
TENDA(config-mac-nacl)# no bind-to interface range gigabitethernet 0/1
Note:
Delete binding between ACL 125 and port 1
TENDA(config)# ip access-list extended 1
TENDA(config-ip-nacl)#no bind-to interface range gigabitethernet 0/1-4
Note:
Enter ACL 1 and unbind ACL 125 with ports 1-4
Display ACL settings
TENDA# show access-lists
Note:
Display all ACLs and bound ports
TENDA# show access-lists 1
Note:
Display ACL 1 and the bound port(s)
5.3.26 DoS Attack Defense Configuration
TENDA(config)# ip deny ping-of-death
Note:
Enable Ping of Death Attack Defense
TENDA(config)# no ip deny ping-of-death
Note:
Disable Ping of Death Attack Defense
TENDA(config)# ip deny land
Note:
Enable Land Attack Defense
TENDA(config)# no ip deny land
Note:
Disable Land Attack Defense