Assignment

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

ROUTER_1:

Router>en
Router#conf t
Router(config)#hostname ROUTER_1
ROUTER_1(config)#
Assign LAN IP:
Enter configuration commands, one per line. End with CNTL/Z.
ROUTER_1 (config)#interface fastEthernet 0/0
ROUTER_1 (config-if)#ip address 150.0.0.1 255.255.0.0
ROUTER_1 (config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Assign WAN IPs:

ROUTER_1 (config-if)#exit
ROUTER_1 (config)#interface serial 0/3/0
ROUTER_1 (config-if)#ip address 192.168.10.1 255.255.255.0
ROUTER_1 (config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/3/0, changed state to down


ROUTER_1 (config-if)#exit
ROUTER_1 (config)#interface serial 0/3/1
ROUTER_1 (config-if)#ip address 192.168.30.1 255.255.255.0
ROUTER_1 (config-if)#no shut

Describe Router Name:

%LINK-5-CHANGED: Interface Serial0/3/1, changed state to down


Router(config-if)#exit
Router(config)#host name ROUTER_1

Assign Static Route:


ROUTER_1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
ROUTER_1(config)#ip route 10.0.0.0 255.0.0.0 192.168.10.2
ROUTER_1(config)#ip route 20.0.0.0 255.0.0.0 192.168.10.2
ROUTER_1(config)#ip route 30.0.0.0 255.0.0.0 192.168.10.2
ROUTER_1(config)#ip route 40.0.0.0 255.0.0.0 192.168.10.2
ROUTER_1(config)#ip route 50.0.0.0 255.0.0.0 192.168.10.2
ROUTER_1(config)#exit
ROUTER_1#
ROUTER_1>
ROUTER_1>en
ROUTER_1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
ROUTER_1#exit

ROUTER_2:

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Describe Router Name:
Router(config)#hostname ROUTER_2

Assign LAN IP:


ROUTER_2(config-if)#
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up
no shut
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state
ROUTER_2(config-if)#exit
ROUTER_2(config)#interface fastEthernet 0/0
ROUTER_2(config-if)#ip address 10.0.0.1 255.0.0.0
ROUTER_2(config-if)#no shut

ROUTER_2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up


Assign WAN IPs:
ROUTER_2(config)#INTerface serial 0/3/0
ROUTER_2(config-if)#ip address 192.168.10.2 255.255.255.0
ROUTER_2(config-if)#no shut

ROUTER_2(config-if)#exit
ROUTER_2(config)#interface serial 0/1/0
ROUTER_2(config-if)#ip address 172.16.0.1 255.255.0.0
ROUTER_2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down


ROUTER_2(config-if)#exit

Assign Static Route:


ROUTER_2(config)#ip route 150.0.0.0 255.255.0.0 192.168.10.1
ROUTER_2(config)#ip route 20.0.0.0 255.0.0.0 172.16.0.2
ROUTER_2(config)#ip route 30.0.0.0 255.0.0.0 172.16.0.2
ROUTER_2(config)#ip route 40.0.0.0 255.0.0.0 172.16.0.2
ROUTER_2(config)#ip route 50.0.0.0 255.0.0.0 172.16.0.2
ROUTER_2(config)#exit
ROUTER_2#

ROUTER_2>
ROUTER_2>en
ROUTER_2#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
ROUTER_2#exit

ROUTER_3:

Assign LAN IP:


Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 20.0.0.1 255.0.0.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up


Assign WAN IPs:

Router(config-if)#exit
Router(config)#interface serial 0/1/0
Router(config-if)#ip address 172.16.0.2 255.255.0.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

Router(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up

Router(config)#interface serial 0/3/0


Router(config-if)#ip address 180.16.0.1 255.255.0.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/3/0, changed state to down


Router(config-if)#exit

Describe Router Name:


Router(config)#hostname ROUTER_3
ROUTER_3(config)#
ROUTER_3#

Assign Static Route:

ROUTER_3(config)#ip route 150.0.0.0 255.255.0.0 172.16.0.1


ROUTER_3(config)#ip route 10.0.0.0 255.0.0.0 172.16.0.1
ROUTER_3(config)#ip route 20.0.0.0 255.0.0.0 172.16.0.1
ROUTER_3(config)#ip route 30.0.0.0 255.0.0.0 180.16.0.2
ROUTER_3(config)#ip route 40.0.0.0 255.0.0.0 180.16.0.2
ROUTER_3(config)#ip route 50.0.0.0 255.0.0.0 180.16.0.2
ROUTER_3(config)#exit
ROUTER_3#

ROUTER_3>
ROUTER_3>en
ROUTER_3#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
ROUTER_3#exit

ROUTER_4

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Describe Router Name:
Router(config)#hostname ROUTER_4
Assign LAN IP:

ROUTER_4(config)#interface fastEthernet 0/0


ROUTER_4(config-if)#ip address 30.0.0.1 255.0.0.0
ROUTER_4(config-if)#no shut

ROUTER_4(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Assign WAN IPs:

ROUTER_4(config-if)#exit
ROUTER_4(config)#interface serial 0/3/0
ROUTER_4(config-if)#ip address 180.16.0.2 255.255.0.0
ROUTER_4(config-if)#no shut

ROUTER_4(config-if)#
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up

ROUTER_4(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up

ROUTER_4(config-if)#exit
ROUTER_4(config)#interface serial 0/3/1
ROUTER_4(config-if)#ip address 192.168.30.2 255.255.255.0
ROUTER_4(config-if)#no shut

ROUTER_4(config-if)#
%LINK-5-CHANGED: Interface Serial0/3/1, changed state to up

ROUTER_4(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/1, changed state to up

ROUTER_4(config-if)#exit
ROUTER_4(config)#interface serial 0/1/0
ROUTER_4(config-if)#ip address 182.0.0.1 255.255.0.0
ROUTER_4(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down


ROUTER_4(config-if)#exit
ROUTER_4(config)#

Assign Static Route:

ROUTER_4>en
ROUTER_4#conf t
ROUTER_4(config)#ip route 150.0.0.0 255.255.0.0 192.168.30.1
ROUTER_4(config)#ip route 10.0.0.0 255.0.0.0 180.16.0.1
ROUTER_4(config)#ip route 20.0.0.0 255.0.0.0 180.16.0.1
ROUTER_4(config)#ip route 40.0.0.0 255.0.0.0 182.0.0.2
ROUTER_4(config)#ip route 50.0.0.0 255.0.0.0 182.0.0.2
ROUTER_4(config)#exit

ROUTER_4>
ROUTER_4>en
ROUTER_4#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
ROUTER_4#exit

ROUTER_5:

Assign LAN IP:


Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 40.0.0.1 255.0.0.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up


Assign WAN IPs:

Router(config-if)#exit
Router(config)#int
Router(config)#interface serial 0/1/0
Router(config-if)#ip address 182.0.0.2 255.0.0.0
Router(config-if)#no shut

Router(config-if)#exit
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up

Router(config)#interface serial 0/1/1


Router(config-if)#ip address 184.0.0.1 255.255.0.0
Router(config-if)#no shut

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up

Describe Router Name:


Router(config)#hostname ROUTER_5

ROUTER_5(config)#
ROUTER_5#
%SYS-5-CONFIG_I: Configured from console by console

Assign Static Route:

ROUTER_5>en
ROUTER_5#conf t
Enter configuration commands, one per line. End with CNTL/Z.
ROUTER_5(config)#ip route 50.0.0.0 255.0.0.0 184.0.0.2
ROUTER_5(config)#ip route 30.0.0.0 255.0.0.0 182.0.0.1
ROUTER_5(config)#ip route 20.0.0.0 255.0.0.0 182.0.0.1
ROUTER_5(config)#ip route 10.0.0.0 255.0.0.0 182.0.0.1
ROUTER_5(config)#ip route 150.0.0.0 255.255.0.0 182.0.0.1
ROUTER_5(config)#exit
ROUTER_5#

ROUTER_5>
ROUTER_5>en
ROUTER_5#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
ROUTER_5#exit

ROUTER_6:

Assign LAN IP:


Router>
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 50.0.0.1 255.0.0.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up


Assign WAN IPs:

Router(config-if)#exit
Router(config)#interface serial 0/1/1
Router(config-if)#ip address 184.0.0.2 255.255.0.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up

Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up

Describe Router Name:


Router(config)#hostname ROUTER_6
ROUTER_6(config)#EXIT
ROUTER_6#

Assign Static Route:

ROUTER_6>en
ROUTER_6#conf t
Enter configuration commands, one per line. End with CNTL/Z.
ROUTER_6(config)#ip route 40.0.0.0 255.0.0.0 184.0.0.1
ROUTER_6(config)#ip route 30.0.0.0 255.0.0.0 184.0.0.1
ROUTER_6(config)#ip route 20.0.0.0 255.0.0.0 184.0.0.1
ROUTER_6(config)#ip route 10.0.0.0 255.0.0.0 184.0.0.1
ROUTER_6(config)#ip route 150.0.0.0 255.0.0.0 184.0.0.1
ROUTER_6(config)#exit
ROUTER_6#

ROUTER_6>
ROUTER_6>en
ROUTER_6#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
ROUTER_6#exit

DONE

You might also like