From 842f897de905db5f07aad55c19c57a981f0a3a9f Mon Sep 17 00:00:00 2001
From: Peng Hailin <unisko@gmail.com>
Date: Thu, 1 Sep 2016 09:23:22 +0800
Subject: [PATCH] update

---
 d34-First-Hop-Redundancy-Protocols.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/d34-First-Hop-Redundancy-Protocols.md b/d34-First-Hop-Redundancy-Protocols.md
index 2496b3c..3179ddc 100644
--- a/d34-First-Hop-Redundancy-Protocols.md
+++ b/d34-First-Hop-Redundancy-Protocols.md
@@ -530,8 +530,8 @@ Vlan172 - Group 1
     Priority 105 (configured 105)
     IP redundancy name is “hsrp-Vl172-1” (default)
     <b>Priority tracking 1 interfaces or objects, 1 up:
-    Interface or object           Decrement  State
-    GigabitEthernet5/1            10         Up</b>
+    Interface or object          Decrement  State
+    GigabitEthernet5/1           10         Up</b>
 </pre>
 
 而要将该网关降低值配置为比如50, 就可以执行命令`standby [name] track [interface] [decrement value]`, 如下面的输出所示:
@@ -559,6 +559,6 @@ Vlan172 - Group 1
     Priority 105 (configured 105)
     IP redundancy name is “hsrp-Vl172-1” (default)
     <b>Priority tracking 1 interfaces or objects, 1 up:
-    Interface or object           Decrement  State
-    GigabitEthernet5/1            50         Up</b>
+    Interface or object          Decrement  State
+    GigabitEthernet5/1           50         Up</b>
 </pre>