cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

VRF traffic handling

VRF traffic handling

bob2026
New Contributor

IronWare : Version 6.3.0hT163 Copyright (c) 2017-2019 Extreme Networks, Inc.

I was trying to setup a VRF to isolate some routes from the global VRF, but it seems like traffic got blackhole after applying the VRF. I can't not ping 10.10.10.1 from the ubuntu server. Can you help me with this issue? The environment is as below:

Ubuntu server has a VLAN 10 with ip 10.10.10.2
MLXe-8000 has a ve 10 with IP 10.10.10.1 , ve 10 is assigned to the VRF
V
RF configuration in the router as following:

vrf test

rd 111:222

route-target export 111:222

route-target import 111:222

address-family ipv4

   import routes vrf default-vrf route-map test-vhf

exit-address-family

exit-vrf

interface ve 10

port-name test_out_10                           

  vrf forwarding test

ip address 10.10.10.1/30

 

 

 

 

1 ACCEPTED SOLUTION

Swen_Wulf
New Contributor II

I am fighting the same thing right now. According to the Knowledgeable article, if the cam profile used is ipv4-ipv6, it does not support none default vrf. See here:

 https://extreme-networks.my.site.com/ExtrArticleDetail?an=000122419&q=cam%20profiles%20MLX

Myself, I need VRF working and 2M routes. I got the BR-MLX-100Gx2-CFP2 card which I have right now with "amod" running to support 2M routes and ipv4-ipv6-2, so VRF is not working. Thinking about to change it to default so VRF works, but I am unsure how many max ipv4 routes I can have in fib with default + amod.

View solution in original post

1 REPLY 1

Swen_Wulf
New Contributor II

I am fighting the same thing right now. According to the Knowledgeable article, if the cam profile used is ipv4-ipv6, it does not support none default vrf. See here:

 https://extreme-networks.my.site.com/ExtrArticleDetail?an=000122419&q=cam%20profiles%20MLX

Myself, I need VRF working and 2M routes. I got the BR-MLX-100Gx2-CFP2 card which I have right now with "amod" running to support 2M routes and ipv4-ipv6-2, so VRF is not working. Thinking about to change it to default so VRF works, but I am unsure how many max ipv4 routes I can have in fib with default + amod.

GTM-P2G8KFN