Guest User

Untitled

a guest
Jan 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. interface FastEthernet0/1
  2. no ip address
  3. duplex auto
  4. speed auto
  5. pppoe enable
  6. pppoe-client dial-pool-number 1
  7. !
  8. interface Dialer1
  9. mtu 1492
  10. ip address negotiated
  11. encapsulation ppp
  12. dialer pool 1
  13. ppp chap password 0 MyPassword
  14.  
  15. username CPE password 0 MyPassword
  16. !
  17. bba-group pppoe MyGroup
  18. virtual-template 1
  19. sessions per-mac limit 2
  20. !
  21. interface FastEthernet0/1
  22. no ip address
  23. duplex auto
  24. speed auto
  25. pppoe enable group MyGroup
  26. !
  27. interface Virtual-Template1
  28. ip address 10.0.0.1 255.255.255.0
  29. peer default ip address pool MyPool
  30. ppp authentication chap callin
  31. !
  32. ip local pool MyPool 10.0.0.2 10.0.0.254
  33.  
  34. router#show pppoe session
  35. 1 client session
  36.  
  37. Uniq ID PPPoE RemMAC Port Source VA State
  38. SID LocMAC VA-st
  39. N/A 0 0000.0000.0000 Fa0/1 Di1 N/A PADISNT
  40. 0000.0000.0000
Add Comment
Please, Sign In to add comment