Advertisement
wulfgar93

Untitled

Dec 12th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. # tcpdump -n -i bond0 -e | grep "vlan 255"
  2. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  3. listening on bond0, link-type EN10MB (Ethernet), capture size 262144 bytes
  4. 17:31:24.897724 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 124: vlan 255, p 0, ethertype IPv4, 10.150.0.102.55443 > 10.150.0.11.4789: VXLAN, flags [I] (0x08), vni 33
  5. 17:31:24.897728 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 388: vlan 255, p 0, ethertype IPv4, 10.150.0.102.41167 > 10.150.0.11.4789: VXLAN, flags [I] (0x08), vni 33
  6. 17:31:24.898719 6e:4a:d6:ce:9d:50 > 90:e2:ba:92:93:c8, ethertype 802.1Q (0x8100), length 417: vlan 255, p 0, ethertype IPv4, 10.150.0.11.39663 > 10.150.0.102.4789: VXLAN, flags [I] (0x08), vni 33
  7. 17:31:24.900334 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 400: vlan 255, p 0, ethertype IPv4, 10.150.0.102.41167 > 10.150.0.11.4789: VXLAN, flags [I] (0x08), vni 33
  8. 17:31:24.901938 6e:4a:d6:ce:9d:50 > 90:e2:ba:92:93:c8, ethertype 802.1Q (0x8100), length 435: vlan 255, p 0, ethertype IPv4, 10.150.0.11.39663 > 10.150.0.102.4789: VXLAN, flags [I] (0x08), vni 33
  9. 17:31:29.174004 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 124: vlan 255, p 0, ethertype IPv4, 10.150.0.102.55443 > 10.150.0.11.4789: VXLAN, flags [I] (0x08), vni 33
  10. 17:31:30.027363 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 46: vlan 255, p 0, ethertype ARP, Request who-has 10.150.0.11 tell 10.150.0.102, length 28
  11. 17:31:30.027557 6e:4a:d6:ce:9d:50 > 90:e2:ba:92:93:c8, ethertype 802.1Q (0x8100), length 64: vlan 255, p 0, ethertype ARP, Reply 10.150.0.11 is-at 6e:4a:d6:ce:9d:50, length 46
  12. 17:31:30.266300 6e:4a:d6:ce:9d:50 > 90:e2:ba:92:93:c8, ethertype 802.1Q (0x8100), length 64: vlan 255, p 0, ethertype ARP, Request who-has 10.150.0.102 tell 10.150.0.11, length 46
  13. 17:31:30.266351 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 46: vlan 255, p 0, ethertype ARP, Reply 10.150.0.102 is-at 90:e2:ba:92:93:c8, length 28
  14. 17:31:30.266514 6e:4a:d6:ce:9d:50 > 90:e2:ba:92:93:c8, ethertype 802.1Q (0x8100), length 96: vlan 255, p 0, ethertype IPv4, 10.150.0.11.39841 > 10.150.0.102.4789: VXLAN, flags [I] (0x08), vni 33
  15. 17:31:30.267238 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 96: vlan 255, p 0, ethertype IPv4, 10.150.0.102.33235 > 10.150.0.11.4789: VXLAN, flags [I] (0x08), vni 33
  16. 17:31:38.020005 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 124: vlan 255, p 0, ethertype IPv4, 10.150.0.102.55443 > 10.150.0.11.4789: VXLAN, flags [I] (0x08), vni 33
  17. 17:31:56.369615 90:e2:ba:92:93:c8 > 6e:4a:d6:ce:9d:50, ethertype 802.1Q (0x8100), length 124: vlan 255, p 0, ethertype IPv4, 10.150.0.102.55443 > 10.150.0.11.4789: VXLAN, flags [I] (0x08), vni 33
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement