Routing Protocols Flashcards

(231 cards)

1
Q

RIP metric, classful or classless, how advertised, and AD

A

Hop count, Distance vector, v1 classful/v2 classless, 120

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

IGRP metric, classful or classless, how advertised, and AD

A

Bandwidth and Delay, classful, Distance vector, 100

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

EIGRP metric, classful or classless, how advertised, and AD

A

Bw and delay, classless, hybrid, 90 or 170

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

OSPF metric, classful or classless, how advertised, and AD

A

Link state, classless, cost bw, 110

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

IS-IS metric, classful or classless, how advertised, and AD

A

Link state, classless, cost 10, 115

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

BGP metric, classful or classless, how advertised, and AD

A

Path vector, classless, many path attrib, 20 and 200

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

Interior gatway protocol examples

A

EIGRP, IS-IS (ISP typically), OSPF, RIP

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

External gateway protocol examples

A

BGP

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

Distance vector protocol examples

A

EIGRP and RIPv2

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

Link-State Protocol examples

A

OSPF and IS-IS

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

Exchanges info about the whole topology. Each router determines the best paths on its own, using SPF.

A

Link-state protocols

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

Exchanges routes as vectors of distance and direction. Distance=metric of links or hop count, Direction=next-hop neighbor

A

Distance vector protocols

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

Exchanges routes as the vector of path and direction. Path = list of different path attributes, Direction=next-hop neighbor

A

Path vector protocols

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

Address assigned to an interface on more than 1 node. When packet is sent, it is routed to the nearest interface that has the address.

A

Anycast

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

Local broadcast address

A

255.255.255.255

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

Last IP address in the subnet

A

Directed broadcast address

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

224.0.0.0 to 239.255.255.255

A

Reserved ipv4 multicast address

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

224.0.0.5 and 224.0.0.6

A

Multicast OSPFv2

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

224.0.0.9

A

RIPv2 multicast

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

224.0.0.10

A

EIGRP multicast

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

FF02:5 and FF02:6

A

Multicast OSPFv3

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

FF02:9

A

RIPng multicast

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

FF02:A

A

EIGRP multicast

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

2000::/3

A

