cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1448
Views
1
Helpful
8
Replies

Configure IPv4 and IPv6 connectivity between two routers.

Ian Dewar
Level 1
Level 1

Can you help with this lab?

IanDewar_1-1686579563532.png

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.

8 Replies 8

He give You IP apply it to interface' if you have issue please elaborate 

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

NetworkDave
Spotlight
Spotlight

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

Ian Dewar
Level 1
Level 1

What is the ping command between the routers on the IPv4 and IPv6 address ranges?

For IP v4 is only ping and the IP

For IPv6 you use "ping ipv6"  and the IPv6 IP

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

 

Ian Dewar
Level 1
Level 1

Is this right?

ping ipv6 2001:db8:acca:1

ping ipv6 2001:db8:acca:2

correct if this ip is assign to interface

Review Cisco Networking for a $25 gift card