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.
Good afternoon,Is it possible to have two Cisco Wireless LAN Controllers for multiple MPLS sites (approximately 40 sites), but no more than 100 Access Points ?Can I have some recommendations, if possible?Thank youSam
Good afternoon,I am trying to mark http packets from a web server with DSCP ef, but when I am doing a traffic capture all http packets have tos 0x0I am able to mark UDP and ICMP packets originated from this server, but not any TCP traffic.The web ser...
Good afternoon,We are using Cisco 3750 switches in our environment as distribution switches.We currently use to police inbound traffic, but we need to find a solution to limit inbound traffic per IP.Something like this “Inbound traffic for each IP ca...
This happens if transform-set doesn't match or crypto acl doesn't mach, or nat exemption doesn't workTry a continuous ping from this site to remote site and do a debug.debug crypto ipsec 100trem monalso try a debug for phase 1debug crypto isa 100Samu...
To allow the public IP xxx.yyy.zzz.xyz connecting on inside server port TCP 3306 : access-list OUTSIDE-IN-ACL extended permit tcp host xxx.yyy.zzz.xyz object WWW-SERVER-OBJ eq 3306 By default all ports are closed, will be opened only ports explicitly...
Yes,To allow the public IP "The public IP" connecting on inside server port TCP 3306 : access-list OUTSIDE-IN-ACL extended permit tcp host "The public IP" object WWW-SERVER-OBJ eq 3306 Samuel Petrescu