314To do… Use the commands… RemarksStep 1 Enter system view system-view —Step 2 Configure an IPv6 staticroute with the outputinterface being abroadcast or NBMAinterfaceipv6 route-static ipv6-address prefix-length [interface-type interface-number ] nexthop-address[ preference preference-value ]RequiredBy default, noIPv6 static routeis configured;the defaultpreference ofIPv6 static routesis 60.Step 3 Configure an IPv6 staticroute with the outputinterface being a point-to-point interfaceipv6 route-static ipv6-address prefix-length {interface-type interface-number | nexthop-address } [ preference preference-value ]While configuring a static route, you can configure either the output interface or the next hop address,depending on one of the following situations:• If the output interface is a broadcast interface or an NBMA interface, the next hop address must bespecified.• If the output interface is a point-to-point interface, you can specify either the output interface or the nexthop address, but not both.Displaying and maintaining IPv6 static routesTo do… Use the command… RemarksStep 1 Display IPv6 static routeinformationdisplay ipv6 routing-table protocol static[ inactive | verbose ]Available in anyviewStep 2 Remove all IPv6 staticroutes delete ipv6 static-routes all Available insystem viewUsing the undo ipv6 route-static command can delete a single IPv6 static route, while using the deleteipv6 static-routes all command deletes all IPv6 static routes, including the default route.IPv6 static routing configuration example