Hello,
I'm not sure about how to set up a vsi that ends in a subinterface (like if it was a router on stick with a vsi).
OSPF, MPLS and LDP are working fine.
I've trying to configure Vlanif for L3 and binding physical and subinterfacces to the vsi but the vsi doesn't goes up, or i can't see any mac. The only way that i get up the vsi and see some mac is like this configuration:
PE1:
interface XGigabitEthernet0/0/9
description SW1
port link-type trunk
port trunk allow-pass vlan 69
interface XGigabitEthernet0/0/15
description PE2
port link-type trunk
port trunk allow-pass vlan 8
vsi TEST-MGMT static
pwsignal ldp
vsi-id 69
peer 10.100.1.179
peer 10.100.1.178
traffic-statistics enable
interface Vlanif69
description TEST-MGMT
l2 binding vsi TEST-MGMT
PE2:
interface GigabitEthernet0/2/25
description PE1
undo shutdown
l2 binding vsi TEST-MGMT access-port
interface GigabitEthernet0/2/25.8
vlan-type dot1q 8
ip address 10.255.255.41 255.255.255.0
ospf cost 10
ospf network-type p2p
ospf ldp-sync
mpls
mpls ldp
interface GigabitEthernet0/2/25.69
vlan-type dot1q 69
ip address 192.168.12.1 255.255.255.0
vsi TEST-MGMT
traffic-statistics enable
pwsignal ldp
vsi-id 69
peer 10.100.1.254
SW1
interface XGigabitEthernet0/0/2
description PE1
port link-type trunk
port trunk allow-pass vlan 69
interface Vlanif69
ip address 192.168.12.69 255.255.255.0
But I can't ping 192.168.12.69 from PE2
<PE2>
GigabitEthernet0/2/25.8(100M) 10.255.255.41/24 up up --
GigabitEthernet0/2/25.69(100M) 192.168.12.1/24 up up --
display vsi
Total VSI number is 1, 1 is up, 0 is down, 1 is LDP mode, 0 is BGP mode, 0 is BGPAD mode, 0 is mixed mode, 0 is unspecified mode
--------------------------------------------------------------------------
Vsi Mem PW Mac Encap Mtu Vsi
Name Disc Type Learn Type Value State
--------------------------------------------------------------------------
TEST-MGMT -- ldp unqualify vlan 9216 up
<PE2>display mac-address vsi TEST-MGMT
MAC address table of slot 0:
----------------------------------------------------------------------------------------------------------------------
MAC Address VLAN/BD/ PEVLAN CEVLAN Port/Peerip Type LSP/LSR-ID
VSI/SI/EVPN MAC-Tunnel
----------------------------------------------------------------------------------------------------------------------
00e0-fc09-bcf9 TEST-MGMT - - GE0/2/25 dynamic 0/-
----------------------------------------------------------------------------------------------------------------------
Total matching items on slot 0 displayed = 1
<PE2>ping 192.168.12.69
100.00% packet loss
Could you give me some advice?
Thanks a lot