You are on page 1of 2

Housing G0/0

G0/1
bidg1 VLAN1
bidg2 VLAN2
RA1-1 NIC
RA1-2 NIC
RA2-1 NIC
RA2-2 NIC

172.16.5.1
192.168.5.1
172.168.5.2
192.168.5.252
172.16.5.10
172.16.5.11
192.168.5.10
192.168.5.11

255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0

__________________________
BIO1
--entro terminal --- ok
sh run
sh ip int br
conf t
interface vlan 1
ip add 172.16.5.2 255.255.255.0
no sh
exit
ip it
ip default-gateway 172.16.5.1
hostname Bio
do sh ip int bri
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
ena
enable secret cisco
service password-encryption
banner motd #solo personal autorizado#
interface vlan 1
description Management_Interface
______________________
BIO2
--entro terminal --- ok
en
conf t
int
do sh ip int bri
int g0/0
ip add 172.16.5.1 255.255.255.0
no shutdown
exit

description To_Bio
exit
int g0/1
ip add 192.168.5.1 255.255.255.0
description To_Phys
no shutdown
exit
do wri

_______________________________
PHYS1
--entro terminal --- ok
sh run
sh ip int br
conf t
interface vlan 1
ip address 192.168.5.252 255.255.255.0
no sh
exit
do sh ip int bri

You might also like