Question

Difficulty: EasyIPv6 Static Routing

A network administrator needs to configure an IPv6 default static route on a Cisco IOS router pointing to the exit interface GigabitEthernet0/0. Complete the command by specifying the IPv6 default route prefix notation.

Answer:ipv6 route 【::/0】 GigabitEthernet0/0

Answer

The correct prefix notation to complete the IPv6 static default route command is ::/0.
The IPv6 default route prefix is designated as ::/0, which matches all destination networks regardless of prefix length.

Step-by-Step Solution

1
Identify the IPv6 address representation for a default route.
In IPv6 addressing, all zeros with a prefix length of zero bits is represented using compressed format as ::/0.
The prefix ::/0 matches any IPv6 destination network when no more specific match exists in the routing table.

Key Concept

IPv6 Default Static Route Syntax
Rate this question