cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
589
Views
0
Helpful
3
Replies

VPN to specfic host

alkabeer80
Level 1
Level 1

hi, i want to create vpn tunnel for specfic host not full range

ex) network range 10.1.1.0/24

Host 1 : 10.1.1.1

Host 2:  10.1.1.2

Host 3 : 10.1.1.3

Host 4:  10.1.1.4

so i created ACL with each host as source and destination x.y.z.w

now when i type show crypto ipsec sa

it shows the full subnet 10.1.1.0 and not the host ??????

Did i config correcttly ????                 

thankssss

3 Replies 3

Jennifer Halim
Cisco Employee
Cisco Employee

Are you trying to create lan-to-lan vpn tunnel or vpn client?

Also can you please share your current configuration.

Hi Jennifer,

It is site to site vpn, where specfic host are allowed to to access vpn tunnel.


for config. it is same for any vpn site to site, except


from R1

access-list xyz permit ip host 10.1.1.1 172.16.0.0 0.0.255.255
access-list xyz permit ip host 10.1.1.2 172.16.0.0 0.0.255.255
access-list xyz permit ip host 10.1.1.3 172.16.0.0 0.0.255.255
access-list xyz permit ip host 10.1.1.4 172.16.0.0 0.0.255.255


from R2

access-list xyz permit 172.16.0.0 0.0.255.255 host 10.1.1.1
access-list xyz permit 172.16.0.0 0.0.255.255 host 10.1.1.2
access-list xyz permit 172.16.0.0 0.0.255.255 host 10.1.1.3
access-list xyz permit 172.16.0.0 0.0.255.255 host 10.1.1.4

thankssssssssss

If your crypto access-list "xyz" is host, the output of "show cryp ipsec sa" should also show host instead of subnet.

Did you use to have subnet and you have just recently change it to host? If you did, can you please clear the ipsec tunnel so it re-established a new SA.