137 Midterm Cards Flashcards
Describe the 5 step boot sequence of the switch.
- First, the switch loads the POST (Power On Self Test)
- Next it loads up the boot loader software
- The bootloader performs the low level CPU initialization.
- Boot loader initializes the flash file system.
- Finally the default IOS software is launched on the system.
What command is used to view the IOS boot file?
The show boot command shows you the IOS boot file.
What does SVI stand for?
SVI stands for the logical Switch Virtual Interface.
What is the default management interface on a switch?
VLAN 1 is the default management interface.
Why is it best practice to change the VLAN management interface from 1?
Security. It is common knowledge that the default management VLAN is set to 1, which makes it easier to infiltrate.
What commands are used to create a Virtual Management Interface?
What command is used to assign a default gateway to a switch?
In global config mode:
ip default gateway $default gateay ip address$
What commands are used to verify the status of physical and virtual switch interfaces?
show ip interface brief and show ipv6 interface brief
What is Full Duplex communication?
What is Half Duplex communication?
Full Duplex communication is a high bandwidth form of communication where both ends of a connection transmit and receive data at the same time.
Half duplex is communication that is unidirectional, often resulting in collisions.
What is a micro segmented LAN?
A microsegmented LAN is a network where a switch port only has one device connected to it running full-duplex mode. There is no collision domain
What NICs require Full Duplex capability to operate?
Gigabit Ethernet and 10 GB NICs.
What is the default Duplex configuration on most modern Cisco switches?
Most newer Cisco switches are set to Auto duplex mode, meaning that they change between half and full duplex mode depending on the network speed they are required to keep up with.
What commands are used to configure duplex and speed on a switch port?
- *duplex** #duplex type
- *speed** # desired speed in MBPS
What is Auto MDIX?
Auto MDIX is a process on most modern switches that allows the switch to automatically detect and configure the required cable connection type.
How do you enable Auto MDIX?
On most modern switches, Auto MDIX is already enabled, but if you are working on a switch that has it disabled, you use the mdix auto command in interface config mode.
Name and define the show commands you can use on a switch.
Name some common Input Errrors.
Input Errors include runts, giants, CRC, frame, buffer overrun, and ignored counts.
What are input errors?
Input errors are the sum of all errors in datagrams that were received on a specifed interface.You can view these errors useing the show interfaces command
What are Runt Frame Errors and Giants?
Runt Frames are ethernet frames that are smaller than the minimum required size (64 bytes)
Giants are the opposite of runt frames. There are frames that are larger than the maximum allowed size for an ethernet frame (1518 bytes)
What are CRC errors?
CRC errors are usually indications of media or cable errors. Common CRC errrors include issues caused by EMI, using incorrect cabling, or damaged media.
What are output errrors?
Output errors are the sum of all errors that prevented the final transmission of datagrams OUT of an interface.
Output Errors include collisions and Late collisions (collisions that happen after 512 bits of the frame have been transmitted)
Describe Telnet Remote Access.
Telnet is an obsolete and unsecure plaintext way to connect to a switch remotely.
What is SSH?
SSH stands for secure shell connection. It provides secure and encrypted remote connection to a device.
What TCP ports to Telnet and SSH use?
Telnet uses port 23.
SSH uses Port 22. `
What command do you use to verify if a switch suports SSH?
The show ip ssh command verifies if SSH can be enabled.
What command is used to configure the IP domain name of a network?
Ip domain-name $namehere$
How to you generate RSA key pairs?
You use the crypto key generate rsa command
How do you add credentials for SSH access?
In global configuration mode, use the commands username and secret to create a username and password that can be used for SSH connection.
Next, on the VTY lines, use the login local command to force login if connecting remotely.
How do you view your SSH configuration?
The show ip ssh command lets you view your current SSH configuration.
What configuration tasks must be done on a Cisco router?
Routers must be given:
hostnames (hostname command)
banners (banner motd #xxx# command)
passwords on both the console and the VTY lines
Secure encrypted password protection (service password-encryption command)
What different types of interfaces do routers and switches support?
Switches have multiple fast ethernet and gigabit ethernet interfaces, but no others.
Routers support many different types of interfaces because they connect with both LANs and WANs.
What IOS command is used to activate an interface?
Interfaces are activated using the no shutdown command.
What are loopback interfaces?
Loopback interfaces are logical and internal to the router. It is not and will never be assigned to a physical port. It is automatically set to up when the router is on.
What is the purpose of loopback interfaces?
Loopback interfaces are used mainly for testing and managing a Cisco IOS device. It ensures that there will always be an interface on a device that is active and running at all times.
They can also be used in lab environments where more than 1 network is required, but the user doesn’t have access to all the hardware needed.
What commands are used to assign loopback interfaces?
First access your specified loopback interface
interface #loopbacknumber#
Next, assign an IP address to the loopback interface
ip address #xxx.xxx.xxx.xxx#
What is a link-local IPv6 address?
An IPv6 link local address is a unicast address automatically assigned when a global unicast address is assigned.
The link-local ddress always begins with an FE80