cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2069
Views
5
Helpful
0
Comments
baramamu
Community Member

     

     

    Introduction

    Proxy Mobile IPv6 (PMIPv6) is a network-based  mobility management  protocol that enables IP mobility for a host without participating in any mobile-related signaling. PMIPv6 acts as  the proxy for the  mobile node and the mobility entities in the network track the mobile node movements and initiate the mobility signaling and set up the required routing  state.

    The two functional entities of the PMIPv6 are Local Mobility Anchor(LMA) and Mobile Access Gateway (MAG).LMA maintains the reachability state of the mobile node and acts as a topological anchor point for the IP address of the mobile node. MAG does mobility management and it resides on the link where the mobile node is anchored.

    More Information

    Proxy Mobile IPv6 (or PMIPv6, or PMIP)

    is a network-based mobility management protocol standardized by IETF and is specified in RFC 5213. It is a protocol for building a common and access technology independent of mobile core networks, accommodating various access technologies such as WiMAX, 3GPP, 3GPP2 and WLAN based access architectures. Proxy Mobile IPv6 is the only network-based mobility management protocol standardized by IETF.

    Contrary to Mobile IP approach, this functionality is implemented by the network, which is responsible for tracking the movements of the host and initiating the required mobility signalling on its behalf. However in case the mobility involves different network interfaces, the host needs modifications similar to Mobile IP in order to maintain the same IP address across different interfaces.

    Network-based mobility management enables IP mobility for a host without requiring its participation in any mobility-related signaling.  The network is responsible for managing IP mobility on behalf of the host.  The mobility entities in the network are responsible for tracking the movements of the host and initiating the required mobility signaling on its behalf.  This specification describes a network-based mobility management protocol and is referred to as Proxy Mobile IPv6.

    A proxy mobility agent in the network performs the signaling with the home agent and does the mobility management on behalf of the mobile node attached to the network.  Because of the use and extension of Mobile IPv6 signaling and home agent functionality, this protocol is referred to as Proxy Mobile IPv6 (PMIPv6).

    PMIPv6 Terminologies:

    • Proxy Mobile IPv6 Domain—A network where the mobility management of a mobile node is handled using the PMIPv6 protocol. The domain consists of network entities, such as MAG and LMA, between which Proxy Binding can be maintained on behalf of the mobile nodes.
    • Local Mobility Anchor (LMA)—LMA is the home agent for the mobile node in a PMIPv6 domain. It is the topological anchor point for the mobile node's home network prefix and is the entity that manages the mobile node's binding state.

    • Mobile Access Gateway (MAG)—MAG is a function on an access router that manages the mobility-related signaling for a mobile node that is attached to its access link. It is responsible for tracking the mobile node's movements to and from the access link.
    • Mobile Node (MN)—An IP host or router with mobility managed by the network. The MN can be an IPv4-only node, IPv6-only node, or a dual-stack node and is not required to participate in any IP mobility related signaling for achieving mobility for an IP address that is obtained in that PMIPv6 domain.
    • Network Access Identifier (NAI)—NAI is the user identity submitted by the client during network access authentication. In roaming, the purpose of the NAI is to identify the user and assist in the routing of the authentication request. The standard syntax is "user@realm", or as defined in rfc 4282.
    • Mobile Node Identifier—The identity of a mobile node in the PMIPv6 domain. This is the stable identifier and is typically an identifier, such as a NAI or Media Access Control (MAC) address.
    • Mobile Node Link-layer Identifier—An identifier that identifies the attached interface of a MN, for example, MAC address.
    • Proxy Binding Update (PBU)—A request message sent by MAG to LMA for establishing a binding between the MN's home network prefix and the MAG where the MN is attached.
    • Proxy Binding Acknowledgement (PBA)—A reply message sent by LMA in response to a PBU message that it received from a MAG.

    This document provides a list of useful show commands to check the PMIPv6 client connectivity on WLC.

    Useful Show Commands

    The following show commands can be used to verify the PMIPv6 client connectivity

    show pmipv6 domain

    This command displays summary information of a PMIPv6 domain

    > show pmipv6 domain <domain_name> profile <profile_name>
    NAI: @vodfone.com
    APN: VodafoneLMA: Vodafonelma
    NAI: *APN: ciscoapn
    LMA: ciscolma
    

    Note: Note that the domain name and the profile name can be up to 127 case-sensitive  alphanumeric characters.

    show pmipv6 mag bindings

    To display the binding information of a mobile access gateway (MAG), use this command.

    > show pmipv6 mag binding
    [Binding][MN]: Domain: D1, 
    Nai: MN1@xyz.com        
    [Binding][MN]: State: ACTIVE       
    [Binding][MN]: Interface: Management        
    [Binding][MN]: Hoa: 0xE0E0E02, att: 3, llid: aabb.cc00.c800        
    [Binding][MN][LMA]: Id: LMA1       
    [Binding][MN][LMA]: lifetime: 3600        
    Binding][MN][GREKEY]: Upstream: 100, Downstream: 1

    show pmipv6 mag globals

    This command displays the global PMIPv6 parameters of a Mobile Access Gateway.

    > show pmipv6 mag globals
    
    Domain  : D1 MAG Identifier  : M1         MAG Interface                   : Management         Max Bindings                    : 10000         Registration Lifetime           : 3600 (sec)         BRI Init-delay time             : 1000 (msec)         BRI Max-delay time              : 2000 (msec)         BRI Max retries                 : 1         Refresh time                    : 300 (sec)         Refresh RetxInit time           : 1000 (msec)         Refresh RetxMax time            : 32000 (msec)         Timestamp option                : Enabled         Validity Window                 : 7         Peer#1:                 LMA Name: AN-LMA-5K      LMA IP: 209.105.210.10         Peer#2:                 LMA Name: AN-LMA         LMA IP: 209.105.210.4         Peer#3:                 LMA Name: AN-LMA         LMA IP: 209.105.210.4 

    show pmipv6 mag stats

    In order to display the statistics of the Mobile Access Gateway (MAG), use this command.

    > show pmipv6 mag stats    
    [M1]: Total Bindings    : 1 [M1]: PBU Sent          : 7 [M1]: PBA Rcvd          : 4 [M1]: PBRI Sent         : 0 [M1]: PBRI Rcvd         : 0 [M1]: PBRA Sent         : 0 [M1]: PBRA Rcvd         : 0 [M1]: No Of handoff     : 0

    show pmipv6 profile summary

    Using this command, you can verify the summary of the PMIPv6 profiles.

    > show pmipv6 profile summary     Profile Name     WLAN IDS (Mapped) ------------    -----------------   Group1            6
    

    Note: To debug various PMIPv6 related events messages use the command  debug proxy-mobility.

    To see the PMIPv6 configuration details, use the following show commands:

    To see the details of a profile of a PMIPv6 domain, enter this command:

    show pmipv6 domain domain-name profile profile-name
    To see a summary of all the PMIPv6 profiles, enter this command:

    show pmipv6 profile summary
    To see the global information about the PMIPv6 for a MAG, enter this command:

    show pmipv6 mag globals
    To see information about the MAG bindings for LMA or NAI, enter this command:

    show pmipv6 mag bindings {lma lma-name | nai nai-name}
    To see statistical information about MAG, enter this command:

    show pmipv6 mag stats domain domain-name peer peer-name
    To see information about PMIPv6 for all clients, enter this command:

    show client summary
    To see information about PMIPv6 for a client, enter this command:

    show client details client-mac-address
     To see information about PMIPv6 for a WLAN, enter this command:

    show wlan wlan-id

    Related Information

    Getting Started

    Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: