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.
- My test lab switch is in ROMMON mode. - I forced it there by doing a CNTL C on re-start.- I deleted and squeezed the primary image file, version cat4000-K8.7-2-2.bin.- Another older image remains in flash and the boot line looks like this: BOOT=boo...
Hi there,You have some rules that are linked to the static translation so you can't delete the translation. Look at your access lists rules and delete any specific rules dealing with the hosts in the static translation. Also check any object-groups y...
Just apply an access list to the interface as follows:access-list inside deny ip any anyaccess-group inside in interface insideBy default, when you apply an access list to any interface there is an implied "deny ip any any". However, I like to actual...
Hi Ken,There is nothing wrong with your access list, execpt that, in my opnion, it's not a good security stance. I believe your firewall should have a "default deny" stance. Everything is blocked unless you expressly permit the traffic.You have adopt...