conf t ! no service password-encryption ! hostname Rack1SW2 ! 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 tunnel destination 183.0.50.147 ! interface Loopback0 ip address 183.0.30.30 255.255.255.0 ! interface Port-channel1 switchport trunk encapsulation isl switchport mode trunk ! interface FastEthernet0/2 switchport access vlan 2 switchport mode access spanning-tree portfast ! interface FastEthernet0/3 ! interface FastEthernet0/4 switchport access vlan 4 switchport mode access spanning-tree portfast ! interface FastEthernet0/16 switchport trunk encapsulation isl switchport mode trunk channel-group 1 mode desirable ! interface FastEthernet0/17 switchport trunk encapsulation isl switchport mode trunk channel-group 1 mode desirable ! 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 network 183.0.2.0 0.0.0.255 network 183.0.3.0 0.0.0.255 network 183.0.4.0 0.0.0.255 eigrp router-id 183.0.30.30 no auto-summary distribute-list route-map TAG in ! router bgp 1 no synchronization bgp log-neighbor-changes neighbor 183.0.2.2 remote-as 1 neighbor 183.0.2.2 route-reflector-client neighbor 183.0.4.4 remote-as 1 neighbor 183.0.4.4 route-reflector-client neighbor 183.0.4.4 filter-list 4 out neighbor 183.0.10.10 remote-as 2 neighbor 183.0.10.10 ebgp-multihop 255 no auto-summary ! ip as-path access-list 4 deny _4_ ip as-path access-list 4 permit . ! 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