Guest User

edgerouter

a guest
Dec 26th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. ethernet eth1 {
  2. description uplink
  3. duplex auto
  4. poe {
  5. output off
  6. }
  7. speed auto
  8. vif 4 {
  9. address dhcp
  10. description Routed_IPTV
  11. dhcp-options {
  12. client-option "request subnet-mask, routers, rfc3442-classless-static-routes;"
  13. client-option "send vendor-class-identifier IPTV_RG;"
  14. default-route no-update
  15. default-route-distance 254
  16. name-server update
  17. }
  18. }
  19. vif 6 {
  20. description Internet_PPPoe
  21. pppoe 0 {
  22. default-route auto
  23. firewall {
  24. in {
  25. name WAN_IN
  26. }
  27. local {
  28. name WAN_LOCAL
  29. }
  30. }
  31. mtu 1492
  32. name-server auto
  33. password ****************
  34. user-id X@direct-adsl
  35.  
  36. igmp-proxy {
  37. interface eth1.4 {
  38. alt-subnet 0.0.0.0/0
  39. role upstream
  40. threshold 1
  41. }
  42. interface switch0 {
  43. role downstream
  44. threshold 1
  45. }
  46.  
  47. route 213.75.112.0/21 {
  48. next-hop 10.141.128.1 {
  49.  
  50. dhcp-server {
  51. disabled false
  52. global-parameters "option vendor-class-identifier code 60 = string;"
  53. global-parameters "option broadcast-address code 28 = ip-address;"
  54. hostfile-update disable
  55. shared-network-name LAN {
  56. authoritative disable
  57. subnet 192.168.2.0/24 {
  58. default-router 192.168.2.1
  59. lease 86400
  60. start 192.168.2.50 {
  61. stop 192.168.2.140
  62. }
  63. subnet-parameters "option vendor-class-identifier IPTV_RG;"
  64. subnet-parameters "option broadcast-address 192.168.2.255;"
Advertisement
Add Comment
Please, Sign In to add comment