Các Bạn ơi tôi không biết tại sao cấu hinh vpn lai cấu hình EIGRP
---các bạn xem cấu hình mẫu của cisco nhé
tại R1
******************************
R1# show run
!
hostname R1
!
crypto isakmp policy 10
encr aes 256
authentication pre-share
group 5
lifetime 3600
crypto isakmp key cisco address 192.168.23.3
!
crypto ipsec security-association lifetime seconds 1800
!
crypto ipsec transform-set 50 ah-sha-hmac esp-aes 256 esp-sha-hmac
!
crypto map MYMAP 10 ipsec-isakmp
set peer 192.168.23.3
set security-association lifetime seconds 900
set transform-set 50
set pfs group5
match address 101
!
interface Loopback0
ip address 172.16.1.1 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.12.1 255.255.255.0
crypto map MYMAP
no shutdown
!
router eigrp 1
network 172.16.0.0
network 192.168.12.0
no auto-summary
!
access-list 101 permit ip 172.16.1.0 0.0.0.255 172.16.3.0 0.0.0.255
!
end
******************************
tại R3
******************************
!hostname R3
!
enable secret 5 $1$LT7i$MY2NhpGjl5uL1zNAoR2tf.
!
crypto isakmp policy 10
encr aes 256
authentication pre-share
group 5
lifetime 3600
crypto isakmp key cisco address 192.168.12.1
!
crypto ipsec security-association lifetime seconds 1800
!
crypto ipsec transform-set 50 ah-sha-hmac esp-aes 256 esp-sha-hmac
!
crypto map MYMAP 10 ipsec-isakmp
set peer 192.168.12.1
set security-association lifetime seconds 900
set transform-set 50
set pfs group5
match address 101
!
interface Loopback0
ip address 172.16.3.1 255.255.255.0
!
interface Serial0/0/1
ip address 192.168.23.3 255.255.255.0
crypto map MYMAP
no shutdown
!
router eigrp 1
network 172.16.0.0
network 192.168.23.0
no auto-summary
!
access-list 101 permit ip 172.16.3.0 0.0.0.255 172.16.1.0 0.0.0.255
!
line vty 0 4
password cisco
login
!
end
******************************
R2# show run
!
hostname R2
!
interface FastEthernet0/0
ip address 192.168.12.2 255.255.255.0
no shutdown
!
interface Serial0/0/1
ip address 192.168.23.2 255.255.255.0
clock rate 64000
no shutdown
!
router eigrp 1
network 192.168.12.0
network 192.168.23.0
no auto-summary
!
end
-----------------------------
tôi có điều không hiều thế này
sau khi chúng ta cấu hình eigrp thi tấc cả các mạng con đều thấy nhau rồi
thì phải cấu hình VPN chi nữa. tôi thật ko hiều
Giúp tôi với
cám ơn các bạn nhiều lắm nha
Comment