ClubEnsayos.com - Ensayos de Calidad, Tareas y Monografias
Buscar

Comandos Ruteo


Enviado por   •  24 de Noviembre de 2014  •  201 Palabras (1 Páginas)  •  145 Visitas

enable

configure t

interface (ya sea f o s)

ip add (direccion mascara)

no shutdown (prende la interface)

se configura la pc (se le pone ip y mscara)

EIGRP

enable

show ip route

configure t

router eigrp 1

network (las redes estaticas C) wildcard

no auto-summary

conectar----redistribute static (rip)

OSPF

enable

show ip route

configure t

router ospf 1

network (direccion) wildcard area 1

exit

ip route 0.0.0.0 0.0.0.0 (serial de salida)

conectar ---default-information originate

RIP

enable

show ip route

configure t

router rip

version 2

network (direccion)

no auto-sumary

exit

ip route 0.0.0.0 0.0.0.0 (serial de salida)

conectar ---default-information originate

enable

conf t

router eigrp 100(varia )

ip route 0.0.0.0 0.0.0.0 (serial de salida)

wildcard Red

/24 .255 .0

/25 .127 .128

/26 .63 .192

/27 .31 .224

/28 .15 .240

/29 .7 248

/30 .3 252

-----

switch

enable

conf t

vlan 50

name Compras

vlan 70

name ventas

vlan 99

name Admin.

inter f0/1

switchport mode trunk

switchport trunk native vlan 99

inter f0/2

switchport mode access

switchport access vlan 50

inter f0/3

switchport mode access

shitchport access vlan 70

..... bajo nivel(los de abajo)

nombre de las vlan

inter f0/1

switchport mode trunk

switchport trunk native vlan 99

inter f0/2

switchport mode trunk

switchport trunk native vlan 99

inter f0/3

switchport mode trunk

switchport trunk native vlan 99

...medio nivel(los de enmedio)

inter f0/3

switchport mode trunk

switchport trunk native vlan 99

inter f0/4

switchport mode trunk

switchport trunk native vlan 99

inter f0/1

switchport mode access

switchport access vlan 50

inter f0/2

switchport mode access

switchport access vlan 70

....ultimo(uno solo)

router

enable

conf t

inter f0/0

ip add 192.168.1.254 255.255.255.0

no shut

inter f0/1

ip add

------

sub interface

inter f0/0.10 (cambia solo las sub interfaces f0/0.20)

encapsulation dot1q 10

ip add ip add 172.17.10.254 255.255.255.0

...

Descargar como (para miembros actualizados) txt (2 Kb)
Leer 1 página más »
Disponible sólo en Clubensayos.com