Cisco 1700 series Konfigurationshandbuch - Seite 18

Blättern Sie online oder laden Sie pdf Konfigurationshandbuch für Drahtloser Zugangspunkt Cisco 1700 series herunter. Cisco 1700 series 25 Seiten. Secure firewall management center
Auch für Cisco 1700 series: Handbuch zur Einhaltung von Vorschriften und Sicherheitsinformationen (45 seiten), Handbuch (15 seiten), Anwendungshinweis (41 seiten), Hardware-Fehlerbehebung (12 seiten), Übersicht Handbuch (13 seiten), Konfigurieren von (34 seiten), Handbuch (5 seiten), Schnellstart-Handbuch (6 seiten), Hardware-Installationshandbuch (46 seiten)

Cisco 1700 series Konfigurationshandbuch
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