-
Notifications
You must be signed in to change notification settings - Fork 388
Scenario Troubleshooting
ajayhn edited this page Sep 8, 2014
·
3 revisions
- Initiate continuous ping from VM to subnet gateway
- Find tap interface of VM (TODO a. from contrail UI b. agent introspect)
- tcpdump -ni - see ICMP requests but no replies received
- tcpdump -ni pkt0 -X - don't see the packet going to Vrouter-Agent with metadata
- watch -n1 "dropstats | egrep '[1-9]+'" - observed flow unsable count increases
- find VRF id for net from introspect (TODO)
- rt --dump 34 | less observed NH for VJX0 ip is 0 which is discard.
- Source code check to determine bug in state machine sending from Agent to kernel module.