0% found this document useful (0 votes)
23 views3 pages

STATIC ROUTE COMMAND V3 With PPT Layout

Static routing is a type of network routing technique where the network administrator manually configures and selects network routes, rather than using automatic routing protocols. It is used when network parameters are expected to remain constant. Static routing provides better security since routes are not advertised over the network, uses less bandwidth than dynamic routing, and does not use CPU cycles to calculate routes. However, initial configuration and maintenance is time-consuming, configuration can be error-prone, and it does not adapt to topology changes.

Uploaded by

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

STATIC ROUTE COMMAND V3 With PPT Layout

Static routing is a type of network routing technique where the network administrator manually configures and selects network routes, rather than using automatic routing protocols. It is used when network parameters are expected to remain constant. Static routing provides better security since routes are not advertised over the network, uses less bandwidth than dynamic routing, and does not use CPU cycles to calculate routes. However, initial configuration and maintenance is time-consuming, configuration can be error-prone, and it does not adapt to topology changes.

Uploaded by

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

What is Static Routing (1 here)

What Does Static Routing Mean?


Static routing is a type of network routing technique. Static routing is not
a routing protocol; instead, it is the manual configuration and selection of
a network route, usually managed by the network administrator. It is
employed in scenarios where the network parameters and environment
are expected to remain constant.

Why Use Static Routing? (2 here, one each)


Static routing provides some advantages over dynamic routing, including:

 Static routes are not advertised over the network, resulting in better security.
 Static routes use less bandwidth than dynamic routing protocols, as routers do not exchange
routes.
 No CPU cycles are used to calculate and communicate routes.
 The path a static route uses to send data is known.

Static routing has the following disadvantages:

 Initial configuration and maintenance is time-consuming.


 Configuration can be error-prone, especially in large networks.
 Administrator intervention is required to maintain changing route information.
 Does not scale well with growing networks; maintenance becomes cumbersome.
 Requires complete knowledge of the whole network for proper implementation.

Dynamic Routing Versus Static Routing (2 here, one each)


Dynamic Routing Static Routing

Configuration Generally independent of the network Increases with the network size
Complexity size
Topology Changes Automatically adapts to topology Administrator intervention required
changes
Scaling Suitable for simple and complex Suitable for simple topologies
topologies
Security Less secure More secure
Resource Usage Uses CPU, memory, link bandwidth No extra resources needed
Predictability Route depends on the current topology Route to destination is always the
same

STATIC ROUTE COMMAND (1 here per router)


R1
En
Conf t
ip route 192.168.3.0 255.255.255.0 10.50.30.2 (allows Pings directed to PC3 to go
through)
Router bgp 5
Redistribute connected (this command allows the networks outside bgp that are
connected to R1 to be advertised for forwarding)
Exit

R2
En
Conf t
ip route 192.168.3.0 255.255.255.0 10.50.20.2 (allows Pings directed to PC3 to go
through)
Router bgp 6
Redistribute connected (this command allows the networks outside bgp that are
connected to R2 to be advertised for forwarding)
Exit

R5 (JOHN CARL DE GUZMAN)


en
conf t
ip route 10.50.10.0 255.255.255.0 10.50.40.1 (allows pings going to R2 g0/0)
ip route 192.168.1.0 255.255.255.0 10.50.40.1 (allows pings going to PC 1)
ip route 192.168.2.0 255.255.255.0 10.50.40.1 (allows pings going to PC 2)
ip route 10.50.20.0 255.255.255.0 10.50.40.1 (allows pings going to R2 s0/0/1)
ip route 10.50.30.0 255.255.255.0 10.50.40.1 (allows pings going to .30.0 network)
ip route 10.50.30.0 255.255.255.0 10.50.50.1 (allows pings going to .30.0 network)
ip route 10.50.10.0 255.255.255.0 10.50.50.1 (allows pings going to .10.0 network)
ip route 10.20.50.0 255.255.255.0 10.50.50.1 (allows pings going to R3)
ip route 10.20.50.0 255.255.255.0 10.50.40.1 (allows pings going to R4)
ip route 10.50.20.0 255.255.255.0 10.50.50.1 (allows pings going to .20 network)
ip route 10.50.30.0 255.255.255.0 10.50.50.1 (allows pings going to .30 network)

R3
en
conf t
ip route 192.168.3.0 255.255.255.0 10.50.40.2 (configured static route to enable ping
from R3 to PC 3 to go through)
ip route 192.168.2.0 255.255.255.0 10.50.30.1 (allows pings going to PC2)
ip route 192.168.1.0 255.255.255.0 10.50.20.1 (allows pings going to PC1)
router bgp 50
Redistribute connected (this command allows the networks outside bgp that are
connected to R1 to be advertised for forwarding)

R4
en
conf t
hostname R4
ip route 192.168.3.0 255.255.255.0 10.50.50.2 (configured static route to enable ping
from R4 to PC 3 to go through)
ip route 192.168.1.0 255.255.255.0 10.50.20.1 (allows pings going to PC1)
ip route 192.168.2.0 255.255.255.0 10.50.20.1 (allows pings going to PC2)
router bgp 60
Redistribute connected (this command allows the networks outside bgp that are
connected to R1 to be advertised for forwarding)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy