网站的建设论文,怎么制作海报,网络管理服务器,linux 做网站用哪个版本一、实验拓扑#xff1a;二、实验要求#xff1a;DCD#xff1a;死亡检测时间#xff0c;默认R2 Telnet上去保持时间为1个小时#xff0c;超时就会被清除掉#xff0c;这里要求变为4小时#xff0c;每15s就会发送5个DCD检测包#xff0c;如没回应就剔除掉#xff0c;回…一、实验拓扑二、实验要求DCD死亡检测时间默认R2 Telnet上去保持时间为1个小时超时就会被清除掉这里要求变为4小时每15s就会发送5个DCD检测包如没回应就剔除掉回收资源。有时候R2挂机、死机这类的就会一直暂用连接数量暂用状态化信息和资源。1、配置每15秒内发5个DCD检测包2、如对方没有回复则认为对方挂掉清除连接。三、命令部署1、抓包——class-map——policy-map——service-policyASA(config)# access-list tel permit tcp host 10.1.1.2 host 202.100.1.1 eq 23 ASA(config)# class-map abcASA(config-cmap)# match access-list tel ASA(config-cmap)# policy-map yyASA(config-pmap)# class abcASA(config-pmap-c)# set connection timeout idle 04:00:00 reset dcd 0:0:15 5 ASA(config-pmap-c)# service-policy yy interface inside 四、验证1、ASA行查看超时时间ASA(config)# show run timeouttimeout xlate 3:00:00timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolutetimeout tcp-proxy-reassembly 0:01:00timeout floating-conn 0:00:002、R2远程登录R1以后ASA查看连接R2#telnet 202.100.1.1Trying 202.100.1.1 ... OpenUser Access VerificationUsername: aaPassword: R1ASA(config)# show conn1 in use, 1 most usedTCP outside 202.100.1.1:23 inside 10.1.1.2:62020, idle 0:00:58, bytes 117, flags UIO结论模拟器没有效果转载于:https://blog.51cto.com/13856092/2138598