The exhibit shows a route to 2001:DB8:1:200::/56 in the IPv6 route table. How did the route get into the route table?
The exhibit shows a route to 2001:DB8:1:200::/56 in the IPv6 route table. How did the route get into the route table?
The route got into the IPv6 route table through a static route configuration. The correct format of the command should match the configuration for IPv6 static routes, given the next-hop address. The correct command format to configure the IPv6 static route with the specified next-hop address is 'Configure router ipv6 static-route 2001:DB8:1:200::/56 next-hop FE80::225:BAFF:FE30:94E3'. This implies that the appropriate option is to configure the IPv6 static route directly with the next-hop address without the '-toR2' suffix, so the correct option is the one that matches this syntax: Option A.
Answer is D - syntax below ipv4-address a.b.c.d ipv6-address x:x:x:x:x:x:x:x[-interface] (eight 16-bit pieces) x:x:x:x:x:x:d.d.d.d[-interface] x: [0 to FFFF]H d: [0 to 255]D interface: 32 characters max, mandatory for link local addresses
The right anwer is C. Configure router static-route 2001:DB8:1:200::/56 next-hop FE80::225:BAFF:FE30:94E3