7-3z Using the undo ipv6 route-static command can delete a single IPv6 static route, while using thedelete ipv6 static-routes all command deletes all IPv6 static routes including the default route.z For more information about the display ipv6 routing-table protocol static [ inactive | verbose ]command, see IP Routing Basics Configuration Commands in the Layer 3 - IP Routing CommandReference.IPv6 Static Routing Configuration ExampleNetwork requirementsAs shown in the following figure, configure IPv6 static routes so that hosts can reach one another.Figure 7-1 Network diagram for static routesConfiguration procedure1) Configure IPv6 addresses for all VLAN interfaces (Omitted)2) Configure IPv6 static routes.# Configure a default IPv6 static route on SwitchA. system-view[SwitchA] ipv6 route-static :: 0 4::2# Configure two IPv6 static routes on SwitchB. system-view[SwitchB] ipv6 route-static 1:: 64 4::1[SwitchB] ipv6 route-static 3:: 64 5::1# Configure a default IPv6 static route on SwitchC. system-view[SwitchC] ipv6 route-static :: 0 5::23) Configure the IPv6 addresses and gateways for hosts.Configure the IPv6 addresses for all the hosts as per the network diagram, configure the defaultgateway of Host A as 1::1, that of Host B as 2::1, and that of Host C as 3::1.4) Display configuration information