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 would like to know if there a configurable parameter to limit the number of AP's hearing a single stanley RFID tag. Please see output below from a 5508 running 8.0.120:
(DC-5508-01) >show location ap-detect rfid DC-L2-F6F4
00:0c:cc:06:95:5c Aero...
I am working on a script that will make interface changes. I am trying to do the following:1) save the output from the following command: #show cdp nei detail | i Interface2) this will most likely give a list of interfaces some of which will be rep...
i am wanting a script that will generate a syslog message for both tx/rx transciever power warnings and alarms. I would like to use the command "show inter transceiver" which generates output similiar to the output below (also see the attached outpu...
Today i was doing some testing and noticed voice and video quality was good until i started sharing a presentation. When sharing the presentation the video would freeze up. I have the bandwidth set on 2meg. This is going across our wired lan infr...
I got great help from this community creating a EEM script which looks for output drops on a specific interface. I would now like to do the following:from the output of switch# "show interface summary" i would like to determine if any of the values ...
yes. you are almost there. you "custom" assign the 2.4 channel on this one AP which is different than the global assignment method (RRM etc). You can also leave the TPC power level to be defined "globally".
hope this helps
I am having issues running scripts on my 3750x. One of the few commands i am getting to work is the router(tcl)#puts "testing this command"most all other commands are not working for example: ios_config, setI am attaching a file with more details. ...
Joe,i am reading the "tcl scripting for cisco ios" book and using it to fully understand this script that you wrote. Could please explain the catch commands like the one below:if [catch {cli_open} result] { error $result $errorInfo} else { arr...
Joe,thanks for your help! question: is this only looking at the last two columns of data in the show output command (only tx optical power and rx optical power)? thanks again!