gbudny93.RouterOS_Useful_Sc.../RouterOS_Enable_Console.rsc

14 lines
325 B
Text
Raw Permalink Normal View History

2020-07-03 10:08:15 +02:00
# 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
}