Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 17th, 2012  |  syntax: None  |  size: 1.10 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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:33:47