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 need to get the status (up/down) of the interfaces named...Dot11Radio0 (2.4Ghz)Dot11Radio1 (5Ghz)...reason being we think we have some of the old 1142's where the radio is bad and they go into "down" or "disabled" state for no reason, only a reboot...
Based on: https://supportforums.cisco.com/docs/DOC-1268I have tried...regex blockex1 "/test/"regex blockex2 "cisco\.com"regex blockex3 "\d*\.\d*\.\d*\.\d*"regex blockex4 "(0|1|2|3|4|5|6|7|8|9)*\.(0|1|2|3|4|5|6|7|8|9)*\.(0|1|2|3|4|5|6|7|8|9)*\.(0|1|2|...
Another option (that runs on a Windows server) is DNS Redirector - http://dnsredirector.com...you can use IIS (Microsoft's webserver included with server OS) as the web server, or apache, or any other, even external to the network (webhosting or colo...
Here is additional information to help others...ActiveWirelessClients (for 2.4Ghz radio) = OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.1.1ActiveWirelessClients (for 5Ghz radio) = OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.1.2...this will return a number, the number is ho...
Sadly, this can't be used to block visiting websites by IP address (and thus ensureing every site is resolved by DNS for security reasons), tried...regex blockex3 "\d*\.\d*\.\d*\.\d*"regex blockex4 "(0|1|2|3|4|5|6|7|8|9)*\.(0|1|2|3|4|5|6|7|8|9)*\.(0|...
It would seem that regex blocking should never include the http:// or https:// part of the URL, is that correct? can someone confirm that's how it's supposed to work on the ASA?If I turn on logging in ASDM I can see my URLs with a domain, or with an ...
While the ASA can't inspect/block HTTPS traffic, if you think about it another way you can avoid having to run a full proxy server...Just block facebook.com from resolving via DNS, then nobody can reach it, some options to do that... - create a HOSTS...