Proxy Mobile IPv6 Support for MAG Functionality

Size: px
Start display at page:

Download "Proxy Mobile IPv6 Support for MAG Functionality"

Transcription

1 Proxy Mobile IPv6 Support for MAG Functionality First Published: July 22, 2011 Last Updated: July 22, 2011 The Proxy Mobile IPv6 Support for MAG Functionality feature provides network-based IP Mobility management to a mobile node without requiring the participation of the mobile node in any IP mobility-related signaling. The Mobile Access Gateway tracks the movements of the mobile node to and from the access link, and sends signals to the local mobility anchor of the mobile node. Finding Feature Information Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information for Proxy Mobile IPv6 Support for MAG Functionality section on page 20. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to An account on Cisco.com is not required. Contents Prerequisites for Proxy Mobile IPv6 Support for MAG Functionality, page 2 Information About Proxy Mobile IPv6 Support for MAG Functionality, page 2 How to Configure Proxy Mobile IPv6 Support for MAG Functionality, page 3 Configuration Examples for Proxy Mobile IPv6 Support for MAG Functionality, page 16 Where to Go Next, page 18 Additional References, page 18 Feature Information for Proxy Mobile IPv6 Support for MAG Functionality, page 20 Americas Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA USA

2 Prerequisites for Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Prerequisites for Proxy Mobile IPv6 Support for MAG Functionality The Dynamic Host Configuration Protocol server should be configured. Information About Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Overview, page 2 Mobile Access Gateways, page 2 Local Mobility Anchors, page 2 Mobile Nodes, page 3 AAA Server Attributes for Proxy Mobile IPv6, page 3 Proxy Mobile IPv6 Overview Proxy Mobile IPv6 (PMIP) provides network-based IP Mobility management to an MN, without requiring the participation of the MN in any IP mobility-related signaling. The mobility entities in the network track the movements of the MN, initiate the mobility signaling, and set up the required routing state. The major functional entities of PMIPv6 are the Mobile Access Gateways (MAG), the Local Mobility Anchors (LMA), and the MNs. Mobile Access Gateways The MAG is the entity that performs mobility-related signaling on behalf of the MNs attached to its access links. The MAG is the access router for the MN; that is, the first-hop router in the Localized Mobility Management infrastructure. The major functions of the MAG are as follows: Obtain the IP address from the LMA and assign the address to the MN. Retain the IP address of the MN when the MN roams across the MAGs. Tunnel the traffic for the MN to the LMA. Local Mobility Anchors The LMA is the home agent for the MN in a PMIPv6 domain. It is the topological anchor point for the MN home network prefixes and is the entity that manages the MN's binding state. The LMA has the functional capabilities of a home agent as defined in Mobile IPv6 base specification (RFC 3775) along with the capabilities required for supporting PMIPv6 protocol. 2

3 Proxy Mobile IPv6 Support for MAG Functionality How to Configure Proxy Mobile IPv6 Support for MAG Functionality Mobile Nodes A mobile node is an IP host whose mobility is managed by the network. An MN can be an IPv4-only node, IPv6-only node, or a dual-stack node. The MN is not required to participate in any IP mobility-related signaling for achieving mobility for an IP address or for a prefix that is obtained in the PMIP domain. AAA Server Attributes for Proxy Mobile IPv6 If the authentication, authorization, and accounting (AAA) server is available, the Mobile Access Gateway (MAG) obtains profile information for the PMIP domain and the MN from the server during configuration and call-flow time, respectively. The list of AAA attributes required for the PMIP domain and the MN follows: PMIP domain-specific AAA attributes: pmip6-timestamp-window lma-identifier mag-identifier pmip6-replay-protection pmip6-fixed-ll-address pmip6-fixed-l2-address pmip6-domain-identifier Mobile node-specific AAA attributes: home-lma mn-nai multihomed home-lma-ipv6-address mn-service How to Configure Proxy Mobile IPv6 Support for MAG Functionality Configuring a PMIPv6 Domain Using the Configuration from AAA Server, page 4 Configuring a Minimum Configuration for the MAG to Function, page 4 (required) Configuring a Detailed Configuration When a AAA Server Is Not Available, page 6 (optional) Configuring a Minimum Configuration for a Mobile Access Gateway, page 10 (required) Configuring a Detailed Configuration for a Mobile Access Gateway, page 11 (optional) Book Title 3

4 How to Configure Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Configuring a PMIPv6 Domain Using the Configuration from AAA Server SUMMARY STEPS 1. enable 2. configure terminal 3. ipv6 mobile pmipv6-domain domain-name load-aaa 4. end DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Step 4 Router# configure terminal ipv6 mobile pmipv6-domain domain-name load-aaa Router(config)# ipv6 mobile pmipv6-domain D1 load-aaa end Router(config)# end Creates the PMIPv6 domain and configures the PMIPv6 domain by using the configuration from AAA. Exits global configuration mode and returns to privileged EXEC mode. Configuring a Minimum Configuration for the MAG to Function SUMMARY STEPS 1. enable 2. configure terminal 3. ipv6 mobile pmipv6-domain domain-name 4. fixed link-layer-address hardware-address 5. lma lma-id 6. ipv4-address ipv4-address 7. ipv6-address ipv6-address 8. exit 9. Repeat Steps 5 to 8 to configure the second LMA. 4

5 Proxy Mobile IPv6 Support for MAG Functionality How to Configure Proxy Mobile IPv6 Support for MAG Functionality 10. nai 11. lma lma-id 12. exit 13. Repeat Steps 10 to 12 to configure the second MN. 14. end DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Router# configure terminal ipv6 mobile pmipv6-domain domain-name Router(config)# ipv6 mobile pmipv6-domain dn1 fixed-link-layer-address hardware-address Router(config-ipv6-pmipv6-domain)# fixed-link-layer-address aaaa.bbbb.cccc lma lma-id Router(config-ipv6-pmipv6-domain)# lma lma1 ipv4-address ipv4-address Router(config-ipv6-pmipv6-domain-lma)# ipv4-address ipv6-address ipv6-address Router(config-ipv6-pmipv6-domain-lma)# ipv6-address 2001:0DB8:2:3::1 exit Router(config-ipv6-pmipv6-domain-lma)# exit Step 9 Repeat Steps 5 to 8 to configure the second LMA. Creates the PMIP domain and enters PMIP domain configuration mode. Configures the fixed link-layer address (Layer2 address) for the MAG-enabled interface toward the MN. Configures the LMA within the PMIP domain and enters PMIP domain LMA configuration mode. Configures the IPv4 address for the LMA within the PMIP domain. Configures the IPv6 address for the LMA within the PMIP domain. Exits PMIP domain LMA configuration mode and returns to PMIP domain configuration mode. Book Title 5

6 How to Configure Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Step 10 Step 11 nai Router(config-ipv6-pmipv6-domain)# nai lma lma-id Configures the network access identifier for the MN within the PMIP domain and enters mobile node configuration mode. Configures the LMA for the MN. Step 12 Router(config-ipv6-pmipv6-domain-mn)# lma lma1 exit Router(config-ipv6-pmipv6-domain-mn)# exit Step 13 Repeat Steps 10 to 12 to configure the second MN. Step 14 end Router(config-ipv6-pmipv6-domain)# end Exits PMIP domain MN configuration mode and returns to PMIP configuration mode. Exits PMIP domain configuration mode and returns to privileged EXEC mode. Configuring a Detailed Configuration When a AAA Server Is Not Available SUMMARY STEPS 1. enable 2. configure terminal 3. ipv6 mobile pmipv6-domain domain-name 4. fixed-link-local-address ipv6-address 5. fixed link-layer-address hardware-address 6. replay-protection timestamp [window seconds] 7. auth-option spi {spi-hex-value decimal spi-decimal-value} key {ascii ascii-string hex hex-string} 8. encap {gre-ipv4 ipv6-in-ipv6} 9. local-routing-mag 10. lma lma-id 11. ipv4-address ipv4-address 12. ipv6-address ipv6-address 13. exit 14. Repeat Steps 10 to 13 to configure an LMA each time. 15. mag mag-id 16. ipv4-address ipv4-address 6

