cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1127
Views
0
Helpful
1
Replies

Help with VLAN VRF setup

perpaal
Level 1
Level 1

Hi

I`m setting up VRF on some VLANs, to isolate them.

I have set this up on my 3560:

C3560G(config)#ip vrf v10

C3560G(config-vrf)#rd 500:1

C3560G(config-vrf)#route-target export 500:1

C3560G(config-vrf)#route-target import 500:1

C3560G(config-vrf)#exit

C3560G(config)#interface vlan 10

C3560G(config-if)#ip vrf forwarding v10

% Interface vlan10 IP address 10.1.0.1 removed due to enabling VRF v10

C3560G(config-if)#ip address 10.1.0.1 255.255.255.0

C3560G(config-if)#interface vlan 11

C3560G(config-if)#ip vrf forwarding v10

% Interface vlan11 IP address 10.1.1.1 removed due to enabling VRF v10

C3560G(config-if)#ip address 10.1.1.1 255.255.255.0

C3560G(config-if)#interface vlan 12

C3560G(config-if)#ip vrf forwarding v10

% Interface vlan12 IP address 10.1.2.1 removed due to enabling VRF v10

C3560G(config-if)#ip address 10.1.2.1 255.255.255.0

C3560G(config-if)#interface vlan 13

C3560G(config-if)#ip vrf forwarding v10

% Interface vlan13 IP address 10.1.3.1 removed due to enabling VRF v10

C3560G(config-if)#ip address 10.1.3.1 255.255.255.0

but this does not seem to work.

When connecting equipment to these VLANs, they can not communicate with each other.

I have only set up VRF on the 3560, as this is used as router, and is the only switch supporting VRF in the network.

Do I have to configure VRF on all switches using this VLANs, or what am I doing wrong here?

1 Reply 1

perpaal
Level 1
Level 1

Sorry, had some ACLs I had not removed.

All works now as expected

Review Cisco Networking for a $25 gift card