差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版前次修改 | |||
| a10:basic:config [2012/10/25 08:40] – jal | a10:basic:config [2012/11/13 16:48] (目前版本) – jal | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== A10 configuration template ====== | ||
| + | |||
| + | ===== Basic Configuration ===== | ||
| + | < | ||
| + | clock timezone Asia/Taipei nodst | ||
| + | ! | ||
| + | slb template tcp Default | ||
| + | | ||
| + | | ||
| + | | ||
| + | ! | ||
| + | ! | ||
| + | logging syslog warning | ||
| + | logging host 10.0.0.1 port 514 | ||
| + | ! | ||
| + | snmp-server enable | ||
| + | snmp-server location " | ||
| + | snmp-server contact " | ||
| + | snmp-server community read DontUsePublic remote 10.0.0.0 /24 | ||
| + | snmp-server community read DontUsePublic remote 192.168.0.0 /16 | ||
| + | ! | ||
| + | enable-management service telnet management | ||
| + | ! | ||
| + | ip dns primary 2001: | ||
| + | ip dns secondary 8.8.8.8 | ||
| + | ! | ||
| + | web-service timeout-policy idle 60 | ||
| + | ! | ||
| + | ! | ||
| + | enable-core | ||
| + | ! | ||
| + | ! | ||
| + | terminal idle-timeout 60 | ||
| + | ! | ||
| + | ntp server tock.stdtime.gov.tw | ||
| + | ntp enable | ||
| + | ! | ||
| + | </ | ||
| + | |||
| + | |||