What prefix and prefix length parameter completes the Cisco IOS command to configure a default IPv6 static route pointing to next-hop address $2001:
\text{db8}:1::2$?
Answer:Router(config)# ipv6 route 【::/0】 2001:db8:1::2
Answer
The correct notation to represent a default route in IPv6 static routing is ::/0.
In IPv6 static routing, ::/0 is the prefix notation for a default route, serving the same function as 0.0.0.0/0 in IPv4.
Step-by-Step Solution
Key Concept
IPv6 Default Static Route Configuration
Estimated Time:45s