2
0
mirror of https://github.com/gnu4cn/ccna60d.git synced 2024-05-21 04:55:00 +08:00
This commit is contained in:
Peng Hailin 2016-09-01 15:03:54 +08:00
parent 1a3a933e84
commit b749e36c2d

View File

@ -788,3 +788,23 @@ Vlan192 - Group 1
Master Advertisement interval is 0.100 sec
Master Down interval is 0.889 sec
</pre>
而要查看被追踪对象的各项参数,就使用命令`show track [number] [brief] [interface] [ip] [resolution] [timers]`。下面是`show track`命令输出的演示:
<pre>
VTP-Server-1#show track
Track 1
Interface Loopback0 line-protocol
Line protocol is Up
1 change, last change 00:11:36
<b>Tracked by:
VRRP Vlan192 1</b>
Track 2
IP route 1.1.1.1 255.255.255.255 reachability
Reachability is Up (connected)
1 change, last change 00:08:48
First-hop interface is Loopback0
<b>Tracked by:
VRRP Vlan192 1</b>
</pre>