Eric Radman : a Journal

FS N505 Access Point

fs.com sells some outstanding hardware that does not brick itself when the support contract ends.

The AP_FSOS command line interface is modeled after the Cisco access points.

Initial Configuration

clock set 09:42:00 10 23 2024

line vty 0 35
 privilege level 15
 login
 password ******

VLAN-Wireless Network Configuration

To my knowledge AP_FSOS does not support a simple bridged configuration, since each SSID is mapped to a VLAN.

vlan 80
vlan 81
!
interface GigabitEthernet 0/1.1
 encapsulation dot1Q 81
!
interface GigabitEthernet 0/1.2
 encapsulation dot1Q 80
!
interface BVI 80
 ip address 192.168.0.10 255.255.255.0
!
interface BVI 81
 ip address 192.168.1.10 255.255.255.0

bridged virtual interfaces do not seem to be reachable until they are connectd to a wlan.

Then connect wireless networks

dot11 wlan 1
 ssid radnet
 ssid-code utf-8
!
dot11 wlan 2
 ssid radnet2
 ssid-code utf-8
!
interface Dot11radio 1/0.2
 encapsulation dot1Q 80
 wlan-id 2
!
interface Dot11radio 2/0.1
 encapsulation dot1Q 81
 wlan-id 1