02-22-2021 03:19 AM
Hello all,
Can someone help me out and let me know what is the equivalent of the below is for a Nexus 3K (C3172QT).
I am familiar with IOS but very new to the Nexus platform and I'm currently migrating a 3750 to a Nexus.
ip access-list standard VTY_ACCESS
remark * Internal IP Address Range *
permit 10.2.11.2
permit 172.23.136.0 0.0.0.255
permit 192.168.0.0 0.0.0.255
deny any log
line vty 0 4
access-class VTY_ACCESS in
login local
transport input ssh
Thanks in advance.
02-22-2021 04:18 AM - edited 02-22-2021 04:18 AM
Nexus most cases handle by CoPP - example (make sure you understand the syntax before you apply with exiting config.
ip access-list copp-system-acl-allow
10 permit tcp 172.23.136.0/xx any eq 22
20 permit tcp 192.168.0.0/xx any eq 22
ip access-list copp-system-acl-deny
You want to do your traditional way look at the example : ( also Limitations)
02-22-2021 04:34 AM
WIll the below work?
line vty
access-class VTY_ACCESS in
02-22-2021 05:22 AM
sure - test and advise.
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