7-2z Enabling IPv6 packet forwardingz Ensuring that neighboring nodes can reach each otherConfiguration procedureFollow these steps to configure an IPv6 static route:To do… Use the commands… RemarksEnter system view system-view —Configure an IPv6 static route withthe output interface being abroadcast or NBMA interfaceipv6 route-static ipv6-address prefix-length[ interface-type interface-number ]nexthop-address [ preferencepreference-value ]Configure an IPv6 static route withthe output interface being apoint-to-point interfaceipv6 route-static ipv6-address prefix-length{ interface-type interface-number |nexthop-address } [ preferencepreference-value ]RequiredThe defaultpreference of IPv6static routes is 60.Follow these guidelines to configure the output interface and/or the next-hop address for a static route:z If the output interface is a broadcast interface, such as an Ethernet interface, a VLAN interface, oran NBMA interface (such as an X.25 interface or frame relay interface), the next hop address mustbe specified.z If the output interface is a point-to-point interface (such as a serial port), you can specify either theoutput interface or the next hop address, but not both.Displaying and Maintaining IPv6 Static RoutesTo do… Use the command… RemarksDisplay IPv6 static routeinformationdisplay ipv6 routing-tableprotocol static [ inactive |verbose ]Available in any viewRemove all IPv6 static routes delete ipv6 static-routes all Available in system view