Community discussions

MikroTik App
 
User avatar
davidgarland
just joined
Topic Author
Posts: 21
Joined: Fri Dec 12, 2014 3:25 am
Location: Iowa

Config loss from RSTP to MSTP change

Fri Dec 09, 2022 7:16 pm

Has anyone seen a CCR1036 (or anything else) on 6.48.6 have issues in trying to change from RSTP to MSTP? I have an RB951G and a CCR1036 for lab trial for a client. the CCR was practically identical to the 951G prior to making MSTP changes. Below is the 951G post change to MSTP. When I attempted to do this in the 1036, I was accessing the device via a console cable. As soon as I changed protocol-mode=rstp to mstp and hit enter the 1036 froze for some time. It eventualyl returned the following error message;

03:31:23 script,error script error: action timed out - try again, if error continues contact MikroTik support and send a supout file (13)
All previously configured /ip address, /interface/bridge/vlan, etc are missing in the config. I noticed the above message continues to generate entries in the log file.

[admin@LAB-RB951G-BORDER2] > export
# jan/03/1970 00:00:52 by RouterOS 6.48.5
# software id = 4NDH-I9LL
#
# model = 951G-2HnD

/interface bridge
add name=bridged-LAN priority=0x7000 protocol-mode=mstp vlan-filtering=yes
/interface ethernet
set [ find default-name=ether3 ] comment="SWITCH B" name=ether3-SWITCH-B
set [ find default-name=ether4 ] comment="SWITCH A" name=ether4-SWITCH-A
set [ find default-name=ether5 ] comment="BORDER 1" name=ether5-BORDER-1
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface vrrp
add interface=bridged-LAN name=VRRP1-VLAN1 priority=101 version=2
/interface vlan
add interface=bridged-LAN name=VLAN7-RCRD-LAN vlan-id=7
add interface=bridged-LAN name=VLAN39-GCSO-LAN vlan-id=39
add interface=bridged-LAN name=VLAN51-iSCSI-LAN vlan-id=51
add interface=bridged-LAN name=VLAN97-WIFI-MGMT vlan-id=97
add interface=bridged-LAN name=VLAN99-MGMT-LAN vlan-id=99
add interface=bridged-LAN name=VLAN100-GUEST-WIFI vlan-id=100
add interface=bridged-LAN name=VLAN116-VOIP-LAN vlan-id=116
add interface=bridged-LAN name=VLAN201-PRIVATE-WIFI vlan-id=201
add interface=bridged-LAN name=VLAN399-BOSCH-CAMS vlan-id=399
/interface vrrp
add interface=VLAN97-WIFI-MGMT name=VRRP97-VLAN97-WIFI-MGMT priority=101 version=2 vrid=97
add interface=VLAN99-MGMT-LAN name=VRRP99-VLAN99 priority=101 version=2 vrid=99
add interface=VLAN116-VOIP-LAN name=VRRP116-VLAN116-VOIP-LAN priority=101 version=2 vrid=116
add interface=VLAN201-PRIVATE-WIFI name=VRRP201-VLAN201-PRIVATE-WIFI priority=101 version=2 vrid=201
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge msti
add bridge=bridged-LAN comment="Border2 Priority for GCSO and VOIP" identifier=1 priority=0x7000 \
    vlan-mapping=39,116
add bridge=bridged-LAN comment=\
    "Border 2 backup priority for Default, WiFi Mgmt, Mgmt Vlan, Guest VLAN and Private VLAN" identifier=2 \
    vlan-mapping=1,97,99,100,201
/interface bridge port
add bridge=bridged-LAN interface=ether5-BORDER-1
add bridge=bridged-LAN interface=ether4-SWITCH-A
add bridge=bridged-LAN interface=ether3-SWITCH-B
/interface bridge vlan
add bridge=bridged-LAN tagged=bridged-LAN,ether3-SWITCH-B,ether4-SWITCH-A,ether5-BORDER-1 vlan-ids=\
    7,39,51,97,99,100,116,201,399
add bridge=bridged-LAN untagged=bridged-LAN,ether5-BORDER-1,ether3-SWITCH-B,ether4-SWITCH-A vlan-ids=1
/interface list member
add interface=ether2 list=LAN
add interface=ether3-SWITCH-B list=LAN
add interface=ether4-SWITCH-A list=LAN
add interface=ether5-BORDER-1 list=LAN
/ip address
add address=1.3.1.245/24 interface=bridged-LAN network=1.3.1.0
add address=1.2.97.253/24 interface=VLAN97-WIFI-MGMT network=1.2.97.0
add address=1.2.201.253/24 interface=VLAN201-PRIVATE-WIFI network=1.2.201.0
add address=1.2.99.253/24 interface=VLAN99-MGMT-LAN network=1.2.99.0
add address=1.2.116.253/24 interface=VLAN116-VOIP-LAN network=1.2.116.0
add address=1.2.39.253/24 interface=VLAN39-GCSO-LAN network=1.2.39.0
add address=1.2.16.254/24 interface=VLAN399-BOSCH-CAMS network=1.2.16.0
add address=1.2.1.253 interface=VRRP1-VLAN1 network=1.2.1.253
add address=1.2.99.254 interface=VRRP99-VLAN99 network=1.2.99.254
add address=10.10.10.2/30 interface=ether2 network=10.10.10.0
add address=1.2.97.254 interface=VRRP97-VLAN97-WIFI-MGMT network=1.2.97.254
add address=1.2.116.254 interface=VRRP116-VLAN116-VOIP-LAN network=1.2.116.254
add address=1.2.201.254 interface=VRRP201-VLAN201-PRIVATE-WIFI network=1.2.201.254
/ip route vrf
add interfaces="VLAN97-WIFI-MGMT,VLAN7-RCRD-LAN,VLAN99-MGMT-LAN,bridged-LAN,VRRP99-VLAN99,VRRP1-VLAN1,VLAN201-P\
    RIVATE-WIFI,VRRP201-VLAN201-PRIVATE-WIFI,VRRP97-VLAN97-WIFI-MGMT" routing-mark=VRF-LAN
add interfaces=VLAN399-BOSCH-CAMS routing-mark=VRF-CAMS
add interfaces=VLAN100-GUEST-WIFI routing-mark=VRF-GUEST
add interfaces=VLAN116-VOIP-LAN,VRRP116-VLAN116-VOIP-LAN routing-mark=VRF-VOIP
/system identity
set name=LAB-RB951G-BORDER2
[admin@LAB-RB951G-BORDER2] >
Last edited by BartoszP on Fri Dec 09, 2022 7:37 pm, edited 1 time in total.
Reason: Use proper tags .. quotes for quotting, code for code
 
User avatar
davidgarland
just joined
Topic Author
Posts: 21
Joined: Fri Dec 12, 2014 3:25 am
Location: Iowa

Re: Config loss from RSTP to MSTP change

Fri Dec 09, 2022 7:28 pm

Update - I haven't been able to send the sup-output to MikroTik yet as I'm still waiting for the CCR to generate it. I started it a few minutes after my posting and it's only to 21% so far.
 
User avatar
davidgarland
just joined
Topic Author
Posts: 21
Joined: Fri Dec 12, 2014 3:25 am
Location: Iowa

Re: Config loss from RSTP to MSTP change

Fri Dec 09, 2022 7:41 pm

Last edited by BartoszP on Fri Dec 09, 2022 12:37 pm, edited 1 time in total. Reason: Use proper tags .. quotes for quotting, code for code
Thanks for the edit. I was in a hurry to post and didn't pause to pretty it up.

Who is online

Users browsing this forum: Bing [Bot], holvoetn, johnson73 and 49 guests