0% found this document useful (0 votes)
104 views10 pages

Configuring Floating Static Routes: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)

The document discusses configuring floating static routes on routers to provide backup routes between networks. It provides instructions on configuring primary and backup static routes between routers R1, R2, R3 and R4 to ensure connectivity between all the networks. Administrative distances are used to control which routes are installed in the routing tables and allow backup routes to be used when primary routes fail.

Uploaded by

Avishkar Gote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views10 pages

Configuring Floating Static Routes: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)

The document discusses configuring floating static routes on routers to provide backup routes between networks. It provides instructions on configuring primary and backup static routes between routers R1, R2, R3 and R4 to ensure connectivity between all the networks. Administrative distances are used to control which routes are installed in the routing tables and allow backup routes to be used when primary routes fail.

Uploaded by

Avishkar Gote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Configuring Floating Static c

Routes
KHAWAR BUTT
CCIE # 12353 [R/S, SECURITY, SP, DC, VOICE, STORAGE & CCDE]
Overview
 Floating Static Route Overview
 Lab Requirement
 Configuration c
Lab Diagram
192.168.1.0/24 192.168.3.0/24

E 0/0 E 0/0
Serial 1/0 192.168.13.0/24
R1 Serial 1/0
R3
Serial 1/1
c
Serial 1/1

192.168.12.0/24 192.168.23.0/24

Serial 1/0 Serial 1/1

R2 E 0/0
192.168.2.0/24
E 0/1
192.168.24.0/24

E 0/0
E 0/1
R4 192.168.4.0/24
Floating Static Routes
 Floating Static Routes allow you the ability to create a backup route.

 You accomplish this by manipulating the default administrative distance of the Static Route.

c
 By default, the router assigns a static route an administrative distance of 1.

 When you want to configure a backup route, you configure it with a higher administrative
distance so that it does not get inserted into the routing table unless the preferred route is
down.

 The syntax for a floating static route is :

IP Route [Destination Network] [Destination Mask] [Next Hop] [Admin. Distance]


Static Route Lab Requirements
 Let’s configure the network based on the following requirements:

• R1, R2 & R3 should have reachability to all networks in the diagram based on
shortest Next-hop. c
• Configure load balancing wherever you have equal number of hops.
• Configure a Default Route on R4 towards R3 to reach all the networks in the
diagram.
Configuring Static Routes
Router Configurations
R1

R1(config)#IP route 192.168.2.0 255.255.255.0 192.168.12.2


R1(config)#IP route 192.168.3.0 255.255.255.0 192.168.13.3
c
R1(config)#IP route 192.168.4.0 255.255.255.0 192.168.13.3
R1(config)#IP route 192.168.23.0 255.255.255.0 192.168.12.2
R1(config)#IP route 192.168.23.0 255.255.255.0 192.168.13.3
R1(config)#IP route 192.168.24.0 255.255.255.0 192.168.13.3
R2

R2(config)#IP route 192.168.1.0 255.255.255.0 192.168.12.1


R2(config)#IP route 192.168.3.0 255.255.255.0 192.168.23.3
R2(config)#IP route 192.168.4.0 255.255.255.0 192.168.24.4
R2(config)#IP route 192.168.13.0 255.255.255.0 192.168.12.1
R2(config)#IP route 192.168.13.0 255.255.255.0 192.168.23.3
Configuring Static Routes
Router Configurations
R3

R1(config)#IP route 192.168.1.0 255.255.255.0 192.168.13.1


R1(config)#IP route 192.168.2.0 255.255.255.0 192.168.23.2
c
R1(config)#IP route 192.168.4.0 255.255.255.0 192.168.23.2
R1(config)#IP route 192.168.12.0 255.255.255.0 192.168.13.1
R1(config)#IP route 192.168.12.0 255.255.255.0 192.168.23.2
R1(config)#IP route 192.168.24.0 255.255.255.0 192.168.23.2
R4

R2(config)#IP route 0.0.0.0 0.0.0.0 192.168.24.2


Floating Static Route
Requirements
 Let’s configure the floating static routes based on the following requirements:

• R1 should have a backup route to the 192.168.2.0/24, 192.168.3.0/24 &


192.168.4.0/24 networks. Use 5 as the
c admin distance.
• R2 should have a backup route to the 192.168.1.0/24 & 192.168.3.0/24
networks. Use 5 as the admin distance.
• R3 should have a backup route to the 192.168.1.0/24, 192.168.2.0/24 &
192.168.4.0/24 networks. Use 5 as the admin distance.
Configuring Static Routes
Router Configurations
R1

R1(config)#IP route 192.168.2.0 255.255.255.0 192.168.13.3 5


R1(config)#IP route 192.168.3.0 255.255.255.0 192.168.12.2
c 5
R1(config)#IP route 192.168.4.0 255.255.255.0 192.168.13.3 5
R2

R2(config)#IP route 192.168.1.0 255.255.255.0 192.168.23.3 5


R2(config)#IP route 192.168.3.0 255.255.255.0 192.168.12.1 5
R3

R3(config)#IP route 192.168.1.0 255.255.255.0 192.168.23.2 5


R3(config)#IP route 192.168.2.0 255.255.255.0 192.168.13.1 5
R3(config)#IP route 192.168.4.0 255.255.255.0 192.168.13.1 5
Whiteboard

You might also like