BDL 2.3 Buzzwords Flashcards

1
Q

This switch is capable of routing without the need of a router. Out of the box, this type of switch is L2.

A

MLS - multi layer switch, L3 switch.

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

These represent your default gateways for each VLAN in the network configured in a L3 switch or mls.

A

Interface VLAN

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

Characteristic of L3 devices, also known as the management IP.

A

Interface loopback

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

It is the configuration of routing a L3 device for traffic from different VLANs to be forwarded through the network.

A

inter-vlan routing

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

a logical L3 interface created to house VLAN traffic information. Characteristic of switches only, you configure protocols like the default gateways, HSRP, etc. of the network’s different broadcast domains.

A

SVI or switch virtual interface

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

run under configuration mode to show you the VLANS that are created in the switch.

A

(config)#do show vlan

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

This configuration command needs to be run under global configuration mode. Where xxx is the VLAN number you are trying to create.

A

(config)#vlan xxx

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

Command run under configuration mode to configure loopback and to create it if it does not exist in the switch already. For redundancy purposes, you can always have more than one loopback.

A

(config)#int loop0

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

Command run under configuration mode to configure a VLAN interface, where xxx is the VLAN you are trying to associate this interface with.

A

(config)#int Vlanxxx

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

used to verify if the interfaces were configured correctly.

A

(config)#do show ip interface brief/ do sh ip int br

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

to show the overall configurations in your L3 switch.

A

(config)#do show run

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

configuration to convert a dynamic desirable port, to an access port to connect a host.

A

(config)#switchport mode access

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

configuration inside an access port to tag it with a VLAN.

A

(config)#switchport access vlan xx

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

configuration inside an access port after being tagged with a VLAN, see Switchport access VLANxx; this helps prevent loops and should only be configured in an access port.

A

(config)#spanning-tree portfast

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

configuration in a port to make sure that the interface is up and ready to receive traffic. Default configuration in most switch devices for ports is ‘shut’ or down/down.

A

(config)#no shut

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

command under configuration mode, to verify that ports f0/x are assigned to the correct VLANS.

A

(config)#do show vlan, do sh vlan

17
Q

to verify if routing is turned on in L3 switch and see the routing table; if not turned on, you will see the following message:

‘ICMP redirect cache is empty’

If it is turned on you will see the routing table with codes a message of ‘Gateway of last resort is not set’ and the directly connected devices via the local interfaces.

A

show ip route

18
Q

configuration under config t mode to turn on routing capabilities in a L3 switch.

A

(config)#ip routing

19
Q

this show command will allow you to see any log messages that your device has captured, like checking if certain interfaces went down.

A

Show logging

20
Q

banner message of the day, configuration command under config t, will allow you to display a message when you are first trying to login to a device. This is typically used to display a permanent message.

A

(config)#1Banner motd