ColinTaylor
Part of the Furniture
Sorry, I don't know anything at all about the new VLAN routers. Maybe
brctl show
might show something.brctl show
might show something.Here is brctl show output — i find it strange that br53/br54/br55 bridge names don't match eth0.52/eth0.53/eth0.54 interface names.Sorry, I don't know anything at all about the new VLAN routers. Maybebrctl show
might show something.
brctl show
bridge name bridge id STP enabled interfaces
br0 8000.107c61af7668 no eth0
eth1
eth2
eth3
tap22
wds0.0.1.0
wds3.0.1.0
wl0.0
wl1.0
wl1.4
wl2.0
wl3.0
wl3.4
br53 8000.927c61af7669 no eth0.52
eth1.52
eth2.52
eth3.52
wds0.0.1.52
wds3.0.1.52
wl0.52
wl1.52
wl2.52
wl3.1
wl3.52
br54 8000.7a7c61af766d no eth0.53
eth1.53
eth2.53
eth3.53
wds0.0.1.53
wds3.0.1.53
wl0.1
wl0.53
wl1.53
wl2.53
wl3.53
br55 8000.927c61af766a no eth0.54
eth1.54
eth2.54
eth3.54
wds0.0.1.54
wds3.0.1.54
wl0.2
wl0.54
wl1.54
wl2.1
wl2.54
wl3.2
wl3.54
I am continuing to hit a wall here...VLANs are tags applied to network interfaces. You still need to go with the virtual network interfaces, like wl0.54 in this case.
apg_ifnames=br53 br54 br55
apg_br53_fh_wlifnames=wl0.52 wl1.52 wl2.52 wl3.52
apg_br54_fh_wlifnames=wl0.53 wl1.53 wl2.53 wl3.53
apg_br55_fh_wlifnames=wl0.54 wl1.54 wl2.54 wl3.54
wl: wl driver adapter not found
Dunno, you would have to dig through nvrams. I use a closed source function in libshared (get_apg_vid_by_ifname(char *ifname) ).@RMerlin, any other thoughts on how to pull wl-related connection data from wireless clients attached to these virtual network interfaces? I appreciate your insight on this..
I thought I was on the right path when everything started lining up like that... ugh. Will keep searching... thank you!Dunno, you would have to dig through nvrams. I use a closed source function in libshared (get_apg_vid_by_ifname(char *ifname) ).
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!