[index] AT-TQ7403-R コマンドリファレンス 5.5.5
vap1.0 | 無線1 (2.4GHz) VAP0 | Network2 | WPAパーソナル | passphrase1 | WPA2 WPA3 |
vap2.0 | 無線2 (5GHz) VAP0 | Network5 | WPAパーソナル | passphrase17 | WPA2 WPA3 |
vap3.0 | 無線2 (6GHz) VAP0 | Network6 | WPAパーソナル | passphrase34 | WPA3 |
NoteVAPインターフェースの命名規則については「インターフェース」/「一般設定」をご参照ください。
ISP接続用ユーザー名 | user@isp1 |
ISP接続用パスワード | isppasswd1 |
PPPoEサービス名 | 指定なし |
WAN側IPアドレス | 10.0.0.1/32 |
br1 | vap1.0 vap2.0 vap3.0 |
WAN側物理インターフェース | eth2 |
WAN側(ppp0)IPアドレス | 10.0.0.1/32 |
LAN側(br1)IPアドレス | 192.168.1.1/24 |
ローカルセレクター | 192.168.1.0/24 |
リモートセレクター | 172.30.0.0/24 |
wireless
security 1 mode wpa-personal key passphrase1 versions wpa2 wpa3 security 17 mode wpa-personal key passphrase17 versions wpa2 wpa3 security 34 mode wpa-personal key passphrase34 versions wpa3
Note本設定例では、2.4GHz、5GHz、6GHzのVAPに別々のSSIDを設定していますが、各帯域のVAPに同じSSIDを設定し、バンドステアリングを有効にすることで、複数の帯域をサポートしている無線端末に対し、混雑していない帯域への接続を促し、帯域を有効に使うことができます。
具体的な設定については設定例集#201aをご参照ください。
network 1 ssid Network2 hide-ssid security 1 network 17 ssid Network5 hide-ssid security 17 network 34 ssid Network6 hide-ssid security 34
ap-profile local radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 17 radio 3 enable vap 0 network 34
end wireless ap-configuration apply ap local configure terminal
bridge 1
Note本設定例では、2.4GHz、5GHz、6GHzの同一番号のVAPをブリッジに所属させ同じセグメントで運用しています。
各帯域のVAPを異なるセグメントで運用する場合は、「無線機能」/「設定のポイント」を参照してVAPごとにIPアドレスを設定し、エンティティーとファイアウォールの設定を変更してください。
interface vap1.0 bridge-group 1 interface vap2.0 bridge-group 1 interface vap3.0 bridge-group 1
end wireless ap-configuration apply ap local configure terminal
interface eth1 encapsulation ppp 0
interface ppp0 keepalive ip address 10.0.0.1/32 ppp username user@isp1 ppp password isppasswd1 ip tcp adjust-mss pmtu
interface br1 ip address 192.168.1.1/24
zone private network lan ip subnet 192.168.1.0/24 network peer ip subnet 172.30.0.0/24 network tunnel ip subnet 192.168.100.0/30
zone public network wan ip subnet 0.0.0.0/0 interface ppp0 host ppp0 ip address 10.0.0.1
application esp protocol 50
application isakmp protocol udp sport 500 dport 500
application nat-t protocol udp dport 4500
firewall rule 10 permit any from private to private rule 20 permit any from private to public rule 30 permit isakmp from public.wan.ppp0 to public.wan rule 40 permit isakmp from public.wan to public.wan.ppp0 rule 50 permit nat-t from public.wan.ppp0 to public.wan rule 60 permit nat-t from public.wan to public.wan.ppp0 rule 70 permit esp from public.wan.ppp0 to public.wan rule 80 permit esp from public.wan to public.wan.ppp0 protect
nat rule 10 masq any from private to public enable
crypto isakmp key secret address 10.0.0.2
crypto ipsec profile ipsec1 lifetime seconds 10800 pfs 14 transform 1 protocol esp integrity SHA1 encryption AES256
interface tunnel0 tunnel source 10.0.0.1 tunnel destination 10.0.0.2 tunnel local selector 192.168.1.0/24 tunnel remote selector 172.30.0.0/24 tunnel protection ipsec profile ipsec1 tunnel mode ipsec ipv4 ip address 192.168.100.1/30
ip route 0.0.0.0/0 ppp0 ip route 172.30.0.0/24 tunnel0 ip route 172.30.0.0/24 null 254
end
copy running-config startup-config
」の書式で実行します。awplus# copy running-config startup-config ↓ Building configuration... [OK]
awplus# write memory ↓ Building configuration... [OK]
awplus(config)# log buffered level informational facility local5 ↓
awplus# show log | include Firewall ↓
Note詳細はGoogle Cloud Platformのドキュメントをご参照ください。
! wireless ! security 1 mode wpa-personal key passphrase1 versions wpa2 wpa3 security 17 mode wpa-personal key passphrase17 versions wpa2 wpa3 security 34 mode wpa-personal key passphrase34 versions wpa3 ! network 1 ssid Network2 hide-ssid security 1 network 17 ssid Network5 hide-ssid security 17 network 34 ssid Network6 hide-ssid security 34 ! ap-profile local radio 1 enable vap 0 network 1 radio 2 enable vap 0 network 17 radio 3 enable vap 0 network 34 ! bridge 1 ! interface vap1.0 bridge-group 1 interface vap2.0 bridge-group 1 interface vap3.0 bridge-group 1 ! interface eth1 encapsulation ppp 0 ! interface ppp0 keepalive ip address 10.0.0.1/32 ppp username user@isp1 ppp password isppasswd1 ip tcp adjust-mss pmtu ! interface br1 ip address 192.168.1.1/24 ! zone private network lan ip subnet 192.168.1.0/24 network peer ip subnet 172.30.0.0/24 network tunnel ip subnet 192.168.100.0/30 ! zone public network wan ip subnet 0.0.0.0/0 interface ppp0 host ppp0 ip address 10.0.0.1 ! application esp protocol 50 ! application isakmp protocol udp sport 500 dport 500 ! application nat-t protocol udp dport 4500 ! firewall rule 10 permit any from private to private rule 20 permit any from private to public rule 30 permit isakmp from public.wan.ppp0 to public.wan rule 40 permit isakmp from public.wan to public.wan.ppp0 rule 50 permit nat-t from public.wan.ppp0 to public.wan rule 60 permit nat-t from public.wan to public.wan.ppp0 rule 70 permit esp from public.wan.ppp0 to public.wan rule 80 permit esp from public.wan to public.wan.ppp0 protect ! nat rule 10 masq any from private to public enable ! crypto isakmp key secret address 10.0.0.2 ! crypto ipsec profile ipsec1 lifetime seconds 10800 pfs 14 transform 1 protocol esp integrity SHA1 encryption AES256 ! interface tunnel0 tunnel source 10.0.0.1 tunnel destination 10.0.0.2 tunnel local selector 192.168.1.0/24 tunnel remote selector 172.30.0.0/24 tunnel protection ipsec profile ipsec1 tunnel mode ipsec ipv4 ip address 192.168.100.1/30 ! ip route 0.0.0.0/0 ppp0 ip route 172.30.0.0/24 tunnel0 ip route 172.30.0.0/24 null 254 ! end
(C) 2024-2025 アライドテレシスホールディングス株式会社
PN: 613-003360 Rev.C