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

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

interface Ethernet2/0
 ip address 91.192.0.182 255.255.255.240
 crypto map VPN_MAP
!
interface Ethernet2/1
 no ip address
bridge-group 1
interface BVI1
 ip address 192.168.150.1 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 91.192.0.177
access-list 101 permit gre host 91.192.0.182 host 83.19.73.234
bridge 1 protocol ieee
bridge 1 route ip
