Configuration 2006.03.03.17.25.26.N.5, Device R1!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 10
aaa new-model
!
!
aaa authentication banner ^C
Testing this banner
^C
aaa authentication password-prompt CCIE_Password:
aaa authentication username-prompt CCIE_User:
aaa authentication login Prob6 group tacacs+ local
aaa session-id common
ip subnet-zero
!
!
no ip domain lookup
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
username JoeUser privilege 5 password 0 cisco
username jb privilege 15 password 0 cisco
!
!
!
!
interface Ethernet0/0
 ip address 17.57.100.1 255.255.255.0
 half-duplex
 no shutdown
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 no shutdown
!
interface Serial0/0.1 point-to-point
 ip address 180.40.7.34 255.255.255.224
 ip ospf network point-to-multipoint
 frame-relay interface-dlci 103   
 no shutdown
!
interface Ethernet0/1
 no ip address
 shutdown
 half-duplex
!
interface Serial0/1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 0.0.0.0 255.255.255.255 area 0
!
no ip http server
ip classless
!
!
!
!
tacacs-server host 17.57.100.99
tacacs-server directed-request
tacacs-server key MyKey
snmp-server community test RO
!
!
!
banner login ^C
Keep out 
CCIE's in training
Yo momma
^C
privilege configure level 5 snmp-server community
privilege configure level 5 snmp-server
privilege exec level 5 configure terminal
privilege exec level 5 configure
privilege exec level 5 show running-config
privilege exec level 5 show
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 login authentication Prob6
!
!
end