Sie sind auf Seite 1von 1

hostname R1

line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
enable secret cisco
int f0/0
ip add 192.168.4.1 255.255.255.0
no shutdown
exit
int f0/1
ip add 10.10.10.5 255.255.255.252
no shutdown
exit
access-list 101 permit ip 192.168.4.0 0.0.0.255 192.168.5.0 0.0.0.255
crypto iskmp policy 10
authentification pre-share
encryption 3des
hash sha
group 5
lifetime 3600
exit
crypto iskmp key cisco add 10.10.10.5
crypto ipsec securityassociation lifetime seconds 1800
crypto ipsec transform-set 50 esp-3des esp-sha-hmac
crypto map cmap 10 ipsec iskmp
set peer 10.10.10.5
set security association lifetime seconds 900
set transform-set 50
set pfs group5
match add 101

Das könnte Ihnen auch gefallen