You are on page 1of 3

Current configuration : 1614 bytes

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
security passwords min-length 10
enable secret 5 $1$N.RP$NG..ZsxIqwOf42boI7eTU0
!
no aaa new-model
no ip icmp rate-limit unreachable
ip cef
ip tcp synwait-time 5
!
!
!
!
no ip domain lookup
login block-for 60 attempts 2 within 60
login on-failure every 2
login on-success log
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username user01 password 0 user01pass
username user02 secret 5 $1$l/9X$L4C6FjF.CXKIpUJLqRWkz1
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex half
!
interface Serial1/0
ip address 10.1.1.1 255.255.255.252
serial restart-delay 0
clock rate 64000

!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
ip route 0.0.0.0 0.0.0.0 10.1.1.2
no ip http server
no ip http secure-server
!
!
!
!
logging alarm informational
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
gatekeeper
shutdown
!
banner motd ^C
Unauthorized access to this device is prohibited!
^C
!
line con 0
exec-timeout 5 0
privilege level 15
password cisco12345
logging synchronous
login local
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
password cisco12345
logging synchronous
login
stopbits 1
line vty 0 4
exec-timeout 5 0

password cisco12345
login
line vty 5 15
exec-timeout 5 0
password cisco12345
login
!
!
end

You might also like