Kan iemand me uitleggen, wat is de functie van deze commondo's
crypto isakmp policy 10 ( wat is de functie van policy 10)
encr aes 256
authentication pre-share ( wat doet authentication pre-share )
group 5
crypto isakmp key cisco address 211.211.211.2
!
!
crypto ipsec transform-set CC_Bedrijf esp-aes 256 esp-sha-hmac ( wat doet transform-set CC_Bedrijf )
!
crypto map SDM_CMAP_1 1 ipsec-isakmp
description Tunnel to211.211.211.2 (mag ik deze regel weglaten)
set peer 211.211.211.2
set transform-set CC_Bedrijf
match address 100
!
!
interface Loopback0
ip address 210.10.1.1 255.255.255.0
!
interface Tunnel0
ip address 192.168.1.1 255.255.255.0 ( de source ip os ser0/0 en de destination is 212.212.212.2, waarom moet ik nat gebruiken)
tunnel source Serial0/1/0
tunnel destination 211.211.211.2
crypto map SDM_CMAP_1
!
Alvast bedankt
crypto isakmp policy 10 ( wat is de functie van policy 10)
encr aes 256
authentication pre-share ( wat doet authentication pre-share )
group 5
crypto isakmp key cisco address 211.211.211.2
!
!
crypto ipsec transform-set CC_Bedrijf esp-aes 256 esp-sha-hmac ( wat doet transform-set CC_Bedrijf )
!
crypto map SDM_CMAP_1 1 ipsec-isakmp
description Tunnel to211.211.211.2 (mag ik deze regel weglaten)
set peer 211.211.211.2
set transform-set CC_Bedrijf
match address 100
!
!
interface Loopback0
ip address 210.10.1.1 255.255.255.0
!
interface Tunnel0
ip address 192.168.1.1 255.255.255.0 ( de source ip os ser0/0 en de destination is 212.212.212.2, waarom moet ik nat gebruiken)
tunnel source Serial0/1/0
tunnel destination 211.211.211.2
crypto map SDM_CMAP_1
!
Alvast bedankt