Recent additions Flashcards

1
Q

What are the EIGRP k values, in order?

A
K1 = Bandwidth modifier
K2 = Load modifier
K3 = Delay modifier
K4 = Reliability modifier
K5 = Additional Reliability modifier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

3 steps to create a key for use in routing authentication

A
  1. Create the key chain
  2. Create the key
  3. Set the key string
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

2 steps to have EIGRP use a key chain in authentication

A
  1. Under a given interface, set up authentication for the routing protocol.
  2. Staying under that same interface, bind the key-chain that will be used to the auth line.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Syntax to create a key chain

A

conf t

key chain name

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

Syntax to create a key under a key chain

A

key #

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

Syntax to set a text string for a key

A

key-string text-string

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

Syntax to set up authentication for eigrp under an interface.

A

conf t
int gi1/0
ip authentication mode eigrp asn md5

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

Syntax to bind a key chain to EIGRP authentication

A

conf t
int gi1/0
ip authentication key-chain eigrp asn key-chain name

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

Syntax to add automatic summarization to EIGRP

A

auto-summary

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

Change the bandwidth or delay on an interface for EIGRP

A

conf t
int gi1/0
bandwidth value
delay value

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

Syntax to set the hello and hold timers for EIGRP

A

conf t
int gi1/0
ip eigrp hello-interval seconds
ip eigrp hold-time seconds

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

Configuration to allow for unequal cost load balancing in EIGRP

A

variance multiplier

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

Syntax to instantiate a DHCP pool

A

ip dhcp pool pool-name

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

Syntax to set the lease time for a DHCP pool

A

lease days hours min

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

Syntax to set the default gateway for a DHCP pool

A

default-router IP address

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

Syntax to set the DNS server for a DHCP pool

A

dns-server DNS IP

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

2 versions of the syntax to set the subnet for a DHCP pool

A

network subnet subnet mask

network subnet /subnet length

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

Syntax to set the domain name for a DHCP pool

A

domain-name name

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

In Frame Relay, what does LMI stand for?

A

Local Management Interface

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

What does DLCI stand for?

A

Data Link Connection Identifier

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

What encapsulation is set on a serial interface that will connect to a frame relay network?

A

frame-relay

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

Syntax to set a serial interface to frame relay encapsulation

A

conf t
int s1/0
encapsulation frame-relay

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

2 options for encapsulation frame-relay

A
  1. cisco

2. ietf

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

When leaving off the specific encapsulation type for the command “encapsulation frame-relay”, what is the default?

A

cisco

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Syntax of the frame-relay map command
frame-relay map ip *ip address* *dlci* [broadcast]
26
Syntax to bind a dlci to an interface
frame-relay interface-dlci *dlci*
27
Command to show InArp data
show frame-relay map
28
What is the successor?
The successor is the path that has the best metric.
29
What is the Feasible Distance?
The metric of a given route from the current router's point of view.
30
What is the Reported Distance?
The metric of a given route from the neighbor's point of view.
31
If a path meets the feasibility condition, but does not fall within variance parameters, what happens to it?
It is held in reserve as a feasible successor, one which may take over if the current successor fails.
32
What is the feasibility condition?
The reported distance of a path must be less than the FD of the path on the current router.
33
What happens to a path who's FD falls within variance parameters but does not meet the feasibility condition?
It's not installed in the routing table, nor will it be a Feasible Successor
34
How does a router determine if a path can be a Feasible Successor?
If the path's RD is less that the FD, it will be a Feasible Successor.
35
When you show the routing table, what letter signifies that route was learned via EIGRP?
D
36
In the 4 layer TCP/IP model, what are the names of the layers?
1. Application 2. Transport 3. Internet 4. Link
37
In the 5 layer TCP/IP model, what are the names of the layers?
1. Application 2. Transport 3. Network 4. Data Link 5. Physical
38
What does the Application layer in the TCP model map to in the OSI model?
Application Presentation Session
39
What does the Transport layer in the TCP model map to in the OSI model?
Transport
40
What does the Internet or Network layer in the TCP model map to in the OSI model?
Network
41
What does the Link layer in the TCP model map to in the OSI model?
Data Link | Physical
42
What are the first 4 syslog level names, starting with level 0?
0 - Emergency 1 - Alert 2 - Critical 3 - Error
43
What are the last 4 syslog level names?
4 - Warning 5 - Notification 6 - Informational 7 - Debugging
44
What severity levels will be sent to the syslog server if "logging trap 4" is configured?
``` Levels 0 - 4 Emergency Alert Critical Error Warning ```
45
If "logging trap informational" is set, what numerical levels will be set to syslog?
0 - 6
46
What does PPP stand for?
Point to Point Protocol
47
What are 2 PPP control protocols?
LCP | NCP
48
What do NCP and LCP stand for?
Network Control Protocols | Link Control Protocol
49
What's a glaring difference between NCP and LCP?
LCP is a single protocol, whereas NCP is a suite of protocols that are each specific to a Layer 3 protocol.
50
4 features of PPP LCP
1. Loop detection 2. Error detection 3. Multilink support 4. Authentication
51
What 2 types of authentication are supported by PPP?
PAP | CHAP
52
What do PAP and CHAP stand for?
Password Authentication Protocol | Challenge Handshake Authentication Protocol
53
Which PPP auth protocol sends a password in clear text?
PAP
54
What are the 3 steps of a successful CHAP authenticatoin?
1. Authenticator sends challenge packet. 2. Caller hashes password etc and sends back hashed value. 3. Authenticator compares submitted value to their own hashed value, and if they match it allows the caller in.
55
Command to set PPP on a serial interface
conf t int s1/0 encapsulation ppp
56
2 general steps to have a PPP link use PAP or CHAP
1. Configure the username/password for the calling router. | 2. Set the serial link to use PPP PAP
57
What will the state of a serial link be if PPP authentication fails?
Up/down
58
Syntax to set a username/pass for use in PPP authentication
username *caller hostname* password *password*
59
Syntax to have a serial interface use CHAP
conf t int s1/0 ppp authentication chap
60
2 useful debug commands for PPP
debug ppp authentication | debug ppp negotiation