0% found this document useful (0 votes)
302 views3 pages

Network Configuration Guide

The document configures IP addresses for 4 hosts and a server on two subnets, as well as the interfaces of a router and switch connecting the subnets. The hosts are assigned IPv4 and IPv6 addresses and default gateways within subnets 192.168.1.96/27 and 192.168.1.144/28, while the router and switch interfaces are configured with IP addresses to route between the subnets.

Uploaded by

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

Network Configuration Guide

The document configures IP addresses for 4 hosts and a server on two subnets, as well as the interfaces of a router and switch connecting the subnets. The hosts are assigned IPv4 and IPv6 addresses and default gateways within subnets 192.168.1.96/27 and 192.168.1.144/28, while the router and switch interfaces are configured with IP addresses to route between the subnets.

Uploaded by

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

Configure IP addresses for hosts:

124-1: Reception Host <--------------- Este es el nombre con el que aparece en


Packet Tracer

IPv4 Address: 192.168.1.97


IPv4 Subnet mask: 255.255.255.224
IPv4 Default gateway: 192.168.1.126

IPv6 Address: 2001:DB8:ACAD:A::FF/64


IPv6 Default gateway: FE80::1

124-5: Operator Host <--------------- Este es el nombre con el que aparece en


Packet Tracer

IPv4 Address: 192.168.1.98


IPv4 Subnet mask: 255.255.255.224
IPv4 Default gateway: 192.168.1.126

IPv6 Address: 2001:DB8:ACAD:A::15/64


IPv6 Default gateway: FE80::1

214-1: IT Host <--------------- Este es el nombre con el que aparece en Packet


Tracer

IPv4 Address: 192.168.1.145


IPv4 Subnet mask: 255.255.255.240
IPv4 Default gateway: 192.168.1.158

IPv6 Address: 2001:DB8:ACAD:B::FF/64


IPv6 Default gateway: FE80::1

Server:

IPv4 Address: 192.168.1.146


IPv4 Subnet mask: 255.255.255.240
IPv4 Default gateway: 192.168.1.158

IPv6 Address: 2001:DB8:ACAD:B::15/64


IPv6 Default gateway: FE80::1

--------------------------------------------------------
CS Department router
--------------------------------------------------------

en
conf terminal
hostname CS-Department
enable secret class12345
service password-encryption
banner motd "My Router"
security passwords min-length 10
login block-for 120 attempts 2 within 30
no ip domain-lookup
ip domain-name cisco.com
crypto key generate rsa

1024
line console 0
password cisco12345
login
logging synchronous
exec-timeout 60
exit
line vty 0 4
password cisco12345
transport input ssh
login local
logging synchronous
exec-timeout 60
exit
line aux 0
password cisco12345
login
logging synchronous
exec-timeout 60
exit
ip ssh version 2
ip ssh time-out 120
username netadmin privilege 15 secret Cisco_CCNA7
interface g0/0
ip address 192.168.1.126 255.255.255.224
description First Floor LAN
ipv6 address 2001:DB8:ACAD:A::1/64
ipv6 address fe80::1 link-local
no shutdown
exit
interface g0/1
ip address 192.168.1.158 255.255.255.240
description Second Floor LAN
ipv6 address 2001:DB8:ACAD:B::1/64
ipv6 address fe80::1 link-local
no shutdown
exit
ipv6 unicast-routing
exit
write

--------------------------------------------------------
LAB 214-A Switch
--------------------------------------------------------

enable
conf terminal
enable secret class12345
service password-encryption
banner motd "LAB 214-A Switch"
no ip domain-lookup
line console 0
password cisco12345
login
logging synchronous
exec-timeout 60
exit
line vty 0 15
password cisco12345
login
logging synchronous
exec-timeout 60
exit
interface vlan 1
ip address 192.168.1.157 255.255.255.240
no shutdown
ip default-gateway 192.168.1.158
exit
write

You might also like