VRF trouble on Ruckus / Brocade ICX 7250

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

BecauseScience

New Member
Feb 3, 2016
19
2
3
I'm trying to configure a VRF on my ICX 7250 and I can't get traffic to route from inside a non-default VRF to the default VRF.

The ICX 7250 is running firmware version 09.0.10e.

I have a Linux box connected to port 1/1/1 with the following static config:
Code:
IP Address: 10.255.1.100
Netmask: 255.255.0.0
Gateway: 10.255.1.1
Ping to 10.255.1.1 works:
Code:
ping 10.255.1.1
PING 10.255.1.1 (10.255.1.1) 56(84) bytes of data.
64 bytes from 10.255.1.1: icmp_seq=1 ttl=64 time=0.922 ms
64 bytes from 10.255.1.1: icmp_seq=2 ttl=64 time=0.727 ms
Ping to 10.1.1.2 fails:
Code:
ping 10.1.1.2
PING 10.1.1.2 (10.1.1.2) 56(84) bytes of data.
^C
--- 10.1.1.2 ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6130ms
Relavent ICX config:
Code:
vlan 10 name RED by port
tagged ethe 1/1/35
!

vlan 1000 name BLUE by port
untagged ethe 1/1/1 to 1/1/12
!

vrf BLUE
rd 10.255.0.0:0
address-family ipv4 max-route 128
ip route 0.0.0.0/0 next-hop-vrf default-vrf 10.1.1.2
!

ip route 10.255.0.0/16 next-hop-vrf BLUE 10.255.1.1
!

router ospf vrf BLUE
area 10.255.0.0
!

interface ve 10
port-name RED VE
ip address 10.1.1.2 255.255.255.252
!

interface ve 1000
port-name BLUE-VE
vrf forwarding BLUE
ip address 10.255.1.1 255.255.0.0
ip ospf area 10.255.0.0
ip ospf passive
!