Problem solving for static routing series :
2 router with 2 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 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)#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 fa1/0
Router(config-if)#ip add 192.100.2.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
2 router with 2 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 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)#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 fa1/0
Router(config-if)#ip add 192.100.2.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up