Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
admin@Switch1# run show vxlan address-table
VNID           MAC address          Type       Interface          VTEP
-----------    -----------------          -------     ----------------       ---------------
10030          00:00:00:00:22:22    Dynamic    ge-1/1/5                          
10030          50:9a:4c:e6:7b:71    Dynamic                     1.1.1.1      
Entries in access port:  1
Entries in network port: 1

admin@Switch2# run show vxlan address-table
VNID           MAC address          Type       Interface          VTEP
-----------    -----------------      -------      ----------------      ---------------
10010          00:00:00:00:44:44    Dynamic    ge-1/1/3                        
10010          50:9a:4c:e6:7b:71    Dynamic                     1.1.1.1     
Entries in access port:  1
Entries in network port: 1


admin@Switch3# run show vxlan address-table
VNID           MAC address           Type       Interface            VTEP
-----------    -----------------           -------      ----------------        ---------------
10010          00:00:00:00:44:44    Dynamic                        2.2.2.2     
10030          00:00:00:00:22:22    Dynamic                        3.3.3.3       
Entries in access port:  0
Entries in network port: 2

...

Code Block
admin@Switch3# run show vxlan arp
IP-ADDRESS       MAC-ADDRESS  VNI      REMOTE-VTEP    Interface   Status   Age
---------------  -----------------     --------    ---------------        ----------    -------   ----
192.168.10.1     00:00:00:00:44:44     10010     2.2.2.2                      Dynamic  0  
192.168.20.1     00:00:00:00:22:22     10030     3.3.3.3                      Dynamic  0  

...