06-12-2023 07:22 AM
Can you help with this lab?
Configure IPv4 and IPv6 connectivity between two routers. For IPv4, use a /28 network from the 192.168.180.0/24 private range. For IPv6, use the first /64 subnet from the 2001:0db8:acca::/48 subnet.
1. Using Ethernet0/1 on routers R1 and R2, configure the next usable /28 from the 192.168.180.0/24 range. The network 192.168.180.0/28 is unavailable.
2. For the IPv4 /28 subnet, router R1 must be configured with the first usable host address.
3. For the IPv4 /28 subnet, router R2 must be configured with the last usable host address.
06-12-2023 07:27 AM
He give You IP apply it to interface' if you have issue please elaborate
06-12-2023 08:35 AM
Hi
The exercise is testing you on the subnet calculation, which you can use a online subnet calculator for it. Although it is a good idea learn how to do this in your head in case you intend to take exams.
The next network is 192.168.180.16/28, as the 192.168.180.0 is unavailable.
Use 192.168.180.17 (first usable) in R1 and 192.168.180.30 (Last usable) in Router2
06-13-2023 03:21 AM
Using the information from the question and the community members; Configure as follows:
R1
configure terminal
ipv6 unicast-routing
interface eth0/1
ip address 192.168.180.17 255.255.255.240
ipv6 address 2001:db8:acca::1/64
no shutdown
end
copy running-config starting-config
.
R2
configure terminal
ipv6 unicast-routing
interface eth0/1
ip address 192.168.180.30 255.255.255.240
ipv6 address 2001:db8:acca::2/64
no shutdown
end
copy running-config starting-config
.
HTH
06-15-2023 06:35 AM
What is the ping command between the routers on the IPv4 and IPv6 address ranges?
06-15-2023 06:40 AM
For IP v4 is only ping and the IP
For IPv6 you use "ping ipv6" and the IPv6 IP
06-15-2023 06:46 AM - edited 06-15-2023 06:49 AM
You can not ping from different address family
Ping from ipv4 to ipv4
Ping from ipv6 to ipv6
Ping for ip4 is
Ping
Ping for ipv6
Ping6 or ping ipv6
06-15-2023 07:08 AM
Is this right?
ping ipv6 2001:db8:acca:1
ping ipv6 2001:db8:acca:2
06-15-2023 07:14 AM - edited 06-15-2023 07:25 AM
correct if this ip is assign to interface
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide