NTP Server
router#clock set 12:34:50 11 oct 2002
router#conf t
router(config)#hostname gw
gw(config)#ntp server *.*.*.*
gw(config)#clock timezone BST 9
gw(config)#no cdp run
取消超时
gw#conf t
gw(config)#line vty 0 4
gw(config-line)#exec-timeout 0 0
NAT
gw#conf t
gw(config)#int e0
gw(config-if)#ip nat inside
gw(config-if)#exit
gw(config)#int e1
gw(config-if)#ip nat outside
gw(config-if)#exit
gw(config)#access-list 2 permit 192.168.0.0 0.0.0.255
gw(config)#ip nat inside source list 2 interface e1 overload
优先级队列
gw#conf t
gw(config)#priority-list 1 protocol ip high tcp pop3
gw(config)#priority-list 1 protocol ip high tcp smtp
基本安全
gw(config)#no ip finger
gw(config)#no ip source-route
gw(config)#no service tcp-small-servers
gw(config)#no service udp-small-servers
gw(config)#int s0
gw(config-if)#ip accounting access-violations
SNMP
gw#conf t
gw(config)#snmp-server community ELAB RO
AAA
gw(config)#aaa new-model
gw(config)#aaa authentication login default local enable
gw(config)#username elab password 7 password
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- (13398篇文章)路由安全配置专题
- (9488篇文章)电脑配置手册
- (12504篇文章)服务器配置专栏
- (13976篇文章)Linux下的路由的配置与应用
- (11814篇文章)Linux命令简介
- (5046篇文章)Solaris基础知识入门
- (197篇文章)交换机配置基础篇
- (53881次浏览)路由器配置命令(汇总)
- (44160次浏览)华为路由器配置详解
- (37275次浏览)华为路由器简单配置详解
- (34541次浏览)路由器配置命令(华为内部资料)
- (18931次浏览)华为路由器配置手册---2005
- (14896次浏览)华为路由器防火墙配置命令总结(1)
- (13668次浏览)路由器NAT功能配置简介(1)
- (13063次浏览)华为路由器静态路由配置命令
- (10603次浏览)Cisco路由器安全配置方案
- (9825次浏览)电信局华为路由器配置一例



