Data Center

 View Only
last person joined: 10 days ago 

Ask questions and share experiences about Data Center Architecture and approaches.

EVPN/MPLS vlan aware questions

  • 1.  EVPN/MPLS vlan aware questions

    Posted 07-05-2021 00:57
    I have the following topology

    From CE1-192.168.1.1, I can reach CE1-192.168.2.2, but not CE2-192.168.2.3.
    From CE2-192.168.1.2, I can reach CE2-192.168.2.3, but not CE1-192.168.2.2
    On vMX3, I have the following:
    root@vMX-LS-1# run show evpn database logical-system vMX3    
    Instance: lab-south
    VLAN  DomainId  MAC address        Active source                  Timestamp        IP address
    141             02:05:86:71:ba:07  ge-0/0/1.0                     Jul 05 03:44:10  192.168.2.2
    141             02:05:86:71:ba:13  172.16.1.4                     Jul 05 03:44:10  192.168.2.3
    141             2c:6b:f5:28:1e:f0  irb.241                        Jul 05 03:23:31  192.168.2.251
                                                                                       192.168.2.254
    141             2c:6b:f5:7a:b0:f0  172.16.1.4                     Jul 05 03:23:21  192.168.2.251
                                                                                       192.168.2.254
    142             02:05:86:71:ba:07  ge-0/0/1.0                     Jul 05 03:44:10  192.168.2.2
    142             2c:6b:f5:28:1e:f0  irb.242                        Jul 05 03:23:31  192.168.2.251
                                                                                       192.168.2.254
    142             2c:6b:f5:7a:b0:f0  172.16.1.4                     Jul 05 03:23:21  192.168.2.251
                                                                                       192.168.2.254
    143             aa:aa:aa:aa:aa:aa  irb.243                        Jul 05 03:23:31  192.168.2.254​

    It seems to me vMX3 knows how to send icmp request to vMX4, but it does not.

    root@vQFX-1# run traceroute 192.168.2.3 routing-instance CE1-Red141
    traceroute to 192.168.2.3 (192.168.2.3), 30 hops max, 40 byte packets
     1  192.168.1.251 (192.168.1.251)  247.013 ms  182.222 ms  203.657 ms
     2  172.16.0.14 (172.16.0.14)  201.466 ms  197.364 ms  244.150 ms
     3  172.16.0.18 (172.16.0.18)  204.137 ms  159.373 ms  200.781 ms
     4  * * *
     5  *^C
    {master:0}[edit]

    I do not understand the following:

    root@vMX-LS-1# run show arp no-resolve logical-system vMX3   
    MAC Address       Address         Interface         Flags
    50:00:00:04:00:08 172.16.0.10     ge-0/0/6.2               none
    2c:6b:f5:28:17:00 172.16.0.17     lt-0/0/10.3              none
    02:05:86:71:ba:07 192.168.2.2     irb.241 [ge-0/0/1.0]     permanent remote
    02:05:86:71:ba:07 192.168.2.2     irb.242 [ge-0/0/1.0]     permanent remote
    02:05:86:71:ba:13 192.168.2.3     irb.241 [.local..6]      permanent remote
    Total entries: 5
    
    [edit]

    What does .local..6 mean ?


    What have I missed here ? 

    thanks in advance !!