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.
1. 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.
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.
4. For the IPv6 /64 subnet, configure the routers with the IP addressing provided from the topology.
5. A ping must work between the routers on the IPv4 and IPv6 address ranges.

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
Karol
9 months agoPete
10 months agoZona
10 months agoRory
10 months agoMose
10 months agoMarkus
10 months agoLonny
11 months agoLauryn
11 months agoAdelaide
11 months agoDelila
11 months agoAllene
11 months agoCarrol
11 months agoShenika
11 months agoElena
11 months agoBrittni
11 months agoTawny
11 months agoDelbert
2 years agoVelda
2 years agoLucina
2 years agoRuby
2 years agoSheridan
2 years agoBrittni
2 years agoMickie
2 years agoDion
2 years agoAmmie
2 years agoTish
2 years agoArmando
2 years ago