loating Static Route and Default Route Configuration
loating Static Route and Default Route Configuration
Route Configuration
In this HCIA (HCNA) lesson we will focus on Huawei Floating Static Route and Default
Route on Huawe Routers. We will give examples for How to configure Huawei Floating
Static Route Configuration and Default Route Configuration. Let’s start.
Table of Contents
• Floating Static Route Configuration
o Floating Static Route Verification
o Default Route Configuration
o Default Route Verification
For our example, we will use the below topology. And as you can see, the Grey link will be
configured as Backup to the destination (Floating Static Route).
Let’s configure this on both of the routers.
<Huawei-Router1> system-view
[Huawei-Router1] ip route-static 10.10.30.0 24 GigabitEthernet 1/1/1
[Huawei-Router1] ip route-static 10.10.30.0 24 GigabitEthernet 1/1/2 preference 110
<Huawei-Router1> system-view
[Huawei-Router2] ip route-static 10.10.30.0 24 GigabitEthernet 1/1/1
[Huawei-Router2] ip route-static 10.10.30.0 24 GigabitEthernet 1/1/2 preference 110
HCNA Course
It is not necessary that to configure both end with the same Floating Static Route
(Backup). Static Route is a Unidirectional configuration, so Backup Static Route is also
Unidirectional.
When we closed the first link or it fails by itself, then the Backup Static Rotue will be used.
And as you can see below, the Preference value is 110 as we have configured.
Here, we will use the below topology for our Default Route Configuration.
We will write a Default Route to Router 1 and we will say that, if there is no other route, go
through Router 2 GigabitEthernet 1/1/1.We can do this with interface name or Next Hop
Interface IP.
<Huawei-Router> system-view