Advertisement
smithy1208

Untitled

Jul 9th, 2021
1,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. [smithy@MMM] > :put [sys identity get name]
  2. MMM
  3. [smithy@MMM] > /sys reset-configuration run-after-reset=flash/s.rsc            
  4. Dangerous! Reset anyway? [y/N]:
  5.  
  6. [admin@ROLTON] > export
  7. # jan/02/1970 00:01:48 by RouterOS 6.47.10
  8. #
  9. # model = RouterBOARD 952Ui-5ac2nD
  10. /interface wireless
  11. set [ find default-name=wlan1 ] ssid=MikroTik
  12. set [ find default-name=wlan2 ] ssid=MikroTik
  13. /interface wireless security-profiles
  14. set [ find default=yes ] supplicant-identity=MikroTik
  15. /system identity
  16. set name=ROLTON
  17. /system routerboard settings
  18. set auto-upgrade=yes
  19. [admin@ROLTON] > sys identity set name=DDD
  20. [admin@DDD] > sys reset-configuration no-defaults=yes run-after-reset=flash/s.rsc
  21. Dangerous! Reset anyway? [y/N]:
  22.  
  23. n@ROLTON] > export
  24. # jan/02/1970 00:00:40 by RouterOS 6.47.10
  25. #
  26. # model = RouterBOARD 952Ui-5ac2nD
  27. /interface wireless
  28. set [ find default-name=wlan1 ] ssid=MikroTik
  29. set [ find default-name=wlan2 ] ssid=MikroTik
  30. /interface wireless security-profiles
  31. set [ find default=yes ] supplicant-identity=MikroTik
  32. /system identity
  33. set name=ROLTON
  34. /system routerboard settings
  35. set auto-upgrade=yes
  36. [admin@ROLTON] >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement