Lab2
1.4 Configure R3 to poll R4 every 5 seconds.
R3:
interface Serial1/0.34 point-to-point
frame-relay interface-dlci 304
class FREEK
!m
ap-class frame-relay FREEK
frame-relay end-to-end keepalive mode request
frame-relay end-to-end keepalive timer send 5
1.6 PPP over Ethernet. Provide the security between AS100 and AS200's ethernet connection. R5 Dial R6.
R5:
username AS100 password 0 CISCO
!
interface Ethernet0/1
pppoe enable
pppoe-client dial-pool-number 1
!i
nterface Dialer1
mtu 1492
ip address 24.1.56.5 255.255.255.0
encapsulation ppp
dialer pool 1
dialer persistent
ppp authentication chap
ppp chap hostname AS200
R6:
username AS200 password 0 CISCO
!
vpdn enable
!v
pdn-group 1
accept-dialin
protocol pppoe
virtual-tempate 1
!
interface GigabitEthernet0/
pppoe enable
!i
nterface Virtual-Template1
ip address 24.1.56.6 255.255.255.0
ppp authentication chap
ppp chap hostname AS100
No comments:
Post a Comment