ExamGecko
Question list
Search
Search

Question 633 - 200-301 discussion

Report
Export

Configure IPv4 and IPv6 connectivity between two routers. For IPv4, use a /28 network from the 192.168.1.0/24 private range. For IPv6, use the first /64 subnet from the 2001:0db8:aaaa::/48 subnet.

A.

Using Ethernet0/1 on routers R1 and R2, configure the next usable/28 from the 192.168.1.0/24 range. The network 192.168.1.0/28 is unavailable.

Answers
A.

Using Ethernet0/1 on routers R1 and R2, configure the next usable/28 from the 192.168.1.0/24 range. The network 192.168.1.0/28 is unavailable.

B.

For the IPv4 /28 subnet, router R1 must be configured with the first usable host address.

Answers
B.

For the IPv4 /28 subnet, router R1 must be configured with the first usable host address.

C.

For the IPv4 /28 subnet, router R2 must be configured with the last usable host address.

Answers
C.

For the IPv4 /28 subnet, router R2 must be configured with the last usable host address.

D.

For the IPv6 /64 subnet, configure the routers with the IP addressing provided from the topology.

Answers
D.

For the IPv6 /64 subnet, configure the routers with the IP addressing provided from the topology.

E.

A ping must work between the routers on the IPv4 and IPv6 address ranges.

Answers
E.

A ping must work between the routers on the IPv4 and IPv6 address ranges.

F.
Answers
F.
Suggested answer: A

Explanation:

Answer: A

Explanation:

Answer as below configuration:

on R1

config terminal

ipv6 unicast-routing

inter eth0/1

ip addre 192.168.1.1 255.255.255.240

ipv6 addre 2001:db8:aaaa::1/64

not shut

end

copy running start

on R2

config terminal

ipv6 unicast-routing

inter eth0/1

ip address 192.168.1.14 255.255.255.240

ipv6 address 2001:db8:aaaa::2/64

not shut

end

copy running start

--------------------for

test from R1

ping ipv6 2001:db8:aaaa::1

for test from R2

ping ipv6 2001:db8:aaaa::2

asked 07/10/2024
OLUWAGBENRO AFUWAPE
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first