7 Proxy Mobile IPv6 Support for MAG Functionality How to Configure Proxy Mobile IPv6 Support for MAG Functionality 17. ipv6-address ipv6-address 18. exit 19. mn-profile-load-aaa 20. nai 21. lma lma-id 22. int att interface-access-type l2-addr mac-address 23. gre-encap-key [down up ] key-value 24. service ipv4 25. apn apn-name 26. exit 27. Repeat Steps 20 to 26 to configure an MN each time. 28. end DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Step 4 Step 5 Step 6 Router# configure terminal ipv6 mobile pmipv6-domain domain-name Router(config)# ipv6 mobile pmipv6-domain dn1 fixed-link-local-address ipv6-address Router(config-ipv6-pmipv6-domain)# fixed-link-local-address FE80:0DB8:3333:4::5 fixed-link-layer-address hardware-address Router(config-ipv6-pmipv6-domain)# fixed-link-layer-address aaaa.bbbb.cccc replay-protection timestamp [window seconds] Router(config-ipv6-pmipv6-domain)# replay-protection timestamp window 200 Creates the PMIP domain and enters PMIP domain configuration mode. Configures the fixed link-local address for the MAG-enabled interface toward the MN. Configures the fixed link layer address (L2 address) for the MAG-enabled interface toward the MN. Configures the replay protection mechanism within the PMIP domain. Book Title 7

8 How to Configure Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Step 7 auth-option spi {spi-hex-value decimal spi-decimal-value} key {ascii ascii-string hex hex-string} Configures authentication for the PMIP domain. Step 8 Step 9 Router(config-ipv6-pmipv6-domain)# auth-option spi 67 key ascii key1 encap {gre-ipv4 ipv6-in-ipv6} Router(config-ipv6-pmipv6-domain)# encap gre-ipv4 local-routing-mag Configures the tunnel encapsulation mode type between the MAG and the LMA. Enables local routing for the MAG. Step 10 Step 11 Step 12 Step 13 Router(config-ipv6-pmipv6-domain)# local-routing-mag lma lma-id Router(config-ipv6-pmipv6-domain)# lma lma1 ipv4-address ipv4-address Router(config-ipv6-pmipv6-domain-lma)# ipv4-address ipv6-address ipv6-address Router(config-ipv6-pmipv6-domain-lma)# ipv6-address 2001:0DB8:2:3::1 exit Router(config-ipv6-pmipv6-domain-lma)# exit Step 14 Repeat Steps 10 to 13 to configure an LMA each time. Step 15 Step 16 mag mag-id Router(config-ipv6-pmipv6-domain)# mag mag1 ipv4-address ipv4-address Router(config-ipv6-pmipv6-domain-mag)# ipv4-address Configures the LMA within the PMIP domain and enters PMIP domain LMA configuration mode. Configures the IPv4 address for the LMA within the PMIP domain. Configures the IPv6 address for the LMA within the PMIP domain. Exits PMIP domain LMA configuration mode and returns to PMIP configuration mode. Configures the MAG within the PMIP domain and enters PMIP domain MAG configuration mode. Configures the IPv4 address for the MAG within the PMIP domain. 8

9 Proxy Mobile IPv6 Support for MAG Functionality How to Configure Proxy Mobile IPv6 Support for MAG Functionality Step 17 Step 18 Step 19 Step 20 Step 21 ipv6-address ipv6-address Router(config-ipv6-pmipv6-domain-mag)# ipv6-address 2001:0DB8:2:4::1 exit Router(config-ipv6-pmipv6-domain-mag)# exit mn-profile-load-aaa Router(config-ipv6-pmipv6-domain)# mn-profile-load-aaa nai Router(config-ipv6-pmipv6-domain)# nai lma lma-id Configures the IPv6 address for the MAG within the PMIP domain. Exits PMIP domain MAG configuration mode and returns to PMIP domain configuration mode. (Optional) Loads the profile configuration from AAA to the MN within the PMIP domain. Note The steps 20 to 27 need not be executed if the MN is configured using the configuration from AAA. You can use the specific command to override the configuration for the specific MN parameter. Configures the network access identifier for the MN within the PMIP domain and enters mobile node configuration mode. Configures the LMA for the MN. Step 22 Router(config-ipv6-pmipv6-domain-mn)# lma lma1 int att interface-access-type l2-addr mac-address Configures the access technology type, interface, and the MAC address of the MN interface within the PMIP domain. Step 23 Step 24 Step 25 Router(config-ipv6-pmipv6-domain-mn)# int att GigabitETHERNET l2-addr 02c7.f gre-encap-key [down up]key-value Router(config-ipv6-pmipv6-domain-mn)# gre-encap-key down 45 service ipv4 Router(config-ipv6-pmipv6-domain-mn)# service ipv4 apn apn-name Router(config-ipv6-pmipv6-domain-mn)# apn apn1 Configures generic routing encapsulation key for the MN within the PMIP domain. Configures the service provided to the MN within the PMIP domain. Specifies an access point name to the subscriber of the MN within the PMIP domain. Book Title 9

10 How to Configure Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Step 26 exit Exits PMIP domain MN configuration mode and returns to PMIP domain configuration mode. Router(config-ipv6-pmipv6-domain-mn)# end Step 27 Repeat Steps 20 to 26 to configure an MN each time. Step 28 end Exits PMIP domain configuration mode and returns to privileged EXEC mode. Router(config-ipv6-pmipv6-domain)# end Configuring a Minimum Configuration for a Mobile Access Gateway SUMMARY STEPS 1. enable 2. configure terminal 3. ipv6 mobile pmipv6-mag mag-id domain domain-name 4. address ipv6 ipv6-address 5. interface type number 6. role {3gpp wlan} 7. apn apn-name 8. exit DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Router# configure terminal ipv6 mobile pmipv6-mag mag-id domain domain-name Router(config)# ipv6 mobile pmipv6-mag mag1 domain dn1 Enables the MAG service on the router, configures the PMIP domain for the MAG, and enters MAG configuration mode. 10

11 Proxy Mobile IPv6 Support for MAG Functionality How to Configure Proxy Mobile IPv6 Support for MAG Functionality Step 4 address ipv6 ipv6-address Configures the IPv6 address for the MAG. Step 5 Router(config-ipv6-pmipv6-mag)# address 2001:0DB8:2:4::1 interface type number Enables the interface for the MAG. Step 6 Router(config-ipv6-pmipv6-mag)# interface gigabitethernet0/0/0 role {3gpp wlan} Configures the role of the MAG. Step 7 Step 8 Router(config-ipv6-pmipv6-mag)# role lte apn apn-name Router(config-ipv6-pmipv6-mag)# apn apn2 exit Router(config-ipv6-pmipv6-mag)# exit Specifies an access point name to the subscriber of the MAG. Note Specifying an access point name is mandatory if the role of the MAG is 3GPP. Exits MAG configuration mode and returns to privileged EXEC mode. Configuring a Detailed Configuration for a Mobile Access Gateway SUMMARY STEPS 1. enable 2. configure terminal 3. ipv6 mobile pmipv6-mag mag-id domain domain-name 4. role {3gpp wlan} 5. apn apn-name 6. local-routing-mag 7. discover-mn-detach seconds timeout-seconds 8. address ipv4 ipv4-address 9. address ipv6 ipv6-address 10. interface type number 11. binding maximum number 12. binding lifetime seconds 13. binding refresh-time seconds 14. binding init-retx-time milliseconds Book Title 11

