Description

The "Port Bandwidth Usage (in gbps)" is showing 20 while the device has 480Gbps in use.

Symptoms

show system license

<snip>

Port Bandwidth Usage (in gbps)    20

Solution

As updated by engineering, the license counts only the interfaces which have advance feature configured.

Hence not all the available interfaces are counted & which is why only lesser value is shown in output.

 

We can conform which all interfaces are using advance feature using "show system license bandwidth fpc port-details 0" CLI.

 

In below example, only few interfaces have license tier advance (4*100G & 3*10G).

++++++++++++++++++++++++++++++++

JTAC> show system license bandwidth fpc port-details 0 | no-more 

                 Bandwidth   License

 Port name          used(in gbps)   tier

 et-0/0/2:0            100      advance

 et-0/0/4:1            10      advance

 et-0/0/8:0            100      advance

 et-0/0/8:1            100      advance

 et-0/0/9:0            100      advance

 et-0/2/4:0            10      advance

 et-0/2/4:1            10      advance

 

The license used is correctly updated as 430G, which is inline with above.

show system license

<snip>

 Port Bandwidth Usage (in gbps)   430     4000      0  permanent

 

Below is the list of features shared by engineering, which are categorised to advanced feature.

bgp

isis

filter-based-forwarding

connectivity-fault-management

vrrp

dot1q-tunneling

PCEP

JNX_LICFEAT_TIMING

ldp

rsvp

l2circuit

JNX_LICFEAT_EVPN_VXLAN

igmp-multicast

evpn-mpls

pim

gre_tunnel

static-mpls

rip

ospf

macsec-bandwidth-usage-in-gbps

 

Note: if we add bgp traceoptions in global, it maps advance feature to all available interfaces.

Modification History

2025-01-03 : Article Created