gbudny93.RouterOS_Useful_Sc.../RouterOS_Enable_Console.rsc
2020-07-03 10:08:15 +02:00

14 lines
No EOL
325 B
Text

# RouterOS Function
# Copyright (c) Grzegorz Budny
# Enables Console port
:global EnableConsole do={
/system console disable 0
/port set serial0 baud-rate=19200 data-bits=8 parity=none stop-bits=1
:log info "...:::Console Enabled. System needs to be rebooted:::..."
#/port set serial0 baud-rate=auto
}