ニフクラの国际米兰中文官网を行います。
以下、主要な国际米兰中文官网画面について説明していきます。
プライベート LAN を作成します。国际米兰中文官网コントロールパネルより、”プライベート LAN作成” をクリックします。
国际米兰中文官网 CIDR など、各パラメータを入力し、”確認へ” をクリックします。
国际米兰中文官网内容を確認し、”作成する”をクリックします。
国际米兰中文官网技術資料をご覧ください。
国际米兰中文官网コントロールパネルより、”VPN ゲートウェイ作成” をクリックします。
環境にあったパラメータを入力し、”ファイアウォール国际米兰中文官网へ” をクリックします。
必要に応じてファイアウォールの国际米兰中文官网を行い、”確認へ”をクリックします。
国际米兰中文官网内容を確認し、”作成する”をクリックします。
国际米兰中文官网技術資料をご覧ください。
国际米兰中文官网コントロールパネルより、”カスタマーゲートウェイ作成” をクリックします。
対向機器 IP アドレス、接続方式: VTI/IPsec、対向機器 LAN 側 IP アドレス帯など、各パラメータを入力し、”作成する” をクリックします。
国际米兰中文官网技術資料をご覧ください。
国际米兰中文官网コントロールパネルより、VPN ゲートウェイをクリックし、”VPN コネクション作成” をクリックします。
接続方式: VTI/IPsec、IKE バージョン: IKEv1 など、IPsec 関連のパラメータを入力し、”トンネル国际米兰中文官网へ” をクリックします。
”確認へ”をクリックします。
国际米兰中文官网内容を確認し、”作成する”をクリックします。
国际米兰中文官网技術資料をご覧ください。
国际米兰中文官网コントロールパネルより、”ルートテーブル作成” をクリックします。
拠点 LAN 宛の国际米兰中文官网を追加し、”作成する” をクリックします。
詳細は Web で提供されている技術資料をご覧ください。
ニフクラコントロールパネルより、VPN ゲートウェイをクリックし、”ルートテーブル国际米兰中文官网変更” をクリックします。
変更するルートテーブル ID に手順 5. で作成したルートテーブルを国际米兰中文官网し、”変更する”をクリックします。
下図のように拠点 LAN 宛の国际米兰中文官网が登録されていることを確認します。
詳細は Web で提供されている技術資料をご覧ください。
! ! ! 特権ユーザモードに移行します。 ! Router> enableEnter password:super←パスワードを入力します(実際は何も表示されません)。 Router# ! ! ! 基本国际米兰中文官网モードに移行します。 ! Router#configure terminalRouter(config)#! Router(config)#! VPN 国际米兰中文官网 Router(config)#! Router(config)#vpn enableRouter(config)#vpnlog enableRouter(config)#! Router(config)#ip route 172.16.1.0 255.255.255.0 connected ipsecif 1Router(config)#! Router(config)#ipsec 国际米兰中文官网 ipsec ip any anyRouter(config)#ipsec access-list 64 bypass ip any anyRouter(config)#! Router(config)#ipsec transform-set P2-POLICY esp-aes-128 esp-sha-hmacRouter(config)#! Router(config)#crypto isakmp policy 1Router(config-isakmp)#authentication prekeyRouter(config-isakmp)#encryption aes 128Router(config-isakmp)#group 2Router(config-isakmp)#hash shaRouter(config-isakmp)#keepalive always-sendRouter(config-isakmp)#key ascii SECRETRouter(config-isakmp)#lifetime 28800Router(config-isakmp)#negotiation-mode mainRouter(config-isakmp)#peer-identity address 198.51.100.1Router(config-isakmp)#exitRouter(config)#! Router(config)#crypto security-associationRouter(config-crypto-sa)#ikealive freq 15Router(config-crypto-sa)#ikealive retry max 5Router(config-crypto-sa)#ikealive retry timer 15Router(config-crypto-sa)#exitRouter(config)#! Router(config)#crypto map CENTER 1Router(config-crypto-map)#match address 1Router(config-crypto-map)#set peer address 198.51.100.1Router(config-crypto-map)#set pfs group2Router(config-crypto-map)#set security-association lifetime seconds 3600Router(config-crypto-map)#set transform-set P2-POLICYRouter(config-crypto-map)#exitRouter(config)#! Router(config)#国际米兰中文官网00 permit ip 192.168.1.0 0.0.0.255 172.16.1.0 0.0.0.255Router(config)#国际米兰中文官网00 permit ip 10.0.1.0 0.0.0.255 172.16.1.0 0.0.0.255Router(config)#国际米兰中文官网00 deny ip any anyRouter(config)#! Router(config)#interface ipsecif 1Router(config-if ipsecif 1)#crypto map CENTERRouter(config-if ipsecif 1)#国际米兰中文官网00 outRouter(config-if ipsecif 1)#ip mtu 1500Router(config-if ipsecif 1)#exitRouter(config)#mss vlanif 1 1300Router(config)#mss vlanif 2 1300Router(config)#mss ipsecif 1 1300Router(config)#! Router(config)#! 経路国际米兰中文官网 Router(config)#ip route 0.0.0.0 0.0.0.0 pppoe 1Router(config)#! Router(config)#! NAT 対象国际米兰中文官网 Router(config)#国际米兰中文官网 permit 192.168.1.0 0.0.0.255Router(config)#国际米兰中文官网 permit 10.0.1.0 0.0.0.255Router(config)#! Router(config)#! フィルタ対象国际米兰中文官网 Router(config)#国际米兰中文官网50 permit esp host 203.0.113.1 host 198.51.100.1Router(config)#国际米兰中文官网60 permit esp host 198.51.100.1 host 203.0.113.1Router(config)#国际米兰中文官网90 dynamic permit ip any anyRouter(config)#国际米兰中文官网99 deny ip any anyRouter(config)#! Router(config)#! WAN インターフェース国际米兰中文官网 Router(config)#interface pppoe 1Router(国际米兰中文官网)#ip address 203.0.113.1Router(国际米兰中文官网)#pppoe server PPPOE_SVRRouter(国际米兰中文官网)#pppoe account xxxxxxxx@xxx.xxx.ne.jp xxxxxxxxRouter(国际米兰中文官网)#pppoe type lanRouter(config-if pppoe 1)#! NAT 国际米兰中文官网 Router(config-if pppoe 1)#ip nat inside source list 1 interfaceRouter(config-if pppoe 1)#! フィルタ国际米兰中文官网 Router(config-if pppoe 1)#国际米兰中文官网50 outRouter(国际米兰中文官网)#国际米兰中文官网60 inRouter(国际米兰中文官网)#国际米兰中文官网90 outRouter(国际米兰中文官网)#国际米兰中文官网99 inRouter(国际米兰中文官网)#exitRouter(config)#! Router(config)#! LAN インターフェース国际米兰中文官网 Router(config)#国际米兰中文官网Router(config-国际米兰中文官网)#vlan 1 bridge-group 11Router(config-国际米兰中文官网)#vlan 1 port-vlan 11Router(config-国际米兰中文官网)#vlan 2 bridge-group 12Router(config-国际米兰中文官网)#vlan 2 port-vlan 12Router(config-国际米兰中文官网)#exitRouter(config)#! Router(config)#国际米兰中文官网Router(国际米兰中文官网)#ip address 192.168.1.254 255.255.255.0Router(国际米兰中文官网)#bridge-group lan 11Router(国际米兰中文官网)#vlan-id 11Router(国际米兰中文官网)#exitRouter(config)#! Router(config)#国际米兰中文官网Router(国际米兰中文官网)#ip address 10.0.1.254 255.255.255.0Router(国际米兰中文官网)#bridge-group lan 12Router(国际米兰中文官网)#vlan-id 12Router(国际米兰中文官网)#exitRouter(config)#! Router(config)#! proxydns 国际米兰中文官网 Router(config)#proxydns mode v4Router(config)#! Router(config)#! DHCP サーバ国际米兰中文官网 Router(config)#service dhcp-serverRouter(config)#ip dhcp pool vlanif 1Router(config-dhcp-pool)#dns-server 0.0.0.0Router(config-dhcp-pool)#default-router 0.0.0.0Router(config-dhcp-pool)#allocate-address 192.168.1.1 100Router(config-dhcp-pool)#lease 0 8Router(config-dhcp-pool)#exitRouter(config)#! Router(config)#ip dhcp pool vlanif 2Router(config-dhcp-pool)#dns-server 0.0.0.0Router(config-dhcp-pool)#default-router 0.0.0.0Router(config-dhcp-pool)#allocate-address 10.0.1.1 100Router(config-dhcp-pool)#lease 0 8Router(config-dhcp-pool)#exitRouter(config)#! Router(config)#! 特権ユーザモードに戻ります。 Router(config)#! Router(config)#endRouter# ! ! ! 国际米兰中文官网を保存します。 ! Router#save SIDE-A.cfg% saving working-config % finished saving Router# ! ! ! 国际米兰中文官网を有効にするために再起動します。 ! Router#resetAre you OK to cold start?(y/n)y
国际米兰中文官网ping 172.16.1.1 source-interface vlanif 1 Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/9/10 ms 国际米兰中文官网 国际米兰中文官网ping 172.16.1.1 source-interface vlanif 2 Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/9/10 ms 国际米兰中文官网