[index] AT-AR1050V コマンドリファレンス 5.5.4
WAN(CPE)側インターフェース | eth1 | eth1 | eth1 |
WAN(CPE)側(eth1)IPアドレス | 192.168.10.2/24 | 192.168.11.2/24 | 192.168.12.2/24 |
LAN側(vlan1)IPアドレス | 172.16.1.254/24 | 172.16.2.254/24 | 172.16.3.254/24 |
Note本例では、基本設定で動作しているプライオCPEに接続することを想定しています。
プライオCPEにカスタマイズ設定(暗号化設定、IPsec設定等)を施している場合は最適なMTU値を設定してください。
interface eth1 mtu 1444 ip address 192.168.10.2/24
interface vlan1 ip address 172.16.1.254/24
crypto isakmp key secretB address 192.168.11.2 crypto isakmp key secretC address 192.168.12.2
interface tunnel0 mtu 1374 tunnel source eth1 tunnel destination 192.168.11.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.1/30 ip tcp adjust-mss pmtu
interface tunnel1 mtu 1374 tunnel source eth1 tunnel destination 192.168.12.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.5/30 ip tcp adjust-mss pmtu
ip route 172.16.2.0/24 tunnel0 ip route 172.16.3.0/24 tunnel1 ip route 192.168.11.0/24 192.168.10.1 ip route 192.168.12.0/24 192.168.10.1
end
Note本例では、基本設定で動作しているプライオCPEに接続することを想定しています。
プライオCPEにカスタマイズ設定(暗号化設定、IPsec設定等)を施している場合は最適なMTU値を設定してください。
interface eth1 mtu 1444 ip address 192.168.11.2/24
interface vlan1 ip address 172.16.2.254/24
crypto isakmp key secretB address 192.168.10.2
interface tunnel0 mtu 1374 tunnel source eth1 tunnel destination 192.168.10.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.2/30 ip tcp adjust-mss pmtu
ip route 0.0.0.0/0 tunnel0 ip route 192.168.10.0/24 192.168.11.1
end
Note本例では、基本設定で動作しているプライオCPEに接続することを想定しています。
プライオCPEにカスタマイズ設定(暗号化設定、IPsec設定等)を施している場合は最適なMTU値を設定してください。
interface eth1 mtu 1444 ip address 192.168.12.2/24
interface vlan1 ip address 172.16.3.254/24
crypto isakmp key secretC address 192.168.10.2
interface tunnel0 mtu 1374 tunnel source eth1 tunnel destination 192.168.10.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.6/30 ip tcp adjust-mss pmtu
ip route 0.0.0.0/0 tunnel0 ip route 192.168.10.0/24 192.168.12.1
end
copy running-config startup-config
」の書式で実行します。awplus# copy running-config startup-config ↓ Building configuration... [OK]
awplus# write memory ↓ Building configuration... [OK]
! interface eth1 mtu 1444 ip address 192.168.10.2/24 ! interface vlan1 ip address 172.16.1.254/24 ! crypto isakmp key secretB address 192.168.11.2 crypto isakmp key secretC address 192.168.12.2 ! interface tunnel0 mtu 1374 tunnel source eth1 tunnel destination 192.168.11.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.1/30 ip tcp adjust-mss pmtu ! interface tunnel1 mtu 1374 tunnel source eth1 tunnel destination 192.168.12.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.5/30 ip tcp adjust-mss pmtu ! ip route 172.16.2.0/24 tunnel0 ip route 172.16.3.0/24 tunnel1 ip route 192.168.11.0/24 192.168.10.1 ip route 192.168.12.0/24 192.168.10.1 ! end
! interface eth1 mtu 1444 ip address 192.168.11.2/24 ! interface vlan1 ip address 172.16.2.254/24 ! crypto isakmp key secretB address 192.168.10.2 ! interface tunnel0 mtu 1374 tunnel source eth1 tunnel destination 192.168.10.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.2/30 ip tcp adjust-mss pmtu ! ip route 0.0.0.0/0 tunnel0 ip route 192.168.10.0/24 192.168.11.1 ! end
! interface eth1 mtu 1444 ip address 192.168.12.2/24 ! interface vlan1 ip address 172.16.3.254/24 ! crypto isakmp key secretC address 192.168.10.2 ! interface tunnel0 mtu 1374 tunnel source eth1 tunnel destination 192.168.10.2 tunnel protection ipsec tunnel mode ipsec ipv4 ip address 172.16.0.6/30 ip tcp adjust-mss pmtu ! ip route 0.0.0.0/0 tunnel0 ip route 192.168.10.0/24 192.168.12.1 ! end
(C) 2019 - 2025 アライドテレシスホールディングス株式会社
PN: 613-002735 Rev.AF