Update with GNS3 secret
The point of this secret is to allow for a romon config how it probably *should* be in a network
This commit is contained in:
parent
f8ffb61ed8
commit
774aa233ab
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# MikroTik RouterOS CHR configuration script for CCR2004-1G-12S+2XS
|
||||
# Written by Zachary Duncan
|
||||
# Date: 2025-06-02
|
||||
# Date: 2025-06-016
|
||||
# Description: Configuration for CHR Routers in GNS3 to simulate a CCR2004-1G-12S+2XS
|
||||
# Instructions: Import this script into your MikroTik CHR instance to set up the interfaces to be named as per the CCR2004-1G-12S+2XS model.
|
||||
# If you are using an script to further automate the configuration, such as an exported config file, please adjust the script to remove `default-name=` checks.
|
||||
|
@ -24,4 +24,6 @@ set [ find default-name=ether15 ] disable-running-check=no name=ether1
|
|||
/port set 0 name=serial0
|
||||
/system note set show-at-login=no
|
||||
/system identity set name=GNS-CCR2004-1G-12S+2XS
|
||||
/tool romon set enabled=yes
|
||||
/tool romon
|
||||
set enabled=yes
|
||||
set secrets="gns3"
|
Loading…
Reference in a new issue