VRF Route leak - ArubaOS-CX
VRF Route leak - ArubaOS-CX
ArubaOS-CX
Notices
The information contained herein is subject to change without notice. The only warranties for
Hewlett Packard Enterprise products and services are set forth in the express warranty
statements accompanying such products and services. Nothing herein should be construed as
constituting an additional warranty. Hewlett Packard Enterprise shall not be liable for technical
or editorial errors or omissions contained herein.
Confidential computer software. Valid license from Hewlett Packard Enterprise required for
possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
Software, Computer Software Documentation, and Technical Data for Commercial Items are
licensed to the U.S. Government under vendor's standard commercial license.
Links to third-party websites take you outside the Hewlett Packard Enterprise website. Hewlett
Packard Enterprise has no control over and is not responsible for information outside the
Hewlett Packard Enterprise website.
Table of Contents
Introduction ............................................................................................................................................................................ 1
Route Leaking ......................................................................................................................................................................... 1
Topology ............................................................................................................................................................................. 1
Configurations ................................................................................................................................................................... 1
Verifications ........................................................................................................................................................................ 3
Solution Guide for VRF route leaking using Static Routes on
ArubaOS-CX
Introduction
This document provides instruction on how to validate Inter VRF communication using route leak on
ArubaOS-CX
Route Leaking
This document provides instruction on how to validate Inter VRF commuinication using Static routes on
ArubaOS-CX
Topology
Configurations
SW01-TOP-8320#show running-config
vrf BLUE
rd 220:20
vrf RED
rd 210:10
interface lag 10
no shutdown
no routing
vlan trunk native 1 tag
vlan trunk allowed 210,220
lacp mode active
interface 1/1/15
no shutdown
1
lag 10
interface 1/1/16
no shutdown
lag 10
interface vlan210
vrf attach RED
ip address 210.10.10.1/24
interface vlan220
vrf attach BLUE
ip address 220.20.20.1/24
SW02-BOT-8320#show running-config
vrf BLUE
rd 220:20
vrf RED
rd 210:10
vlan 1,210,220
interface lag 10
no shutdown
no routing
vlan trunk native 1 tag
vlan trunk allowed 210,220
lacp mode active
interface 1/1/15
no shutdown
lag 10
interface 1/1/16
no shutdown
lag 10
interface vlan210
vrf attach RED
2
ip address 210.10.10.10/24
interface vlan220
vrf attach BLUE
ip address 220.20.20.20/24
Verifications
3
'[x/y]' denotes [distance/metric]
^C
--- 20.20.20.20 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.335/0.360/0.387/0.021 ms