Skip to content

Instantly share code, notes, and snippets.

@siketyan
Created January 7, 2022 07:34
Show Gist options
  • Save siketyan/a0d88e7a57c8b2bacc289f93eb278063 to your computer and use it in GitHub Desktop.
Save siketyan/a0d88e7a57c8b2bacc289f93eb278063 to your computer and use it in GitHub Desktop.
Running configuration on AP-W6T3267C, a Wi-Fi 6 access point by FS.COM
version AP_W6T3267C FSOS 11.9(6)B1S5, Release(08132509)
hostname wifi.network.s6n.jp
!
fair-schedule
rldp enable
sntp interval 7200
sntp server ntp.nict.jp
sntp enable
wids
device mode monitor radio 3
!
black-white-list
!
web-auth acct-update-interval 1
!
service dhcp
ip helper-address 172.16.0.1
!
ip name-server 172.16.0.1
!
enable service web-server http
enable service web-server https
webmaster level 0 username admin password 7 <REDACTED>
!
no service password-encryption
!
clock timezone UTC +9 0
!
dot11 wlan 1
ssid s6n.jp
ssid-code gbk
!
link-check disable
!
nfpp
!
wlocation
!
band-optimize he-radio enable auto
band-optimize he-radio mode 11axonly
enable secret 5 <REDACTED>
enable service ssh-server
no enable service telnet-server
vlan 1
name ap#outsideNetwork
!
vlan 10
name 10.network.s6n.jp
!
vlan 99
name 99.network.s6n.jp
!
interface GigabitEthernet 0/1
encapsulation dot1Q 1
rldp port loop-detect warning
!
interface GigabitEthernet 0/2
encapsulation dot1Q 1
rldp port loop-detect warning
!
interface GigabitEthernet 0/3
encapsulation dot1Q 1
rldp port loop-detect shutdown-port
!
interface AggregatePort 1
!
interface Dot11radio 1/0
country-code JP
radio-type 802.11b
no mu-mimo enable
rate-set 11b mandatory 1 2 5 11
rate-set 11g mandatory 1 2 5 11
rate-set 11g support 6 9 12 18 24 36 48 54
rate-set 11a mandatory 6 12 24
rate-set 11a support 9 18 36 48 54
rate-set 11n mcs-support 15
rate-set 11ac mcs-support 19
rate-set 11ax mcs-support 23
dfs enable
no dfs adjustment enable
no ampdu-rts
no 11acsupport enable
channel 1
chan-width 20
!
interface Dot11radio 1/0.1
encapsulation dot1Q 1
wlan-id 1
!
interface Dot11radio 2/0
country-code JP
no short-preamble
radio-type 802.11a
no mu-mimo enable
rate-set 11a mandatory 6 12 24
rate-set 11a support 9 18 36 48 54
rate-set 11n mcs-support 15
rate-set 11ac mcs-support 19
rate-set 11ax mcs-support 23
dfs enable
no ampdu-rts
11acsupport enable
11axsupport enable
channel 36
chan-width 40
!
interface Dot11radio 2/0.1
encapsulation dot1Q 1
wlan-id 1
!
interface Dot11radio 3/0
country-code JP
no short-preamble
radio-type 802.11a
mu-mimo enable
rate-set 11b mandatory 1 2 5 11
rate-set 11g mandatory 1 2 5 11
rate-set 11g support 6 9 12 18 24 36 48 54
rate-set 11a mandatory 6 12 24
rate-set 11a support 9 18 36 48 54
rate-set 11n mcs-support 15
rate-set 11ac mcs-support 19
dfs enable
no ampdu-rts
11acsupport enable
channel 36
chan-width 20
!
interface Dot11radio 3/0.1
encapsulation dot1Q 1
wlan-id 1
!
interface BVI 1
ip address 172.16.1.100 255.255.0.0
!
interface BVI 10
ip address 172.17.0.100 255.255.0.0
!
interface BVI 99
ip address 172.19.0.100 255.255.0.0
!
wlansec 1
security rsn enable
security rsn ciphers aes enable
security rsn akm psk enable
security rsn akm psk set-key ascii <REDACTED>
security wpa enable
security wpa ciphers aes enable
security wpa akm psk enable
security wpa akm psk set-key ascii <REDACTED>
!
ip route 0.0.0.0 0.0.0.0 BVI 1 172.16.0.1
!
no offline-detect
!
line console 0
login
password admin
line vty 0 4
privilege level 15
login
password <REDACTED>
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment