CLI Reference Guide-R01

Table Of Contents
Chapter 28
| IP Routing Commands
Global Routing Configuration
– 871 –
source quench messages
address mask request messages
address mask reply messages
UDP Statistics:
2 input
no port errors
other errors
output
TCP Statistics:
4698 input
input errors
5867 output
Console#
IPv6 Commands
ipv6 route This command configures static IPv6 routes. Use the no form to remove static
routes.
Syntax
[no] ipv6 route destination-ipv6-address/prefix-length
{gateway-address [distance] |
link-local-address%zone-id [distance]}
destination-ipv6-address – The IPv6 address of a destination network,
subnetwork, or host. This must be a full IPv6 address including the network
prefix and host address bits.
prefix-length - A decimal value indicating how many contiguous bits (from
the left) of the address comprise the prefix (i.e., the network portion of the
address).
gateway-address – IP address of the next hop router used for this route.
link-local-address%zone-id – a link-local address, including a zone-id
indicating the VLAN identifier after the % delimiter.
distance – An administrative distance indicating that this route can be
overridden by dynamic routing information if the distance of the dynamic
route is less than that configured for the static route. Note that the default
administrative distances used by the dynamic unicast routing protocols is
110 for OSPF, 120 for RIP, 20 for eBGP, and 200 for iBGP. (Range: 1-255,
Default: 1)
Default Setting
No static routes are configured.
Command Mode
Global Configuration
Command Usage
Up to 1K static routes can be configured.