[index] AT-AR3050S/AT-AR4050S/AT-AR4050S-5G コマンドリファレンス 5.5.3
ISP接続用ユーザー名 | user@isp |
ISP接続用パスワード | isppasswd |
PPPoEサービス名 | 指定なし |
WAN側IPアドレス | 動的割り当て(IPCP) |
DNSサーバー | 10.100.100.100 |
管理IPアドレス(vlan1) | 192.168.1.1 |
NTPサーバー機能 | 有効 |
上位NTPサーバー | 10.110.110.1 |
ローカルRADIUSサーバー | 有効 |
1 | AT-TQ1402 | 192.168.1.101(1) | 001A.EB39.87C0 |
2 | AT-TQ5403 | 192.168.1.102(1) | 001A.EBA1.E0C7 |
3 | AT-TQ6602 | 192.168.1.103(1) | 88DC.9637.C8A0 |
1 | Area1 | 1 | 1 | WPAエンタープライズ | WPA2 | CCMP(AES) | ローカルRADIUSサーバーにユーザーごとに登録 |
Note無線AP単独でのIPアドレス設定、工場出荷状態への初期化については、各APのリファレンスマニュアルをご参照ください。
interface vlan1 ip address 192.168.1.1/24
ntp server 10.110.110.1
no spanning-tree rstp enable
interface eth1 encapsulation ppp 0
interface ppp0 keepalive ip address negotiated ppp username user@isp ppp password isppasswd ip tcp adjust-mss pmtu
zone private network dhcp ip subnet 0.0.0.0/0 interface vlan1 network lan ip subnet 192.168.1.0/24
zone public network wan ip subnet 0.0.0.0/0 interface ppp0 host ppp0 ip address dynamic interface ppp0
application dhcp protocol udp dport 67 to 68
firewall rule 10 permit dhcp from private.dhcp to private.dhcp rule 20 permit any from private.lan to private.lan rule 30 permit any from private to public rule 40 permit dns from public.wan.ppp0 to public.wan protect
nat rule 10 masq any from private to public enable
ip name-server 10.100.100.100
ip dns forwarding
ip route 0.0.0.0/0 ppp0
ip dhcp pool pool1 network 192.168.1.0/24 range 192.168.1.201 192.168.1.210 default-router 192.168.1.1 subnet-mask 255.255.255.0
service dhcp-server
wireless management address 192.168.1.1 enable
radius-server local nas 192.168.1.101 key nas123456 nas 192.168.1.102 key nas123456 nas 192.168.1.103 key nas123456 server enable
radius-server host 192.168.1.1 key nas123456 aaa group server radius wpa4login server 192.168.1.1
wireless security 1 mode wpa-enterprise radius authentication group wpa4login radius accounting group wpa4login no dynamic-vlan enable
network 1 ssid Area1 security 1
ap-profile 1 hwtype at-tq1402 radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 1
ap-profile 2 hwtype at-tq5403 radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 1
ap-profile 3 hwtype at-tq6602 radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 1
ap 1 ip-address 192.168.1.101 mac-address 001A.EB39.87C0 profile 1 enable
ap 2 ip-address 192.168.1.102 mac-address 001A.EBA1.E0C7 profile 2 enable
ap 3 ip-address 192.168.1.103 mac-address 88DC.9637.C8A0 profile 3 enable
task 1 time 15:00 type power-channel ap all calculate enable
task 2 time 03:00 type power-channel ap all apply enable
end
NoteWeb GUIでは初期設定でタスクが設定されており、AWCの計算開始タスク「1000」が毎日 15:00、計算結果適用タスク「1001」が毎日 03:00 に設定されています。そのため、CLIでタスク設定後にWeb GUIで無線LANコントローラーにアクセスした場合、タスク「1000」と「1001」が自動で追加されます。Web GUIでAP管理を行う場合は、AWCのスケジュールはGUI上から登録してください。
copy running-config startup-config
」の書式で実行します。awplus# copy running-config startup-config ↓ Building configuration... [OK]
awplus# write memory ↓ Building configuration... [OK]
awplus# show wireless ap status ↓ ID Model FW ver Manage rup Config c Clnt Uptime ----- ------------ ---------- ---------- ---------- ---- --------------- 1 AT-TQ1402 6.0.1-3.1 Managd --- Succeed - 0 350 2 AT-TQ5403 6.0.1-5.2 Managd --- Succeed - 0 312 3 AT-TQ6602 7.0.1-0.1 Managd --- Succeed - 0 300
awplus# show wireless task status ↓ Task ID 1: Enable Description ................... Applied AP .................... All Schedule Day .......................... every day Time ......................... 15:00 Next Time ..................... 2018-02-23 15:00 Last Time ..................... -
awplus# wireless power-channel ap all calculate ↓
awplus# wireless power-channel ap all apply ↓
awplus# sh wireless power-channel calculate ↓ Latest Calculated Time: 2021-05-11 00:48:13 Latest Applied Time : 2021-05-11 00:48:16 AP MAC address Radio1 Radio2 ----- -------------- ------------- ------------- 1 001A.EB39.87C0 Ch:1 (5 %) Ch:36 (20 %) 2 001A.EBA1.E0C7 Ch:13 (10 %) Ch:104 (10 %) 3 88DC.9637.C8A0 Ch:5 (100%) Ch:116 (5 %)
! interface vlan1 ip address 192.168.1.1/24 ! ntp server 10.110.110.1 ! no spanning-tree rstp enable ! interface eth1 encapsulation ppp 0 ! interface ppp0 keepalive ip address negotiated ppp username user@isp ppp password isppasswd ip tcp adjust-mss pmtu ! zone private network dhcp ip subnet 0.0.0.0/0 interface vlan1 network lan ip subnet 192.168.1.0/24 ! zone public network wan ip subnet 0.0.0.0/0 interface ppp0 host ppp0 ip address dynamic interface ppp0 ! application dhcp protocol udp dport 67 to 68 ! firewall rule 10 permit dhcp from private.dhcp to private.dhcp rule 20 permit any from private.lan to private.lan rule 30 permit any from private to public rule 40 permit dns from public.wan.ppp0 to public.wan protect ! nat rule 10 masq any from private to public enable ! ip name-server 10.100.100.100 ! ip dns forwarding ! ip route 0.0.0.0/0 ppp0 ! ip dhcp pool pool1 network 192.168.1.0/24 range 192.168.1.201 192.168.1.210 default-router 192.168.1.1 subnet-mask 255.255.255.0 ! service dhcp-server ! wireless management address 192.168.1.1 enable ! radius-server local nas 192.168.1.101 key nas123456 nas 192.168.1.102 key nas123456 nas 192.168.1.103 key nas123456 server enable ! radius-server host 192.168.1.1 key nas123456 aaa group server radius wpa4login server 192.168.1.1 ! wireless security 1 mode wpa-enterprise radius authentication group wpa4login radius accounting group wpa4login no dynamic-vlan enable ! network 1 ssid Area1 security 1 ! ap-profile 1 hwtype at-tq1402 radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 1 ! ap-profile 2 hwtype at-tq5403 radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 1 ! ap-profile 3 hwtype at-tq6602 radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 1 ! ap 1 ip-address 192.168.1.101 mac-address 001A.EB39.87C0 profile 1 enable ! ap 2 ip-address 192.168.1.102 mac-address 001A.EBA1.E0C7 profile 2 enable ! ap 3 ip-address 192.168.1.103 mac-address 88DC.9637.C8A0 profile 3 enable ! task 1 time 15:00 type power-channel ap all calculate enable ! task 2 time 03:00 type power-channel ap all apply enable ! end
(C) 2015 - 2023 アライドテレシスホールディングス株式会社
PN: 613-002107 Rev.AZ