Sei sulla pagina 1di 5

1.

Enrutamiento y envio de paquetes


2. Enrutamiento bsico
3. Introduccin a los protocolos de enrutamiento dinamico
4. Protocolos de enrutamiento por vector distancia
5. Rip version1
6. VLSM y CIDR
7. RIPv2
8. Tablas de enrutamiento: estudio detallada
9. EIGRP
10. Protocolos de enrutamiento de estado enlace
11. OSPF
12. Diseo de lan
13. Configuracin bsica de switch
14. Vlan
15. VTP
16. STP
17. Enrutamiento inter VLAN
18. Conceptos bsicos de la conexin inalambrica

Enrutamiento OSPF:

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#route ospf 10
Router(config-router)#network 192.168.4.0 255.255.255.0 area 10

Configuracion de switch
http://www.youtube.com/watch?v=4m8GELJXQNQ&feature=related

-----------------------------------------Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname romer1
romer1#show vlan
VLAN Name

Status

Ports

---- -------------------------------- --------- ------------------------------1

default

active

Fa0/1, Fa1/1, Fa2/1, Fa3/1

Fa4/1, Fa5/1
1002 fddi-default

act/unsup

1003 token-ring-default
1004 fddinet-default

act/unsup
act/unsup

1005 trnet-default

act/unsup

VLAN Type SAID

MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ -----1

enet 100001

1002 fddi 101002


1003 tr

101003

1500 -

1500 1500 -

0
-

1004 fdnet 101004

1500 -

ieee -

1005 trnet 101005

1500 -

ibm -

Remote SPAN VLANs


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

Primary Secondary Type

Ports

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

Creamos un Nuevo Puerto


romer1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
romer1(config)#inter vlan 20
romer1(config-if)#inter fa0/1
romer1(config-if)#switchport access vlan 20
romer1(config-if)#exit
romer1(config)#end
romer1#
%SYS-5-CONFIG_I: Configured from console by console

romer1#show vlan

VLAN Name

Status

Ports

---- -------------------------------- --------- ------------------------------1

default

active

Fa1/1, Fa2/1, Fa3/1, Fa4/1

Fa5/1
20 VLAN0020

active

1002 fddi-default

act/unsup

1003 token-ring-default
1004 fddinet-default
1005 trnet-default

Fa0/1

act/unsup
act/unsup
act/unsup

VLAN Type SAID

MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ -----1

enet 100001

1500 -

20 enet 100020

1500 -

1002 fddi 101002

1500 -

1003 tr

101003

1500 -

1004 fdnet 101004

1500 -

ieee -

1005 trnet 101005

1500 -

ibm -

Remote SPAN VLANs


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

Primary Secondary Type

Ports

Asignando un segundo puerto


romer1>enable
romer1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
romer1(config)#inter vlan 20
romer1(config-if)#inter fa1/1
romer1(config-if)#switchport access vlan 20
romer1(config-if)#end
romer1#
%SYS-5-CONFIG_I: Configured from console by console

romer1#show vlan

VLAN Name

Status

Ports

---- -------------------------------- --------- ------------------------------1

default

active

Fa2/1, Fa3/1, Fa4/1, Fa5/1

20 VLAN0020

active

1002 fddi-default

act/unsup

1003 token-ring-default

act/unsup

1004 fddinet-default

act/unsup

1005 trnet-default

VLAN Type SAID

Fa0/1, Fa1/1

act/unsup

MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ -----1

enet 100001

1500 -

20 enet 100020

1500 -

1002 fddi 101002


1003 tr

101003

1500 1500 -

1004 fdnet 101004

1500 -

ieee -

1005 trnet 101005

1500 -

ibm -

Remote SPAN VLANs


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

Primary Secondary Type

Ports

------- --------- ----------------- -----------------------------------------romer1#

Potrebbero piacerti anche