Friday
Hello,
The release notes for FE9.4 are a bit misleading, and I have already received the same question twice from my customers.
The RN takes as an example a switch with 2 manually configured VRF, one being segmented, and displays the output of the show ip vrf command which shows 4 VRF (GRT, mgmt + the 2 created above).
Then it compares this display with the result of a show khi resource-scaling, which displays the number of L3VSN resources consumed, which is 4 (3 for the segmented VRF, 1 for the non-segmented VRF).
You see where the confusion is for the customers : show ip vrf = 4, show khi resource-scaling = 4...
I would suggest as an example, configuring 3 VRF, 2 being segmented. This would lead to :
The result numbers would be different, eliminating the confusion.
Output below so you just have to copy paste :
switch-1:1(config)#sho ip vrf
============================================================================================================================================
VRF INFORMATION
============================================================================================================================================
VRF VLAN ARP RIP OSPF BGP PIM NBRv6 RIPng OSPFv3 PIM6 VRF IDs
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT ALLOCATED
--------------------------------------------------------------------------------------------------------------------------------------------
5 5 0 1 1 1 1 0 1 1 1 9
VRF VRF VLAN ARP NBRv6 UNICAST SD-WAN LOCAL VRF
NAME ID COUNT COUNT RIP OSPF BGP PIM COUNT RIPng OSPFv3 PIM6 ACTIVE BREAKOUT ORIGIN SEGMENTED
--------------------------------------------------------------------------------------------------------------------------------------------
GlobalRouter 0 4 0 TRUE TRUE TRUE TRUE 0 TRUE TRUE TRUE TRUE FALSE DYNAMIC FALSE
vrf69 1 0 0 FALSE FALSE FALSE FALSE 0 FALSE FALSE FALSE TRUE FALSE CONFIG FALSE
vrf89 2 0 0 FALSE FALSE FALSE FALSE 0 FALSE FALSE FALSE TRUE FALSE CONFIG TRUE
vrf99 3 0 0 FALSE FALSE FALSE FALSE 0 FALSE FALSE FALSE TRUE FALSE CONFIG TRUE
MgmtRouter 512 1 0 FALSE FALSE FALSE FALSE 0 FALSE FALSE FALSE TRUE FALSE DYNAMIC FALSE
5 out of 5 Total Num of VRF Entries displayed.
switch-1:1(config)#sho khi resource-scaling
=======================================================================================================================
KHI resource-scaling
=======================================================================================================================
Item Maximum Maximum Currently Available Usage Shared resource
(theoretical) (actual) used (%) group
-------------------------------------------- ------------- ----------- ---------- ----------- ------- -----------------
<snip>
Services
-----------------------------------------------------------------------------------------------------------------------
Multicast-fib entries 10000 10000 1 9999 0 %
L2VSNs 3580 3580 3 3577 1 % RES1
Transparent UNIs 27 27 0 27 0 % RES3
Switched UNIs 4900 4900 0 4900 0 % RES3
Private VLANs 200 200 1 199 1 %
L3VSNs 256 256 7 249 3 % RES1,RES3
<snip>
Monday
I understand they do not show the same thing, it's just that for customers (maybe not entirely familiars with Extreme's concepts) they got confused because of this very example (4 being displayed in both commands).
It does not require a lot of work to lift any ambiguity by providing another example IMHO.
Monday
Hi Yoann
Yes but, those two commands are not showing the same thing. The khi command show the number of hardware resources used to make VRF happen. In the first show ip vrf command, the MgmtRouter is fictitious these days, and the GlobalRouter (GRT) does not consume those resources (at least the khi command does not count it).
Maybe you should try the new "show ip vrf detail" command; that should make things clearer.