Guest User

Untitled

a guest
Mar 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Router(config)#hostname RT1
  2. RT1(config)#username syoui password villa
  3. RT1(config)#int s2/0
  4. RT1(config-if)#ip address 172.16.10.1 255.255.255.0
  5. RT1(config-if)#en
  6. RT1(config-if)#encapsulation ppp
  7. RT1(config-if)#ppp au
  8. RT1(config-if)#ppp authentication pa
  9. RT1(config-if)#ppp authentication pap
  10. RT1(config-if)#ppp pap
  11. RT1(config-if)#ppp pap se
  12. RT1(config-if)#ppp pap sent-username gemo ?
  13. password Set outbound PAP password
  14. RT1(config-if)#ppp pap sent-username gemo p
  15. RT1(config-if)#ppp pap sent-username gemo password ruby
  16. RT1(config-if)#no sh
  17.  
  18. %LINK-5-CHANGED: Interface Serial2/0, changed state to down
Add Comment
Please, Sign In to add comment