...
| Блок кода |
|---|
esr# show ip access-list
Name Description
-------------------------------- -----------------------------------------------
acl-telnet-drop --
acl-ssh-drop Drop SSH traffic
esr# show ip access-list acl-ssh-drop
Index: 1
Matching pattern:
Protocol: TCP(6)
Source MAC address: any
Source IP address: any
Source port: any
Destination MAC address: any
Destination IP address: any
Destination port: 22
Action: Deny
Status: Enabled
--------------------------------------------------------------------------------
Index: 2
Matching pattern:
Protocol: any
Source MAC address: any
Source IP address: any
Destination MAC address: any
Destination IP address: any
Action: Permit
Status: Enabled
-------------------------------------------------------------------------------- |
show mac access-list
Данная команда используется для просмотра списков управления доступом.
...
| Блок кода |
|---|
esr# show mac access-list
Name Description
-------------------------------- ------------------------------------------------
acl Drop arp traffic in 343 vlan
esr# show mac access-list acl-arp-drop
Index: 10
Matching pattern:
Protocol: arp
Source MAC address: any
Destination MAC address: any
VLAN: 343
Action: Permit
Status: Enabled
-------------------------------------------------------------------------------- |