sh run Building configuration... Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Tampa ! enable secret 5 $1$UziQ$4zDO2L557MJG8shQpZwhG/ ! ip subnet-zero ! ! ! interface Loopback0 ip address 10.10.10.1 255.255.255.255 no ip directed-broadcast ! interface Ethernet0 ip address 200.200.10.1 255.255.255.192 no ip directed-broadcast --More--  ! interface Ethernet1 no ip address no ip directed-broadcast shutdown ! interface Serial0 ip address 210.210.12.1 255.255.255.252 no ip directed-broadcast no ip mroute-cache clockrate 56000 ! interface Serial1 no ip address no ip directed-broadcast shutdown ! router rip network 200.200.10.0 network 210.210.12.0 ! ip classless ip route 0.0.0.0 0.0.0.0 210.210.12.2 --More--  ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! end Tampa#