- Table of Contents
-
- H3C S9500 Command Manual-Release2132[V2.03]-03 IP Routing Volume
- 00-1Cover
- 01-IP Routing Table Display Commands
- 02-BGP Commands
- 03-IS-IS Commands
- 04-OSPF Commands
- 05-RIP Commands
- 06-Routing Policy Commands
- 07-Static Routing Commands
- 08-IPv6 BGP Commands
- 09-IPv6 IS-IS Commands
- 10-IPv6 OSPFv3 commands
- 11-IPv6 RIPng Commands
- 12-IPv6 Static Routing Commands
- Related Documents
-
Title | Size | Download |
---|---|---|
12-IPv6 Static Routing Commands | 24.5 KB |
Chapter 1 IPv6 Static Routing Configuration Commands
1.1 IPv6 Static Routing Configuration Commands
1.1.1 delete ipv6 static-routes all
Chapter 1 IPv6 Static Routing Configuration Commands
1.1 IPv6 Static Routing Configuration Commands
1.1.1 delete ipv6 static-routes all
Syntax
delete ipv6 static-routes all
View
System view
Default Level
2: System level
Parameters
None
Description
Use the delete ipv6 static-routes all command to delete all static routes including the default route.
When using this command, you will be prompted whether to continue the deletion and only after you confirm the deletion will the static routes be deleted.
Related commands: display ipv6 routing-table, ipv6 route-static.
Examples
# Delete all IPv6 static routes.
<Sysname> system-view
[Sysname] delete ipv6 static-routes all
This will erase all ipv6 static routes and their configurations, you must reconfigure all static routes
Are you sure?[Y/N]
1.1.2 ipv6 route-static
Syntax
For a broadcast interface, or NBMA interface:
ipv6 route-static ipv6-address prefix-length [ interface-type interface-number ] nexthop-address [ preference preference-value ]
undo ipv6 route-static ipv6-address prefix-length [ interface-type interface-number ] [ nexthop-address ] [ preference preference-value ]
For a point-to-point interface:
ipv6 route-static ipv6-address prefix-length { interface-type interface-number | nexthop-address } [ preference preference-value ]
undo ipv6 route-static ipv6-address prefix-length [ interface-type interface-number | nexthop-address ] [ preference preference-value ]
View
System view
Default Level
2: System level
Parameters
ipv6-address prefix-length: IPv6 address and prefix length.
interface-type interface-number: Interface type and interface number of the output interface.
nexthop-address: Next hop IPv6 address.
preference-value: Route preference value. The default is 60.
Description
Use the ipv6 route-static command to configure an IPv6 static route.
Use the undo ipv6 route-static command to remove an IPv6 static route.
An IPv6 static route that has the destination address configured as “::/0” (a prefix length of 0) is the default IPv6 route. If the destination address of an IPv6 packet does not match any entry in the routing table, this default route will be used to forward the packet.
While configuring static routes, you can configure either the output interface or the next-hop address depending on the situations:
l If the output interface is a broadcast interface or an NBMA interface, then the next hop address must be specified;
l If the output interface is a point-to-point interface, you can specify either the output interface or the next hop address, but not both.
Related commands: display ipv6 routing-table, delete ipv6 static-routes all.
Examples
# Configure a static IPv6 route, with the destination address being 1:1:2::/24 and next hop being 1:1:3::1.
<Sysname> system-view
[Sysname] ipv6 route-static 1:1:2:: 24 1:1:3::1