You are on page 1of 3

cisco_2600#sh run

Building configuration...

Current configuration : 1049 bytes


!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname cisco_2600
!
!
!
!
!
!
ip subnet-zero
no ip finger
ip name-server 114.134.73.10
ip dhcp excluded-address 10.10.10.1 10.10.10.50
ip dhcp excluded-address 10.10.10.100 10.10.10.255
!
ip dhcp pool 10.10.10.0/24
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 114.134.73.10 202.149.87.250
!
!
!
!
interface Ethernet0/0
ip address 192.168.10.50 255.255.255.0
ip nat outside
half-duplex
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface Ethernet0/1
ip address 10.10.10.1 255.255.255.0
ip nat inside
full-duplex
!
interface Serial0/1
no ip address
shutdown
!
ip nat pool NOC 192.168.10.50 192.168.10.50 netmask 255.255.255.0
ip nat inside source list 15 pool NOC overload
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.10.1
ip http server
!
access-list 15 permit 10.10.0.0 0.0.255.255
!
line con 0
transport input none
line aux 0
line vty 0 4
!
no scheduler allocate
end

You might also like