Hello,
I configure a CRS 106-1C-5S for two fiber link, however, in midle of the fiber link i have a client, who i used the Combo Port as a service port.
Made the configurations, OSPF Works fine, LAN IP answer outside the network, but, the clients in LAN network dont.
The link looks like this: a fiber link from other client comes, and go to headquarters.
draw.io file:
https://drive.google.com/file/d/1oFmNp-hiKlNguSurysnP-QhZ5q5IXLWO/view?usp=sharing
Communication with the CRS works fine, but i cant ping or communicate with clients in Combo1 LAN, only the IP address of gateway, answer, also, can communicate with the internet.
However, when i use torch in SFP2 or Combo1, the ping answer and clients can navigate…
/interface ethernet
set [ find default-name=combo1 ] comment="Client 3005"
set [ find default-name=sfp1 ] comment="Client 3003"
set [ find default-name=sfp2 ] comment="HeadQuarters"
/interface ethernet switch
set drop-if-invalid-or-src-port-not-member-of-vlan-on-ports=sfp1,sfp2 \
forward-unknown-vlan=no unknown-vlan-lookup-mode=ivl
/interface ethernet switch egress-vlan-tag
add tagged-ports=sfp1,sfp2 vlan-id=3003
add tagged-ports=switch1-cpu,sfp2 vlan-id=3005
/interface ethernet switch vlan
add ports=sfp1,sfp2 vlan-id=3003
add ports=switch1-cpu,sfp2 vlan-id=3005
The configurations for Bridge, are this:
/interface bridge
add name=loopback
add name=fiber-net
add name=local-net
/interface bridge port
add bridge=fiber-net interface=sfp1
add bridge=fiber-net interface=sfp2
add bridge=local-net interface=combo1
The ip address in interfaces:
/ip address
add address=172.30.5.254/24 interface=local-net network=172.30.5.0
add address=10.29.5.253/30 interface=vlan3005-headquarters network=10.29.5.252
add address=172.25.29.5 interface=loopback network=172.25.29.5