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.
How many Syslog messages can be stored by PIX if syslog servers are offline ? 100 or 512 ?Cisco Doc Finesse is always saying that it's 100, whereas in Cisco Online Security course v 2.0, it's said (section 3.4.8 Syslog configuration): " ...In the eve...
In any case, you could have OUT with ACL in PIX interfaces. It's not like routers where you could set the direction of the traffic.So IN is always used in ACL reagardless the directionSo you could haveaccess-list UR_ACL permit protocol ur_outside_ip_...
Amigo, To solve that, it's very simple: (Recall CCNA subnetting course)your subnet mask is 255.255.255.192 (26 in decimal)So --> 192 is the interesting octet in maskand --> 64 is interesting octet of your Address1).Find the Magic Number, By Substra...
I suppose that the translation command would be instead like that:static (inside,dmz) 10.1.14.25 210.212.x.x netmask 255.255.255.255 (Ensure that you put ACL on inside interface permitting traffic from DMZ to INSIDEAccess-list MyACL permit host 210.2...