Guest User

Untitled

a guest
Mar 8th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/usr/bin/expect
  2.  
  3.  
  4. spawn telnet cisco2960
  5. set password infomet
  6. expect "Password:"
  7. send "$password\r"
  8. expect "cisco2960>"
  9. send "sh env temp\r"
Add Comment
Please, Sign In to add comment