Cisco ASR 5500 Administration Manual page 277

Asr 5500 system administration guide, staros release 19
Table of Contents

Advertisement

BGP MPLS VPNs
ip address 2005:0202:0101::1/128
exit
interface vrf3-v6loop loopback
ip vrf forwarding vrf3
ip address 2005:0303:0101::1/128
exit
Configure BGP along with address families and redistribution rules.
router bgp 800
router-id 1.1.1.1
neighbor 192.168.110.20 remote-as 1003
neighbor 192.168.110.20 activate
address-family vpnv4
neighbor 192.168.110.20 activate
neighbor 192.168.110.20 send-community both
exit
address-family vpnv6
neighbor 192.168.110.20 activate
neighbor 192.168.110.20 send-community both
exit
ip vrf vrf1
route-distinguisher 800 1
route-target export 800 1
route-target import 800 1
exit
address-family ipv4 vrf vrf1
redistribute connected
redistribute static
exit
ip vrf vrf2
route-distinguisher 800 2
route-target export 800 2
route-target import 800 2
exit
address-family ipv4 vrf vrf2
redistribute connected
redistribute static
exit
address-family ipv6 vrf vrf2
redistribute connected
redistribute static
exit
ip vrf vrf3
route-distinguisher 800 3
route-target export 800 3
route-target import 800 3
exit
address-family ipv6 vrf
redistribute connected
redistribute static
exit
Configure APNs.
apn walmart51.com
selection-mode sent-by-ms
accounting-mode none
aaa group walmart-group
authentication pap 1 chap 2 allow-noauth
ip context-name Gi_ce
ip address pool name vrf1-pool
exit
apn amazon51.com
selection-mode sent-by-ms
accounting-mode none
aaa group amazon-group
authentication pap 1 chap 2 allow-noauth
ip context-name Gi_ce
ip address pool name vrf2-pool
ipv6 address prefix-pool vrf2-v6pool
exit
apn apple51.com
selection-mode sent-by-ms
vrf3
ASR 5500 System Administration Guide, StarOS Release 19
Sample Configuration
249

Advertisement

Table of Contents
loading

Table of Contents