service password-encryption
hostname 2680_gliwice
crypto isakmp policy 1
 encr 3des
 authentication pre-share
 group 2
 lifetime 3600
crypto isakmp key qwerty1234CXZ address 91.192.0.182
crypto ipsec transform-set VPN_TRANSFORM esp-3des esp-sha-hmac
crypto map VPN_MAP 1 ipsec-isakmp
 set peer 91.192.0.182
 set transform-set VPN_TRANSFORM
 match address 101

bridge irb
interface Tunnel0
 ip address 192.168.10.2 255.255.255.0
 tunnel source 83.19.73.234
 tunnel destination 91.192.0.182
 bridge-group 1

interface FastEthernet0/0
 ip address 83.19.73.234 255.255.255.248
crypto map VPN_MAP

interface FastEthernet0/1
 bridge-group 1

interface BVI1
 ip address 192.168.150.130 255.255.255.0
ip route 0.0.0.0 0.0.0.0 83.19.73.233
access-list 101 permit gre host 83.19.73.234 host 91.192.0.182
bridge 1 protocol ieee
