0% found this document useful (0 votes)
9 views6 pages

Router and Switch Configuration Guide

The document contains configuration commands for three routers (HQ1, BR1, BR2) and three switches (SW-HQ1, SW-BR1, SW-BR2). Each device is configured with specific VLANs, IP addresses, and routing protocols, including RIP version 2. Additionally, security features such as passwords and banners are set up for console and VTY access.

Uploaded by

Ariel Chava
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)
9 views6 pages

Router and Switch Configuration Guide

The document contains configuration commands for three routers (HQ1, BR1, BR2) and three switches (SW-HQ1, SW-BR1, SW-BR2). Each device is configured with specific VLANs, IP addresses, and routing protocols, including RIP version 2. Additionally, security features such as passwords and banners are set up for console and VTY access.

Uploaded by

Ariel Chava
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

enable

configure terminal
hostname HQ1
enable secret class
banner motd #
****** SOLO PERSONAL AUTORIZADO******#
service password-encryption
line console 0
password cisco
login
line vty 0 4
password cisco
login
exit
copy running-config startup-config

interface g0/0.5
encapsulation dot1q 5
ip address [Link] [Link]
interface g0/0.10
encapsulation dot1q 10
ip address [Link] [Link]
interface g0/0.15
encapsulation dot1q 15
ip address [Link] [Link]
interface g0/0.20
encapsulation dot1q 20
ip address [Link] [Link]
interface g0/0.25
encapsulation dot1q 25
ip address [Link] [Link]
exit

int g0/0
no shutdow

interface s0/0/0
ip address [Link] [Link]
no shutdown

interface s0/2/0
ip address [Link] [Link]
no shutdown

router rip
version 2
network [Link]
no auto-summary
exit

-----------------------------------------------------

enable
configure terminal
hostname BR1
enable secret class
banner motd #
****** SOLO PERSONAL AUTORIZADO******#
service password-encryption
line console 0
password cisco
login
line vty 0 4
password cisco
login
exit
copy running-config startup-config

interface g0/0.5
encapsulation dot1q 5
ip address [Link] [Link]
interface g0/0.10
encapsulation dot1q 10
ip address [Link] [Link]
interface g0/0.15
encapsulation dot1q 15
ip address [Link] [Link]
interface g0/0.20
encapsulation dot1q 20
ip address [Link] [Link]
interface g0/0.25
encapsulation dot1q 25
ip address [Link] [Link]
exit

int g0/0
no shutdow

interface s0/3/0
ip address [Link] [Link]
no shutdown

interface s0/2/1
ip address [Link] [Link]
no shutdown

router rip
no network [Link]
no network [Link]
no network [Link]
exit

router rip
version 2
network [Link]
no auto-summary
network [Link]
no auto-summary
exit
--------------------------------------------------------

enable
configure terminal
hostname BR2
enable secret class
banner motd #
****** SOLO PERSONAL AUTORIZADO******#
service password-encryption
line console 0
password cisco
login
line vty 0 4
password cisco
login
exit
copy running-config startup-config

interface g0/0.5
encapsulation dot1q 5
ip address [Link] [Link]
interface g0/0.10
encapsulation dot1q 10
ip address [Link] [Link]
interface g0/0.15
encapsulation dot1q 15
ip address [Link] [Link]
interface g0/0.20
encapsulation dot1q 20
ip address [Link] [Link]
interface g0/0.25
encapsulation dot1q 25
ip address [Link] [Link]
exit

int g0/0
no shutdown

interface s0/2/0
ip address [Link] [Link]
no shutdown

interface s0/2/1
ip address [Link] [Link]
no shutdown

router rip
version 2
network [Link]
no auto-summary
exit

---------------------------------------------------------

enable
configure terminal
hostname SW-HQ1
enable secret class
banner motd #
****** SOLO PERSONAL AUTORIZADO******#
service password-encryption
line console 0
password cisco
login
line vty 0 4
password cisco
login
exit

vlan 5
name Produccion
vlan 10
name Ventas
vlan 15
name TICs
vlan 20
name Compras
vlan 25
name Gerencia
exit

interface range fa0/1 -5


switchport mode access
switchport access vlan 5

interface range fa0/6 -10


switchport mode access
switchport access vlan 10

interface range fa0/11 -15


switchport mode access
switchport access vlan 15

interface range fa0/16 -20


switchport mode access
switchport access vlan 20

interface range fa0/21 -24


switchport mode access
switchport access vlan 25

interface g0/1
switchport mode trunk

copy running-config startup-config

-----------------------------------------------------

enable
configure terminal
hostname SW-BR1
enable secret class
banner motd #
****** SOLO PERSONAL AUTORIZADO******#
service password-encryption
line console 0
password cisco
login
line vty 0 4
password cisco
login
exit

vlan 5
name Produccion
vlan 10
name Ventas
vlan 15
name TICs
vlan 20
name Compras
vlan 25
name Gerencia
exit

interface range fa0/1 -5


switchport mode access
switchport access vlan 5

interface range fa0/6 -10


switchport mode access
switchport access vlan 10

interface range fa0/11 -15


switchport mode access
switchport access vlan 15

interface range fa0/16 -20


switchport mode access
switchport access vlan 20

interface range fa0/21 -24


switchport mode access
switchport access vlan 25

interface g0/1
switchport mode trunk

copy running-config startup-config


--------------------------------------------------------

enable
configure terminal
hostname SW-BR2
enable secret class
banner motd #
****** SOLO PERSONAL AUTORIZADO******#
service password-encryption
line console 0
password cisco
login
line vty 0 4
password cisco
login
exit

vlan 5
name Produccion
vlan 10
name Ventas
vlan 15
name TICs
vlan 20
name Compras
vlan 25
name Gerencia
exit

interface range fa0/1 -5


switchport mode access
switchport access vlan 5

interface range fa0/6 -10


switchport mode access
switchport access vlan 10

interface range fa0/11 -15


switchport mode access
switchport access vlan 15

interface range fa0/16 -20


switchport mode access
switchport access vlan 20

interface range fa0/21 -24


switchport mode access
switchport access vlan 25

interface g0/1
switchport mode trunk

copy running-config startup-config

You might also like