0% found this document useful (0 votes)
16 views5 pages

Router0 Configuration

The document provides configuration details for three routers (Router0, Router1, Router2) and three switches (Switch0, Switch1, Switch2), including hostname, username, passwords, OSPF settings, and interface IP addresses. It also outlines conceptual configurations for various end devices, specifying IP addresses, subnet masks, and default gateways. Users are reminded to replace placeholder passwords and group names in the configurations.

Uploaded by

mk9339010
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views5 pages

Router0 Configuration

The document provides configuration details for three routers (Router0, Router1, Router2) and three switches (Switch0, Switch1, Switch2), including hostname, username, passwords, OSPF settings, and interface IP addresses. It also outlines conceptual configurations for various end devices, specifying IP addresses, subnet masks, and default gateways. Users are reminded to replace placeholder passwords and group names in the configurations.

Uploaded by

mk9339010
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 5

Router0 Configuration:

enable
configure terminal
hostname Router0-GROUP

username YOUR_GROUP_NAME password YOUR_PASSWORD

enable secret CLASS

line console 0
password CONSOLE_PASSWORD
login local
transport preferred none

line vty 0 4
password VTY_PASSWORD
login local
transport input telnet ssh

service password-encryption

router ospf 1
router-id 192.168.5.2
network 192.168.1.0 0.0.0.255 area 1
network 192.168.5.0 0.0.0.255 area 1

interface GigabitEthernet0/0 ! Assuming connection to Laptop0


ip address 192.168.1.3 255.255.255.0
no shutdown

interface GigabitEthernet0/1 ! Assuming connection to Switch0


ip address 192.168.1.1 255.255.255.0
no shutdown

interface GigabitEthernet0/2 ! Assuming connection to Router1


ip address 192.168.5.2 255.255.255.0
no shutdown

end
write memory
Router1 Configuration:
enable
configure terminal
hostname Router1-GROUP

username YOUR_GROUP_NAME password YOUR_PASSWORD

enable secret CLASS

line console 0
password CONSOLE_PASSWORD
login local
transport preferred none

line vty 0 4
password VTY_PASSWORD
login local
transport input telnet ssh
service password-encryption

router ospf 1
router-id 1.1.1.1
network 192.168.5.0 0.0.0.255 area 1
network 192.168.2.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.255 area 2
network 1.1.1.1 0.0.0.0 area 0

interface GigabitEthernet0/0 ! Assuming connection to Router0


ip address 192.168.5.3 255.255.255.0
no shutdown

interface GigabitEthernet0/1 ! Assuming connection to Switch1


ip address 192.168.2.1 255.255.255.0
no shutdown

interface GigabitEthernet0/2 ! Assuming connection to Router2


ip address 192.168.10.2 255.255.255.0
no shutdown

interface Loopback0
ip address 1.1.1.1 255.255.255.0
no shutdown

end
write memory
Router2 Configuration:
enable
configure terminal
hostname Router2-GROUP

username YOUR_GROUP_NAME password YOUR_PASSWORD

enable secret CLASS

line console 0
password CONSOLE_PASSWORD
login local
transport preferred none

line vty 0 4
password VTY_PASSWORD
login local
transport input telnet ssh

service password-encryption

router ospf 1
router-id 2.2.2.2
network 192.168.10.0 0.0.0.255 area 2
network 192.168.3.0 0.0.0.255 area 2
network 2.2.2.2 0.0.0.0 area 2

interface GigabitEthernet0/0 ! Assuming connection to Router1


ip address 192.168.10.3 255.255.255.0
no shutdown

interface GigabitEthernet0/1 ! Assuming connection to Switch2


ip address 192.168.3.1 255.255.255.0
no shutdown

interface Loopback0
ip address 2.2.2.2 255.255.255.0
no shutdown

end
write memory
Switch0 Configuration:
enable
configure terminal
hostname Switch0-LOCAL

enable secret SWITCH_CLASS

line console 0
password SWITCH_CONSOLE
login

line vty 0 15
password SWITCH_VTY
login

service password-encryption

! No VLAN configuration needed based on the simple topology

end
write memory
Switch1 Configuration:
enable
configure terminal
hostname Switch1-LOCAL

enable secret SWITCH_CLASS

line console 0
password SWITCH_CONSOLE
login

line vty 0 15
password SWITCH_VTY
login

service password-encryption

! No VLAN configuration needed based on the simple topology

end
write memory
Switch2 Configuration:
enable
configure terminal
hostname Switch2-LOCAL

enable secret SWITCH_CLASS

line console 0
password SWITCH_CONSOLE
login

line vty 0 15
password SWITCH_VTY
login

service password-encryption

! No VLAN configuration needed based on the simple topology

end
write memory
End Device Configurations (Conceptual):
You will configure these through the operating system interface of each PC and Laptop:
 Laptop0:
o IP Address: 192.168.1.x (e.g., 192.168.1.10)

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.1.3 (Router0's interface)

 PC0:
o IP Address: 192.168.1.4

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.1.1 (Router0's interface)

 PC1:
o IP Address: 192.168.1.5

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.1.1 (Router0's interface)

 PC2:
o IP Address: 192.168.1.8

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.1.1 (Router0's interface)

 PC3:
o IP Address: 192.168.2.5

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.2.1 (Router1's interface)

 PC4:
o IP Address: 192.168.2.200

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.2.1 (Router1's interface)

 PC5: 0
o IP Address: 192.168.2.205

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.2.1 (Router1's interface)

 Laptop1:
o IP Address: 192.168.5.x (e.g., 192.168.5.10)

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.5.2 (Router0's interface)

 Laptop2:
o IP Address: 192.168.10.x (e.g., 192.168.10.10)

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.10.3 (Router2's interface)

 PC6:
o IP Address: 192.168.3.5

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.3.1 (Router2's interface)

 PC7:
o IP Address: 192.168.3.50

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.3.1 (Router2's interface)

 PC8:
o IP Address: 192.168.3.27

o Subnet Mask: 255.255.255.0

o Default Gateway: 192.168.3.1 (Router2's interface)

Remember to replace the placeholder passwords and group name in the router and
switch configurations.

You might also like