Hello everyone,
This post refers to the issue of being unable to ping from MSK to/from SPB bidirectionally, because of a topology too simple. Please find more details below.
SPB:
interface GigabitEthernet0/0/0
#
interface GigabitEthernet0/0/0.4
description to__MSK
dot1q termination vid 4
ip address 172.16.2.2 255.255.255.252
Provider:
vlan 4
description Interconnection
#
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 4
#
interface GigabitEthernet0/0/2
port link-type trunk
port trunk allow-pass vlan 4
MSK:
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/1.4
description SPB
dot1q termination vid 4
ip address 172.16.2.1 255.255.255.252
Any idea? Too simple topology and it can't be implemented.