Changes between Version 4 and Version 5 of RouterBoard260GSP


Ignore:
Timestamp:
06/04/17 17:58:40 (7 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RouterBoard260GSP

    v4 v5  
    2525 1. Power-on RB260GSP
    2626 1. Wait till ACT led starts flashing very fast (it first flashes slowly).
     27
     28== Debugging
     29
     30When using tcpdump under FreeBSD the VLAN 802.11Q tags are not displayed. Using this trick will show VLAN information:
     31{{{
     32tcpdump -i vr1 -Uw - | tcpdump -en -r -
     33}}}