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.
I'm having some issues removing the the old WSMA config from a 3850:wsma agent exec profile httplistener profile httpslistenerwsma agent config profile httplistener profile httpslistenerwsma agent filesys profile httplistener profile httpslistenerwsm...
Our core switch handles all our VLAN interfaces and you can telnet to the switch using any one of the VLAN interface IP addresses. I would like to lock this down so that you can only access the core switch using the management VLAN interface IP addre...
We recently brought a couple computers onto our network to provide them with internet access (We are a Municipality and they're the local Theatre). We built out a separate VLAN for them and they're getting their addresses from our DHCP server. Their ...
Thanks for the response. Not all of our switches have the security images on them yet so I have to finish upgrading them before switching over to SSH.
What about about setting up an ACL on each SVI that blocks port 22 and 23? Wouldn't that be easi...
When I apply the ACL as "In" it blocks me from connecting. I'm assuming if I changed my IP address to the 10.15.10.0 subnet it would let me in because that's whats defined in the ACL. I could be wrong but I believe "Out" is the correct direction, I j...
That worked! Thanks!
Here's the final config for anyone needing help with this!
ip access-list extended Inbound-Theatrepermit icmp any any permit udp any any eq 67permit udp any any eq 68 permit udp 10.42.56.0 0.0.0.255 host 172.17.1.1 range 67 68...
No problem, everything seems to be working with this config besides VNC.ip access-list extended Inbound-Theatrepermit icmp any any permit udp any any eq 67permit udp any any eq 68 permit udp 10.42.56.0 0.0.0.255 host 172.17.1.1 range 67 68permit udp ...
Ok, I got rid of the outbound ACL and just setup an inbound. ip access-list extended INBOUND-Theatrepermit icmp any anypermit udp any eq 67 anypermit udp any eq 68 anypermit udp host 172.17.1.1 range 67 68 10.42.56.0 0.0.0.255permit udp host 172.17.2...