Cisco 1700 series Yapılandırma Kılavuzu - Sayfa 18

Ağ Geçidi Cisco 1700 series için çevrimiçi göz atın veya pdf Yapılandırma Kılavuzu indirin. Cisco 1700 series 25 sayfaları. Secure firewall management center
Ayrıca Cisco 1700 series için: Mevzuata Uygunluk ve Güvenlik Bilgileri Kılavuzu (45 sayfalar), Manuel (15 sayfalar), Uygulama Notu (41 sayfalar), Donanım Sorun Giderme (12 sayfalar), Genel Bakış Kılavuzu (13 sayfalar), Yapılandırma (34 sayfalar), Manuel (5 sayfalar), Hızlı Başlangıç Kılavuzu (6 sayfalar), Donanım Kurulum Kılavuzu (46 sayfalar)

Cisco 1700 series Yapılandırma Kılavuzu
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