You are on page 1of 1

en

conf t
int s0/3/1
ip ospf cost 3
exit

ip nat inside source static 10.30.30.254 196.40.0.37


interface FastEthernet0/0
ip nat inside
interface S0/3/0
ip nat outside
interface S0/3/1
ip nat outside
access-list 1 host 192.1

enable
configure terminal
line vty 0 4
password class
login
exit
enable secret cisco

access-list 199 deny tcp host 10.10.10.10 eq telnet


access-list 199 deny tcp host 10.20.20.10 eq telnet
access-list 199 permit ip any any

access-list 103 permit ip any any


interface F0/0
ip access-group 103 out

You might also like