SHrun

sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
enable secret 5 $1$BuBm$FwWeem499dha9SJzFxsM..
!
ip subnet-zero
frame-relay switching
!
!
!
interface Ethernet0
ip address 192.168.2.254 255.255.255.0
no ip directed-broadcast
!
interface Serial0
no ip address
--More--   no ip directed-broadcast
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
no fair-queue
clockrate 56000
frame-relay intf-type dce
frame-relay route 20 interface Serial1 30
frame-relay route 60 interface Serial1 40
!
interface Serial1
no ip address
no ip directed-broadcast
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clockrate 56000
frame-relay intf-type dce
frame-relay route 30 interface Serial0 20
frame-relay route 40 interface Serial0 60
!
ip classless
!
--More--  !
line con 0
exec-timeout 0 0
password net
login
transport input none
line vty 0 4
password net
login
!
end