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.
Dear All,
I want to block port netbios on cisco switch with this comand :
ip access-list extended NETBIOS
deny tcp any any eq 135
deny udp any any eq 135
deny tcp any any range 137 139
deny udp any any range 137 139
deny tcp any any eq 445
de...
Dear All,
I need suggestion for configuration 2 ip public (from 2 ISP) nat to 1 ip server private on Cisco ASA.
Currently I have 1 ISP and I configure NAT Static IP Public (202.77.xxx.xx) --> 10.10.10.25 (IP Private Server).
My Company have plan to ...
Thanks Ajay for your suggestion,
Assume that is 2 ISP running Active - Active. So, I have to configure PBR (Policy Base Routing) to manage traffict, example : http (ISP 1) and https (ISP2).
And i understand you mean, and i have imagined to do like a...