12 How to Configure Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality 15. binding max-retx-time milliseconds 16. replay-protection timestamp [window seconds] 17. fixed-link-local-address ipv6-address 18. fixed-link-layer-address hardware-address 19. bri delay min milliseconds 20. bri delay max milliseconds 21. bri retry number 22. lma lma-id domain-name 23. auth-option spi {spi-hex-value decimal spi-decimal-value} key {ascii hex} hex-string 24. ipv4-address ipv4-address 25. ipv6-address ipv6-address 26. encap {gre-ipv4 ipv6-in-ipv6} 27. end 28. show ipv6 pmipv6 mag globals DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Step 4 Router# configure terminal ipv6 mobile pmipv6-mag mag-id domain domain-name Router(config)# ipv6 mobile pmipv6-mag mag1 domain dn1 role {3gpp wlan} Enables the MAG service on the router, configures the PMIP domain for the MAG, and enters MAG configuration mode. Configures the role of the MAG. Step 5 Router(config-ipv6-pmipv6-mag)# role 3gpp apn apn-name Router(config-ipv6-pmipv6-mag)# apn apn2 Specifies an access point name to the subscriber of the MAG. 12

13 Proxy Mobile IPv6 Support for MAG Functionality How to Configure Proxy Mobile IPv6 Support for MAG Functionality Step 6 local-routing-mag Enables local routing for the MAG. Step 7 Step 8 Step 9 Router(config-ipv6-pmipv6-mag)# local-routing-mag discover-mn-detach seconds timeout-seconds Router(config-ipv6-pmipv6-mag)# discover-mn-detach 45 5 address ipv4 ipv4-address Router(config-ipv6-pmipv6-mag)# address ipv address ipv6 ipv6-address Enables periodic verification of the MN attachment with the MAG-enabled interface. Configures the IPv4 address for the MAG. Note Configuring the IPv4 address for the MAG will enable the encapsulation type as GRE-IPv4, which does not work on the Cisco ASR 5000 LMA. For Cisco IOS XE Release 3.4S, the only supported option is IPv6-in-IPv6. Configures the IPv6 address for the MAG. Step 10 Router(config-ipv6-pmipv6-mag)# address ipv6 2001:0DB8:2:4::1 interface type number Enables the interface for the MAG. Step 11 Step 12 Step 13 Router(config-ipv6-pmipv6-mag)# interface gigabitethernet0/0/0 binding maximum number Router(config-ipv6-pmipv6-mag)# binding maximum 200 binding lifetime seconds Router(config-ipv6-pmipv6-mag)# binding lifetime 5000 binding refresh-time seconds Specifies the maximum number of Proxy Binding Update (PBU) entries allowed for the MAG. Specifies the maximum lifetime permitted for the PBU entry. Specifies the PBU entry refresh time. Step 14 Router(config-ipv6-pmipv6-mag)# binding refresh-time 2000 binding init-retx-time milliseconds Router(config-ipv6-pmipv6-mag)# binding init-retx-time 110 Specifies the initial timeout between the PBU and the Proxy Binding Acknowledgment (PBA), until the PBA is received. Book Title 13

14 How to Configure Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Step 15 Step 16 Step 17 Step 18 Step 19 Step 20 Step 21 Step 22 Step 23 binding max-retx-time milliseconds Router(config-ipv6-pmipv6-mag)# binding max-retx-time 4000 replay-protection timestamp [window seconds] Router(config-ipv6-pmipv6-mag)# replay-protection timestamp window 200 fixed-link-local-address ipv6-address Router(config-ipv6-pmipv6-mag)# fixed-link-local-address FE80:0DB8:3333:5::1 fixed-link-layer-address hardware-address Router(config-ipv6-pmipv6-mag)# fixed-link-layer-address aabb.bbbb.ccca bri delay min milliseconds Router(config-ipv6-pmipv6-mag)# bri delay min 500 bri delay max milliseconds Router(config-ipv6-pmipv6-mag)# bri delay max 4500 bri retry number Router(config-ipv6-pmipv6-mag)# bri retry 6 lma lma-id domain-name Router(config-ipv6-pmipv6-mag)# lma lma3 dn1 auth-option spi {spi-hex-value decimal spi-decimal-value} key {ascii hex} hex-string Specifies the maximum timeout between the PBU and the PBA until the PBA is received. Configures the replay protection mechanism within the MAG. Configures the fixed link-local address for the MAG-enabled interface. Configures the fixed link-layer address (L2 address) for the MAG. Specifies the minimum time the LMA should wait before transmitting the Binding Revocation Indication (BRI) message. Specifies the maximum time the LMA should wait for the Binding Revocation Acknowledgment (BRA) before retransmitting the BRI message. Specifies the maximum number of times the LMA should retransmit the BRI message, until BRA is received. Configures the LMA for the MAG and enters MAG-LMA configuration mode. Configures authentication for the LMA within the MAG. Router(config-ipv6-pmipv6mag-lma)# auth-option spi decimal 258 key hex BDF 14

15 Proxy Mobile IPv6 Support for MAG Functionality How to Configure Proxy Mobile IPv6 Support for MAG Functionality Step 24 ipv4-address ipv4-address Configures the IPv4 address for the LMA within the MAG. Step 25 Router(config-ipv6-pmipv6mag-lma)# ipv4-address ipv6-address ipv6-address Configures the IPv6 address for the LMA within the MAG. Step 26 Step 27 Step 28 Router(config-ipv6-pmipv6mag-lma)# ipv6-address 2001:0DB8:2:5::1 encap {gre-ipv4 ipv6-in-ipv6} Router(config-ipv6-pmipv6mag-lma)# encap gre-ipv4 end Router(config-ipv6-pmipv6mag-lma)# end show ipv6 pmipv6 mag globals Configures the tunnel encapsulation mode type between the MAG and the LMA. Exits MAG-LMA configuration mode and returns to privileged EXEC mode. (Optional) Displays MAG global configuration details. Router# show ipv6 pmipv6 mag globals Example The following example shows MAG global configuration: Router# show ipv6 mobile pmipv6 mag globals Domain : D1 Mag Identifier : M1 MN's detach discover : disabled Local routing : disabled Mag is enabled on interface : Ethernet0/0 Mag is enabled on interface : Ethernet0/1 Max Bindings : 3 AuthOption : disabled RegistrationLifeTime : 3600 (sec) BRI InitDelayTime : 1000 (msec) BRI MaxDelayTime : (msec) BRI MaxRetries : 6 BRI EncapType : IPV6_IN_IPV6 Fixed Link address is : enabled Fixed Link address : aaaa.aaaa.aaaa Fixed Link Local address is : enabled Fixed Link local address : 0xFE x0 0x0 0x2 RefreshTime : 300 (sec) Refresh RetxInit time : (msec) Refresh RetxMax time : (msec) Timestamp option : enabled Validity Window : 7 Book Title 15

