TeraTerm completely changed the way I work. I use the scripting language to pull Cisco configurations out of any of their devices. The Script pulls the the complete config to a file and opens Notepad++.
Here is the script.
;aaaarrouterrun.ttl 01/04/00
; 01/04/00 Brad Schrunk
; Download Current Runnning Config into editor.
;
; Takes Snap Shot of Router after the config has been updated.
; Login has already been done. User will update snapshot from inside
; of router enable mode.
; open Tera Term
;This script pulls the router running configuration into
;a text editor.
;
;variables
ct = ""
ploff = ""
plon = ""
tloff = ""
e = ""
sc = ""
start = ""
fileend = ""
fileend2 = ""
v
tloff = 'term length 0'
e = 'end'
tlon = 'term length 24'
sc = 'show run'
en = 'en'
start = 'started!'
n = 'ntp access-group'
endend = 'endend'
fd1 = 'c:\files\capture\routerrun.txt'
fd2 = 'c:\files\capture\routerrun.txt.bak'
; Use whatever editor you want.
fedit = 'notepad++.exe c:\files\capture\routerrun.txt'
filedelete fd1
filedelete fd2
flushrecv
logopen fd1 0 0
sendln tloff ;turns of term length 24
sendln sc ;sends show run command
;wait n ;waits for script to ntp server. ensures end of file
;wait e ;waits for true end of script
strmatch 'endend'
sendln tlon
logclose
exec fedit
end
長所
Teraterm is an intelligent piece of software. Once you use this you will never use anything else. I would give it a ten if I could.
Teraterm used with Autohotkey is a killer combination.
短所
None that I can think of.
2018-11-18 08:25
Drunkensteinさんによるレビュー
評価:
(23 人中 0 人がこのレビューが参考になったと答えています)
Although Tera Term is perfectly downloadable and operable on my computer, it appears that the program hasn't been updated for 17 years (yeesh, seriously?). Also, the vast majority of the display seems to be in Japanese (or some other Asian language) rather than English, which is a letdown because that means I have to rely on a translator to do the comprehension for me.