csc2 Flashcards

1
Q

Command:
banner motd (end character)

A

Create a message that shows after logging in to the CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

command:
banner login (end character)

A

Create a message that shows when attempting to access the CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

VLAN

A

Virtual Local Area Network
Allows you to group users and end devices in a logical way. A VLAN is a broadcast domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Command:
vlan (number)

A

Enter layer 2 VLAN configuration mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Command:
show vlan

A

Shows VLAN settings on a device and which interfaces belong to which vlan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Command:
(config-if)
switchport access vlan (number)

A

Assign a VLAN to a specific interface port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Command:
(config-vlan)
name

A

Assign a name to the VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

dot1q

A

802.1q, VLAN tagging standard.
A switch appends a VLAN tag to a frame and recalculates the FCS value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Trunk/Tagged port

A

A port on a switch that has multiple VLANs broadcasting through it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DTP

A

Dynamic Trunking Protocol
A settings on Cisco Switches that allows a switch to negotiate a trunk port with another switch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DTP
Dynamic Desirable

A

Proactively negotiates to creates trunks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DTP
Dynamic Auto

A

Passively waits to create a trunk until receiving a negotiate request from a connected interface that has Dynamic Desirable set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

DTP
Trunk

A

Forces an interface to become a trunk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DTP
Nonegotiate

A

Disables DTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Command:
show interfaces trunk

A

See what trunks are formed on the device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

command:
show interface (interface) switchport

A

Show the output of a switchport, including DTP settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Command:
(config-if)
switchport trunk allowed vlan (name)

A

Override what VLANs are allowed on a trunk. Very Dangerous.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Command:
(config-if)
switchport trunk allowed vlan add (name)

A

Add VLANs to the existing allowed list on a trunk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

vlan.dat

A

VLAN information stored in flash separate from running-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Command:
write erase

A

Erases the memory of a device, starts from scratch (CAT Reset)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Command:
delete flash: (item)

A

Deletes a selected file from flash

22
Q

ISL

A

Cisco Inter Switch Link - Outdated Cisco proprietary DTP counterpart. Not used except by some switches that have it on by default.

23
Q

Command:
(config-if)
switchport trunk encapsulation dot1q

A

Forces the port to use dot1q for its trunking. Used to disable ISL.

24
Q

Native VLAN

A

If a switch receives a frame with no VLAN information, it assumes it belongs to the Native VLAN.
Switches do not tag frames the belong to the native VLAN.

25
command: (config-if) switchport trunk native vlan (number)
Change the native VLAN on a specific trunk interface.
26
Command: show spanning-tree
Shows the spanning tree protocol settings and information.
27
STP
Spanning Tree Protocol - Cisco Proprietary protocol. Designed to prevent loops in a network. Enabled on all Cisco switches by default. Uses BPDUs to exchange information between switches.
28
BPDU
Bridge Protocol Data Units Spanning Tree Protocol messages sent between switches.
29
STP Root Bridge
The most important switch in a network using STP. All other switches will find the fastest way to get to the root bridge.
30
STP Root Bridge Election
A switch the the lowest priority wins, the default value is 32768 If there is a tie, the lowest MAC address wins.
31
STP Root Ports
All Switches in the network will find the fastest way to get to the Root Bridge with the lowest root port cost.
32
STP Designated Ports
A switch will decide which ports to block and which should be designated to reach the Root Bridge.
33
RSTP
Rapid STP Adds Alternate port and Backup port to the STP setup. Backwards compatable.
34
Command: spanning-tree vlan (name) priority (number)
Sets the bridge priority of a switch for the selected VLAN. Number must be in increments of 4096.
35
VTP
VLAN Trunk Protocol Protocol to allow switches to synchronize and exchange VLAN information Uses the following operating modes: Server Client Transparent
36
VTP Transparent
Disables VTP
37
VTP Server
Sends and updates VLAN configuration to all VTP clients.
38
VTP Client
Receives and forwards VLAN configuration from a VTP server to all other VTP clients.
39
Command: show vtp status
Shows if VTP is running on a switch, how many VLANs exist, and its operating mode
40
Command: (config-if) spanning-tree portfast
Disables STP for the selected port, allowing immediate connections.
41
EtherChannels - Link aggregation
Bundles two or more links between switches. Has two protocols, PAgP and LACP.
42
PAgP
Port Aggregation Protocol Cisco Proprietary Protocol for Link Aggregation. Modes are On, Desirable, and Auto.
43
LACP
Link Aggregation Control Protocol IEEE Standard protocol for Link Aggregation. Modes are On, Active, and Passive.
44
Command: interface range (interface),(interface)...
Enter configuration mode for multiple interfaces at the same time.
45
Command: (config-if-range) channel-group (number) mode (mode)
Create an EtherChannel for the selected range of interfaces
46
Command: show etherchannel summary
Shows the status of any set up etherchannels on a switch.
47
FHRP
First hop redundancy protocols No single point of failure. Uses Virtual IP addresses (VIP). Main protocols are HSRP, VRRP, and GLBP.
48
HSRP
Hot Standby Router Protocol - Cisco Proprietary FHRP. Similar to VRRP.
49
Command: (config-if) standby (number) ip (virtual IP)
Enables HSRP on the specified interface
50
Command: show standby brief
Shows the current state of active HSRP interfaces
51
Router on a stick
Configuration that has a router connected to a switch with a Trunk connection that routes traffic between VLANs.