service password-encryption ! hostname pjs2 ! enable secret 5 $1$xg8z$vpy0ZTGGq0zIU73Hg.zWk/ ! interface Loopback120 ip address 10.10.20.1 255.255.255.0 ! interface Port-channel1 switchport trunk encapsulation dot1q switchport trunk allowed vlan 100,200 switchport mode trunk ! interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport trunk allowed vlan 100,300 switchport mode trunk ! 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 Vlan1 no ip address shutdown ! interface Vlan200 ip address 10.10.200.20 255.255.255.0 ! interface Vlan400 ip address 10.10.40.20 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.10.1 remote-as 65017 neighbor 10.10.10.1 update-source Loopback120 no auto-summary ! banner motd ^CThis is Pod J Switch 2. Unauthorized access is not permitted. All usage is logged.^C ! line con 0 exec-timeout 0 0 password 7 110A1A0C12 logging synchronous login line vty 0 4 password 7 08224F470C login line vty 5 15 no login ! ! end