Skip to content

Instantly share code, notes, and snippets.

@crised
Last active August 29, 2015 14:01
Show Gist options
  • Save crised/47e3022671b81f0bcae5 to your computer and use it in GitHub Desktop.
Save crised/47e3022671b81f0bcae5 to your computer and use it in GitHub Desktop.
Router#sh run
Building configuration...
Current configuration : 1358 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.72.1.5
ip name-server 200.72.1.11
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
ip address 186.67.181.202 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
ip classless
no ip http server
no ip http secure-server
!
!
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