Step 1 |
enable
|
Enables privileged EXEC mode.
- Enter your password if prompted.
|
Step 2 |
configure
terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
ip
local pool
pool-name low-ip-address high-ip-address
Device(config)# ip local pool v4pool 209.165.201.1 209.165.201.10
|
Creates a local pool of IPv4 addresses.
|
Step 4 |
ipv6
local pool
pool-name
prefix/prefix-length assigned-length
Device(config)# ipv6 local pool v6pool 2001:0DB8::/32 64
|
Creates a local pool of IPv6 addresses.
|
Step 5 |
ipv6
unicast-routing
Device(config)# ipv6 unicast-routing
|
|
Step 6 |
ipv6
mobile
pmipv6-lma
lma-id
domain
domain-name
Device(config)# ipv6 mobile pmipv6-lma lma1 domain dn1
|
Enables the Local Mobility Anchor (LMA) service on the device, configures the Proxy Mobile IPv6 (PMIPv6) domain for the LMA,
and enters LMA configuration mode.
|
Step 7 |
address
ipv6
ipv6-address
Device(config-ipv6-pmipv6-lma)# address ipv6 2001:DB8::1
|
Configures an IPv6 address for the LMA.
|
Step 8 |
network
network1
Device(config-ipv6-pmipv6-lma)# network network1
|
Associates a network, on which an IPv4 or IPv6 pool is configured, with the LMA, and enters LMA-network configuration mode.
|
Step 9 |
pool
ipv4
pool-name
pfxlen
number
Device(config-ipv6-pmipv6lma-network)# pool ipv4 v4pool pfxlen 24
|
Specifies the name of the IPv4 address pool from which a home address is allocated to an mobile node (MN) subscriber.
|
Step 10 |
pool
ipv6
pool-name
pfxlen
number
Device(config-ipv6-pmipv6lma-network)# pool ipv6 v6pool pfxlen 24
|
Specifies the name of the IPv6 address pool from which a home address is allocated to the MN subscriber.
|
Step 11 |
exit
Device(config-ipv6-pmipv6lma-network)# exit
|
Exits the LMA-network configuration mode and enters LMA configuration mode.
|
Step 12 |
default
profile
profile-name
Device(config-ipv6-pmipv6-lma)# default profile profile1
|
Enables the default profile for the MN.
|
Step 13 |
role
3gma
Device(config-ipv6-pmipv6-lma)# role 3gma
|
Enables 3GMA and enters 3GMA mode.
Note
|
Specifying at least one interface is mandatory. The
role
3gma
command does not work if no interface is specified.
|
|
Step 14 |
interface
interface-type
Device(config-ipv6-pmipv6lma-role)# interface Ethernet 1
|
Configures 3GMA interface on LMA.
|
Step 15 |
rat
rat-type
priority priority-number
Device (config-ipv6-pmipv6lma-role)# rat wlan priority 2
|
Sets the priority for Radio Access Type (RAT).
|
Step 16 |
end
Device (config-ipv6-pmipv6lma-role)# end
|
Exits 3GMA role configuration mode and enters privileged EXEC mode.
|
Step 17 |
show
ipv6
mobile
pmipv6
lma
binding
Device# show ipv6 mobile pmipv6 lma binding
|
Displays the list of the LMA bindings established over the Proxy Mobile IPv6 (PMIPv6) signaling plane.
|