Term
Switching
Cisco makes some general recommendations to override the default interface settings to make the unused ports more secure. The recommendations for unused interfaces are as follows: |
|
Definition
-
Administratively disable the interface using the shutdowninterface subcommand.
-
Prevent VLAN trunking and VTP by making the port a nontrunking interface using the switchport mode accessinterface subcommand.
|
|
|
Term
Switching
CDP discovers several useful details from the neighboring Cisco devices: |
|
Definition
- Device identifier: Typically the hostname
|
|
|
Term
Switching
To globally disable and enable CDP? |
|
Definition
|
|
Term
Switching
To enable and disable cdp (Non global, per interface) |
|
Definition
|
|
Term
Switching
Commands to set speed and duplex settings on routers and switches? |
|
Definition
speed {10 | 100 | 1000}interface subcommand
duplex {half | full}interface subcommand
Note that setting both speed and duplex disables the IEEE-standard autonegotiation process |
|
|
Term
Switching
Which 3 commands list both the speed and duplex settings on an int?
Which one implies how the switch determined the speed and duplex settings? |
|
Definition
show interfaces and show interfaces status
show interfaces status
again, the a - shows autoneg. |
|
|
Term
Switching
When the IEEE autonegotiation process works on both devices, both devices agree to _ speed supported by both devices?
the devices use __ duplex if it is supported by both devices, or __ duplex if it is not |
|
Definition
Fastest
Uses full duplex if supported by both devices,
or half duplex if not |
|
|
Term
Switching
When one device has disabled autonegotiation, and the other device uses autonegotiation, the device using autonegotiation chooses the default duplex setting based on the current speed. The defaults are as follows: |
|
Definition
-
If the speed is not known, use 10 Mbps, half duplex.
-
If the speed is somehow known to be 10 or 100 Mbps, default to use half duplex.
Note
Ethernet interfaces using speeds faster than 1 Gbps always use full duplex.
|
|
|
Term
Switching
Cisco switches can determine speed in a couple of ways even when IEEE standard autonegotiation fails |
|
Definition
Switching
By the manual config of speed 100 and duplex full
or the switch senses the speed of the connected device and adjusts |
|
|
Term
Switching
Will a port show up/up if there is a duplex mismatch?
To identify duplex mismatch problems? |
|
Definition
Yup
check the duplex setting on each end of the link, and watch for incrementing collision and late collision counters |
|
|