cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
845
Views
15
Helpful
4
Replies

VRF and VLAN

ksnarayan43
Level 1
Level 1

Hi : I am looking for configuration assistance with VRF and VLAN.

running BGP routing protocol per VRF

thank you

4 Replies 4

mohammedmahmoud
Level 11
Level 11

Hi,

You should most probably have a one-to-one relation between VRFs and VLANs according to your design.

As for configuring BGP per VRF, you need to use address-families, something like this:

ip vrf test

rd

interface x

ip vrf forwarding test

ip address x.x.x.x

router bgp

address-family ipv4 vrf test

neighbor remote-as

network mask

HTH, please do rate all helpful replies,

Mohammed Mahmoud.

just a little specification:

interface x = interface vlan x ;)

interface vlan x

ip vrf forwarding

ip address x.x.x.x

Regards

Andrea

Hi Andrea,

You are most probably right :)

But i didn't know the original poster's topology (i mean how does he do the inter-VLAN routing), he might be doing router-on-a-stick, and thus i gave it to him in a generic manner and he should work it out.

BR,

Mohammed Mahmoud.

Yes, Mohammed,

you are right :)

The original post is generic ...

Regards

Andrea

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card