Guest User

Untitled

a guest
Sep 11th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. ##
  2. syst
  3. ## EOS Version [3.5.1]
  4. ## Loadopt (boot time options)
  5. set loadopt vmgmt disable
  6. ## System settings
  7. set timezone +00:00
  8. set mgmtip 192.168.1.254 255.255.255.0 192.168.1.255
  9. set gateway 192.168.1.1
  10. set hostname LinkLB
  11. ## Network interfaces (physical ports)
  12. set int eth0 auto
  13. set int eth1 auto
  14. set int eth2 auto
  15. set int eth3 auto
  16. set int eth4 auto
  17. ## Bypass options
  18. ## Bypass group1 (eth3/eth4), type Software
  19. set bypass group1 enable
  20. ## Logging
  21. logging server 0.0.0.0
  22. logging disable
  23. ## NTP
  24. ntp server 0.0.0.0 0
  25. ntp disable
  26. ## SNMP
  27. snmp sysname Hostname
  28. snmp sysdescr Mydescription
  29. snmp syslocation Mylocation
  30. snmp syscontact Mycontact@mydomain.com
  31. snmp acl 0.0.0.0/0
  32. snmp community public
  33. snmp disable
  34. snmpv3 disable
  35. ## HTTP service
  36. http enable
  37. https disable
  38. ## SMTP messaging
  39. smtp relay 0.0.0.0:25
  40. smtp sender LinkLB@mydomain.com
  41. smtp recipient Support@mydomain.com
  42. smtp severity 3
  43. smtp disable
  44. clr smtp suppress
  45. clr smtp allow
  46. ## Authentication
  47. auth local
  48. ## EOS users
  49. ## Generated: Jul 17 2012 14:40:39
  50. ##
  51. vfi0
  52. ## EOS Version [3.5.1]
  53. ## ( vfi0 )
  54. clr all
  55. ## Description
  56. description Not defined
  57. ## Inside interface
  58. attach in eth4
  59. ## Outside interface(s)
  60. attach out eth3
  61. ## Features
  62. feature default_balancing_group enable
  63. ## Arp entries (static)
  64. arp 64.51.127.170 auto inside 30
  65. ## Acl arp (static)
  66. acl arp +ip 1 +64.51.127.168/29 +reply fw:64.51.127.170 inside
  67. ## Protofix rules
  68. protofix ftp 21
  69. ## Gmac entries
  70. gmac 1 auto Megapath_Ethernet 64.51.127.169/29 1 3072 3072 0 polldestgrp:1 90/90
  71. gmac dev 1 eth3
  72. gmac tcpprobe 1 64.51.127.170
  73. ## Polling destinations
  74. polling dest 1 polldestgrp:1 tcp://8.8.8.8:53
  75. polling dest 2 polldestgrp:1 tcp://4.2.2.2:53
  76. ## Acl persistence inside
  77. acl per in +tcp 1 +any +any:443-443 +persist 600
  78. acl per in +tcp 2 +any +any:80-80 +persist 600
  79. ## Acl nat outside
  80. acl nat out +ip 1 +any +64.51.127.168/29 +nat ndnet:64.51.127.168/29
  81. ## Generated: Jul 17 2012 14:40:39
Add Comment
Please, Sign In to add comment