5.2 Switch Interface Configuration Flashcards

1
Q

After plugging in a switch what are the three things you should always configure

A

Passwords - console, virtual terminal, or VTY, and enable mode
IP addresses
Default gateway

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

What do these commands do:
switch(config)#interface FastEthernet 0/14
switch(config)#interface GigabitEthernet 0/1

A

Moves to interface configuration mode

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

What do these commands do:
switch(config)#interface range fastethernet 0/14 - 24
switch(config)#interface range gigabitethernet 0/1 - 4
switch(config)#interface range fa 0/1 - 4 , 7 - 10
switch(config)#interface range fa 0/8 - 9 , gi 0/1 - 2

A

Moves to configuration mode for a range of interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
What do these commands do:
switch(config-if)#speed 10
switch(config-if)#speed 100
switch(config-if)#speed 1000
switch(config-if)#speed auto
A

Sets the port speed on the interface

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

What do these commands do:
switch(config-if)#duplex half
switch(config-if)#duplex full
switch(config-if)#duplex auto

A

Sets the duplex mode on the interface

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

What do these commands do:
switch(config-if)#no shutdown
switch(config-if)#shutdown

A

Enables or disable the interface

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

What does the command switch#show interface status

A

Shows interface status of all ports

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

what does the command switch#show ip interface brief

A

Shows line and protocol status of all ports

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

What switch configuration mode does the command Switch(config-if)# enable

A

Interface configuration mode

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

What mode does the command Switch(config-vlan)# enable

A

Config-vlan

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

What mode does the command Switch(config-line)# enable

A

Line configuration mode

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

What can you configure in interface configuration mode

A

Ethernet (10 Mbps Ethernet)
FastEthernet (100 Mbps Ethernet)
GigabitEthernet (1 GB Ethernet)
VLAN

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

What can you configure in Config-vlan mode

A

You can use the config-vlan mode to perform all VLAN configuration tasks.
Changes made in vlan mode take place immediately.

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

What can you configure in Line configuration mode

A

Use this mode to configure parameters for the terminal line, such as the console, Telnet, and SSH lines.

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

What layer of the OSI model do basic switches operate on

A

Layer 2

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

When should you configure a switch with an ip address?

A

If you want to manage the switch from a Telnet or web session

17
Q

What layer of the OSI model would a switch be on if the ports had ip addresses

A

Layer 3

18
Q

Name the key host configuration settings on a TCP/IP network

A
Ip address
Subnet mask 
Default gateway 
Hostname
DNS server 
MAC address
19
Q

How do you configure a ip address onto a switch

A

By setting the address to the VLAN interface

20
Q
What do the following commands do 
switch#config terminal
switch(config)#interface vlan 1
switch(config-if)#ip address 1.1.1.1 255.255.255.0
switch(config-if)#no shutdown
A

Sets the ip address to the vlan interface and enables it

21
Q

What command enables management from a remote network

A

switch(config)#ip default-gateway 1.1.1.254