L3VPN Configuration Guide for Cisco 8000 Series Routers, Cisco IOS XR Releases

PDF

L3VPN Configuration Guide for Cisco 8000 Series Routers, Cisco IOS XR Releases

Configure Inter-AS VPN connectivity by defining a static route to an ASBR peer

Want to summarize with AI?

Log in

Outlines steps for establishing Inter-AS VPN connectivity by configuring a static route to an ASBR peer, including CLI procedures for directing traffic toward remote autonomous systems.


Define a static route that directs traffic intended for the ASBR peer, facilitating Inter-AS VPN connectivity within your network.

Use this task when you need to manually specify a static route to an ASBR peer, typically as part of configuring or troubleshooting Inter-AS VPN connections on a router.

Before you begin

  • Identify the ASBR peer prefix (destination network) and the next-hop IP address for the static route.

  • Ensure you have appropriate privileges to access and configure router settings through the CLI.

Procedure

Configure a static route to an ASBR peer.

Example:

Router# configure
Router(config)# router static
Router(config-static)# address-family ipv4 unicast
Router(config-static-afi)# 10.10.10.10/32 10.9.9.9
Router(config-static-afi)# commit

The static route to the ASBR peer is configured once the route is committed. Traffic destined for the ASBR peer will now be routed according to your specification.