Ethernet, VLANs, and Spanning Tree Protocol Flashcards
Which switch port setting will be automatically detected even if auto-negotiation is disabled? What does it use to do this?
Speed. The switch uses the incoming electrical signal.
What Cisco switch feature automatically detects crossover and straight-through cables and swaps the pairs its ports use so copper Ethernet works properly?
Auto-MDIX
Officially, automatic medium-dependent interface crossover
What function in auto-negotiation does a switch use to determine port speed?
Fast Link Pulses
How does a switch choose a duplex setting if auto-negotiation is disabled?
It uses the default setting for the port speed.
What is the default duplex setting for:
A) 10BaseT
B) 100BaseT
C) 1000BaseT
A) half
B) half
C) full
How can you disable switch port auto-negotiation?
Statically configure the port speed and duplex.
What Ethernet port setting uses loopback circuitry?
Half duplex
When configuring speed and duplex manually, which must be set first?
Speed
Name the two most common forms of Ethernet framing.
Ethernet V2 and 802.3.
How can an Ethernet V2 frame indicate the protocol contained within it?
Via its Type field.
What are the two ways an 802.3 Ethernet frame can signal what type of traffic is contained within it?
An 802.2 (or LLC) field or a SNAP header with a Type field.
What does 802.2 use to announce the traffic type contained within the Ethernet frame?
An SSAP and a DSAP.
What makes the bits in an Ethernet address byte different from the rest of the Ethernet frame? Name two terms for this bit setup.
The bits move right-to-left in order of significance. This is called canonical or little-endian.
What is the 8th bit in the first byte of an Ethernet address used for? What’s the term for it?
It’s used to identify the address as unicast (0) or multicast (1). It’s called the I/G bit.
What’s the 7th bit in the first byte of an Ethernet address used for? What’s the term for it?
It identifies whether the address is assigned by the hardware vendor (0) or whether it’s been set by an administrator (1). The term is U/L, for Universal/Local.
What’s the OUI for an Ethernet multicast address?
0x01005E
Give the length of a SNAP header and the 802.2 DSAP that signifies it’s there.
2 bytes; 0xAA
What’s the IEEE designation for Fast Ethernet?
802.3u
What’s the IEEE designation for GigE over fiber?
802.3z
What’s the IEEE designation for GigE over copper?
802.3ab
What command displays the Ethernet addresses known to a switch?
Switch> show mac address-table
Give the maximum distance for 1000BaseLX in each of MM and SM.
MM 3 km, SM 10 km
Give the maximum distance for 1000BaseSX in each of 62.5-micron and 50-micron fiber.
62.5-micron 220 m, 50-micron 550m
Give the maximum length of 1000BaseZX.
100 km
What’s the best practice with respect to VLANs and IP addressing?
Maintain a one-to-one relationship between VLANs and IP subnets.
What are the three tasks one can perform in VLAN configuration mode?
- Create VLANs
- Set basic administration parameters
- Verify VTP configuration
What VLANs can be configured in VLAN configuration mode?
Normal-range VLANs (1-1005)
Where is the VLAN database stored? What’s the filename?
Flash; vlan.dat
Give the VLAN configuration mode commands that:
- Display the VLANs that are actively configured on the switch.
- Display the VLANs that will be in place after configuration changes are finalized.
- show current
2. show proposed
Give the VLAN configuration mode commands that:
- Implement the proposed configuration without leaving VLAN configuration mode.
- Cancel changes and leave VLAN configuration mode.
- Cancel the changes and stay in VLAN configuration mode.
- apply
- abort
- reset
Give the VLAN configuration database command that creates VLAN #15 and titles it cisco.
vlan 15 name cisco
Give the command that can be used in interface configuration mode to create VLAN 15 and assign it to the interface.
(config-if)# switchport access vlan 15
What distinguishes a primary VLAN from a secondary VLAN in a private VLAN?
The primary VLAN is promiscuous; its members can talk to any other member of the private VLAN. Members of a secondary VLAN can talk to each other and to members of the primary VLAN.
Name and briefly describe the two types of secondary VLANs.
Community VLANs have multiple members that talk to each other.
Isolated VLANs have a single member that can only communicate with members of the primary VLAN.
Name the three items that VTP advertises about a VLAN.
- VLAN ID
- VLAN name
- VLAN type (Ethernet, Token Ring, etc.)
What VTP mode(s) issue(s) advertisements?
Server and client