- Table of Contents
-
- H3C WX6103 Access Controller Switch Interface Board Command Reference-6W102
- 00-Preface
- 01-Login Commands
- 02-VLAN Commands
- 03-IP Addressing and IP Performance Commands
- 04-QinQ-BPDU Tunneling Commands
- 05-Port Correlation Commands
- 06-Link Aggregation Commands
- 07-MAC Address Table Management Commands
- 08-Port Security Commands
- 09-MSTP Commands
- 10-IP Routing-GR Overview Commands
- 11-IPv4 Routing Commands
- 12-IP Source Guard Commands
- 13-DLDP Commands
- 14-Multicast Commands
- 15-LLDP Commands
- 16-sFlow Commands
- 17-ARP Commands
- 18-DHCP Commands
- 19-ACL Commands
- 20-QoS Commands
- 21-Port Mirroring Commands
- 22-UDP Helper Commands
- 23-SNMP-RMON Commands
- 24-NTP Commands
- 25-DNS Commands
- 26-File System Management Commands
- 27-Information Center Commands
- 28-System Maintaining and Debugging Commands
- 29-NQA Commands
- 30-SSH Commands
- 31-SSL-HTTPS Commands
- 32-PKI Commands
- 33-Track Commands
- 34-Index
- Related Documents
-
Title | Size | Download |
---|---|---|
33-Track Commands | 29.15 KB |
The term switch in this document refers to a switch in a generic sense or an access controller configured with the switching function unless otherwise specified.
Track Configuration Commands
display track
Syntax
display track { track-entry-number | all }
View
Any view
Parameters
track-entry-number: Displays information about the specified Track object, in the range 1 to 1024.
all: Displays information about all the Track objects.
Description
Use the display track command to display Track object information.
Examples
# Display information about all the Track objects.
<Sysname> display track all
Track ID: 1
Status: Positive
Reference Object:
NQA Entry: admin test
Reaction: 10
Table 1-1 display track command output description
Field |
Description |
Track ID |
ID of a Track object |
Status |
Status of a Track object: l Positive: The Track object is normal. l Invalid: The Track object is invalid. l Negative: The Track object is abnormal. |
Reference Object |
The objects referenced by the Track object |
NQA Entry |
The NQA test group referenced by the Track object |
Reaction |
The Reaction entry referenced by the Track object |
track nqa
Syntax
track track-entry-number nqa entry admin-name operation-tag reaction item-num
undo track track-entry-number
View
System view
Parameters
track-entry-number: Track object ID, in the range 1 to 1024.
entry admin-name operation-tag: Specifies the NQA test group to be associated with the Track object. admin-name is the name of the administrator creating the NQA operation, a string of 1 to 32 characters, case-insensitive. operation-tag is the NQA operation tag, a string of 1 to 32 characters, case-insensitive.
reaction item-num: Specifies the Reaction entry to be associated with the Track object. item-num is the Reaction entry ID, in the range 1 to 10.
Description
Use the track command to create the Track object to be associated with the specified Reaction entry of the NQA test group.
Use the undo track command to remove the created Track object.
By default, no Track object is created.
Note that after a Track object is created, you cannot modify it using the track command.
Examples
# Create Track object 1 to associate it with Reaction entry 3 of the NQA test group (admin-test).
<Sysname> system-view
[Sysname] track 1 nqa entry admin test reaction 3