PPP, ISDN and Frame Relay Implementation
PPP
PPP is one of the most popular WAN protocols, it enables the assignment of ip addresses
and includes many other features.
PPP is designed to allow the simultaneous use of multiple network-layer protocols.
PPP supports other protocols besides IP.
Router# config t
Router(config)# int s0
Router(config-if)# encap ppp
Router (config-if) # ppp authentication chap
Router (config-if) # ppp chap hostname [hostname]
Router (config-if) # ppp chap password [secret]
ISDN
interface bri 0
encapsulation ppp
ppp authentictaion chap
isdn spid1 0123456789 0123456
isdn spid2 9876543210 6543210
ip address 134.119.0.0 255.255.255.0
dialer-group 1
dialer wait-for-carrier time 15
dialer idle-timeout 300
exit
Frame Relay
A Frame Relay (T1) line that will connect all sites to the internet on the WAN.
Frame Relay access is at 1.544 Mbps with an assigned DLCI number of 100.
Router# config t
Router(config)# int s0
Router(config-if)#ip address 134.119.0.2 255.255.0.0
Router (config-if)# clockrate 56000
Router (config-if)# no shut
Router (config)# int s0
Router(config-if)#encapsulation frame-relay
Router(config-if)#frame-relay intf-type dce