Refresco

Refresco

lunes, 15 de diciembre de 2014

CISCO CCNA3: Práctica de lab. 6.4.1 Basic Inter-VLAN Routing




S1, S2 y S3:
enable
conf t
hostname S1, S2 o S3
enable secret class
no ip domain-lookup
ip default-gateway 172.17.99.1
line console 0
password cisco
login
line vty 0 15
password cisco
login
end
 
 
 
 
 
S1:
vtp mode server
vtp domain Lab6
vtp password cisco
end 
 
interface fa0/1
switchport mode trunk
switchport trunk native vlan 99
no shutdown
end
 
vlan 99
name management
vlan 10
name faculty-staff
vlan 20
name students
vlan 30
name guest

interface vlan99
ip address 172.17.99.11 255.255.255.0
 
 
 
 
S2:
interface fa0/6
switchport mode access
no shutdown
interface fa0/11
switchport mode access
no shutdown
interface fa0/18
switchport mode access
no shutdown

vtp mode client
vtp domain Lab6
vtp password cisco
 
interface fa0/1
switchport mode trunk
switchport trunk native vlan 99
no shutdown
end
 
SHOW VLAN BRIEF

interface vlan99
ip address 172.17.99.12 255.255.255.0
 
interface fa0/6
switchport access vlan 30
interface fa0/11
switchport access vlan 10
interface fa0/18
switchport access vlan 20
end
copy running-config startup-config
 
 
 
 
 
S3:
vtp mode client
vtp domain Lab6
vtp password cisco

interface fa0/1
switchport mode trunk
switchport trunk native vlan 99
no shutdown
end
 
SHOW VLAN BRIEF
 
interface vlan99
ip address 172.17.99.13 255.255.255.0
 
 
 
 
 
R1:
interface fastethernet 0/0
no shutdown
 
interface fastethernet 0/0.1
encapsulation dot1q 1
ip address 172.17.1.1 255.255.255.0
 
interface fastethernet 0/0.10
encapsulation dot1q 10
ip address 172.17.10.1 255.255.255.0
 
interface fastethernet 0/0.20
encapsulation dot1q 20
ip address 172.17.20.1 255.255.255.0
 
interface fastethernet 0/0.30
encapsulation dot1q 30
ip address 172.17.30.1 255.255.255.0
 
interface fastethernet 0/0.99
encapsulation dot1q 99 native
ip address 172.17.99.1 255.255.255.0
 
 
interface FastEthernet0/1
ip address 172.17.50.1 255.255.255.0
description server interface
no shutdown
end
 
SHOW IP ROUTE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 



No hay comentarios:

Publicar un comentario