show ovsdb virtual-tunnel-end-point
Syntax
show ovsdb virtual-tunnel-end-point address <ip-address> encapsulation <encapsulation-type>
Description
Display information about the following entities that the Juniper Networks device has learned:
Other Juniper Networks devices that function as hardware virtual tunnel endpoints (VTEPs)
Software VTEPs
Service nodes
Top-of-rack service nodes (TSNs)
Options
none | Display information about all VTEPs, service nodes, and TSNs that the Juniper Networks device has learned. |
address ip-address | Display information about the entity with the specified IP address. |
encapsulation encapsulation-type | Display information about all entities with the specified encapsulation type. |
Required Privilege Level
admin
Output Fields
Table 1 lists
the output fields for the show ovsdb virtual-tunnel-end-point
command. Output fields are listed in the approximate order in which
they appear.
Field Name |
Field Description |
---|---|
Encapsulation |
Encapsulation type of entity. |
IP Address |
IP address of entity. |
Num of MACs |
Number of media access control (MAC) addresses learned by the entity. |
Sample Output
- show ovsdb virtual-tunnel-end-point
- show ovsdb virtual-tunnel-end-point address (Specific Address)
- show ovsdb virtual-tunnel-end-point encapsulation (Specific Encapsulation)
- show ovsdb virtual-tunnel-end-point address (Specific Address) encapsulation (Specific Encapsulation)
show ovsdb virtual-tunnel-end-point
user@host> show ovsdb virtual-tunnel-end-point Encapsulation Ip Address Num of MAC's VXLAN over IPv4 10.255.181.43 24 VXLAN over IPv4 10.255.181.50 12 VXLAN over IPv4 10.255.181.72 24
show ovsdb virtual-tunnel-end-point address (Specific Address)
user@host> show ovsdb virtual-tunnel-end-point address 10.255.181.43 Encapsulation Ip Address Num of MAC's VXLAN over IPv4 10.255.181.43 24
show ovsdb virtual-tunnel-end-point encapsulation (Specific Encapsulation)
user@host> show ovsdb virtual-tunnel-end-point encapsulation vxlan-over-ipv4 Encapsulation Ip Address Num of MAC's VXLAN over IPv4 10.255.181.43 24 VXLAN over IPv4 10.255.181.50 12 VXLAN over IPv4 10.255.181.72 24
show ovsdb virtual-tunnel-end-point address (Specific Address) encapsulation (Specific Encapsulation)
user@host> show ovsdb virtual-tunnel-end-point address 10.255.181.43 encapsulation vxlan-over-ipv4 Encapsulation Ip Address Num of MAC's VXLAN over IPv4 10.255.181.43 24
Release Information
Command introduced in Junos OS Release 14.1R2.