![Cisco Nexus 3548 series Command Reference Manual Download Page 392](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162392.webp)
372
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
threshold weight
threshold weight
To set a threshold weight for a tracked object in a list of objects, use the
threshold weight
command. To
disable the threshold weight, use the
no
form of this command.
threshold weight
{
up
number
[
down
number
] |
down
number
[
up
number
]}
no threshold weight
Syntax Description
Command Default
None
Command Modes
Tracking configuration mode
Command History
Usage Guidelines
When you configure a tracked list using the
track
object-number
list
command, there are two keywords
available:
boolean
and
threshold
. If you specify the
threshold
keyword, you can specify either the
percentage
or
weight
keywords. If you specify the
percentage
keyword, the
weight
keyword is
unavailable. If you specify the
weight
keyword, the
percentage
keyword is unavailable.
You should configure the up weight first. The valid range is from 1 to 255. The available down weight
depends on what you have configured for the up weight. For example, if you configure 25 for up, you
will see a range from 0 to 24 for down.
This command does not require a license.
Examples
This example shows how to configure the tracked list 12 to measure a threshold using a specified weight:
switch#
configure terminal
switch(config)#
track 11 list threshold weight
switch(config-track)#
object 1
switch(config-track)#
object 2
switch(config-track)#
threshold weight up 35 down 22
switch(config-track)#
up
Specifies the up threshold.
down
(Optional) Specifies the down threshold.
number
Threshold value. The range is from 1 to 255.
Release
Modification
5.0(3)A1(1)
This command was introduced.