16 Configuration Examples for Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Peer : LMA1 Max Bindings : 3 AuthOption : disabled RegistrationLifeTime : 3600 (sec) BRI InitDelayTime : 1000 (msec) BRI MaxDelayTime : (msec) BRI MaxRetries : 6 BRI EncapType : IPV6_IN_IPV6 Fixed Link address is : enabled Fixed Link address : aaaa.aaaa.aaaa Fixed Link Local address is : enabled Fixed Link local address : 0xFE x0 0x0 0x2 RefreshTime : 300 (sec) Refresh RetxInit time : (msec) Refresh RetxMax time : (msec) Timestamp option : enabled Validity Window : 7 Peer : LMA2 Max Bindings : 3 AuthOption : disabled Troubleshooting Tips The following commands can help troubleshoot MAG configuration: debug ipv6 mobile mag event debug ipv6 mobile mag info show ipv6 pmipv6 mag bindings show ipv6 pmipv6 mag globals Configuration Examples for Proxy Mobile IPv6 Support for MAG Functionality Configuring a Proxy Mobile IPv6 Domain Using the Configuration from a AAA Server, page 16 Configuring a Proxy Mobile IPv6 Domain When the Configuration from a AAA Server Is Not Available, page 17 Configuring a Mobile Access Group, page 17 Configuring a Proxy Mobile IPv6 Domain Using the Configuration from a AAA Server The following example shows how to configure the PMIP domain using a AAA configuration: Router# configure terminal Router(config)# ipv6 mobile pmipv6-domain D1 load-aaa The following example shows how to configure the PMIP domain using the configuration from a AAA server, and to override configuration for specific PMIP domain parameters: 16

17 Proxy Mobile IPv6 Support for MAG Functionality Configuration Examples for Proxy Mobile IPv6 Support for MAG Functionality Router# configure terminal Router(config)# ipv6 mobile pmipv6-domain D11 load-aaa Router(config)# ipv6 mobile pmipv6-domain D11 Router(config-ipv6-pmipv6-domain)# gre-ipv4 Router(config-ipv6-pmipv6-domain)# auth-option spi 67 key ascii key1 Configuring a Proxy Mobile IPv6 Domain When the Configuration from a AAA Server Is Not Available The following example shows how to configure the PMIP domain when a AAA configuration is not available: Router# configure terminal Router(config)# ipv6 mobile pmipv6-domain D2 Router(config-ipv6-pmipv6-domain)# fixed-link-local-address FE80:0DB8:3333:4::5 Router(config-ipv6-pmipv6-domain)# fixed-link-layer-address aaaa.bbbb.cccc Router(config-ipv6-pmipv6-domain)# replay-protection timestamp window 200 Router(config-ipv6-pmipv6-domain)# auth-option spi hex 100 key ascii hi Router(config-ipv6-pmipv6-domain)# encap ipv6-in-ipv6! Router(config-ipv6-pmipv6-domain)# lma lma1 Router(config-ipv6-pmipv6-domain-lma)# ipv4-address Router(config-ipv6-pmipv6-domain-lma)# ipv6-address 2001:0DB8:2:3::1 Router(config-ipv6-pmipv6-domain-lma)# exit! Router(config-ipv6-pmipv6-domain)# mag mag1 Router(config-ipv6-pmipv6-domain-mag)# ipv4-address Router(config-ipv6-pmipv6-domain-mag)# ipv6-address 2001:0DB8:2:5::1 Router(config-ipv6-pmipv6-domain)# exit! Router(config-ipv6-pmipv6-domain)# nai abc@example.com Router(config-ipv6-pmipv6-domain-mn)# lma lma1 Router(config-ipv6-pmipv6-domain-mn)# int att GigabitETHERNET l2-addr 02c7.f Router(config-ipv6-pmipv6-domain-mn)# gre-encap-key upstream 1234 Router(config-ipv6-pmipv6-domain-mn)# gre-encap-key downstream 5678 Router(config-ipv6-pmipv6-domain-mn)# service ipv4 Router(config-ipv6-pmipv6-domain)# end Configuring a Mobile Access Group The following example shows the minimum configuration required for the MAG to be functional: Router# configure terminal Router(config)# ipv6 mobile pmipv6-domain D2 Router(config-ipv6-pmipv6-domain)# fixed-link-layer-address aaaa.bbbb.cccc! Router(config-ipv6-pmipv6-domain)# lma lma1 Router(config-ipv6-pmipv6-domain-lma)# ipv4-address Router(config-ipv6-pmipv6-domain-lma)# ipv6-address 2001:0DB8:2:3::1 Router(config-ipv6-pmipv6-domain-lma)# exit! Router(config-ipv6-pmipv6-domain)# lma lma2 Router(config-ipv6-pmipv6-domain-lma)# ipv4-address Router(config-ipv6-pmipv6-domain-lma)# ipv6-address 2001:0DB8:2:4::1 Router(config-ipv6-pmipv6-domain-lma)# exit! Router(config-ipv6-pmipv6-domain)# nai abc1@example.com Router(config-ipv6-pmipv6-domain-mn)# lma lma1 Router(config-ipv6-pmipv6-domain-mn)# exit Book Title 17

18 Where to Go Next Proxy Mobile IPv6 Support for MAG Functionality! Router(config-ipv6-pmipv6-domain)# nai Router(config-ipv6-pmipv6-domain-mn)# lma lma2 Router(config-ipv6-pmipv6-domain-mn)# exit! Router(config)# ipv6 mobile pmipv6-mag mag1 domain D2 Router(ipv6-mag-config)# address ipv6 5020::1 Router(ipv6-mag-config)# address ipv Router(ipv6-mag-config)# interface gigabitethernet0/0/0 Router(ipv6-mag-config)# role 3gpp Router(ipv6-mag-config)# apn a Router(ipv6-mag-config)# exit Where to Go Next The MAG entity functions along with the LMA provided by ASR To configure the LMA in the Cisco ASR 5000, see the PDN Gateway Configuration chapter in the Cisco ASR 5000 Series Packet Data Network Gateway Administration Guide. Additional References Related Documents Related Topic Cisco IOS commands IP Mobility Commands PDN Gateway Configuration. Document Title Cisco IOS Master Commands List, All Releases Cisco IOS IP Mobility Command Reference Cisco ASR 5000 Series Packet Data Network Gateway Administration Guide Standards Standard Title None MIBs MIB None MIBs Link To locate and download MIBs for selected platforms, Cisco software releases, and feature sets, use Cisco MIB Locator found at the following URL: 18

19 Proxy Mobile IPv6 Support for MAG Functionality Additional References RFCs RFC RFC 3775 RFC 5213 RFC 5844 RFC 5845 RFC 5846 Title Mobility Support in IPv6 Proxy Mobile IPv6 IPv4 Support for Proxy Mobile IPv6 Generic Routing Encapsulation (GRE) Key Option for Proxy Mobile IPv6 Binding Revocation for IPv6 Mobility Technical Assistance Description The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. Link Book Title 19

20 Feature Information for Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Feature Information for Proxy Mobile IPv6 Support for MAG Functionality Table 1 lists the release history for this feature. Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to An account on Cisco.com is not required. Note Table 1 lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. 20

