Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is it possible to lock down a device so it will only respond on a specified IP address and be transparent on the rest?
For example:
Say I have a switch operating at layer 3 with 3 VLAN's and corresponding interfaces in each for routing purposes,
V...
So basically I would need to create one ACL to block ssh, telnet, tftp, http, and https and apply that to each SVI that i dont want management access on.
The control-plane command is not found. I did create am ACL and apply it to the VTY lines as shown below:
ip access-list extended VTY_ACCESS
10 permit tcp any host 10.0.255.1 eq 22
100 deny ip any any log
After doing this all connections are refuse...
I attempted to issue the control-plane command and it appears it is not part of the 3750x base IOS, also if I were to use either of these methods, I would need to create an ACL and apply it directly to each of the VLAN interfaces on the switch correc...