7. Configuring and Verifying Switch Interfaces Flashcards
1.0 Network Fundamentals 1.1 Explain the role and function of network components 1.1.b L2 and L3 switches 1.4 Describe switching concepts
Which of the following describes a way to disable IEEE standard autonegotiation on a
10/100 port on a Cisco switch?
a. Configure the negotiate disable interface subcommand
b. Configure the no negotiate interface subcommand
c. Configure the speed 100 interface subcommand
d. Configure the duplex half interface subcommand
e. Configure the duplex full interface subcommand
f. Configure the speed 100 and duplex full interface subcommands
f. Configure the speed 100 and duplex full interface subcommands
In which of the following modes of the CLI could you configure the duplex setting for interface Fast Ethernet 0/5? a. User mode b. Enable mode c. Global configuration mode d. VLAN mode e. Interface configuration mode
e. Interface configuration mode
A Cisco Catalyst switch connects with its Gigabit0/1 port to an end user’s PC. The end
user, thinking the user is helping, manually sets the PC’s OS to use a speed of 1000
Mbps and to use full duplex, and disables the use of autonegotiation. The switch’s
G0/1 port has default settings for speed and duplex. What speed and duplex settings
will the switch decide to use? (Choose two answers.)
a. Full duplex
b. Half duplex
c. 10 Mbps
d. 1000 Mbps
a. Full duplex
d. 1000 Mbps
The output of the show interfaces status command on a 2960 switch shows interface
Fa0/1 in a “disabled” state. Which of the following is true about interface Fa0/1?
(Choose three answers.)
a. The interface is configured with the shutdown command.
b. The show interfaces fa0/1 command will list the interface with two status codes
of administratively down and line protocol down.
c. The show interfaces fa0/1 command will list the interface with two status codes
of up and down.
d. The interface cannot currently be used to forward frames.
e. The interface can currently be used to forward frames.
a. The interface is configured with the shutdown command.
b. The show interfaces fa0/1 command will list the interface with two status codes
of administratively down and line protocol down.
d. The interface cannot currently be used to forward frames.
Switch SW1 uses its Gigabit 0/1 interface to connect to switch SW2’s Gigabit 0/2 interface.
SW2’s Gi0/2 interface is configured with the speed 1000 and duplex full commands.
SW1 uses all defaults for interface configuration commands on its Gi0/1 interface.
Which of the following are true about the link after it comes up? (Choose two answers.)
a. The link works at 1000 Mbps (1 Gbps).
b. SW1 attempts to run at 10 Mbps because SW2 has effectively disabled IEEE standard
autonegotiation.
c. The link runs at 1 Gbps, but SW1 uses half duplex and SW2 uses full duplex.
d. Both switches use full duplex.
a. The link works at 1000 Mbps (1 Gbps).
d. Both switches use full duplex.
Switch SW1 connects via a cable to switch SW2’s G0/1 port. Which of the following
conditions is the most likely to cause SW1’s late collision counter to continue to
increment?
a. SW2’s G0/1 has been configured with a shutdown interface subcommand.
b. The two switches have been configured with different values on the speed interface
subcommand.
c. A duplex mismatch exists with SW1 set to full duplex.
d. A duplex mismatch exists with SW1 set to half duplex.
d. A duplex mismatch exists with SW1 set to half duplex.
Set interface fa0/1 with speed 100, full duplex and description - “Printer”
interface fa0/1
speed 100
duplex full
description Printer
What information does show interface status show you
Name (Description) Status Vlan Duplex Speed Type (port type)
What does interface status of notconnect mean
Switchport is currently not working
Cable not connected
Set interfaces fa0/11 to fa0/20 to speed 100
interface range fa0/11 - 20
speed 100
When you shut down an interface what will its status be
administratively down
protocol (disabled)
How do you revert default settings for duplex, speed and description
no duplex
no speed
no description
What is IEEE rules when autonegotiation fails
Speed: use slowest supported speed (often 10Mbps)
Duplex: if speed is 10 or 100 use half duplex else use full
What is Cisco rules when autonegotiation fails
Speed: sense the speed without use of autonegotiation. If that fails use IEEE rules
Duplex: use IEEE defaults - if 10 or 100 use half duplex else full
How can you disable autonegotiation between switches
Set speed and duplex on both switches