You are on page 1of 2

->> Configure all networks/routers <<-

***********************************************************************************
*****

* On Router A, it is necessary to
* RouterA> ena
* RouterA# conf t
* RouterA(config)# int g0/0
* RouterA(config-if)# ip address 192.168.1.1 255.255.255.252 (external network)
* RouterA(config-if)# no shut
* RouterA(config-if)# exit

Interface IP-Address OK? Method Status Protocol


GigabitEthernet0/0 192.168.1.1 YES manual up up
GigabitEthernet0/1 10.10.10.1 YES manual up up
GigabitEthernet0/2 10.10.20.1 YES manual up up
Vlan1 unassigned YES unset administratively down down

***********************************************************************************
*****

* On Router B, it is necessary to configure the interfaces g0/0, g0/1 and


g0/2 :
* RouterB> ena --enable the configuration
* RouterB# conf t --configure the terminal
* RouterB(config)# int g0/0
* RouterB(config-if)# ip address 192.168.1.2 255.255.255.252 (external network)
* RouterB(config-if)# no shut
* RouterB(config-if)# exit
* RouterB(config)# int g0/1
* RouterB(config-if)# ip address 192.168.1.5 255.255.255.252 (external network)
* RouterB(config-if)# no shut
* RouterB(config-if)# exit
* RouterB(config)# int g0/2
* RouterB(config-if)# ip address 10.10.30.1 255.255.255.224
* RouterB(config-if)# no shut
* RouterB(config-if)# exit
* RouterB(config)# do sh ip int br
* RouterB(config)# do wr
* RouterB(config)# exit

Interface IP-Address OK? Method Status Protocol


GigabitEthernet0/0 192.168.1.2 YES manual up up
GigabitEthernet0/1 192.168.1.5 YES manual up up
GigabitEthernet0/2 10.10.30.1 YES manual up up
Vlan1 unassigned YES unset administratively down down

***********************************************************************************
****

* On Router C, it is necessary to configure the interfaces g0/0, g0/1 and g0/2


* Router(> ena --enable the configuration
* Router(# conf t --configure the terminal
* RouterC(config)# int g0/1
* RouterC(config-if)# ip address 192.168.1.6 255.255.255.252 (external network)
* RouterC(config-if)# no shut
* RouterC(config-if)# exit
* RouterC(config)# int g0/0
* RouterC(config-if)# ip address 192.168.1.9 255.255.255.252 (external network)
* RouterC(config-if)# no shut
* RouterC(config-if)# exit
* RouterB(config)# int g0/2
* RouterB(config-if)# ip address 10.10.40.1 255.255.255.224
* RouterB(config-if)# no shut
* RouterB(config-if)# exit
* RouterB(config)# do ship int br
* RouterB(config)# do wr
* RouterB(config)# exit

Interface IP-Address OK? Method Status Protocol


GigabitEthernet0/0 192.168.1.9 YES manual up up
GigabitEthernet0/1 192.168.1.6 YES manual up up
GigabitEthernet0/2 10.10.40.1 YES manual up up
Vlan1 unassigned YES unset administratively down down

***********************************************************************************
**

* On Router D, it is necessary to configure the interfaces g0/0 and g0/1 :


* RouterD> ena -enable the configuration
* RouterD# conf t --configure the terminal
* RouterD(config)# int g0/0
* RouterD(config-if)# ip address 192.168.1.10 255.255.255.252 (external
network)
* RouterD(config-if)# no shut
* RouterD(config-if)# exit
* RouterD(config)# int g0/1
* RouterD(config-if)# ip address 10.10.50.1 255.255.255.248
* RouterD(config-if)# no shut
* RouterD(config-if)# exit
* RouterD(config)# do ship int br
* RouterD(config)# do wr
* RouterD(config)# exit

Interface IP-Address OK? Method Status Protocol


GigabitEthernet0/0 192.168.1.10 YES manual up up
GigabitEthernet0/1 10.10.50.1 YES manual up up
GigabitEthernet0/2 unassigned YES unset administratively down down
Vlan1 unassigned YES unset administratively down down

***********************************************************************************
*

->> After configuring each router, ping one router to all <<-

You might also like