init-device.cfg 857 B

1234567891011121314151617181920
  1. event manager applet bootstrap
  2. event syslog pattern "init-device.cfg" maxrun 900
  3. action 001 cli command "enable"
  4. action 002 cli command "test pnpa discovery stop"
  5. action 003 cli command "config t"
  6. action 004 cli command "file prompt quiet"
  7. action 005 cli command "end"
  8. action 006 cli command "mkdir flash:policies"
  9. action 007 cli command "copy tftp://ZTP_SERVER_IP/tm_sw_autoconf.tcl flash:policies"
  10. action 008 cli command "config t"
  11. action 009 cli command "enable password stage"
  12. action 010 cli command "line vty 0 4"
  13. action 011 cli command "password stage"
  14. action 012 cli command "transport input telnet"
  15. action 013 cli command "event manager directory user policy flash:policies"
  16. action 014 cli command "event manager policy tm_sw_autoconf.tcl"
  17. action 015 cli command "end"
  18. action 016 publish-event sub-system 798 type 1 arg1 BOOT
  19. !
  20. end