08-03-2020 10:34 PM
Hi Dear Friends I define ACL 2
In VLAN Management
interface Vlan2
no shutdown
ip access-group 2 in
ip access-group 2 out
ACL Not Apply on inteface vlan and Have ping or ssh Access
08-04-2020 12:01 AM
Hi,
You can apply the ACL under the line vty such as:
ip access-list ABC
10 deny ip 172.18.217.82/32 any
20 permit ip any any
ip access-list XYZ
10 permit ip 10.55.144.118/32 any
20 permit ip 172.18.217.79/32 any
30 permit ip 172.18.217.82/32 any
40 permit ip 172.18.217.92/32 any
line vty
access-class ABC in
access-class XYZ o
08-04-2020 02:10 AM
Hello,
try the below, if it doesn't work, post the full running config of your Nexus...
interface Vlan2
ip access-group BLOCK_ICMP_SSH in
!
ip access-list BLOCK_ICMP_SSH
10 deny icmp any any
20 deny tcp any any eq 22
30 permit ip any any
08-04-2020 06:40 AM
HI Dears I Config ACL 2
permit ip 192.168.0.0 0.0.0.255 any
permit ip any 192.168.0.0 0.0.0.255
deny ip any any
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide