- ページ 18

ゲートウェイ Cisco 1700 seriesのPDF 設定マニュアルをオンラインで閲覧またはダウンロードできます。Cisco 1700 series 25 ページ。 Secure firewall management center
Cisco 1700 series にも: 規制遵守と安全情報マニュアル (45 ページ), マニュアル (15 ページ), アプリケーションノート (41 ページ), ハードウェアのトラブルシューティング (12 ページ), 概要マニュアル (13 ページ), 設定 (34 ページ), マニュアル (5 ページ), クイック・スタート・マニュアル (6 ページ), ハードウェア・インストール・マニュアル (46 ページ)

Cisco 1700 series 設定マニュアル
Connecting a Cisco WIC-1ENET Card to the LAN
vpdn enable
no vpdn logging
vpdn-group 1
request-dialin
protocol pppoe
!
ip host pppoe_server 16.0.0.2
crypto isakmp enable
crypto isakmp key 12abcjhrweit345 address 16.0.0.2
!
crypto isakmp identity address
!
crypto isakmp policy 1
auth pre-share
encr des
hash sha
!
crypto ipsec transform-set proposal1 esp-des esp-sha-hmac ah-sha-hmac
mode tunnel
!
crypto map tag 10 ipsec-isakmp
set peer 16.0.0.2
set transform-set proposal1
no match address
!
int Dialer0
ip address 16.0.0.1 255.0.0.0
crypto map tag
encapsulation ppp
ip mtu 1492
dialer pool 1
dialer-group 1
dialer-list 1 protocol ip permit
!
interface FastEthernet0
ip address 12.0.0.1 255.0.0.0
!
interface Ethernet0
pppoe enable
pppoe-client dial-pool-number 1
Example NAT Configuration
In following example, Network Address Translation (NAT) is used to translate all the source addresses
passing access list 1 to an address from the pool named ext-net. This pool defines a list of external
addresses from 150.150.151.1 to 150.150.151.8 that can be used by the address list permitted by access
list 1.
ip nat pool ext-net 150.150.151.1 150.150.151.8
netmask
255.255.255.0
ip nat inside source list 1 pool ext-net
!
interface FastEthernet 0
ip address 12.12.12.1 255.255.255.0
ip nat inside
no shut
!
interface Ethernet 0
ip address 150.150.150.1
ip nat outside
no shut
!
Router Configuration Scenarios
18
78-11422-03