Hello, I would like help with a communication problem. I have been working on a connection, as shown in the attached picture, it is between a CCR1036 and a CRS326 both with RouterOS 7.11.2.
This connection is through a layer 2 transmission network, the vlan is 1300 and the IP address of the equipment is 172.31.4.9/30 and 172.31.4.10/30
At the ARP level I see the mac-address of each of the computers, but at the IP level it does not complete the ping.
ADDRESS MAC-ADDRESS INTERFACE
0 D 172.31.4.10 48:8F:5A:BE:E6:FE vlan1300
ping 172.31.4.10
SEQ HOST SIZE TTL TIME STATUS
0 172.31.4.10 timeout
1 172.31.4.10 timeout
2 172.31.4.10 timeout
3 172.31.4.9 84 64 80ms871us host unreachable
ping 48:8F:5A:BE:E6:FE
SEQ HOST SIZE TTL TIME STATUS
0 48:8F:5A:BE:E6:FE 70 2ms300us
0 48:8F:5A:BE:E6:FE 70 2ms401us
1 48:8F:5A:BE:E6:FE 70 1ms399us
ADDRESS MAC-ADDRESS INTERFACE
0 DC 172.31.4.9 DC:2C:6E:61:09:CB V1300
ping DC:2C:6E:61:09:CB
SEQ HOST SIZE TTL TIME STATUS
0 DC:2C:6E:61:09:CB 70 1ms948us
1 DC:2C:6E:61:09:CB 70 1ms671us
2 DC:2C:6E:61:09:CB 70 1ms595us
ping 172.31.4.9
SEQ HOST SIZE TTL TIME STATUS
0 172.31.4.9 timeout
1 172.31.4.9 timeout
2 172.31.4.9 timeout
3 172.31.4.9 timeout
4 172.31.4.9 timeout
5 172.31.4.9 timeout
the configuration is the following
config CCR1036
/interface vlan
add comment=“BSN” interface=bridge1 name=vlan1300 vlan-id=1300
/interface bridge port
add bridge=bridge1 interface=sfp-sfpplus2
/interface bridge vlan
add bridge=bridge1 tagged=sfp-sfpplus2,bridge1 vlan-ids=1300
/ip address
add address=172.31.4.9/30 comment="CRS326 MANAGEMENT " interface=vlan1300 network=172.31.4.8
config CRS326
/interface vlan
add interface=bridge1 name=V1300 vlan-id=1300
/interface bridge port
add bridge=bridge1 comment=defconf ingress-filtering=no interface=ether23
add bridge=bridge1 ingress-filtering=no interface=ether2 pvid=1300
add bridge=bridge1 ingress-filtering=no interface=ether1 pvid=1300
add bridge=bridge1 ingress-filtering=no interface=sfp-sfpplus1 pvid=130
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 untagged=ether1,ether2,sfp-sfpplus1 vlan-ids=1300
/ip address
add address=172.31.4.10/30 interface=V1300 network=172.31.4.8
What needs to be configured for this communication to work?
Thanks in advance
