Iklan Billboard 970x250

How to Configure Default Routing in Cisco Packet Tracer

How to Configure Default Routing in Cisco Packet Tracer


default routes you must know why we need to configure it and where we use it.The reason behind configuring default routes is that it has capacity to direct packets destined to networks not found in the routing table.Default Routes are configured mainly in STUB NETWORK.


STUB NETWORK:  A network having only one exit interface or only one route to reach the destination.When we configure default routes,it directs these packets to another router that has the route to destination.




Router 1 Commands : 



Continue with configuration dialog? [yes/no]: n



Press RETURN to get started!


Router>enable 

Router#configure terminal 

Router(config)#interface fastEthernet 0/0

Router(config-if)#ip address 10.10.10.1 255.0.0.0

Router(config-if)#no shutdown 

Router(config-if)#exit 

Router(config)#interface serial 0/0

Router(config-if)#ip address 1.1.1.1 255.0.0.0

Router(config-if)#no shutdown 

Router(config-if)#clock rate 64000

Router(config-if)#exit 





Router 2 Command 



Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>enable

Router#configure terminal

Router(config)#interface fastEthernet 0/0

Router(config-if)#ip address 192.168.10.1 255.255.255.0

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface serial 0/0

Router(config-if)#ip address 1.1.1.2 255.0.0.0

Router(config-if)#no shutdown

Router(config-if)#exit



 Default Routing Command :

Router 1 

Router(config)#ip route 0.0.0.0 0.0.0.0 serial 0/0

Router 2

Router(config)#ip route 0.0.0.0 0.0.0.0 serial 0/0




YouTube Link  : 



Baca Juga
SHARE
Subscribe to get free updates

Related Posts

Post a Comment

Iklan Tengah Post