STATIC ROUTE COMMAND V3 With PPT Layout
STATIC ROUTE COMMAND V3 With PPT Layout
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.
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
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
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)