21 Proxy Mobile IPv6 Support for MAG Functionality Feature Information for Proxy Mobile IPv6 Support for MAG Functionality Table 1 Feature Information for Proxy Mobile IPv6 MAG Functionality Support Feature Name Releases Feature Information Proxy Mobile IPv6 MAG Functionality Support Cisco IOS XE Release 3.4S The Proxy Mobile IPv6 Support for MAG Functionality feature provides network-based IP Mobility management to a mobile node without requiring the participation of the mobile node in any IP mobility-related signaling. The Mobile Access Gateway tracks the movements of the mobile node to and from the access link, and sends signals to the local mobility anchor of the mobile node. In Cisco IOS XE Release 3.4S, this feature was introduced on the Cisco ASR 1000 series routers. The following sections provide information about this feature: Information About Proxy Mobile IPv6 Support for MAG Functionality, page 2 Configuring a PMIPv6 Domain Using the Configuration from AAA Server, page 4 Configuring a Minimum Configuration for the MAG to Function, page 4 Configuring a Detailed Configuration When a AAA Server Is Not Available, page 6 Configuring a Minimum Configuration for a Mobile Access Gateway, page 10 Configuring a Proxy Mobile IPv6 Domain Using the Configuration from a AAA Server, page 16 Configuring a Proxy Mobile IPv6 Domain When the Configuration from a AAA Server Is Not Available, page 17 Configuring a Mobile Access Group, page 17 The following commands were introduced: address, apn, auth-option, binding, bri, clear ipv6 mobile pmipv6 mag, debug ipv6 mobile mag, debug ipv6 mobile packets, discover-mn-detach, encap, fixed-link-layer-address, fixed-link-local-address, gre-encap-key, int att, interface, ipv4-address, ipv6 mobile pmipv6-domain, ipv6 mobile pmipv6-mag, ipv6-address, lma, local-routing-mag, mag, mn-profile-load-aaa, multi-homed, nai, replay-protection, role, service, show ipv6 mobile pmipv6 mag binding, show ipv6 mobile pmipv6 mag globals, show ipv6 mobile pmipv6 mag stats. Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R) Book Title 21

22 Feature Information for Proxy Mobile IPv6 Support for MAG Functionality Proxy Mobile IPv6 Support for MAG Functionality Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental Cisco Systems, Inc. All rights reserved. 22

Proxy Mobile IPv6 Support for MAG Functionality

Proxy Mobile IPv6 Support for MAG Functionality The feature provides network-based IP Mobility management to a mobile node (MN) without requiring the participation of the mobile node in any IP Mobility-related signaling. The Mobile Access Gateway (MAG)

More information

Configuring Proxy Mobile IPv6

Configuring Proxy Mobile IPv6 Information About Proxy Mobile IPv6, page 1 Restrictions on Proxy Mobile IPv6, page 3 (GUI), page 4 (CLI), page 6 Information About Proxy Mobile IPv6 Proxy Mobile IPv6 (PMIPv6) is a network-based mobility

More information

Client Data Tunneling

Client Data Tunneling Ethernet over GRE Tunnels, on page 1 Proxy Mobile IPv6, on page 9 Ethernet over GRE Tunnels Ethernet over GRE (EoGRE) is a new aggregation solution for aggregating Wi-Fi traffic from hotspots. This solution

More information

Intelligent Wireless Gateway Configuration Guide Cisco IOS Release 3S

Intelligent Wireless Gateway Configuration Guide Cisco IOS Release 3S Intelligent Wireless Gateway Configuration Guide Cisco IOS Release 3S Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Out of Band Management Through USB Modem

Out of Band Management Through USB Modem Effective Cisco IOS XE Release 3.15.0S, the Cisco ASR 920 Series Router provides out-of-band connectivity to manage remotely-deployed cell site routers using the 3G or 4G cellular network through the USB

More information

Out of Band Management Through USB Modem

Out of Band Management Through USB Modem Effective Cisco IOS XE Release 3.15.0S, the Cisco ASR 920 Series Router provides out-of-band connectivity to manage remotely-deployed cell site routers using the 3G or 4G cellular network through the USB

More information

Encrypted Vendor-Specific Attributes

Encrypted Vendor-Specific Attributes Encrypted Vendor-Specific Attributes Last Updated: January 15, 2012 The Encrypted Vendor-Specific Attributes feature provides users with a way to centrally manage filters at a RADIUS server and supports

More information

Call Flows for 3G and 4G Mobile IP Users

Call Flows for 3G and 4G Mobile IP Users This chapter provides various call flows for 3G and 4G mobile IP users, and contains the following sections: Finding Feature Information, on page 1 3G DHCP Discover Call Flow, on page 1 4G DHCP Discover

More information

SIP RFC 2782 Compliance with DNS SRV Queries

SIP RFC 2782 Compliance with DNS SRV Queries SIP RFC 2782 Compliance with DNS SRV Last Updated: December 21, 2011 Effective with Cisco IOS XE Release 2.5, the Domain Name System Server (DNS SRV) query used to determine the IP address of the user

More information

Configuring Cisco IOS IP SLAs DNS Operations

Configuring Cisco IOS IP SLAs DNS Operations Configuring Cisco IOS IP SLAs DNS Operations First Published: August 14, 2006 Last Updated: January 6, 2011 This module describes how to configure the Cisco IOS IP Service Level Agreements (SLAs) Domain

More information

MPLS LDP Autoconfiguration

MPLS LDP Autoconfiguration First Published: November 8, 2004 Last Updated: November 25, 2009 The feature enables you to globally configure Label Distribution Protocol (LDP) on every interface associated with a specified Interior

More information

IPv6 NEMO. Finding Feature Information. Restrictions for IPv6 NEMO

IPv6 NEMO. Finding Feature Information. Restrictions for IPv6 NEMO The network mobility (NEMO) basic support protocol enables mobile IPv6 networks to attach to different points in the Internet. This protocol is an extension of Mobile IPv6 and allows session continuity

More information

Remote Access MPLS-VPNs

Remote Access MPLS-VPNs First Published: August 12, 2002 Last Updated: May 4, 2009 The feature allows the service provider to offer a scalable end-to-end Virtual Private Network (VPN) service to remote users. This feature integrates

More information

Configuring the Physical Subscriber Line for RADIUS Access and Accounting

Configuring the Physical Subscriber Line for RADIUS Access and Accounting Configuring the Physical Subscriber Line for RADIUS Access and Accounting Last Updated: December 5, 2011 Configuring a physical subscriber line for RADIUS Access and Accounting enables an L2TP access concentrator

More information

CPU Thresholding Notification

CPU Thresholding Notification CPU Thresholding Notification Last Updated: October 10, 2011 The CPU Thresholding Notification feature notifies users when a predefined threshold of CPU usage is crossed by generating a Simple Network

More information

Configuring IP Multicast over Unidirectional Links

Configuring IP Multicast over Unidirectional Links Configuring IP Multicast over Unidirectional Links Last Updated: December 16, 2011 IP multicast requires bidirectional communication, yet some networks include broadcast satellite links, which are unidirectional.

More information

DHCP Server Port-Based Address Allocation

DHCP Server Port-Based Address Allocation DHCP Server Port-Based Address Allocation Finding Feature Information DHCP Server Port-Based Address Allocation Last Updated: July 04, 2011 First Published: June 4, 2010 Last Updated: Sept 9, 2010 The

More information

Configuring Data Export for Flexible NetFlow with Flow Exporters

Configuring Data Export for Flexible NetFlow with Flow Exporters Configuring Data Export for Flexible NetFlow with Flow Exporters Last Updated: September 4, 2012 This document contains information about and instructions for configuring flow exporters to export Flexible

