conf t
no ip domain-lookup
hostname ciscofirewall
!
interface Ethernet0
description inside
ip address 192.168.1.103 255.255.255.0
no shutdown
interface Ethernet1
description outside
ip address 128.12.1.155 255.255.255.0
no shutdown
exit
!
ip routing
ip route static inter-vrf 
ip route 0.0.0.0 0.0.0.0 128.12.1.10
!
enable secret test
!
ip domain-name frank4dd.com
aaa new-model
username cisco secret 0 cisco
crypto key generate rsa general-keys modulus 1024
!
exit

Back to main article