This article provides information on how to capture packets at both the SRX and AX-411 level, to determine why packets are being dropped.
Capturing packets at the AX411 access point and SRX.
To capture packets on the wireless radio and on the SRX, first you need to upgrade to at least Junos 11.1R1. Any previous versions will not be able to capture packets on the wireless radio. To capture packes on the wireless radio and the SRX, perform the following procedure:
root@% tcpdump -n -X -i vlan -s 512 > /var/tmp/srx_vlan_dump.pcap
root@> request wlan access-point packet-capture start MCP interface Radio2VAP0 duration 300 promiscuous file /var/tmp/vap0_dump.pcap
root@> request wlan access-point packet-capture stop MCP
root@> request wlan access-point packet-capture start MCP interface Ethernet duration 300 promiscuous file /var/tmp/ap_eth_dump.pcap
srx_vlan_dump.pcap - sniffer capture taken off the vlan interface on the SRX, connected to the AX-411 vap0_dump.pcap - sniffer capture taken of radio 2, virtual-access-point 0 (VAP0 interface) ap_eth_dump.pcap - ethernet interace of the AX-411 interface