
Frame Relay
ena
config t
hostname router
no ip domain lookup
enable secret cisco
banner motd
line con 0
password class
login
logging synchronous
exit
line vty 0 4
password class
login
exit
copy run start
int serial 0/1
ip address
clock rate ( for DCE)
no shut
exit
int fa 0/1
ip address
no shut
exit
router rip
network
network
version 2
int serial 0/1
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ip
no shut
copy run start
username ccna password cisco
aaa new-model
aaa authentication login LOCAL_AUTH local
line con 0
login authentication LOCAL_AUTH
line vty 0 4
login authentication LOCAL_AUTH
PPP
int serial 0/1.
encapsulation PPP
PPP authentication chap
username router password class
exit
HDLC
Is on by default.
Could anyone have a look at this and tell me if it looks ok? cant get it to work on packet tracer