cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2172
Views
5
Helpful
4
Replies

tcpdump on controllers sdwan

dijix1990
VIP Alumni
VIP Alumni

How can I use tcpdump on vBond / vSmart / vManage?

vBond:~$ tcpdump
tcpdump: system: You don't have permission to capture on that device
(socket: Operation not permitted)

 

1 Accepted Solution

Accepted Solutions

husseino
Cisco Employee
Cisco Employee

don't tcpdump in vshell, just straight from the regular prompt.

View solution in original post

4 Replies 4

husseino
Cisco Employee
Cisco Employee
tcpdump vpn 0 interface eth1 options "host 198.51.100.162 -n"

host option filter the dump to traces to and from this ip address. 

but I need su password for it.... 

 

vBond# vshell
vBond:~$ tcpdump vpn 0 interface eth1
tcpdump: system: You don't have permission to capture on that device
(socket: Operation not permitted)

 

vBond:~$ id
uid=1000(admin) gid=1000(admin) groups=1000(admin),302(log)

husseino
Cisco Employee
Cisco Employee

don't tcpdump in vshell, just straight from the regular prompt.

Thanks!!!