Advertisement
tirabytes

Juniper SRX: UFB Interface

Sep 18th, 2014
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1.  
  2. 88 88
  3. ,d "" 88 ,d
  4. 88 88 88
  5. MM88MMM 88 8b,dPPYba, ,adPPYYba, 88,dPPYba, 8b d8 MM88MMM ,adPPYba, ,adPPYba,
  6. 88 88 88P' "Y8 "" `Y8 88P' "8a `8b d8' 88 a8P_____88 I8[ ""
  7. 88 88 88 ,adPPPPP88 88 d8 `8b d8' 88 8PP""""""" `"Y8ba,
  8. 88, 88 88 88, ,88 88b, ,a8" `8b,d8' 88, "8b, ,aa aa ]8I
  9. "Y888 88 88 `"8bbdP"Y8 8Y"Ybbd8"' Y88' "Y888 `"Ybbd8"' `"YbbdP"'
  10. d8'
  11. ################################################## d8' ##### http://www.tirabytes.com/ ##
  12.  
  13. ## Set WAN interface
  14. delete interface fe-0/0/0
  15. set interface fe-0/0/0 vlan-tagging
  16. set interface fe-0/0/0 unit 10 encapsulation ppp-over-ether vlan-id 10
  17.  
  18.  
  19. ## Interface pp0 P-t-P
  20. set interface pp0 unit 0 point-to-point
  21.  
  22. ## Interface pp0 PPP Configuration
  23. set interface pp0 unit 0 ppp-options pap
  24. set interface pp0 unit 0 ppp-options local-name "USERNAME@REALM.COM"
  25. set interface pp0 unit 0 ppp-options local-password "PASSWORD"
  26. set interface pp0 unit 0 ppp-options passive
  27.  
  28. ## Interface pp0 PPPoE Configuration
  29. set interface pp0 unit 0 pppoe-options underlying-interface fe-0/0/0.10
  30. set interface pp0 unit 0 pppoe-options idle-timeout 0
  31. set interface pp0 unit 0 pppoe-options auto-reconnect 5
  32. set interface pp0 unit 0 pppoe-options client
  33.  
  34. ## pp0 IP Address
  35. set interface pp0 unit 0 family inet negotiate-address
  36. set interface pp0 unit 0 family inet mtu 1492
  37. set interface pp0 unit 0 family inet6
  38.  
  39. ## LAN MSS-TCP
  40. set security flow tcp-mss all-tcp mss 1452
  41.  
  42. ## Default Route
  43. set routing-options static route 0/0 next-hop pp0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement