Cisco ASR 9000 Series Configuration Manual page 144

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuring a VPN Routing and Forwarding Instance in BGP
determine VPN connectivity and the label value to be used so the remote (egress) router can demultiplex the
packet to the correct VPN during packet forwarding.
The PE-PE, PE-route reflector (RR) iBGP sessions are defined to all PE and RR routers that participate in the
VPNs configured in the PE router.
Perform this task to configure PE-PE iBGP sessions and to configure global VPN options on a PE.
SUMMARY STEPS
1. configure
2. router bgp as-number
3. address-family vpnv4 unicast
4. exit
5. neighbor ip-address
6. remote-as as-number
7. description text
8. password { clear | encrypted } password
9. shutdown
10. timers keepalive hold-time
11. update-source type interface-id
12. address-family vpnv4 unicast
13. route-policy route-policy-name in
14. route-policy route-policy-name out
15. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router bgp as-number
Example:
RP/0/RSP0/CPU0:router(config)# router bgp 120
Step 3
address-family vpnv4 unicast
Example:
RP/0/RSP0/CPU0:router(config-bgp)# address-family
vpvn4 unicast
Step 4
exit
Example:
RP/0/RSP0/CPU0:router(config-bgp-af)# exit
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
116
Purpose
Specifies the autonomous system number and enters the
BGP configuration mode, allowing you to configure the
BGP routing process.
Enters VPN address family configuration mode.
Exits the current configuration mode.
Implementing BGP
OL-30423-03

Advertisement

Table of Contents
loading

Table of Contents