DMVPN Flashcards

(51 cards)

1
Q

What is the primary function of the Next Hop Resolution Protocol (NHRP)?

A

Provides address resolution for hosts on nonbroadcast multi-access (NBMA) networks

This protocol helps in determining the next hop address for data packets in specific network configurations.

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

What are NHRP next-hop servers (NHSs) responsible for?

A
  • Registering addresses or networks
  • Maintaining an NHRP repository
  • Replying to queries from next-hop clients (NHCs)

NHSs play a crucial role in the NHRP protocol by managing address registrations and responding to client queries.

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

What is the NBMA address?

A

The transport (underlay) address

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

What is the purpose of Redirect messages in DMVPN Phase 3?

A

To notify the encapsulator that a specific network can be reached by a more optimal path

This involves using a spoke-to-spoke tunnel.

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

In DMVPN Phase 1, where are VPN tunnels created?

A

Only between spoke and hub sites

Traffic between spokes must traverse the hub to reach any other spoke.

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

What does DMVPN Phase 2 provide beyond DMVPN Phase 1?

A

Additional capability for spoke-to-spoke communication

It allows the creation of an on-demand VPN tunnel between the spoke devices.

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

True or false: DMVPN Phase 2 allows summarization.

A

FALSE

DMVPN Phase 2 does not allow next-hop preservation.

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

What does Phase 2 of DMVPN not support?

A

Spoke-to-spoke communication between different DMVPN networks

This limitation affects multilevel hierarchical DMVPN configurations.

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

In DMVPN Phase 3, what type of message does the hub send to the spoke that originated the packet flow?

A

NHRP redirect message

This message provides the necessary information for the spoke to resolve the destination host/network.

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

What is the purpose of the NHRP redirect message in DMVPN Phase 3?

A

To provide necessary information for the originator spoke to initiate a resolution of the destination host/network

This allows for more efficient routing and communication between spokes.

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

In DMVPN Phase 3, what does NHRP do with paths?

A

NHRP installs paths in the routing table for the shortcuts it creates

This allows for more efficient routing by enabling direct communication between spokes.

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

What does NHRP shortcuts modify in the routing table?

A
  • The next-hop entry for existing routes
  • Adds a more explicit route entry

This modification enhances routing efficiency and reduces latency.

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

What does DMVPN Phase 3 support in terms of network management?

A

Summarization of networks at the hub

This allows for more efficient routing and management of multiple spoke routers.

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

What command is used to configure the DMVPN tunnel as an mGRE tunnel?

A

tunnel mode gre multipoint

This command sets the tunnel mode to multipoint GRE, which is essential for DMVPN configurations.

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

What command is used to enable NHRP on the tunnel interface?

A

ip nhrp network-id 1-4294967295

This command uniquely identifies the DMVPN tunnel for the virtual interface.

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

What is the significance of the NHRP network ID?

A

Locally significant

It is used to identify a DMVPN cloud on a router.

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

Multiple tunnel interfaces can belong to the same DMVPN cloud. True or False?

A

TRUE

This allows for flexibility in network design.

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

Where you link the IKEv2 keyring to when configuring IPsec?

A

IKEV2 Profile

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

What two configuration settings do you need to link within the IPsec Profile?

A

set IKEV2 profile and transform-set

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

Where do you set transport or tunnel mode when configuring IPsec?

A

crypto ipsec transform-set
mode transport

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

Where do you link the front door VRF when configuring IPsec?

A

Under IKEv2 Profile
match fvrf name

22
Q

What do you need to match in the ikev2 profile?

A

match identity remote address 0.0.0.0

23
Q

What is the purpose of IKE SA?

A

Used for control plane functions like IPsec key management and management of IPsec SAs

IKE SA is essential for establishing secure communication in IPsec.

24
Q

What is the purpose of IPsec SA?

A

Used for data plane functions to secure data transmitted between two different sites.

