Lab Simulation 47
Guidelines
This is a lab item in which tasks will be performed on virtual devices.
- Refer to the Tasks tab to view the tasks for this lab item.
- Refer to the Topology tab to access the device console(s) and perform the tasks.
- Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
- All necessary preconfigurations have been applied.
- Do not change the enable password or hostname for any device.
- Save your configurations to NVRAM before moving to the next item.
- Click Next at the bottom of the screen to submit this lab and move to the next question.
- When Next is clicked, the lab doses and cannot be reopened.
Topology

Tasks
Physical connectivity between R1 and R2 has been established. IP connectivity must be established between both routers. Ping must be successful between both routers on IPv4 and IPv6.
1. Configure IPv4 Addressing between R1 and R2 using the first usable host IP on R1 and last usable host IP on R2.
2. Configure IPv6 addressing between R1 and R2 using the subnet provided and the .X host addressing derived from within IPv4.
Correct Answer:
See the below explanation
Explanation:
IPv4 Addressing
On R1:
interface Ethernet0/0
ip address 10.0.12.1 255.255.255.224
no shutdown
On R2:
interface Ethernet0/0
ip address 10.0.12.30 255.255.255.224
no shutdown
IPv6 Addressing
On R1:
interface Ethernet0/0
ipv6 address 2001:db8:12::1/122
no shutdown
On R2:
interface Ethernet0/0
ipv6 address 2001:db8:12::2/122
no shutdown
Verification:
Ping IPv4 from R1 to R2:
ping 10.0.12.30
Ping IPv6 from R1 to R2:
ping ipv6 2001:db8:12::2