uplink-failure-detection-track

syntax

uplink-failure-detection-track track-id links-to-disable port-list links-to-monitor port-list
      

Description

The above command is used to configure ports given as LtM and ports given as LtD for track-id. This command will accept trunk interfaces as well.

Parameters and options

no

Use at the beginning of any parameter to remove tracking or monitoring, respectively.

ufd track-id

Use with the <TRACK-ID> option.

From within track-id context:

links-to-monitor

Use with the <PORT-LIST> option.

links-to-disable

Use with the <PORT-LIST> option.

<TRACK-ID>

Use with ufd track-id parameter

<PORT-LIST>

Use with links-to monitor and links-to-disable parameters within track-id context.

uplink-failure-detection-track

Configure ports 18,19,20 as LtM and ports 1,2,3 as LtD for track-id 10:

switch(config)# uplink-failure-detection-track 10 links-to-monitor 18,19,20 links-to-disable 1,2,3

Remove any track data associated with track-id 10.

switch(config)# no uplink-failure-detection-track 10

Remove port 18 as LtM and port 1 as LtD from track-id 10. This command can be issued from track-id context as well.

switch(config)# no uplink-failure-detection-track 10 links-to-monitor 18 links-to-disable 1