Cisco Router Configuration version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname yoyo ! enable secret 5 $1$OUU4$5MWMVNjOLEzH9WlVmNUe3/ ! ip subnet-zero no ip domain-lookup partition flash 2 8 8 ! interface Ethernet0 ip address 192.168.250.1 255.255.255.0 no ip directed-broadcast ! interface Ethernet1 ip address 10.5.132.30 255.255.240.0 no ip directed-broadcast ip policy route-map smtp_redirect ! interface Serial0 no ip address no ip directed-broadcast shutdown ! interface Serial1 no ip address no ip directed-broadcast shutdown ! no ip classless ! access-list 111 deny tcp host 10.5.132.7 any eq smtp access-list 111 permit tcp any any eq smtp route-map smtp_redirect permit 10 match ip address 111 set ip next-hop 10.5.132.7 ! line con 0 transport input none line aux 0 line vty 0 4 password d1lbert login escape-character 3 ! end