conf t ! no service password-encryption ! hostname Rack1R2 ! enable password not123cisco ! no ip domain lookup ! username cisco password 0 cisco ! interface FastEthernet0/0 ip address 183.0.2.2 255.255.255.0 ! router eigrp 2 network 183.0.2.2 0.0.0.0 no auto-summary ! router bgp 1 no synchronization bgp log-neighbor-changes neighbor 183.0.2.1 remote-as 1 no auto-summary ! ! line con 0 exec-timeout 0 0 logging synchronous login local line vty 0 4 password cisco login local ! ! end