Hello,
We just created a new vrf on a brocade ICX 7750 it looks like this:
SSH@CORE-C0190#show vrf detail
Total number of VRFs configured: 1
VRF TELIP-SF, default RD 10:10, Table ID 1
IP Router-Id: 1.1.1.1
No interfaces
Address Family IPv4
Max Routes: 4096
Number of Unicast Routes: 0
Total number of IPv4 unicast route for all non-default VRF is 0
Total number of IPv6 unicast route for all non-default VRF is 0
The 7750 runs L3 code and has many running ve interfaces assigned to vlans
When creating a new ve (router interface) for a new vlan, we cannot forward the ve to the new VRF:
SSH@CORE-C0190(config)#vlan 445 name telip by port
SSH@CORE-C0190(config-vlan-445)#tag ethernet 1/1/1
Added tagged port(s) ethe 1/1/1 to 1/1/2 to port-vlan 445.
SSH@CORE-C0190(config-vlan-445)#router-interface ve 445
SSH@CORE-C0190(config-vlan-445)#exit
SSH@CORE-C0190(config)#interface ve 445
SSH@CORE-C0190(config-vif-445)#ip address 10.89.95.66/28
SSH@CORE-C0190(config-vif-445)#vrf forwarding TELIP-SF
Invalid input -> TELIP-SF
SSH@CORE-C0190(config-vif-445)#
It does work when assigning a physical interface to the new VRF...
What are we missing?
Thanks in advance