Skip to content

Instantly share code, notes, and snippets.

@crised
Created May 14, 2014 13:21
Show Gist options
  • Save crised/356d86e5db3850214ecc to your computer and use it in GitHub Desktop.
Save crised/356d86e5db3850214ecc to your computer and use it in GitHub Desktop.
Router#sh run
Building configuration...
Current configuration : 1655 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
no logging console
enable secret 5 $1$J4kL$Qa381KCvd0dAGFDd/aNir1
enable password cisco
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.1 192.168.1.20
!
ip dhcp pool PHONES
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 200.75.0.4 200.75.25.224
!
!
ip ips po max-events 100
ip name-server 200.75.0.4
ip name-server 200.75.25.224
no ftp-server write-enable
!
!
!
username admin privilege 15 password 0 cisco
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0 secondary
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1430
dialer pool 1
dialer-group 1
ppp pap sent-username ingeirl password 0 1254
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
ip nat inside source list 111 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.10 80 interface Dialer0 80
!
!
access-list 100 permit ip any any
access-list 111 permit ip 192.168.1.0 0.0.0.255 any
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password cisco1841
login
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment