sh run Building configuration... Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Miami ! enable secret 5 $1$b2Ki$nhwhAQaMPXPEmXMxWkTkA/ ! ip subnet-zero ip host Tampa 200.200.10.1 ip host UF 210.210.23.1 ip host FSU 200.200.34.1 ip host FAMU 210.210.45.1 ! ! ! interface Ethernet0 ip address 200.200.50.1 255.255.255.192 no ip directed-broadcast --More--  ! interface Serial0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue ! interface Serial1 ip address 210.210.45.2 255.255.255.252 no ip directed-broadcast ! router rip network 200.200.50.0 network 210.210.45.0 ! ip classless ip route 0.0.0.0 0.0.0.0 210.210.45.1 ! access-list 101 deny tcp any host 200.200.20.10 eq ftp access-list 101 permit ip any any ! line con 0 --More--   transport input none line aux 0 line vty 0 4 password cisco login ! end Miami#