test#sh run Building configuration... Multicast is not supported on tunnel interfaces Current configuration : 2525 bytes ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname test ! enable password cisco ! no aaa new-model switch 1 provision ws-c3750g-12s system mtu routing 1500 ip subnet-zero ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! interface Tunnel1 ip address 1.1.1.1 255.255.255.252 no ip route-cache ip policy route-map TEST-HO tunnel source 80.95.210.62 tunnel destination 80.95.210.82 ! interface GigabitEthernet1/0/1 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/2 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/3 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/4 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/5 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/6 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/7 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/8 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/9 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/10 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/11 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast ! interface GigabitEthernet1/0/12 switchport access vlan 100 switchport mode access spanning-tree portfast ! interface Vlan1 no ip address no ip route-cache no ip mroute-cache shutdown ! interface Vlan2 ip address 192.168.0.1 255.255.255.0 no ip route-cache no ip mroute-cache ! interface Vlan100 ip address 80.95.210.62 255.255.255.248 no ip route-cache no ip mroute-cache ! ip default-gateway 80.95.210.57 ip classless ip http server ! ! access-list 120 permit ip 192.168.1.0 0.0.0.255 any route-map TEST-HO permit 10 match ip address 120 set ip next-hop 1.1.1.2 ! ! control-plane ! ! line con 0 line vty 0 4 password cisco login line vty 5 15 login ! end test#