Problem solving for static routing series :
2 router with 1 ethernet using each router
Here are script in Cisco Packet Tracer to solve this problem :
(Note : the text or sentences with red color are the respon from system)
Router 1:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 192.100.1.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#
Router(config-if)#ip dhcp pool jar1
Router(dhcp-config)#network 192.100.1.0 255.255.255.0
Router(dhcp-config)#defa 192.100.1.1
Router(dhcp-config)#int eth6/0
Router(config-if)#ip add 192.0.0.1 255.255.255.252
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface Ethernet6/0, changed state to up
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet6/0, changed state to up
Router(config-if)#ip route 192.100.2.0 255.255.255.0 192.0.0.2
Router(config)#
2 router with 1 ethernet using each router
Here are script in Cisco Packet Tracer to solve this problem :
(Note : the text or sentences with red color are the respon from system)
Router 1:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 192.100.1.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#
Router(config-if)#ip dhcp pool jar1
Router(dhcp-config)#network 192.100.1.0 255.255.255.0
Router(dhcp-config)#defa 192.100.1.1
Router(dhcp-config)#int eth6/0
Router(config-if)#ip add 192.0.0.1 255.255.255.252
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface Ethernet6/0, changed state to up
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet6/0, changed state to up
Router(config-if)#ip route 192.100.2.0 255.255.255.0 192.0.0.2
Router(config)#