网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
BGP下有如下配置: Timer keep alive 30 hold 30 Peer 1.1.1.2 timer keepalive 10 hold 30 下面哪些描述是错误的()
A
全局配置优先,所以最终结果是peer 1.1.1.2的timer值取keep alive 30 hold 90
B
Peer配置优先,所以最终结果是peer 1.1.1.2的timer值取keep alive 10 hold 30
C
Timer取最小值,所以最终结果是peer 1.1.1.2的timer值取keep alive 10 hold 30
D
缺省配置为timer keep alive 60 hold 180,故peer 1.1.1.2具有比缺省值更快的检测peer连接故障的速度
参考答案
参考解析
解析:
暂无解析
更多 “多选题BGP下有如下配置: Timer keep alive 30 hold 30 Peer 1.1.1.2 timer keepalive 10 hold 30 下面哪些描述是错误的()A全局配置优先,所以最终结果是peer 1.1.1.2的timer值取keep alive 30 hold 90BPeer配置优先,所以最终结果是peer 1.1.1.2的timer值取keep alive 10 hold 30CTimer取最小值,所以最终结果是peer 1.1.1.2的timer值取keep alive 10 hold 30D缺省配置为timer keep alive 60 hold 180,故peer 1.1.1.2具有比缺省值更快的检测peer连接故障的速度” 相关考题
考题
A BGP connection is being established.What happens if the local router and the peer router do NOT have the same hold-time value configured?()
A. The BGP session does not establish.B. The hold time is assumed to be infinite.C. The larger of the two hold-time values is used.D. The smaller of the two hold-time values is used.
考题
在窗体上有一个计时器控件Timer1和一个标签控件Labe11,在程序运行的时候,可通过每隔30ms让Labe11左移100缇,从而产生文字移动动画效果。文字从右向左移动,当移动到接近窗体左边界时停止移动,如图20-9所示。空格处应填( )。 Private Sub Form_Load() Labell.Left=Form1.Width Timer1.Interval=30 Timer1.Enabled=True End Sub Private Sub Timer1_Timer() Labell.Left=Labell.Left-100 If Labell.Left<100 Then _____________ End If End SubA.Timer1.Enabled=FalseB.Timer1.Interval=30C.Labell.Enabled=TrueD.Labell.Left=0
考题
要使时钟控件Timer1的Timer事件不起作用,以下正确的语句是()
A、Timer1.Visible=FalseB、Timer1.Enabled=FalseC、Timer1.Interval=1000D、Timer1.Index=0
考题
BGP下有如下配置:Timer keep alive 30 hold 30Peer 1.1.1.2 timer keepalive 10 hold 30下面哪些描述是错误的()
A.全局配置优先,所以最终结果是peer 1.1.1.2的timer值取keep alive 30 hold 90B.Peer配置优先,所以最终结果是peer 1.1.1.2的timer值取keep alive 10 hold 30C.Timer取最小值,所以最终结果是peer 1.1.1.2的timer值取keep alive 10 hold 30D.缺省配置为timer keep alive 60 hold 180,故peer 1.1.1.2具有比缺省值更快的检测peer连接故障的速度
考题
BGP邻居PeerA在Open中携带的Hold timer时间是90s,PeerB在Open中携带的Hold timer时间是30s,peerA和PeerB建连成功后发送Keepalive消息的时间间隔是()
A.90sB.30sC.10sD.不发送keepalive报文
考题
用于配置 DDR (Dial-on-Demand Routing)链路重新建立连接等待时间的命令是( )A.dialer timer idle
B.dialer timer compete
C.dialer timer enable
D.dialer timer wait-carrier
考题
用于配置 DDR (Dial-on-Demand Routing)链路重新建立连接等待时间的命令是( )A.dialer timer idle
B.dialer timer compete
C.dialer timer enable
D.dialer timer wait-carrier
考题
在MSR路由器上,希望把HDLC协议的Keepalive报文时间调整为20秒,正确的配置是()A、在系统视图下,使用命令hdlc hold time 20B、在系统视图下,使用命令hdlc timer hold 20C、在接口视图下,使用命令timer hold 20D、在接口视图下,使用命令hold time 20
考题
In a Cisco Nexus 7000 platform configured with GLBP, which GLBP timer can be tuned to prevent unnecessary GLBP state changes during a switchover or ISSU?()A、 GLBP redirect timerB、 GLBP forwarder pre-empt delay minimum timerC、 GLBP hold timerD、 GLBP pre-empt delay minimum timerE、 GLBP extended hold timerF、 GLBP nonstop forwarding timer
考题
下列设置中,可以使计时器Timer1停止计时的是()A、Timer1.Locked=TrueB、Timer1.Locked=FalseC、Timer1.Enabled=TrueD、Timer1.Enabled=False
考题
下列设置中,可以使计时器Timer1停止计时的是()A、Timer1.Locked=TrueB、Timer1.Enabled=TrueC、Timer1.Interval=1D、Timer1.Interval=0
考题
In which two ways does the BGP graceful capability preserve prefix information during a restart?()A、The peer router immediately removes the BGP routers that it learned from the restarting router from itsBGP routing tables.B、The router establishes BGP sessions with other routers and relearns the BGP routes from others that are also capable of graceful restart. The restarting router waits to receive updates from the neighboringrouters. When the neighboring routers send end-of-RIB messages to indicate that they are donesending updates,the restarting router starts sending its own updates.C、The peer router sends an end-of-RIB message to the restarting router.D、The restarting router removes any stale prefixes after the timer for stale entries expires.E、The restarting router does not remove any stale prefixes after the timer for stale entries expires.
考题
In IS-IS, how long will the restart helper keep the restarting router in the up state?()A、The hello dead timer expires.B、The restart duration timer expires.C、The restarting router sets the down bit.D、The restart helper sends out three CSNPs.
考题
Which two built-ins would you use to remove the HOUR_ALARM timer using the timer_id parameter?()A、FIND_TIMER B、CREATE_TIMER C、SET_TIMER D、DELETE_TIMER E、GET_APPLICATION_PROPERTY
考题
单选题In IS-IS, how long will the restart helper keep the restarting router in the up state?()A
until the hello dead timer expiresB
until the restart duration timer expiresC
until the restarting router sets the down bitD
until the restart helper sends out three CSNPs
考题
单选题设置主接口由up转down后延迟30秒切换到备份接口,主接口由down转up后60秒钟切换回主接口的配置为()。A
standby timer 30 60B
standby timer 60 30C
standby timer enable-delay 60 disable-delay 30D
standby timer enable-delay 30 disable-delay 60
考题
单选题In a Cisco Nexus 7000 platform configured with GLBP, which GLBP timer can be tuned to prevent unnecessary GLBP state changes during a switchover or ISSU?()A
GLBP redirect timerB
GLBP forwarder pre-empt delay minimum timerC
GLBP hold timerD
GLBP pre-empt delay minimum timerE
GLBP extended hold timerF
GLBP nonstop forwarding timer
考题
单选题In IS-IS, how long will the restart helper keep the restarting router in the up state?()A
The hello dead timer expires.B
The restart duration timer expires.C
The restarting router sets the down bit.D
The restart helper sends out three CSNPs.
考题
多选题In which two ways does the BGP graceful capability preserve prefix information during a restart?()AThe peer router immediately removes the BGP routers that it learned from the restarting router from itsBGP routing tables.BThe router establishes BGP sessions with other routers and relearns the BGP routes from others that are also capable of graceful restart. The restarting router waits to receive updates from the neighboringrouters. When the neighboring routers send end-of-RIB messages to indicate that they are donesending updates,the restarting router starts sending its own updates.CThe peer router sends an end-of-RIB message to the restarting router.DThe restarting router removes any stale prefixes after the timer for stale entries expires.EThe restarting router does not remove any stale prefixes after the timer for stale entries expires.
考题
多选题In which two ways does the BGP graceful restart capability preserve prefix information during a restart?()AThe peer router sends an end-of RIB message to the restarting routerBThe peer router immediately removes the BGP routes that it learned from the restarting router from its BGP routing tableCThe restarting router does not remove any stale prefixes after the timer for stale entries expiresDThe router establishes BGP sessions with other routers and relearns the BGP routes from other routers that are also capable of graceful restart. The restarting router waits to receive updates from the neighboring routers. When the neighboring routers send end-of-RIB messages to indicate that they are done sending updates, the restarting router starts sending its own updatesEThe restarting router removes any stale prefixes after the timer for stale entries expires
考题
单选题配置VRRP抢占时延的命令是()A
Vrrp vrid 1 preempt-timer 20B
Vrrp vrid 1 preempt-mode timer delay 20C
Vrrp vrid 1 timer delay 20D
Vrrp vrid 1 preempt-delay 20
考题
单选题BGP邻居PeerA在Open中携带的Hold timer时间是90s,PeerB在Open中携带的Hold timer时间是30s,peerA和PeerB建连成功后发送Keepalive消息的时间间隔是()A
90sB
30sC
10sD
不发送keepalive报文
热门标签
最新试卷