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 11:45:09 +08:00
parent 70df0d2a25
commit 28c92bfdf8

View File

@ -732,3 +732,14 @@ Vlan192 - Group 1
Master Advertisement interval is 1.000 sec
Master Down interval is 3.609 sec (expires in 3.328 sec)
</pre>
下面的输出展示了由命令`show vrrp brief`所列印出的信息:
```
VTP-Server-1#show vrrp brief
Interface Grp Pri Time Own Pre State Master addr Group addr
Vl192 1 105 3589 Y Master 192.168.1.1 192.168.1.254
VTP-Server-2#show vrrp brief
Interface Grp Pri Time Own Pre State Master addr Group addr
Vl192 1 100 3609 Y Backup 192.168.1.1 192.168.1.254
```