可学答题网 > 问答 > CCNP(642-813)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

hostname Switch1  interface


hostname Switch1  interface Vlan10  ip address 172.16.10.32 255.255.255.0  no ip redirects  standby 1 ip 172.16.10.110  standby 1 timers 1 5  standby 1 priority 130  hostname Switch2  interface Vlan10  ip address 172.16.10.33 255.255.255.0  no ip redirects  standby 1 ip 172.16.10.110  standby 1 timers 1 5  standby 1 priority 120  HSRP was implemented and configured on two switches while scheduled network maintenance was performed.  After the two switches have finished rebooting, you notice via show commands that Switch2 is the HSRP active router.  Which two items are most likely the cause of Switch1 not becoming the active router? ()

  • Apremption is disabled
  • Bstandby group number does not match VLAN number
  • CIP addressing is incorrect
  • DIP redirect is disabled
  • Eincorrect standby timers
  • Fbooting delay
参考答案
参考解析:
分类:CCNP(642-813)题库
相关推荐

1、public interface Foo{ 

public interface Foo{ int k = 4; }  Which three are equivalent to line 2?() &ensp...

2、请参见图示。Switch1在默认的Cisco 2960配置基础

请参见图示。Switch1在默认的Cisco 2960配置基础上仅添加了如下命令:假设网络间的路由运行正常且 Switch2 已正确配置了远程访问功能。当在 Switch1 ...

3、现有:  public interface 

现有: public interface A {}  以下哪项声明是合法的?() A A a = new A();B A[] a =&ensp...

4、现有:  interface Animal 

现有: interface Animal {      void eat () ;      }   &en...

5、请参见图示。Switch1 在默认的 Cisco&en

请参见图示。Switch1 在默认的 Cisco 2960 配置基础上仅添加了如下命令:假设网络间的路由运行正常且 Switch2 已正确配置了远程访问功能。当在&e...

6、1. interface Animal {&

1. interface Animal {  2. void eat();  3. }  4.  5. // insert code her...