Configuring A Vpn Routing Session - Cisco Catalyst 9500 series Configuration Manual

Cisco ios xe everest 16.6.x
Hide thumbs Also See for Catalyst 9500 series:
Table of Contents

Advertisement

Configuring IP Unicast Routing

Configuring a VPN Routing Session

Routing within the VPN can be configured with any supported routing protocol (RIP, OSPF, EIGRP, or BGP)
or with static routing. The configuration shown here is for OSPF, but the process is the same for other protocols.
Note
To configure an EIGRP routing process to run within a VRF instance, you must configure an
autonomous-system number by entering the autonomous-system autonomous-system-number
address-family configuration mode command.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Command or Action
configure terminal
Example:
Device# configure terminal
router ospf process-id vrf vrf-name
Example:
Device(config)# router ospf 1 vrf vpn1
log-adjacency-changes
Example:
Device(config-router)#
log-adjacency-changes
redistribute bgp autonomous-system-number
subnets
Example:
Device(config-router)# redistribute bgp
10 subnets
network network-number area area-id
Example:
Device(config-router)# network 1 area 2
end
Example:
Device(config-router)# end
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
Configuring a VPN Routing Session
Purpose
Enters global configuration mode.
Enables OSPF routing, specifies a VPN
forwarding table, and enter router
configuration mode.
(Optional) Logs changes in the adjacency state.
This is the default state.
Sets the switch to redistribute information from
the BGP network to the OSPF network.
Defines a network address and mask on which
OSPF runs and the area ID for that network
address.
Returns to privileged EXEC mode.
173

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents