Amazon

Friday, August 10, 2018

switch

  1. Which of the following global configuration command is used to change the bridge ID priority value

  2. switch(config)#spanning=tree priority 4096
    switch(config)#spanning=tree vlan priority 4096
    switch(config)#spanning=tree vlan 1 priority 4096
    None of the above

  3. Which of the following is a layer 2 protocol used to maintain a loop-free networks?

  4. VTP
    STP
    RIP
    CDP

  5. Which of the following problem will occur between the switches when two switches connected togethe

  6. Broadcast storms will occur on the switched network
    The routing tables on the switches will not update.
    The MAC forward/filter table will not update on the switch
    The switches will automatically load-balancing between the two lines

  7. Which of the following command will disable STP on a port connected to a server?

  8. disable spanning-tree
    spanning-tree off
    spanning-tree portfast
    None of the above

  9. What does a switch do when a frame is received on an interface and the destination hardware addres is unknown or not in the filter table?

  10. Forward the switch to the first available link
    Drops the frame
    Floods the network with the frame looking for the device
    Sends back a message to the originating station asking for a name resolution

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44]

No comments:

Post a Comment