Cisco 1700 series 구성 매뉴얼 - 페이지 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