IPv6 Unicast Routing
An IPv6 unicast address is an IPv6 address type that
-
identifies a single interface on a single node,
-
ensures that packets sent to this address are delivered only to the specified interface, and
-
is used for one-to-one communication in IPv6 networks.
The Cisco Catalyst 8300 Edge Platforms support Link-Local address and Global addresses unicast addresses.
Link-local addresses
Link-local addresses are IPv6 unicast addresses that
-
are automatically configured on any IPv6-enabled interface,
-
uses the link-local prefix FE80::/10 and a modified EUI-64 format interface identifier, and
-
used for communication within the same local network link (subnet).
Global addresses
Global IPv6 addresses are the IPv6 equivalent of public IPv4 addresses that
-
uses a global routing prefix assigned by an Internet Service Provider (ISP),
-
includes a subnet ID for network organization, and
-
incorporates an interface ID derived from the device's hardware address.
The routing prefix is obtained from the PGW. The Interface Identifier is automatically generated from the USB hardware address by using the modified EUI-64 format. The USB hardware address changes when the router reloads.
Configure a cellular IPv6 address
Configuring a cellular IPv6 address is essential to enable IPv6 connectivity and routing over cellular networks. To configure the cellular IPv6 address, perform these steps:
Procedure
|
Step 1 |
ipv6 unicast-routing Example:
In the global configuration mode, enables forwarding of IPv6 unicast data packets. |
|
Step 2 |
interface Cellular {type | number} Example:
Specifies the cellular interface. |
|
Step 3 |
ip address negotiated Example:
Obtains the IP address for the specified interface dynamically. |
|
Step 4 |
load-interval seonds Example:
Specifies the length of time for which data is used to compute load statistics. |
|
Step 5 |
Configure dialer settings. Example:
Enables DDR and configures the specified serial interface to use in-band dialing. Example:
Specifies the dialer idle timeout period. Example:
Specifies the number of the dialer access group to which the specific interface belongs. |
|
Step 6 |
no peer default ip address Example:
Removes the default address from your configuration. |
|
Step 7 |
ipv6 address autoconfig or ipv6 enable Example:or
Enables automatic configuration of IPv6 addresses using stateless autoconfiguration on an interface and enables IPv6 processing on the interface. |
|
Step 8 |
dialer-listdialer-groupprotocolprotocol-name {permit |deny |list | access-list-number | access-group } Example:
Defines a dial-on-demand routing (DDR) dialer list for dialing by protocol or by a combination of a protocol and a previously defined access list. |
|
Step 9 |
ipv6 route ipv6-prefix/prefix-length 128 Example:
|
Examples
The example shows the Cellular IPv6 configuration for NIM-LTEA-EA and NIM-LTEA-LA modules.
Router(config)# interface Cellular0/1/0
ip address negotiated
load-interval 30
dialer in-band
dialer idle-timeout 0
lte dialer-group 1
no peer default ip address
ipv6 address autoconfig
!
interface Cellular0/1/1
ip address negotiated
load-interval 30
dialer in-band
dialer idle-timeout 0
dialer-group 1
no peer default ip address
ipv6 address autoconfig
The example shows the Cellular IPv6 configuration for P-LTEAP18-GL, P-LTEA-XX, and P-LTE-XX modules.
Router(config)# interface Cellular0/2/0
ip address negotiated
load-interval 30
dialer in-band
dialer idle-timeout 0
lte dialer-group 1
no peer default ip address
ipv6 enable
!
interface Cellular0/2/1
ip address negotiated
load-interval 30
dialer in-band
dialer idle-timeout 0
dialer-group 1
no peer default ip address
ipv6 enable
Feedback