6. Starting a Switch Flashcards

1
Q
Terminal Emulator Settings to access CISCO IOS Console.
Speed: ?
Data bits: ?
Parity: ?
Stop bit: ?
Flow Control: ?
A
Speed: 9600 bps
Data bits: 8
Parity: None
Stop bit: 1
Flow Control: None
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the SYST LED show us?

A

The overall system status

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

What does the RPS LED show us?

A

Shows the status of the redundant power supply.

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

What does the STAT LED show us?

A

If on (green), each port LED represents the status of this port.

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

What does the DUPLX LED show us?

A

If on (green), each port LED represents the duplex of this port. (on is full-duplex; off means half-duplex).

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

What does the SPEED LED show us?

A

If on (green), each LED represents the speed of this port, as follows: Off means 10Mbps; Solid green means 100 Mbps; Flashing green means 1 Gpbs.

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

What does the PoE LED show us?

A

If on (green), each port LED indicates if the port is supplying PoE.

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

This button cycles the meaning of the port LEDs

A

The MODE button

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

This command displays the status and statistical information for a single interface on the switch.

A

Switch# show interfaces FastEthernet 0/1

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

Command to set the IP a switch uses for VLAN 1

A

Switch(config-if)# ip address (address) (subnet)

Example: SW1(config-if)# ip address 10.10.1.2 255.255.255.0

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

Command to enable an interface

A

Switch(config-if)# no shutdown

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

Command to set the Default Gateway on a switch.

A

Switch(config)# ip default-gateway (address)

SW1(config)# ip default-gateway 10.10.1.1

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

Command to show the running configuration for a single interface

A
Switch# show running-config interface (interface name)
# show running-config interface ethernet 0/0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Command to see the status of a Vlan in a consolidated format

A

Switch# show ip interface brief

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

Command to see the default gateway, including only the string “default”

A

Switch# show running-config | include default

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

Command to see the IP routing table

A

Switch# show ip route

17
Q

Two commands to verify that the Description of interface “Ethernet 0/0” is set correctly.

A

Switch# show running-config | section 0/0
or
Switch# show interface status