sh run Building configuration... Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname FSU ! enable secret 5 $1$aCD8$FAwEnwY/w8xiQ.6Q/Z7GY. ! ip subnet-zero ! ! ! interface Ethernet0 ip address 200.200.34.1 255.255.255.192 ip access-group 102 in ip access-group 101 out no ip directed-broadcast ! interface Serial0 --More--   no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue ! interface Serial1 ip address 210.210.23.2 255.255.255.252 no ip directed-broadcast ! router rip network 200.200.34.0 network 210.210.23.0 ! router igrp 100 network 200.200.34.0 network 210.210.23.0 ! ip classless ip route 200.200.50.0 255.255.255.192 200.200.34.2 ! access-list 101 deny tcp any host 200.200.50.10 eq ftp access-list 101 permit ip any any --More--  access-list 102 deny ip 200.200.34.0 0.0.0.63 host 10.10.10.1 access-list 102 permit ip any any ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! end FSU#