Static Routes in IPv6
Figure 25-3 illustrates the network topology for the configuration that follows, which shows how to configure static routes with IPv6. Note that only the static routes on the Austin router are displayed.
Figure 25-3 Network Topology for IPv6 Static Route Configuration
Austin(config)#ipv6 route 2001:db8:c18:3::/64 2001:db8:c18:2::2/64 |
Creates a static route configured to send all packets to a next-hop address of 2001:db8:c18:2::2 |
Austin(config)#ipv6 route 2001:db8:c18:3::/64 fastethernet 0/0 |
Creates a directly attached static route configured to send packets out interface fastethernet 0/0 |
Austin(config)#ipv6 route 2001:db8:c18:3::/64 fastethernet 0/0 2001:db8:c18:2::2 |
Creates a fully specified static route on a broadcast interface |