Multi-Protocol Label Switching (MPLS) Support
▀ Configuring BGP/MPLS VPN with Static Labels
▄ Cisco ASR 5x00 Packet Data Network Gateway Administration Guide
424
Configure IP Pools with MPLS Labels
Use this example to configure IP Pools with MPLS labels for input and output.
configure
context
<
context_name
>
-noconfirm
ip pool
<
name
> <
ip_addr_mask_combo
>
private vrf
<
vrf_name
>
mpls-label input
<
in_label_value
>
output
<
out_label_value1
>
nexthop-forwarding-address
<
ip_addr_bgp_neighbor
>
end
Bind DHCP Service for Corporate Servers
Use this example to bind DHCP service with MPLS labels for input and output in Corporate network.
configure
context
<
dest_ctxt_name
>
interface
<
intfc_name
>
loopback
ip vrf forwarding
<
vrf_name
>
ip address
<
bind_ip_address
subnet_mask
>
exit
dhcp-service
<
dhcp_svc_name
>
dhcp ip vrf
<
vrf_name
>
bind address
<
bind_ip_address
> [
nexthop-forwarding-address
<
nexthop_ip_address
> [
mpls-label input
<
in_mpls_label_value
>
output
<
out_mpls_label_value1
> [ <
out_mpls_label_value2
> ]]]
dhcp server
<
ip_address
>
end
Notes:
To ensure proper operation, DHCP functionality should be configured within a destination context.
Optional keyword
nexthop-forwarding-address
<
ip_address
>
mpls-label input
<
in_mpls_label_value
>
output <
<
out_mpls_label_value1
> applies DHCP over MPLS traffic.
Bind AAA Group for Corporate Servers
Use this example to bind AAA server groups with MPLS labels for input and output in Corporate network.