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 |
ipv6 mobile pmipv6-domain
domain-name
Device(config)# ipv6 mobile pmipv6-domain D1
|
Creates the
PMIP domain and enters PMIP domain configuration mode.
|
Step 4 |
mobile-map
map-name
sequence-number
Device (config-ipv6-pmipv6-domain)# mobile-map MAP1 12
|
Configures a
mobile map for the PMIPv6 domain and enters mobile-map configuration mode.
- The range is from 1 to
255.
|
Step 5 |
match access-list
access-list name
Device (config-ipv6-pmipv6-domain-mobile-map)# match access-list voice
|
Specifies
an ACL that identifies an application such as HTTP, SSH, Telnet, and video.
|
Step 6 |
traffic-profile
profile-name
Device (config-ipv6-pmipv6-domain-mobile-map)# traffic-profile haccess-voice
|
Specifies a
hybrid access profile where the performance requirements have been defined.
|
Step 7 |
ipv6 mobile
pmipv6-mag
mag-id
domain
domain-name
Device (config-ipv6-pmipv6-domain-mobile-map)# ipv6 mobile pmipv6-mag MAG1 domain D1
|
Enables MAG
service on the device, configures the PMIP domain for MAG, and enters MAG
configuration mode.
|
Step 8 |
address
dynamic
Device (config-ipv6-pmipv6-mag)# address dynamic
|
Configures
dynamic address for MAG and enters MAG dynamic address configuration mode.
|
Step 9 |
roaming interface
type
number
priority
interface priority
egress-att
interface-attribute
user
assigned labels
Device (config-ipv6-pmipv6-mag-addr-dyn)# roaming interface Ethernet1/0 priority 1 egress-att LTE label lte_intf
Device (config-ipv6-pmipv6-mag-addr-dyn)# roaming interface Ethernet1/1 priority 2 egress-att 3G label 3g_intf
|
Specifies a
roaming interface and priority on MAG.
|
Step 10 |
exit
Device (config-ipv6-pmipv6-mag-addr-dyn)# exit
|
Enters MAG
dynamic address configuration mode and returns to privileged EXEC mode.
|
Step 11 |
heartbeat [interval
interval
retries
retries]
Device (config-ipv6-pmipv6-mag)# heartbeat interval 15 retries 1
|
|
Step 12 |
bce maximum
number
Device (config-ipv6-pmipv6-mag)# bce maximum 128000
|
Configures
the maximum number of binding cache entries (BCEs) or bindings that MAG can
support.
|
Step 13 |
multipath
Device (config-ipv6-pmipv6-mag)# multipath
|
Enables
multipath support on MAG.
|
Step 14 |
mobile-map
map-name
sequence-number
Device (config-ipv6-pmipv6-mag)# mobile-map MAP1
|
Configures
a mobile map for the PMIPv6 domain and enters mobile-map configuration mode.
|
Step 15 |
tunnel mtu
mtu-size
Device (config-ipv6-pmipv6-mag)# tunnel mtu 1360
|
Configures
a maximum transmission unit (MTU) on a PMIPv6 tunnel.
|
Step 16 |
interface
interface-type
Device (config-ipv6-pmipv6-mag)# interface Ethernet 0/2
|
Configures
an egress interface for MAG.
|
Step 17 |
lma
lma-id
domain-name
Device(config-ipv6-pmipv6- mag)# lma LMA1 D1
|
Enables LMA
service on the device, configures the PMIP domain for LMA, and enters LMA
configuration mode.
|
Step 18 |
mobility-service
hybrid-access
Device (config-ipv6-pmipv6-mag)# mobility-service hybrid-access
|
Configures
hybrid-access service.
|
Step 19 |
profile-definition
profile-name
Device (config-ipv6-pmipv6-mag-haccess-svc)# profile-definition haccess-voice
|
Defines a
traffic profile.
|
Step 20 |
jitter
value
Device (config-ipv6-pmipv6-mag-haccess-profile-def-svc)# jitter 50
|
Configures
the jitter value, in milliseconds.
|
Step 21 |
rtt
value
Device (config-ipv6-pmipv6-mag-haccess-profile-def-svc)# rtt 100
|
Configures
the Round Trip Time (RTT) value, in milliseconds.
|
Step 22 |
packet-loss
value
Device (config-ipv6-pmipv6-mag-haccess-profile-def-svc)# packet-loss 2
|
Configures
the packet loss value, in percentage.
|
Step 23 |
end
Device (config-ipv6-pmipv6-mag-haccess-profile-def-svc)# end
|
Exits MAG
configuration mode and returns to privileged EXEC mode.
|