Default route CCNA lab
π
Unauthorized Access
This interactive lab is exclusively licensed to PacketTracerLab.com and cannot be used on any other domain or offline environment.
Visit PacketTracerLab.comβ Unauthorized use or redistribution is prohibited.
Lab 14
Default Static Route Configuration
Select a router tab and begin configuring
Lab Tasks
Branch β Fa0/0 (LAN): 192.168.1.1/24
Branch β Fa0/1 (WAN): 10.0.0.1/30
ISP β Fa0/0 (WAN): 10.0.0.2/30
ISP β Fa0/1 (Internet): 203.0.113.1/24
Branch β Default route 0.0.0.0/0 via 10.0.0.2
Verify default route with show ip route
Ping 203.0.113.1 from Branch β success
Command Guide
Branch β interface config:
int fa0/0 β ip add 192.168.1.1 255.255.255.0
int fa0/1 β ip add 10.0.0.1 255.255.255.252
Default route:
ip route 0.0.0.0 0.0.0.0 10.0.0.2
ISP β interface config:
int fa0/0 β ip add 10.0.0.2 255.255.255.252
int fa0/1 β ip add 203.0.113.1 255.255.255.0
Verify & Test:
show ip route
ping 203.0.113.1
int fa0/0 β ip add 192.168.1.1 255.255.255.0
int fa0/1 β ip add 10.0.0.1 255.255.255.252
Default route:
ip route 0.0.0.0 0.0.0.0 10.0.0.2
ISP β interface config:
int fa0/0 β ip add 10.0.0.2 255.255.255.252
int fa0/1 β ip add 203.0.113.1 255.255.255.0
Verify & Test:
show ip route
ping 203.0.113.1
Key Concept
A default route is
the "gateway of last
resort" β used when no
specific route matches.
Syntax:
ip route
0.0.0.0 0.0.0.0
Appears as S* in
the routing table.
the "gateway of last
resort" β used when no
specific route matches.
Syntax:
ip route
0.0.0.0 0.0.0.0
Appears as S* in
the routing table.
Branch Router (1841)
ISP Router (1841)
Branch>