You are responsible to configure a static route on R1’s outgoing interface, in order to support traffic between the subnets. R2 is already configured. Which of the following commands will you type to configure a static route on R1’s outgoing interface?
ipv6 route 2000:1:1:1::/64 s0/1/1 is the correct answer. IPv4 and IPv6 static routes, when the command references an interface, the interface is a local interface.
To support traffic between the subnets requires both routers to have a static route. R1 is now configured. Host A from the subnet 2000:1:1:1::/64 will forward all its IPv6 packets to its default router (R1), and R1 can now route those packets out S0/1/1 to R2 next.
The question declared that the R2 is already configured so, now both subnets can communicate. If the R2 wasn’t config ured then you should have added the following command on R2.
R2(config)# ipv6 route 2000:2:2:2::/64 S0/1/0
Static routes instead of using the local interfaces, they can use the IP address of the next router as a next-hop.
Below we provide an example of how the command looks like on both routers if you were used the IP of the next router to create static route.
Comments
Post a Comment