Displays details of the current active hardware profile, with options to filter by TCAM profile, counter profile, or LAG profile.
Privileged EXEC mode
If the profile counters are changed from default to counter-profile-# and the statistics-based encapsulations are not available, then the LSPs that need statistics will not be brought up (either due to exhaustion or due to activating a counter profile that does not support statistics).
You can check if the statistics-based encapsulations are needed by using the show run router mpls policy command to see if statistics are enabled in MPLS. LSPs that have auto-bandwidth configured and bridge-domains that have statistics configured also need statistics-based encapsulations.
In case statistics are enabled, the LSPs and bridge-domains stay down. In the case of LSPs, the show mpls lsp {detail | extensive | name <lsp name>} command displays, "Statistics not available" in the down reason code.
The following example displays details of the current active hardware profile.
device# show hardware profile current
 switch type: BR-SLX9540
                       current TCAM profile:    DEFAULT
                                     l2-acl:    2038
                                   l3v4-acl:    6134
                                   l3v6-acl:    6134
                             l3v4-acl-vxlan:    0
                                   l2l3v4Of:    0
                                  egrl2-acl:    2038
                                  egrl3-acl:    2038
                                    l3v6-of:    0
                                   Flex-acl:    0
                                App_tel_acl:    0
_________________________________________________________________
                  current SLX ROUTE profile:    ROUTE-DEFAULT
                                      hwopt:    Disabled
                                  v4FibComp:    Disabled
                                  v6FibComp:    Disabled
                                   multivrf:    Disabled
________________________________________________________________
                       current LAG  profile:    LAG-DEFAULT
                                    max-lag:    64
_________________________________________________________________
                   current COUNTERS profile:    COUNTERS-PROFILE-1
                           InLIF - HitCount:    32768
                             InL4 - FwdDrop:    8192
                          OutLIF - HitCount:    0
                            OutL4 - FwdDrop:    8192
_________________________________________________________________
                          current CAM Share:    
                                   l2In-acl:    no
                                 l3v4In-acl:    no
                                   l3v4-pbr:    no
                                 l3v6In-acl:    no
                                   l3v6-pbr:    no
                                       Ofv4:    no
                                     Ofl3v6:    no
 
	  
	  
		The following example displays details of the default counters profile.
device# show hardware profile counters default
 switch type: BR-SLX9540
                           COUNTERS profile:    COUNTERS-DEFAULT
                           InLIF - HitCount:    32768
                            InL4 - HitCount:    16384
                          OutLIF - HitCount:    16384
                           OutL4 - HitCount:    0
_________________________________________________________________
 
	  
	  
		The following example displays information about a specific LAG profile.
device# show hardware profile lag lag-profile-1
 switch type: BR-SLX9540
                               LAG  profile:    LAG-PROFILE-1
                                    max-lag:    64
 
	  
	  
		The following example displays information about a specific TCAM profile.
device# show hardware profile tcam layer2-optimised-1 
 switch type: BR-SLX9540
                               TCAM profile:    LAYER2-OPT-1
                                     l2-acl:    6134
                                   l3v4-acl:    6134
                                   l3v6-acl:    2038
                             l3v4-acl-vxlan:    0
                                   l2l3v4Of:    0
                                  egrl2-acl:    1014
                                  egrl3-acl:    1014
                                    l3v6-of:    0
                                   Flex-acl:    0
                                App_tel_acl:    0
 
	  
	  
		The following example displays information about profile etcam default, ipv4-v6-route and ipv6 route.
device# show hardware profile etcam default
switch type: BR-SLX9640
                              ETCAM profile:    DEFAULT
                                ipv4-routes:    4000000
                                ipv6-routes:    256000
_________________________________________________________________
device# show hardware profile etcam ipv4-v6-route
switch type: BR-SLX9640
                              ETCAM profile:    IPV4-V6-ROUTE
                                ipv4-routes:    4000000
                                ipv6-routes:    700000
_________________________________________________________________
device# show hardware profile etcam ipv6-route
switch type: BR-SLX9640
                              ETCAM profile:    IPV6-ROUTE
                                ipv4-routes:    1000000
                                ipv6-routes:    1000000
_________________________________________________________________