Quantcast
Channel: Jordansphere
Viewing all articles
Browse latest Browse all 229

Debug NSX Edge Traffic

$
0
0

OS: NSX Edge: 6.4.x

 

Show routing table

show ip route

 

Display debug information on a specific interface

debug packet display interface {int_name}

eg

debug packet display interface vNic_2

 

Display debug information on specific interface and remote host

debug packet display interface {int_name} host_{IP Address} 

eg

debug packet display interface vNic_2 host_172.10.29.23 

 

Display debug information on specific interface and remote host and protocol (eg TCP or UDP

debug packet display interface {int_name} host_{IP Address}_and_{protocol} 

eg

debug packet display interface vNic_2 host_172.10.29.23_and_udp

Viewing all articles
Browse latest Browse all 229