Multi-Protocol Label Switching (MPLS) Support
Configuring BGP/MPLS VPN with Dynamic Labels ▀
Cisco ASR 5x00 Packet Data Network Gateway Administration Guide ▄
429
end
Notes:
To ensure proper operation, DHCP functionality should be configured within a destination context.
Bind AAA Group for Corporate Servers
Use this example to bind AAA server groups with dynamic MPLS labels in Corporate network.
configure
context
<
dest_ctxt_name
>
aaa group
<
aaa_grp_name
>
radius ip vrf
<
vrf_name
>
radius attribute nas-ip-address address
<
nas_address
>
radius server
<
ip_address
>
encrypted key
<
encrypt_string
>
port
<
iport_num
>
end
Notes:
aaa_grp_name
is a pre-configured AAA server group configured in Context Configuration mode. Refer
AAA
Interface Administration Reference
for more information on AAA group configuration.
DSCP and EXP Bit Mapping
Use this example to modify the configured IP VRF to support QoS mapping.
configure
context
<
context_name
>
ip vrf
<
vrf_name
>
mpls map-dscp-to-exp dscp
<
dscp_bit_value
>
exp
<
exp_bit_value
>
mpls map-exp-to-dscp exp
<
exp_bit_value
>
dscp
<
dscp_bit_value
>
end