(config-if)#encapsulation ppp
(config-if)#ppp chap hostname *remote hostname*
(config-if)#ppp chap password *password*
(config-if)#no shutdown
and
(config)#username *remote router hostname* password *password*
(config)#interface serial 0
(config-if)#ppp authentication chap
Could someone explain the difference between these two Router configurations?

I'm sure they are used for different purposes, but they strike me as the same.
-KG