show run Building configuration... Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname RB ! enable secret 5 $1$SW8S$LGBVy90svpHaUDxuN5mWn1 ! no ip subnet-zero no ip domain-lookup ! ! ! interface Ethernet0 description e0-lab ip address 200.1.1.49 255.255.255.240 ip access-group 101 in no ip directed-broadcast ! --More--  interface Serial0 description toRC ip address 200.1.1.65 255.255.255.240 ip access-group 102 in no ip directed-broadcast no ip mroute-cache no fair-queue clockrate 64000 ! interface Serial1 description toRA ip address 200.1.1.34 255.255.255.240 ip access-group 102 in no ip directed-broadcast clockrate 64000 ! router igrp 111 network 200.1.1.0 ! ip http server ip classless ! access-list 101 permit tcp host 200.1.1.58 host 200.1.1.49 eq www --More--  access-list 101 deny tcp 200.1.1.48 0.0.0.15 any eq www access-list 101 permit ip any any access-list 102 deny tcp any host 200.1.1.49 eq www access-list 102 deny tcp any host 200.1.1.65 eq www access-list 102 deny tcp any host 200.1.1.34 eq www access-list 102 permit ip any any banner motd ^CCAuthorized access only!^C ! line con 0 password 7 14141B180F0B logging synchronous login transport input none line aux 0 line vty 0 4 password 7 05080F1C2243 login ! end RB#