a reply to:
ksarge1
This is the config...
"zeus2#sho startup-config
Using 3096 out of 245752 bytes
!
version 12.4
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
no service dhcp
!
hostname zeus2
!
boot-start-marker
boot system flash:c2800nm-advipservicesk9-mz.124-24.t1.bin
boot system flash:c2800nm-advipservicesk9-mz.124-8.bin
boot-end-marker
!
logging buffered 4096 notifications
no logging console
no logging monitor
enable secret 5 [SNIP]
!
no aaa new-model
clock timezone CST 5
clock summer-time CST recurring
no ip source-route
no ip icmp rate-limit unreachable
!
!
ip cef table adjacency-prefix validate
ip cef
!
!
no ip bootp server
no ip domain lookup
ip name-server 8.8.8.8
ip name-server 8.8.4.4
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-2498966342
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2498966342
revocation-check none
rsakeypair TP-self-signed-2498966342
!
!
crypto pki certificate chain TP-self-signed-2498966342
certificate self-signed 01 nvram:IOS-Self-Sig#3232.cer
username [SNIP] privilege 15 password 7 [SNIP]
username [SNIP] privilege 3 password 7 [SNIP]
username [SNIP] privilege 15 secret 5 [SNIP]
archive
log config
hidekeys
!
!
!
class-map match-any ALL-TRAFFIC
match any
class-map match-any primary-business-critical
match protocol http
match protocol telnet
match protocol ipsec
match protocol sqlserver
match protocol ip
match protocol l2tp
match protocol xwindows
match protocol arp
match protocol cdp
match protocol rip
match protocol sqlnet
match protocol secure-http
match protocol secure-telnet
!
!
!
!
!
!
interface GigabitEthernet0/0
description #### Connection to port 3 on Gotham ####
ip address x.x.x.15 255.255.255.0
ip nat inside
ip nat allow-static-host
ip virtual-reassembly
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
description Backup T1 to PAETEC
ip address x.x.x.122 255.255.255.252
ip access-group 100 in
ip nat outside
ip virtual-reassembly
encapsulation ppp
no fair-queue
no cdp enable
!
router rip
version 2
network x.x.x.0
no auto-summary
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/0
!
!
ip http server
ip http secure-server
ip nat inside source list 100 interface Serial0/0/0 overload
!
access-list 100 permit ip any host x.x.x.233
access-list 100 permit ip 192.168.90.0 0.0.0.255 any
access-list 100 deny ip 192.168.90.0 0.0.0.255 any
access-list 100 permit ip any any
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner motd ^CCCCc Unauthorized access to this equipment is punishable by local, national and international laws. Illegal access to this system will
be punished to the full extent of these laws. ^C
!
line con 0
line aux 0
line vty 0 4
access-class 20 in
privilege level 15
password 7 [SNIP]
login local
transport input telnet ssh
line vty 5 15
privilege level 15
no login
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end
--
"
edit on 26-2-2016 by sycomix because: oops
edit on 26-2-2016 by sycomix because: more oops
edit on 27/2/2016 by Gemwolf because: Mod Edit: Removed passwords - just in case.