conf t ! no service password-encryption ! hostname SW3 ! enable password cisco ! username cisco password 0 cisco ip subnet-zero ip routing no ip domain-lookup ! interface Tunnel0 ip address 10.0.0.2 255.255.255.0 tunnel source Vlan2 ! interface Loopback0 ip address 183.0.30.30 255.255.255.0 ! interface FastEthernet1/1 shutdown ! interface FastEthernet1/2 shutdown ! interface Vlan1 no ip address shutdown ! interface Vlan2 ip address 183.0.2.1 255.255.255.0 ! interface Vlan3 ip address 183.0.3.1 255.255.255.0 ! interface Vlan4 ip address 183.0.4.1 255.255.255.0 ! router eigrp 2 eigrp router-id 183.0.30.30 no auto-summary ! router bgp 1 no synchronization bgp log-neighbor-changes no auto-summary ! route-map TAG permit 10 set tag 4 ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login local line vty 5 15 login local ! end