Global IPv6 addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
FE80::/10
Link-local addresses
26
FF00::/8
Multicast addresses
27
FC00:7
Unique local addresses
28
::1
Loopback
29
Example of a broadcast network
Ethernet
30
A network that can support many routers but does not have broadcast ability
NBMA network (e.g. Frame relay and ATM)
31
Point-to-Point technology that allows the transport of any layer 2 protocol at the PE
VPWS (Virtual private wire service)
32
Emulates an Ethernet multiaccess LAN segment over the MPLS core and provides multipoint-to-multipoint service
VPLS (Virtual private lan service)
33
3 main components of a GRE tunnel
(1) Passenger protocol (IPv4, IPv6) (2) Carrier Protocol (GRE) (3) Transport Protocol (IP)
34
GRE creates this many bytes of additional overhead
24
35
This technology enables a single GRE interface to support multiple GRE tunnels and simplifies the complexity of the configuration.
mGRE
36
DMPVPN relies on what 3 things
mGRE, NHRP, IPsec
37
Routing protocol: If a network is 16 or more hops away, the router considers it unreachable.
RIP
38
udp port 520
RIP IPv4
39
udp port 521
RIP IPv6
40
Routing protocol: Subnet mask is not exchanged during the update process.
RIPv1
41
AD of RIP
120
42
Routing updates every 30 seconds and with topology change
RIP
43
Operates within an autonomous system
IGP
44
Operates between autonomous systems
EGP
45
Each router determines the best path on its own
distance vector protocol
46
Exchanges only the best routes with its neighbors
Link-state protocol
47
``` 3 Benefits of route summarization: A. smaller routing table B. lower use of IP addresses C. more accurate path selection D. fewer routing updates E. Improved convergence ```
ADE
48
``` Which one of these four RIPng configuration steps can you leave out but still have RIPng up and running at the end? A. enable IPv6 routing B. create a RIPng routing process C. enable IPv6 on the interface D. enable RIPng on the interface ```
B
49
EIGRP protocol number
88
50
Metric calculation for EIGRP
Advertised metric + link cost
51
EIGRP packets
Hello, ACK, Update,
52
Routing protocol: Uses RTP for reliable, guaranteed delivery of packets.
EIGRP
53
Uses DUAL (Diffusing Update Algorithm) to calculate the best routes to remote networks.
EIGRP
54
T/F: Metric is not used for the EIGRP metric calculation. except in tie-breaker cases.
True, but MTU is exchanged in routing updates.
55
EIGRP: Another word for metric weights
K-Value..default is 0
56
The EIGRP delay value is the sum of the delays in the math, in _______, while the show interface output displays the delay in ______.
tens of microseconds/microseconds
57
_____ means that reported distance must be less than feasible distance and is critical to maintain loop-free topology.
Feasibility condition
58
Routers configured as ____ do not forward EIGRP learned routes to other neighbors.
Stubs
59
EIGRP: Without a feasible successor, ,when successor goes down, a ____ must be sent.
Query
60
Nonstub routers will/will not send query messages to stub routers?
will not
61
Command to change a router to stub for EIGRP
router eigrp 1 | eigrp stub
62
If a router does not receive a reply to all the outstanding EIGRP queries within three minutes (the default time), the route goes into the ____ state
SIA
63
EIGRP: Once the ____ timer expires, the neighbor relationship is reset.
active
64
EIGRP: If the router receives enough packets to maintain the neighbor relationship, but is not receiving all the queries or replies, the affected devices will generate what error messages?
EIGRP DUAL-3-SIA error messages
65
When no reply to a query is received, EIGRP sends a ____ packet when the active timer is halfway through, after 90 seconds.
SIA-Query
66
EIGRP summarization limits ______ and improves ______
query scope/convergence
67
Command for manual summarization EIGRP
ip summary-address eigrp
68
Default value for EIGRP variance? Max value?
1 (default) / 128 (max)
69
The only way to summarize IPv6-advertised prefixes in EIGRP is ____
manual summarization
70
EIGRP: If you don't assign a router ID, what happens?
the router will automatically assign it the highest loopback or the highest active interface IPv4 address. IPv6 requires a router ID.
71
EIGRP for IPv6 uses assigned dedicated multicast address what? how about IPv4?
FF02::A / 224.0.0.10
72
____ EIGRP configuration tries to eliminate configuration complexity that occurs when configuring EIGRP for both IPv4 and IPv6.
Named
73
Within the EIGRP address family, what is the command to enter address family interface configuration mode?
af-interface
74
What is the formula for selecting a feasible successor? A. The AD of the current successor route is less than the FD of the feasible successor route. B. The FD of the current successor route is less than the AD of the feasible successor route. C. The FD of the feasible successor route is less than the AD of the current successor route. D. The AD of the feasible successor route is less than the FD of the current successor route.
D
75
What does the passive state in the EIGRP topology table signify? A. There are outstanding queries for this network. B. The network is unreachable. C. The network is up and operational, and conditions are normal. D. A feasible successor has been selected.
C
76
____ propagates link-state advertisements rather than routing table updates.
OSPF
77
Requirements for an OSPF neighbor to establish. (4)
1. Area has to match 2. Hello/Dead timers have to match 3. Stub flag must match 4. Authentication must match
78
OSPF: discovers neighbors and builds adjacencies between them.
Hello
79
OSPF: Checks for database synchronization between routers. Packet describes the LSDB.
DBD
80
OSPF: Requests specific LSAs from another router that are missing in its table.
LSR(equest)
81
OSPF: Sends specifically requested LSAs. Are the flooded responses from LSR packets.
LSU(pdate)
82
To calculate the best path, OSPF uses ___ or ____
SPF or Dijkstra's algorithm
83
OSPF protocol number
89
84
T/F: OSPF uses broadcast, rather than multicast or unicast
F. OSPF uses multicast or unicast
85
OSPF multicast address
224.0.0.5 for OSPF routers and 224.0.0.6 for DR and BDR routers
86
T/F: OSPF can do auto summarization.
F: OSPF does manual only.
87
What authentication for OSPF?
cleartext, MD5, and SHA
88
OSPF area 0 is also known as ___
backbone area or transit area
89
OSPF: end users are not found within ____
backbone area/area 0
90
OSPF: A backbone area connects to all other ___.
nonbackbone areas
91
A router that has interfaces connected to at least 2 different OSPF areas, including the backbone area.
ABR
92
A router that has at least one of its interfaces connected to an OSPF area and at least one of its interfaces connected to an external non-OSPF domain.
ASBR
93
A router that has all its interfaces connected to only one OSPF area
Internal router
94
OSPF: A router that has at least one interface connected to the backbone area.
Backbone router
95
OSPF: Acknowledges the other packet types.
LSA(ck)
96
OSPF: LSA Type Router announces its presence. Only within the area
1
97
OSPF: LSA Type Networks are broadcast. Only within the area by the DR.
2
98
OSPF: LSA Type Summary. An ABR sends the summaries out to other areas
3
99
OSPF: LSA Type External. Generated by ASBR. Details imported from another routing process. Get flooded everywhere except special areas.
5
100
OSPF. When the router sees its own router ID int he hello packet received from the neighbor, it wil transit to the ___ state.
2-WAY
101
OSPF: When a router receives a hello from the neighbor but has not yet seen its own router ID in the neighbor hello packet, it will transit to the ____ state.
INIT
102
OSPF: In the DBD exchange process, the router with the highest ____ will become master and it will be the only router that can increment sequence numbers.
router id
103
OSPF: After master/slave selection is complete, the database exchange can start, and this state is called ____.
ExChange
104
OSPF: After the database exchange is complete, the next state is ____ where LSRs are exchanged.
Loading
105
OSPF: LSA Type ASBR-Summary. Detailed next-hop information is flooded to all routers in the OSPF domain regarding how to get to the ASBR.
4
106
The OSPF hello packet contains three specific fields used for DR/BDR election. What are they?
Designated router, backup designated router, and router priority
107
OSPF: On multiaccess broadcast networks, routers use multicast destination address ______ to communicate with the DR and the DR uses ____ to communicate with all other non-DR routers. On NBMA networks, the DR and adjacent routers communicate using ____
224.0.0.6 / 224.0.0.5 / Unicast
108
OSPF: The name of a router that is not a DR or BDR
DROTHER
109
OSPF: The router with the highest ___ becomes the DR.
priority
110
OSPF: If the priority values are equal, the router with the highest ____ becomes the DR.
router ID
111
OSPF: If a router is set with priority of 0, what is its role in the DR/BDR election.
It does not participate.
112
OSPF neighbors with mismatched MTUs are stuck in the _____ adjacency state. MTUs must match.
EXSTART
113
The default OSPF hello timers on multiaccess and P2P links is __ seconds while all other network types, including NBMA, is ___ seconds.
10 / 30
114
The default value of the dead interval for OSPF is ____
4 times the hello interval.
115
OSPF state: no active neighbor detected
Down
116
OSPF state: hello packet received. bi-directional communication not yet started
INIT
117
OSPF state: Own router ID received hello. at the end of this stage, DR and BDR election will occur.
2-WAY
118
OSPF state: Master and slave roles determined
EXSTART
119
OSPF state: Database description packets (LSDB) sent
EXCHANGE
120
OSPF state: Exchange of LSRs and LSUs
LOADING
121
OSPF state: Neighbors fully adjacent
FULL
122
There is no DR/BDR election on what type of network
Point-to-Point and Point-to-Multipoint
123
This network type is used on networks that interconnect more than 2 routers but without broadcast capability
Nonbroadcast (NBMA)
124
This type of network has the same characteristics as point-to-multipoint, except that neighbors are not discovered dynamically.
Point-to-multipoint nonbroadcast
125
You can change the OSPF network type with what command?
ip ospf network
126
OSPF: The link-state ID of the type 1 LSA is the ____
originating router id
127
OSPF: The link-state ID of the type 2 LSA is the ____
IP interface address of the DR
128
OSPF: The link-state ID of the type 3 LSA is the ____
destination network number
129
OSPF: The link-state ID of the type 4 LSA includes the ____
router ID of the described ASBR
130
OSPF: The link-state ID of the type 5 LSA is the ____
External Network Number
131
Specialized LSA type that are used in multicast OSPF applications
6
132
OSPF LSA type used in special area type NSSA for external routes.
7
133
LSA types used in OSPFv3 for link-local addresses and intra-area prefixes. (hint: 2 answers)
8 and 9
134
Generic LSA types, also called opaque, which allow future extensions of OSPF. (hint: 2 answers)
10 and 11
135
OSPF LSA types that are flooded within an area
1 and 2
136
OSPF LSA types that are flooded when exchanging information between the backbone and standard areas.
3 and 5
137
OSPF LSA type that are injected into by the ABR because all routers in the OSPF domain need to reach the ASBR.
4
138
With each OSPF network change, an updated LSA is generated with the link-state age set to ____
0
139
OSPF periodically refreshes each LSA after the link-state age timer reaches ____
30 minutes
140
OSPF: In a normal operating network, you will not see the age variable with a value higher than ____
1800 seconds or 30 minutes
141
You can verify how often the SPF algorithm was executed using what command?
show ip ospf
142
What is the OSPF cost formula?
cost = reference bandwidth / interface bandwidth
143
What is the default reference bandwidth in OSPF?
100 mbps
144
What command do you use to change the OSPF reference bandwidth?
router ospf 1 | auto-cost reference-bandwidth
145
What command do you use to change the OSPF cost on a serial link?
interface serial 2/0 | ip ospf cost
146
OSPF: ____ are designed to reduce the amount of flooding, the LSDB size, and the routing table size in routers within the area.
Stub areas and route summarization
147
OSPF command to summarize a route in an area.
router ospf 1 | area range
148
OSPF: inter-area routes summarized have a metric equal to the ____ of all subnets within the summary address range and will have a route to ____ to avoid loops and is generated if at least ____ within the area falls in the summary address range.
lowest cost / null 0 / one subnet
149
OSPF command to summarize an external route.
router ospf 1 | summary-address
150
OSPF: Default routes are injected using what type of LSA
5
151
OSPF: A ___ is a special area type that does not accept information about routes that are external to the AS and all type 5s are dropped.
Stub area
152
OSPF: In a stub area, the stub ABR advertises a default route using what type of LSA
3
153
OSPF: A ____ area does not accept external or interarea routes and is Cisco proprietary. It blocks LSA type 3 and 5.
totally stubby
154
OSPF: Command to configure a totally stubby area on ABR
router ospf | area 2 stub no-summary
155
OSPF: When you use the ___ or the ____ command to redistribute routes into an OSPF routing domain, the router automatically becomes an ASBR
Redistribute / default-information
156
OSPF: An ____ metric-type keeps the same metric (external) all through transit.
E2
157
OSPF: An ____metric-type increments the metric (external and internal) throughout transit.
E1
158
OSPF: 4 command options for "default-information originate"
always, metric, metric-type, route-map
159
OSPF: The ____ is a nonproprietary extension of the existing stub area feature that allows the injection of external routes in a limited fashion into the stub area
NSSA
160
OSPF: Command to configure an NSSA area
area 1 nssa | area 1 nssa no-summary
161
OSPF: This type of stub area blocks type 3, 4, and 5 LSAs from ABR and blocks type 3 and 5 LSAs from ABR. Cisco proprietary.
Totally NSSA
162
OSPF: This type of stub area accepts type 7 LSA, later converts it to type 5, accepts type 3, and blocks type 4 and 5 from ABR. Non-proprietary.
NSSA
163
OSPF: LSA type that can only exit in an NSSA. Has propagate bit in header to prevent propagation loops.
7
164
OSPF: This type of LSA has local-link flooding scope.
8
165
OSPF: Type of LSA that contains intra-area prefix LSAs for each router or transit network
9
166
To control the maximum number of equal-cost routes a process for OSPFv3 routing can support, use the ____ command in IPv6 or IPv4 address family configuration mode. The range is ___ to ____.
maximum-paths / 1 to 64
167
New style OSPFv3 for IPv4 and IPv6 command.
router ospfv3
168
Traditiona OSPFv3 command
ipv6 router ospf
169
``` What is the OSPF transport? A. IP/88 B. TCP/179 C. IP/89 D. IP/86 E. UDP/520 ```
C.
170
An ABR maintains ______ A. a single DB for all areas B. A separate database for each area with which it is connected C. 2 DB; one for the backbone and one for all other areas. D. A separate routing table for each area
B
171
``` Which 2 methods does OSPF employ to conserve the competing resources? A. area-based segregation B. LSDB C. passive interfaces D. redistribution E. network types ```
A, C
172
What are 2 reasons why route summarization is important? A. it reduced LSA type 1 flooding B. it reduces LSA type 3 flooding C. it reduces the size of the routing table D. it reduces the size of the neighbor table
B, C
173
``` Route summarization reduces the flooding of which 2 of the following LSA types? A. router B. network C. Summary D. External E. NSSA ```
C, D
174
``` Stub area design can improve ____. A. CPU utilization on routers in the stub B. the number of adjacencies in the stub C. the ability to reach outside networks D. LSDB size on routers in the backbone ```
A
175
``` What address would you configure in the neighbor command to set up an OSPFv3 adjacency over an NBMA link? A. local IPv4 address B. neighbor IPv4 address C. interface link local IPv6 address D. local global IPv6 address E. neighbor link-local IPv6 address F. neighbor global IPv6 address ```
E
176
EIGRP default-metric command has numbers in which order? (e.g. default-metric 1000 100 250 100 1500
Bandwidth, delay, rely, load, mtu
177
OSPF type of route where the external cost is added to the internal cost of each link that the packet crosses. Use this for best path.
O E1
178
OSPF type of route where the external cost is the external cost only. Used if only one ASBR is advertising an external route to the AS. Use with load balancing.
O E2
179
OSPF: One of the ways to control routing updates is a technique called a ___.
Distribute List
180
OSPF distribute list consists of an ___ telling which routes are permitted and then the ____ command to assign it to the ospf process.
access list/distribute-list 7 out/in eigrp 100
181
The intended use of ____ is limited to route filtering, where access lists were originally intended to be used for packet filtering and were then extended to route filtering.
prefix lists
182
Prefix list command example
ip prefix-list permit/deny /
183
____ are complex access lists that allow conditions to be tested against a packet or route using the match commands. If conditions match, actions can be taken to modify attributes of the packet or route. These actions are specified by the set commands.
Route maps
184
There is always an implicit deny at the end of an access list or ____.
Route map
185
In a route map, match criteria in the same line are processed with a logical ___
OR
186
In a route map, match criteria separated vertically vertically under a route map line uses a logical ___
AND
187
To change the AD for EIGRP, the command is what?
distance
188
To change the AD for OSPF, the command is what?
distance ospf intra-area inter-area external
189
____ are simple labels that are attached to selected routes and are used by route maps to set and match.
Route Tags
190
The 3 key issues of redistribution are what?
Routing loops, Incompatible routing information, inconsistent convergence time
191
``` Which matching method cannot be used with a prefix list filter? A. mask filtering B. using ge C. using le D. using le and ge E. packet length ```
E
192
``` Which four tools can be used in route filtering? A. access lists B. prefix lists C. summarization D. distribute lists E. QoS F. route maps ```
A, B, D, F
193
What does the redistribute eigrp 100 subnets metric-type 1 command do when used in router configuration mode under OSPF process 1? A. redistributes from EIGRP AS 100 into OSPF and changes metric type from type 2 to type 1 B. redistributes from EIGRP AS 100 into OSPF process 1 and changes the metric value of each subnet C. redistributes only from EIGRP AS 100 subnets of metric type 1 D. redistributes from EIGRP and processes the first 100 subnet of metric type 1.
A
194
Cisco switching mechanisms: slowest method - every packets examined by CPU; all forwarding decisions made in software
Process switching
195
Cisco switching mechanisms: faster method - first packet in each flow examined by CPU; forwarding decision cached in hardware for subsequent packets in flow
Fast switching
196
Cisco switching mechanisms: fastest method - hardware forwarding table is created regardless of traffic flows; all packets switched using hardware. Default switching mode
CEF
197
CEF is enabled by default in ____, but not ___
IPv4/IPv6
198
Command to turn off CED
no ip route-cache cef
199
___ provides solutions for routing where legal, contractual, or political constraints dictate that traffic be routed through specific paths. It bypasses the routing table.
PBR (policy-based routing)
200
Command to apply a PBR to an interface.
ip policy route-map show ip policy
201
_____ actively send data across the network to measure performance between multiple network locations or across multiple network paths. They use time-stamp information to calculate performance metric, such as jitter, latency, network and server response times, packet loss, and mean opinion score.
Cisco IOS IP SLAs
202
Commands to setup an SLA that pings and interface 10 times forever.
ip sla icmp-echo x.x.x.x source-interface eth0 frequency 10 ip sla schedule start-time now life forever
203
Command to setup a track on an SLA
track 1 ip sla reachability
204
If an SLA determines a link to be alive, what command would assign the proper default routing.
ip route 0.0.0.0 0.0.0.0 track
205
What is the command to assign SLA with PBR for dynamic path control?
set ip next-hop verify-availability track
206
In fast switching, when some destination is already cached, is an additional ARP request necessary? A. Yes B. No
B
207
Which three of these options cannot be CEF-switched and must be processed in software? A. packets with IP header options B. packets received with a larger MTU than that of an output interface, and therefore must be fragmented. C. packets that need NAT D. packets that are forwarded to a tunnel interface E. packets with a source address that is not in the FIB table.
A, B, D
208
PBR can be used to optimize the traffic path for some specific application. True or false? A. True B. False
A
209
PBR by itself can be used to dynamically alter the traffic path, depending on network performance. A. True B. False
B
210
Examine the PBR and IP SLA configuration snippet given below. What happens to a packet when the status of the tracked object is "down"? set ip next-hop verify-availability 10.1.1.1 10 track 1 A. The packet is dropped and an ICMP "destination-unreachable" message is returned to the sender. B. The packet is just dropped. C. The packet is forwarded using a routing table. D. The packet is processed with the next route-map statement.
C
211
Type of ISP connectivity where a company uses only one service provider, and there is no redundancy.
Single-homed
212
Type of ISP connectivity where 1 ISP is used, but 2 links to that ISP are used.
Dual-homed
213
Type of ISP connectivity where the customers is connected to multiple ISPs using 1 link to each.
Multihomed
214
Type of ISP connectivity where the customer has multiple links to multiple ISPs.
Dual-multihomed
215
For a multihomed connection PA address space is required. T or F
False. It must be PI (provider independent)
216
_____ address space is assigned directly to an organization by the RIR (Regional Internet Registry), so the address space is not related to your ISP.
Provider independent
217
Command to disable learning the default route in DHCP.
no ip dhcp client request router
218
Type of IP address assigned to a device on an internal network.
Inside local address
219
IP address of an internal device as it appears to the external network.
Inside global address
220
IP address of an external device as it appears to an internal network.
Outside local address
221
IP address assigned to a device on an external network.
Outside global address
222
___ removes the requirement to configure an interface as either inside or outside.
NAT Virtual Interface (NVI)
223
NVI is configured in the interfae with which command?
ip nat enable
224
____ provides the ability to configure IPv6 addressing information on host devices without any intervention from the network administrator.
SLAAC (Stateless autoconfiguration)
225
___ works in combination with SLAAC, but the DHCP server is pinged for additional info such as DNS and NTP.
Stateless DHCPv6
226
___ means the IPv6 addressing and additional information is only received from the server by setting the managed-config-flag flag in the route advertisements.
Stateful DHCPv6
227
____ is an extension to DHCPv6. Its task is to assign whole subnets from a DHCPv6 server to a DHCPv6 client.
DHCPv6-PD
228
IPv6 ICMP ACL options
nd-ns and nd-na (neighbor discovery, sync and ack)
229
Command to apply IPv6 ACL to interface
ipv6 traffic-filter in/out
230
In BGP, neighbors have to be directly connected. T or F?
False. They don't have to be directly connected
231
In BGP, the "network" command is what to advertise or enabled on which interface?
what to advertise