Thank you for your help.
I changed this line
But when I disabled interface 24 (temporary management interface) the switch started to ping from network 192.168.77.0/24 and adding a gateway made it reachable from other network as well which is what I want. Here are the changes:So, this is good, I do have management IP assigned to the bridge and the switch is reachable. However I'm not totally clear about the reasons it was not working...
And one more question: ping from the LAN to the switch 192.168.77.250 works perfectly:
Thank you.
I changed this line
to this lineadd address=192.168.77.250 interface=INFRA_77 network=192.168.77.250
It did not improve the situation.add address=192.168.77.250/24 interface=INFRA_77 network=192.168.77.250
But when I disabled interface 24 (temporary management interface) the switch started to ping from network 192.168.77.0/24 and adding a gateway made it reachable from other network as well which is what I want. Here are the changes:
Code:
/ip addressadd address=192.168.69.250/23 disabled=yes interface=24_A_MGT_69 network=192.168.68.0add address=192.168.77.250/24 interface=INFRA_77 network=192.168.77.0/ip routeadd distance=1 gateway=192.168.77.254
And one more question: ping from the LAN to the switch 192.168.77.250 works perfectly:
But ping from the switch to the LAN (to be precise ping to the default gateway 192.168.77.254) show packet loss:--- 192.168.77.250 ping statistics ---
533 packets transmitted, 533 received, 0% packet loss, time 543187ms
rtt min/avg/max/mdev = 0.175/0.367/4.087/0.371 ms
Again it seems weird for me, any idea about that ?sent=20 received=14 packet-loss=30% min-rtt=0ms avg-rtt=0ms max-rtt=0ms
...
172 192.168.77.254 56 255 0ms
173 192.168.77.254 timeout
174 192.168.77.254 56 255 0ms
175 192.168.77.254 timeout
176 192.168.77.254 timeout
177 192.168.77.254 timeout
178 192.168.77.254 timeout
179 192.168.77.254 56 255 0ms
sent=40 received=32 packet-loss=20% min-rtt=0ms avg-rtt=0ms max-rtt=0ms
Thank you.
Statistics: Posted by Laurent00 — Tue Mar 05, 2024 11:16 am