More information

Configuring MAC Authentication Bypass

Configuring MAC Authentication Bypass Configuring MAC Authentication Bypass Last Updated: January 18, 2012 The MAC Authentication Bypass feature is a MAC-address-based authentication mechanism that allows clients in a network to integrate

More information

Implementing NAT-PT for IPv6

Implementing NAT-PT for IPv6 Implementing NAT-PT for IPv6 Last Updated: August 1, 2012 Network Address Translation--Protocol Translation (NAT-PT) is an IPv6 to IPv4 translation mechanism, as defined in RFC 2765 and RFC 2766, allowing

More information

PPPoE Client DDR Idle-Timer

PPPoE Client DDR Idle-Timer The feature supports the dial-on-demand routing (DDR) interesting traffic control list functionality of the dialer interface with a PPP over Ethernet (PPPoE) client, but also keeps original functionality

More information

Sun RPC ALG Support for Firewall and NAT

Sun RPC ALG Support for Firewall and NAT Sun RPC ALG Support for Firewall and NAT Last Updated: December 18, 2011 The Sun RPC ALG Support for Firewall and NAT feature adds support for the Sun Microsystems (Sun) Remote Procedure Call (RPC) Application

More information

Inspection of Router-Generated Traffic

Inspection of Router-Generated Traffic Inspection of Router-Generated Traffic The Inspection of Router-Generated Traffic feature allows Context-Based Access Control (CBAC) to inspect traffic that is originated by or destined to the router on

More information

Flexible NetFlow Full Flow support

Flexible NetFlow Full Flow support Flexible NetFlow Full Flow support Last Updated: January 29, 2013 The Flexible NetFlow - Full Flow support feature enables Flexible NetFlow to collect flow records for every packet. Finding Feature Information,

More information

Using Flexible NetFlow Top N Talkers to Analyze Network Traffic

Using Flexible NetFlow Top N Talkers to Analyze Network Traffic Using Flexible NetFlow Top N Talkers to Analyze Network Traffic Last Updated: September 4, 2012 This document contains information about and instructions for using the Flexible NetFlow--Top N Talkers Support

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery IPv6 Neighbor Discovery Last Updated: September 19, 2012 The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the

More information

Expires Timer Reset on Receiving or Sending SIP 183 Message

Expires Timer Reset on Receiving or Sending SIP 183 Message Expires Timer Reset on Receiving or Sending SIP 183 Message Last Updated: December 20, 2011 This feature enables support for resetting the Expires timer when receiving or sending SIP 183 messages on Cisco

More information

BGP Next Hop Unchanged

BGP Next Hop Unchanged BGP Next Hop Unchanged Last Updated: September 8, 2011 In an external BGP (ebgp) session, by default, the router changes the next hop attribute of a BGP route (to its own address) when the router sends

More information

IPsec Anti-Replay Window: Expanding and Disabling

IPsec Anti-Replay Window: Expanding and Disabling IPsec Anti-Replay Window: Expanding and Disabling First Published: February 28, 2005 Last Updated: March 24, 2011 Cisco IP security (IPsec) authentication provides anti-replay protection against an attacker

More information

Implementing Traffic Filters for IPv6 Security

Implementing Traffic Filters for IPv6 Security Implementing Traffic Filters for IPv6 Security Last Updated: November 14, 2011 This module describes how to configure Cisco IOS XE IPv6 traffic filter and firewall features for your Cisco networking devices.

More information

Multicast only Fast Re-Route

Multicast only Fast Re-Route First Published: November 24, 2010 Last Updated: November 24, 2010 (MoFRR) is an IP solution that minimizes packet loss in a network when there is a link or node failure. It works by making simple enhancements

More information

Using the Multicast Routing Monitor

Using the Multicast Routing Monitor Using the Multicast Routing Monitor Last Updated: December 5, 2012 The Multicast Routing Monitor (MRM) is a management diagnostic tool that provides network fault detection and isolation in a large multicast

More information

BGP Event-Based VPN Import

BGP Event-Based VPN Import BGP Event-Based VPN Import Last Updated: April 13, 2012 The BGP Event-Based VPN Import feature introduces a modification to the existing Border Gateway Protocol (BGP) path import process. The enhanced

More information

Configuring Data Export for Flexible NetFlow with Flow Exporters

Configuring Data Export for Flexible NetFlow with Flow Exporters Configuring Data Export for Flexible NetFlow with Flow Exporters Last Updated: November 29, 2012 This document contains information about and instructions for configuring flow exporters to export Flexible

More information

SIP Gateway Support for the bind Command

SIP Gateway Support for the bind Command SIP Gateway Support for the bind Command Last Updated: December 16, 2011 The Gateway Support for the bind Command feature introduces the bind command, which allows you to configure the source IP address

More information

IP Addressing: Fragmentation and Reassembly Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000)

IP Addressing: Fragmentation and Reassembly Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000) IP Addressing: Fragmentation and Reassembly Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000) Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values

RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values First Published: September 23, 2005 Last Updated: August 18, 2010 The Internet Engineering Task Force (IETF) draft standard

More information

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Configuring IP SLAs DLSw+ Operations

Configuring IP SLAs DLSw+ Operations Finding Feature Information Last Updated: March 31, 2011 This module describes how to configure the IP Service Level Agreements (SLAs) Data Link Switching Plus (DLSw+) operation to measure and analyze

More information

Configuring NetFlow BGP Next Hop Support for Accounting and Analysis

Configuring NetFlow BGP Next Hop Support for Accounting and Analysis Configuring NetFlow BGP Next Hop Support for Accounting and Analysis Last Updated: November 27, 2012 This document provides information about and instructions for configuring NetFlow Border Gateway Protocol

More information

Configuring Template ACLs

Configuring Template ACLs Configuring Template ACLs First Published: June 19, 2009 Last Updated: June 19, 2009 When user profiles are configured using RADIUS Attribute 242 or vendor-specific attribute (VSA) Cisco-AVPairs, similar

More information

RSVP Interface-Based Receiver Proxy

RSVP Interface-Based Receiver Proxy RSVP Interface-Based Receiver Proxy Last Updated: January 15, 2013 The RSVP Interface-Based Receiver Proxy feature lets you configure a proxy device by outbound interface instead of configuring a destination

More information

Logging to Local Nonvolatile Storage (ATA Disk)

