IMPORTANT:
Overview
Chassis as MPLS-CE Connecting to PE
IMPORTANT:
Chassis as MPLS-CE Connected to ASBR
Supported Standards
Supported Networks and Platforms
Licenses
IMPORTANT:
IMPORTANT:
Create VRF with Route-distinguisher and Route-target
Set Neighbors and Enable VPNv4 Route Exchange
Configure Address Family and Redistributed Connected Routes
configure
context <context_name>
router bgp <as_number>
address-family ipv4 <type> vrf <vrf_name>
redistribute connected
end
Bind DHCP Service for Corporate Servers
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
Bind AAA Group for Corporate Servers
configure
context <dest_ctxt_name>
aaa group <aaa_grp_name>
radius ip vrf <vrf_name>
radius attribute nas-ip-address address <nas_address> nexthop-forwarding-address <ip_address> mpls-label input <in_mpls_label_value> output < <out_mpls_label_value1>
radius server <ip_address> encrypted key <encrypt_string> port <iport_num>
end
IMPORTANT:
IMPORTANT:
Create VRF with Route-distinguisher and Route-target
Set Neighbors and Enable VPNv4 Route Exchange
Configure Address Family and Redistributed Connected Routes
configure
context <context_name>
router bgp <as_number>
address-family ipv4 <type> vrf <vrf_name>
redistribute connected
end
Bind DHCP Service for Corporate Servers
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>
dhcp server <ip_address>
end
Bind AAA Group for Corporate Servers
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