26Static routing configuration commandsNOTE:The termrouter in this document refers to both routers and Layer 3 switches.delete static-routes allSyntaxdelete [ vpn-instance vpn-instance-name ] static-routes allViewSystem viewDefault level2: System levelParametersvpn-instance-name: Name of a VPN instance, a string of 1 to 31 case-sensitive characters.DescriptionUse the delete static-routes all command to delete all static routes.When you use this command to delete static routes, the system will prompt you to confirm the operationbefore deleting all the static routes.Related commands: ip route-static and display ip routing-table.Examples# Delete all static routes on the router. system-view[Sysname] delete static-routes allThis will erase all ipv4 static routes and their configurations, you must reconfigure allstatic routesAre you sure?[Y/N]:Yip route-staticSyntaxip route-static dest-address { mask | mask-length } { next-hop-address [ track track-entry-number ] |interface-type interface-number [ next-hop-address ] [ bfd { control-packet | echo-packet } ] |vpn-instance d-vpn-instance-name next-hop-address [ track track-entry-number ] } [ preferencepreference-value ] [ tag tag-value ] [ permanent ] [ description description-text ]undo ip route-static dest-address { mask | mask-length } [ next-hop-address | interface-typeinterface-number [ next-hop-address ] | vpn-instance d-vpn-instance-name next-hop-address ][ preference preference-value ]