Logging to Local Nonvolatile Storage (ATA Disk) Logging to Local Nonvolatile Storage (ATA Last Updated: October 12, 2011 The Logging to Local Nonvolatile Storage (ATA feature enables system logging messages to be saved on an advanced technology attachment

More information

Firewall Authentication Proxy for FTP and Telnet Sessions

Firewall Authentication Proxy for FTP and Telnet Sessions Firewall Authentication Proxy for FTP and Telnet Sessions Last Updated: January 18, 2012 Before the introduction of the Firewall Authentication Proxy for FTP and Telnet Sessions feature, users could enable

More information

RADIUS Packet of Disconnect

RADIUS Packet of Disconnect First Published: March 19, 2001 Last Updated: October 2, 2009 The feature is used to terminate a connected voice call. Finding Feature Information Your software release may not support all the features

More information

Configuring Secure Shell

Configuring Secure Shell Configuring Secure Shell Last Updated: October 24, 2011 The Secure Shell (SSH) feature is an application and a protocol that provides a secure replacement to the Berkeley r-tools. The protocol secures

More information

CAC for IPv6 Flows. Finding Feature Information. Prerequisites for CAC for IPv6 Flows. Restrictions for CAC for IPv6 Flows

CAC for IPv6 Flows. Finding Feature Information. Prerequisites for CAC for IPv6 Flows. Restrictions for CAC for IPv6 Flows CAC for IPv6 Flows Last Updated: January 15, 2013 The CAC for IPv6 Flows feature provides IPv6 support for Resource Reservation Protocol (RSVP). By enabling this feature, the network is made to support

More information

Network Admission Control Agentless Host Support

Network Admission Control Agentless Host Support Network Admission Control Agentless Host Support Last Updated: October 10, 2012 The Network Admission Control: Agentless Host Support feature allows for an exhaustive examination of agentless hosts (hosts

More information

Configuring COPS for RSVP

Configuring COPS for RSVP Configuring COPS for RSVP Last Updated: January 15, 2013 This chapter describes the tasks for configuring the COPS for RSVP feature. Common Open Policy Service (COPS) is a protocol for communicating network

More information

Implementing Static Routes for IPv6

Implementing Static Routes for IPv6 Implementing Static Routes for IPv6 Last Updated: July 31, 2012 This module describes how to configure static routes for IPv6. Routing defines the paths over which packets travel in the network. Manually

More information

HTTP 1.1 Web Server and Client

HTTP 1.1 Web Server and Client HTTP 1.1 Web Server and Client Last Updated: October 12, 2011 The HTTP 1.1 Web Server and Client feature provides a consistent interface for users and applications by implementing support for HTTP 1.1

More information

Implementing Multicast Service Reflection

Implementing Multicast Service Reflection Implementing Multicast Service Reflection First Published: September 22, 2006 Last Updated: June 4, 2010 The Cisco Multicast Service Reflection feature provides the capability for users to translate externally

More information

RADIUS Route Download

RADIUS Route Download The feature allows users to configure their network access server (NAS) to direct RADIUS authorization. Finding Feature Information, page 1 Prerequisites for, page 1 Information About, page 1 How to Configure,

More information

QoS: Child Service Policy for Priority Class

QoS: Child Service Policy for Priority Class QoS: Child Service Policy for Priority Class First Published: November, 2006 Last Updated: March 2, 2009 The QoS: Child Service Policy for Priority Class feature allows you to configure a child service

More information

Multicast Subsecond Convergence

Multicast Subsecond Convergence Multicast Subsecond Convergence First Published: July 22, 2002 Last Updated: September 10, 2010 The Multicast Subsecond Convergence feature comprises a comprehensive set of features and protocol enhancements

More information

Firewall Stateful Inspection of ICMP

Firewall Stateful Inspection of ICMP Firewall Stateful Inspection of ICMP Last Updated: March 26, 2012 The Firewall Stateful Inspection of ICMP feature addresses the limitation of qualifying Internet Control Management Protocol (ICMP) messages

More information

Multicast Subsecond Convergence

Multicast Subsecond Convergence Multicast Subsecond Convergence Last Updated: January 11, 2012 The Multicast Subsecond Convergence feature comprises a comprehensive set of features and protocol enhancements that provide for improved

More information

BGP Policy Accounting Output Interface Accounting

BGP Policy Accounting Output Interface Accounting BGP Policy Accounting Output Interface Accounting Last Updated: November 2, 2011 Border Gateway Protocol (BGP) policy accounting (PA) measures and classifies IP traffic that is sent to, or received from,

More information

Contextual Configuration Diff Utility

Contextual Configuration Diff Utility Contextual Configuration Diff Utility Last Updated: November 29, 2011 The Contextual Configuration Diff Utility feature provides the ability to perform a line-by-line comparison of any two configuration

More information

Implementing ADSL and Deploying Dial Access for IPv6

Implementing ADSL and Deploying Dial Access for IPv6 Implementing ADSL and Deploying Dial Access for IPv6 Last Updated: July 31, 2012 Finding Feature Information, page 1 Restrictions for Implementing ADSL and Deploying Dial Access for IPv6, page 1 Information

More information

Using Cisco Discovery Protocol

Using Cisco Discovery Protocol Using Cisco Discovery Protocol First Published: February 1, 1995 Last Updated: August 12, 2010 Cisco Discovery Protocol (CDP) is a Layer 2 media-independent and network-independent protocol that runs on

More information

Configuring IP SLAs DNS Operations

Configuring IP SLAs DNS Operations Configuring IP SLAs DNS Operations Finding Feature Information Configuring IP SLAs DNS Operations Last Updated: March 22, 2011 This module describes how to configure the IP Service Level Agreements (SLAs)

More information

Configuring ISG Support for Prepaid Billing

Configuring ISG Support for Prepaid Billing Configuring ISG Support for Prepaid Billing Last Updated: December 19, 2012 Intelligent Services Gateway (ISG) is a Cisco IOS software feature set that provides a structured framework in which edge devices

More information

Configuring Scalable Hub-and-Spoke MPLS VPNs

Configuring Scalable Hub-and-Spoke MPLS VPNs Configuring Scalable Hub-and-Spoke MPLS VPNs Last Updated: December 15, 2011 This module explains how to ensure that virtual private network (VPN) clients that connect to the same provider edge (PE) router

More information

Configuring NAT for High Availability

Configuring NAT for High Availability Configuring NAT for High Availability Last Updated: December 18, 2011 This module contains procedures for configuring Network Address Translation (NAT) to support the increasing need for highly resilient

More information

Configuring IP SLAs HTTP Operations

Configuring IP SLAs HTTP Operations Configuring IP SLAs HTTP Operations Finding Feature Information Configuring IP SLAs HTTP Operations Last Updated: July 18, 2011 This module describes how to configure an IP Service Level Agreements (SLAs)

More information

MPLS VPN over mgre. Finding Feature Information. Last Updated: November 1, 2012

MPLS VPN over mgre. Finding Feature Information. Last Updated: November 1, 2012 MPLS VPN over mgre Last Updated: November 1, 2012 The MPLS VPN over mgre feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity

More information

IEEE 802.1ah on Provider Backbone Bridges

IEEE 802.1ah on Provider Backbone Bridges IEEE 802.1ah on Provider Backbone Bridges First Published: November 25, 2009 Last Updated: February 8, 2011 The IEEE 802.1ah on Provider Backbone Bridges feature enables MAC-in-MAC tunneling on Ethernet

More information

Creating an IP Access List to Filter IP Options, TCP Flags, or Noncontiguous Ports

Creating an IP Access List to Filter IP Options, TCP Flags, or Noncontiguous Ports Creating an IP Access List to Filter IP Options, TCP Flags, or Noncontiguous Ports First Published: August 18, 2006 Last Updated: July 31, 2009 This module describes how to use an IP access list to filter

More information

EVC Quality of Service

EVC Quality of Service First Published: March 28, 2011 Last Updated: March 28, 2011 This document contains information about how to enable quality of service (QoS) features (such as traffic classification and traffic policing)

More information

Netflow v9 for IPv6. Finding Feature Information. Prerequisites for Netflow v9 for IPv6. Information About Netflow v9 for IPv6

Netflow v9 for IPv6. Finding Feature Information. Prerequisites for Netflow v9 for IPv6. Information About Netflow v9 for IPv6 Netflow v9 for IPv6 Last Updated: July 31, 2012 This module contains information about and instructions for configuring NetFlow and NetFlow Data Export (NDE) for capturing and exporting data from IP version

More information

IPv6 Multicast Listener Discovery Protocol

IPv6 Multicast Listener Discovery Protocol IPv6 Multicast Listener Discovery Protocol Last Updated: October 16, 2012 IPv6 Multicast Listener Discovery (MLD) is used by IPv6 devices to discover multicast listeners (nodes that want to receive multicast

More information

PPPoE Session Limit per NAS Port

PPPoE Session Limit per NAS Port PPPoE Session Limit per NAS Port First Published: March 17, 2003 Last Updated: February 28, 2006 The PPPoE Session Limit per NAS Port feature enables you to limit the number of PPP over Ethernet (PPPoE)

More information

PKI Trustpool Management

PKI Trustpool Management PKI Trustpool Management Last Updated: October 9, 2012 The PKI Trustpool Management feature is used to authenticate sessions, such as HTTPS, that occur between devices by using commonly recognized trusted

More information

Using NetFlow Sampling to Select the Network Traffic to Track

Using NetFlow Sampling to Select the Network Traffic to Track Using NetFlow Sampling to Select the Network Traffic to Track Last Updated: September 17, 2012 This module contains information about and instructions for selecting the network traffic to track through

More information

Configuring TCP Header Compression

Configuring TCP Header Compression Configuring TCP Header Compression First Published: January 30, 2006 Last Updated: May 5, 2010 Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted.

More information

Configuring L2TP HA Session SSO ISSU on a

Configuring L2TP HA Session SSO ISSU on a Configuring L2TP HA Session SSO ISSU on a LAC LNS Finding Feature Information Configuring L2TP HA Session SSO ISSU on a LAC LNS Last Updated: July 22, 2011 The L2TP HA Session SSO/ISSU on a LAC/LNS feature

More information

IP Addressing: Fragmentation and Reassembly Configuration Guide

IP Addressing: Fragmentation and Reassembly Configuration Guide First Published: December 05, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

Configuring IP SLAs TCP Connect Operations

Configuring IP SLAs TCP Connect Operations Configuring IP SLAs TCP Connect Operations Finding Feature Information Configuring IP SLAs TCP Connect Operations Last Updated: March 22, 2011 This module describes how to configure an IP Service Level

More information

RSVP Support for RTP Header Compression, Phase 1

RSVP Support for RTP Header Compression, Phase 1 RSVP Support for RTP Header Compression, Phase 1 The Resource Reservation Protocol (RSVP) Support for Real-Time Transport Protocol (RTP) Header Compression, Phase 1 feature provides a method for decreasing

More information

Local Template-Based ATM PVC Provisioning

Local Template-Based ATM PVC Provisioning Local Template-Based ATM PVC Provisioning Last Updated: August 29, 2012 The Local Template-Based ATM Provisioning feature enables ATM permanent virtual circuits (PVCs) to be provisioned automatically as

More information

IPsec NAT Transparency

IPsec NAT Transparency sec NAT Transparency First Published: November 25, 2002 Last Updated: March 1, 2011 The sec NAT Transparency feature introduces support for Security (sec) traffic to travel through Network Address Translation

More information

Application Firewall-Instant Message Traffic Enforcement

Application Firewall-Instant Message Traffic Enforcement Application Firewall-Instant Message Traffic Enforcement Last Updated: September 24, 2012 The Application Firewall--Instant Message Traffic Enforcement feature enables users to define and enforce a policy

More information

To use DNS, you must have a DNS name server on your network.

To use DNS, you must have a DNS name server on your network. Configuring DNS Last Updated: December 15, 2011 The Domain Name System (DNS) is a distributed database in which you can map host names to IP addresses through the DNS protocol from a DNS server. Each unique

More information

BGP Support for the L2VPN Address Family

BGP Support for the L2VPN Address Family BGP Support for the L2VPN Address Family Last Updated: November 21, 2012 BGP support for the Layer 2 Virtual Private Network (L2VPN) address family introduces a BGP-based autodiscovery mechanism to distribute

More information

AToM Graceful Restart

AToM Graceful Restart AToM Graceful Restart Last Updated: November 29, 2011 The AToM Graceful Restart feature assists neighboring routers that have nonstop forwarding (NSF), stateful switchover (SSO) and graceful restart (GR)

More information

IP Routing: ODR Configuration Guide, Cisco IOS Release 15M&T

IP Routing: ODR Configuration Guide, Cisco IOS Release 15M&T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

HTTP 1.1 Web Server and Client

HTTP 1.1 Web Server and Client HTTP 1.1 Web Server and Client Finding Feature Information HTTP 1.1 Web Server and Client Last Updated: June 01, 2011 The HTTP 1.1 Web Server and Client feature provides a consistent interface for users

More information

Secure Shell Version 2 Support

Secure Shell Version 2 Support Secure Shell Version 2 Support Last Updated: January 16, 2012 The Secure Shell Version 2 Support feature allows you to configure Secure Shell (SSH) Version 2. SSH runs on top of a reliable transport layer

More information

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs Last Updated: December 5, 2011 The Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs feature provides the functionality

More information

Role-Based CLI Access

Role-Based CLI Access Role-Based CLI Access Last Updated: January 18, 2012 First Published: February 24, 2004 Last Updated: March 30, 2011 The Role-Based CLI Access feature allows the network administrator to define views,

More information

Using NetFlow Filtering or Sampling to Select the Network Traffic to Track

Using NetFlow Filtering or Sampling to Select the Network Traffic to Track Using NetFlow Filtering or Sampling to Select the Network Traffic to Track First Published: June 19, 2006 Last Updated: December 17, 2010 This module contains information about and instructions for selecting

More information

Rate Based Satellite Control Protocol

Rate Based Satellite Control Protocol Rate Based Satellite Control Protocol Last Updated: November 1, 2012 Rate Based Satellite Control Protocol (RBSCP) was designed for wireless or long-distance delay links with high error rates, such as

More information

MAG Service Configuration Mode Commands

MAG Service Configuration Mode Commands MAG Service Configuration Mode Commands The MAG Service Configuration Mode is used to create and manage a Mobility Access Gateway service in an (ehrpd network) or a P-MIP S-GW (LTE-SAE network). The MAG

More information

Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon

Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon Intelligent Services Gateway (ISG) is a Cisco software feature set that provides a structured framework in which

More information

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs First Published: May 2, 2005 Last Updated: November 24, 2010 The Providing Connectivity Using ATM Routed Bridge Encapsulation over

More information

IGMP Static Group Range Support

IGMP Static Group Range Support IGMP Static Group Range Support Last Updated: December 16, 2011 The IGMP Static Group Range Support feature introduces the capability to configure group ranges in class maps and attach class maps to the

More information

MPLS LDP Graceful Restart

MPLS LDP Graceful Restart MPLS LDP Graceful Restart Last Updated: November 23, 2011 When a router is configured with Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP) Graceful Restart (GR), it assists a neighboring

More information

MPLS VPN--Show Running VRF

MPLS VPN--Show Running VRF MPLS VPN--Show Running VRF Last Updated: December 15, 2011 The MPLS VPN--Show Running VRF feature provides a Cisco IOS command-line interface (CLI) option to display a subset of the running configuration

More information

Flexible Packet Matching XML Configuration

Flexible Packet Matching XML Configuration First Published: March 3, 2006 Last Updated: March 31, 2011 The Flexible Packet Matching XML Configuration feature allows the use of extensible Markup Language (XML) to define traffic classes and actions

More information