Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Beginner Basics • Re: Bridge management IP not working

$
0
0
Thank you for your help.

I changed this line
add address=192.168.77.250 interface=INFRA_77 network=192.168.77.250
to this line
add address=192.168.77.250/24 interface=INFRA_77 network=192.168.77.250
It did not improve the situation.

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
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:
--- 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
But ping from the switch to the LAN (to be precise ping to the default gateway 192.168.77.254) show packet loss:
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
Again it seems weird for me, any idea about that ?
Thank you.

Statistics: Posted by Laurent00 — Tue Mar 05, 2024 11:16 am



Viewing all articles
Browse latest Browse all 15133

Trending Articles