10-30-2013 12:51 AM - edited 03-07-2019 04:19 PM
Hii guys,
I have many vlans in Nexus now. I want to restrict the Telnet access to only one vlan. Also I want certain Vlans not to ping each other.
Can you assit by sending those commands.
Suppose VLANs are VLAN 10- 192.168.97.0 and Vlan 20- 192.168.98.0.
I want telnet to switch only from 192.168.97.0 and also 192.168.97.0 should not ping to 192.168.98.0.
Kindly assist
10-30-2013 03:34 AM
Hi,
1) for telnet to the switch
ip access-list TELNET_ACL
permit ip 192.168.97.0/24
line vty
access-class TELNET_ACL in
2)
ip access-list FILTER
deny icmp 192.168.97/24 192.168.98/24 echo
permit ip any any
int vlan 10
ip access-group FILTER in
Regards
Alain
Don't forget to rate helpful posts.
10-30-2013 10:07 PM
HiiThanks,
Are these commands for normal switches. Im trying to configure Nexus 3548,will these commands works for that
10-31-2013 04:44 AM
Hi,
These are NX-OS commands for a 5500 Nexus switch.I think they should be working on a 3548.
Regards
Alain,
Don't forget to rate helpful posts.
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