Guest User

Untitled

a guest
Jan 22nd, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. fe-0/0/1 {
  2. description tpg:eth1;
  3. unit 0 {
  4. encapsulation ppp-over-ether;
  5. pp0 {
  6. unit 0 {
  7. ppp-options {
  8. chap {
  9. default-chap-secret "$9$LMq7Nb2gJDHqGUkP5Q9CKM8Xdb"; ## SECRET-DATA
  10. local-name "cam000@L2TP.tpg.com.au";
  11. }
  12. }
  13. pppoe-options {
  14. underlying-interface fe-0/0/1.0;
  15. idle-timeout 0;
  16. auto-reconnect 3;
  17. client;
  18. }
  19. family inet {
  20. mtu 1492;
  21. negotiate-address;
  22. }
  23. }
  24. }
Add Comment
Please, Sign In to add comment