Advertisement
Guest User

Original Interfaceconfig

a guest
Jan 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. interfaces {
  2. ethernet eth0 {
  3. address 192.168.146.30/24
  4. description MGMT
  5. duplex auto
  6. hw-id 00:0c:29:5a:df:46
  7. smp-affinity auto
  8. speed auto
  9. }
  10. ethernet eth1 {
  11. address 192.168.19.251/28
  12. description WAN
  13. duplex auto
  14. firewall {
  15. in {
  16. name WAN-IN
  17. }
  18. local {
  19. name WAN-local
  20. }
  21. out {
  22. name WAN-OUT
  23. }
  24. }
  25. hw-id 00:0c:29:5a:df:28
  26. smp-affinity auto
  27. speed auto
  28. }
  29. ethernet eth2 {
  30. description Switch
  31. duplex auto
  32. hw-id 00:0c:29:5a:df:32
  33. smp-affinity auto
  34. speed auto
  35. vif 3079 {
  36. address 10.247.79.1/24
  37. policy {
  38. route central-routing
  39. }
  40. }
  41. vif 4064 {
  42. address 192.168.247.94/28
  43. description MGMT-Switch
  44. policy {
  45. route central-routing
  46. }
  47. }
  48. }
  49. ethernet eth3 {
  50. address 192.168.88.50/24
  51. description "uplink Cluster"
  52. duplex auto
  53. hw-id 00:0c:29:5a:df:3c
  54. smp-affinity auto
  55. speed auto
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement