R3 Lab22

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

en

conf t
!
alias exec s show ip int brief
!
no ip domain-lookup
!
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
no ip domain-l
!
interface FastEthernet0/0
ip address 172.30.13.3 255.255.255.0
duplex auto
speed auto
no shut
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
no ip address
encapsulation frame-relay
no fair-queue
no shut
!
interface Serial1/0.1 point-to-point
description Link to R1
ip address 10.1.110.3 255.255.255.0
frame-relay interface-dlci 131
!
interface Serial1/0.3 point-to-point
description Link to R4
ip address 10.1.134.3 255.255.255.0
frame-relay interface-dlci 134
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0

logging synchronous
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
end
wr

You might also like