Celestica Documentation Portal

Find your product documents here

Show vxlan remote vni

Displays VNIs mapped to VLANs in all remote VTEPs or the specified remote VTEP IP.

Syntaxshow vxlan remote vni [<rem-vtep-ip>] [count]
Command modeEXEC
Parameters
  • rem-vtep-ip – Remote VTEP's IPv4 address in (A.B.C.D) format.

Usage Use this command to retrieve the list of VNIs mapped to VLANs from all remote VTEPs or the specified remote VTEP.
Supported Releases1.1.0 or later
Click command show vxlan remotevni REMOTE_VTEP_IP [COUNT]
Example
sonic# show vxlan remote vni
   Vlan      RemoteVTEP      VNI
   ====      ==========      ===
  Vlan10      2.2.2.2       100010
  Vlan11      2.2.2.2       100011
  Vlan10      3.3.3.3       100010
  Vlan13      3.3.3.3       100013
  Vlan15      3.3.3.3       100015
Total count :   5
sonic# show vxlan remote vni 3.3.3.3
   Vlan      RemoteVTEP      VNI
   ====      ==========      ===
  Vlan10      3.3.3.3       100010
  Vlan13      3.3.3.3       100013
  Vlan15      3.3.3.3       100015
Total count :   3
sonic# show vxlan remote vni count 3.3.3.3
Total count :   3
sonic# show vxlan remote vni count
Total count :   5