Cisco WS-C3560E-48TD-E-RF - Catalyst 3560E-48TD Switch Instrukcja Użytkownika Strona 100

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 111
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 99
© 2013 Cisco and/or its affiliates. All rights reserved.
BRKCRS-3090
Cisco Public
TCL Create the Script
Create file WordPad isn’t cool, leads to head scratching
100
::cisco::eem::event_register_none maxrun 90
namespace import ::cisco::eem::*
namespace import ::cisco::lib::*
if { [catch {cli_open} result] } {
error $result $errorInfo
}
array set cli $result
if { [catch {cli_exec $cli(fd) "traceroute $traceroute_ip"} result] } {
error $result $errorInfo
}
puts $result
set fd [open "flash:/TraceResults.txt" "w"]
puts $fd $result
close $fd
catch {cli_close $cli(fd) $cli(tty_id)}
}
Przeglądanie stron 99
1 2 ... 95 96 97 98 99 100 101 102 103 104 105 ... 110 111

Komentarze do niniejszej Instrukcji

Brak uwag