02 Flashcards

1
Q

_________________ is a cisco proprietary protocol that gathers information about neighboring (attached) Cisco devices on local and wide area network segments.

A

cisco discovery protocol

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

The ______ timer defines how often a device transmits packets

A

cdp

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

The ____________ command shows information about neighboring cisco devices

What command does so in more detail?

A

show cdp nighbors

show cdp neighbors detail

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

_____________ is a Layer 2 MikroTik proprietary protoco9l that is used within a system running RouterOS to gather information on devices that are directly connected to the interface

A

MNDP
(Mikrotok Neighbor Discovery Protocol)

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

____________ are Layer 2 devices used to define collision domains with independent bandwidth on each port.

A

Switches

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

What are the three functions of a switch?

A

Learining addresses (making mac tables)

forwarding and filtering packets based on mac table

Network Loop avoidance by using STP

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

Switches use _____________ to automatically monitor links between all bridges (switches) in a network to prevent network loops

What kind of data does it use to communicate with?

A

Spanning Tree Protocol

BPDUs (Bridge Protocol Data Units)

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

Which of the five stp port states is this?

____________ does not forward, accept network traffic, or learn and MAC addresses. Port recieves (but does not send) BPDUs.

A

Blocking

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

Which of the five stp port states is this?

_____________ Sends and receives BPDUs, but does not learn MAC addresses, or forward/
process traffic. Calculating a loop-free topology occurs when ______________

A

Listening

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

Which of the five stp port states is this?

__________ Learns MAC addresses and populates the MAT to prevent flooding, but does
not forward traffic.

A

learning

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

Which of the five stp port states is this?

____________ Processes and forwards traffic, while actively learning MAC addresses from
incoming traffic; considered normal switch operation.

A

Forwarding

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

Which of the five stp port states is this?

____________ Administratively shutdown; does not participate in STP or forward frames.

A

Disabled

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

_________________ is based on the 802.1w standard, developed to make STP
convergence quicker. _______ works by using Hello messages.

A

RSTP

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

Which of the three rstp port states is this?

___________ No user data is sent over the port. This is comparable to the blocking,
listening, and disabled states of the original 802.1d STP specification.

A

Discarding

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

Which of the three rstp port states is this?

_____________ MAT population.

A

Learning

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

Which of the three rstp port states is this?

____________ Processes and forwards traffic, while actively learning MAC addresses from
incoming traffic; considered normal switch operation.

A

Forwarding

17
Q

______________ was developed as a means to speed
up the transition process. __________ forces switch ports to immediately enter the forwarding
state, bypassing the STP listening and learning states.

A

PortFast

18
Q

Portfast should only be used on ports that have a single host connected T/F?

A

T

19
Q

How can I tell through an interface if a router is modular or not?

A

if there is an ethernet0/1 then that router is modular if its just ethernet1 it non-modular

20
Q

A ____________ is a virtual interface that uses a parent physical interface

A

sub-interface

21
Q

A ____________ is a virtual interface used to encapsulate data within a separate protocol

A

tunnel

22
Q

A __________ virtual interface configured on a router, is used for maintenance/management functions.

A

Loopback

23
Q

The _____ interface provides an alternative method of filtering traffic

A

null

24
Q

_______________ method by which an interface is configured without a dedicated IP address.

A

IP unnumbered

25
Q

How do I enable a general password for exec mode in cisco devices?

A

enable password

26
Q

How do I enable the secret password?

A

enable secret

27
Q

How do I create a user?

How do I enable sign in on a switch?

A

username <username> privlige<2-15> password <password> algorithim-tytpe <md5></md5></password></username>

enable local login

28
Q

How do I set a password for the console port?

A

line con 0
password <password>
login</password>

29
Q

How do I enable telnet and give it 4 connections?

A

line vty 0 4
password <password>
login</password>

30
Q

How do I enable password encryption?

A

Priv exec
service password-encryption

31
Q

How do I set up an interface with an ip address and turn it on?

A

interface ethernet0/1
ip address 192.168.0.80 255.255.255