service password-encryption ! hostname pjs1 ! enable secret 5 $1$M/WE$ErkV4Itl5P2WLz0a7wZm3. ! interface Loopback110 ip address 10.10.10.1 255.255.255.0 ! interface Port-channel1 switchport trunk encapsulation dot1q switchport trunk allowed vlan 100,200 switchport mode trunk ! interface FastEthernet0/2 switchport trunk encapsulation dot1q switchport trunk allowed vlan 200,300 switchport mode trunk ! interface FastEthernet0/4 switchport access vlan 300 switchport trunk encapsulation dot1q switchport trunk allowed vlan 300 switchport mode access ! interface FastEthernet0/13 switchport trunk encapsulation dot1q switchport trunk allowed vlan 100,200 switchport mode trunk channel-group 1 mode on ! interface FastEthernet0/14 switchport trunk encapsulation dot1q switchport trunk allowed vlan 100,200 switchport mode trunk channel-group 1 mode on ! interface FastEthernet0/15 switchport trunk encapsulation isl switchport trunk allowed vlan 300,400 switchport mode trunk ! interface FastEthernet0/17 no switchport ip address 172.20.10.10 255.255.255.0 ! interface Vlan1 ip address dhcp ! interface Vlan100 ip address 10.10.100.10 255.255.255.0 ! interface Vlan400 ip address 10.10.40.10 255.255.255.0 ! ip routing router eigrp 110 network 10.10.0.0 0.0.255.255 no auto-summary ! router bgp 65017 no synchronization bgp log-neighbor-changes neighbor 10.10.20.1 remote-as 65017 neighbor 10.10.20.1 update-source Loopback110 neighbor 172.20.17.100 remote-as 64991 neighbor 172.20.17.100 update-source Loopback110 neighbor 172.20.17.100 next-hop-self no auto-summary ! banner motd ^CThis is Pod J Switch 1. Unauthorized access is not permitted. All usage is logged.^C ! line con 0 exec-timeout 0 0 password 7 1511080501 logging synchronous login line vty 0 4 password 7 070C22454B login line vty 5 15 no login ! ! end