25
How many **IKE SA** are there between endpoints?
One ## Footnote There is only one IKE SA between endpoints.
26
Can multiple **IPsec SAs** be established between the same two endpoints?
Yes ## Footnote Multiple IPsec SAs can be established between the same two endpoints.
27
Are **IPsec SAs** unidirectional or bidirectional?
Unidirectional ## Footnote IPsec SAs are unidirectional.
28
How many **IPsec SAs** are required to exchange network traffic between sites?
At least two ## Footnote One inbound and one outbound IPsec SA are required.
29
What are the two modes of **IPsec**?
* Tunnel mode * Transport mode ## Footnote Tunnel mode encrypts the entire original packet, while transport mode encrypts only the packet payload.
30
In **Tunnel mode**, what does IPsec do to the original packet?
Encrypts the entire original packet and adds a new set of IPsec headers ## Footnote These new headers are used to route the packet and provide overlay functions.
31
In **Transport mode**, what does IPsec encrypt?
Only the packet payload ## Footnote This mode does not provide overlay functions and routes based on the original IP headers.
32
True or false: **Transport mode** provides overlay functions.
FALSE ## Footnote Transport mode only encrypts the payload and does not add new IPsec headers for routing.
33
What is the extra overhead added by the **GRE IP header**?
20 bytes ## Footnote The GRE IP header contributes to the total overhead in network configurations.
34
How many bytes of overhead do the **GRE flags** add?
4 bytes ## Footnote This overhead is part of the total encapsulation in GRE.
35
What is the extra overhead added by the **IPsec IP header**?
20 bytes ## Footnote The IPsec IP header also contributes to the overall overhead in secure communications.
36
True or false: **IPsec tunnel mode** for DMVPN networks adds perceived value.
FALSE ## Footnote IPsec tunnel mode adds 20 bytes of overhead without providing additional benefits.
37
What mode should be used for **encrypted DMVPN tunnels**?
Transport mode ## Footnote Transport mode is preferred for its efficiency in encrypted DMVPN configurations.
38
What are the **four components** used in Pre-shared Key Authentication for IPsec tunnel protection?
* IKEv2 keyring * IKEv2 profile * IPsec transform set * IPsec profile ## Footnote These components work together to establish secure IPsec tunnels using pre-shared keys.
39
Where do you define a peer to use a pre-shared key when configuring IPsec?
crypto ikev2 keyring
40
What command would you use to on a DMVPN hub to map NBMA addresses used as destinations for broadcast or multicast packets to be sent across the network?
ip nhrp map multicast dynamic
41
What command would you use to on a DMVPN spoke to map NBMA to NHS and provide functions for routing protocols?
ip nhrp nhs 192.168.100.11 nbma 172.16.11.1 multicast
42
What command do you need for phase 3 DMVPN on a hub router?
ip nhrp redirect
43
What command do you need for phase 3 DMVPN on a spoke router?
ip nhrp shortcut
44
True or false: The **NHRP authentication** password is stored securely.
FALSE ## Footnote The password is stored in plaintext, making it weak.
45
How do you enable **NHRP authentication**?
Using the command: ip nhrp authentication password ## Footnote This command is used in the interface parameter.
46
What does the interface parameter command - ip nhrp registration no-unique do?
It stops routers from placing the unique NHRP message flag in registration request packets sent to the NHS. This allows clients to reconnect to the NHS even if the NBMA address changes. | This should be enabled on all DHCP-enabled spoke interfaces.
47
How are overwritten next-hop addresses indicated in the **routing table**?
By the percent sign (%) ## Footnote This notation helps identify which next-hop addresses have been modified by NHRP.
48
For IKEV1, instead of a profile what do you need to configure?
Crypto isakmp policy 10 encr aes 128 hash sha256 authentication pre-share group 16
49
What configuration defines a PSK to be used for any ISAKMP neighbor?
crypto isakmp key avery address 0.0.0.0
50
Under a ISAKMP policy, what four components are needed for the configuration?
51