Network Management

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Labels

Forum Posts

Hi there, In Cisco IOS, if I wanted to execute a EEM script every 5 minutes I could do "event timer watchdog time 300".How can I accomplish the same in the NX-OS? I have a Nexus 3K and from reading the documentation I see no "watchdog" command availa...

news2010a by Level 3
  • 1627 Views
  • 2 replies
  • 0 Helpful votes

Hello, maybe someone faced the same issue. We renumbered our WLC. After the renumbering we added the WLC again into the NCS using the new IP address. But now we are unable to delete the record with the old IP address. We are receiving an error which ...

we use LMS cisco work in my work to monitor our devices but suddenly it appear for me (processes up process are down) and on monitor screen Device Availability , CPU Utilization Summary Chart, TOP-N Memory Utilization is off so how can i make this pr...

newone111 by Level 1
  • 588 Views
  • 2 replies
  • 0 Helpful votes

I want to retrieve the hostname of the running config.I started easy with putting the hostname in a variable and this works fineset HOSTNAME "hostname P3"set HOST [ regexp -inline {[A-Z0-9]*$} $HOSTNAME ]puts $HOSTOutput:P3(tcl)#puts $HOSTP3 Now, whe...