resumen comandos ccna 3 cisco

configuracion de pvt mas rapido

1- para dejarlo como root colocar
#spanning-tree vlan1 root primary
2-para dejarlo como segundario
#spannig-tree vlan1 root secondary
3- verificacion
#show spanning-tree

configuracion de bpdu guard y portdfast

#spanning-tree mode rapid-pvst.
1- para crearlo en una interfaz en especifico
#spanning-tree portfast
2- para dejar todas las interfacez que no son trunk en port fast
#spanning-tree portfast default
3- configuracion de bpduguard solo en la interfaz
#spanning-tree bpduguard enable


CONFIGURACION DE ETHERCHANEL

1- SE toma el rango de interfaces 
#interface range fastEthernet 0/1-4
2-se seleciona el protocolo que vamos a utilizar
#channel-protocol pagp
#channel-group 1 mode disarable  ------------el grupo puede ser cualquiera
#no shutdown
3-luego vamos a el portchannely lo colocamos en modo trunk
switch1(config)#interface port-channel 1
switch1(config-if)#switchport mode trunk
switch1(config-if)#exit
2- para que funcione tiene que estar en ambos extremos
disarable-disarable: funciona.
auto-disarable: funciona.
auto-auto: no funciona.

COMANDOS OSPF

verificar adyaencia con los vecinos 
#show ospf neighbor

CONFIGURACON DE ELECCION DE DR Y BDR

#ip ospf priority ---------------en la interfaz

CONFIGURACION DE RUTA PREDETERMINDA

#ip route 0.0.0.0 0.0.0.0 la ip del siguiente salto
#router ospf **
#default-inforation-originate

VERIFICACION DE INTERVALO DE SALUDO Y TIEMPO MUERTO

#show ip ospf interface

 EN MODE DE CONFIGURCION DE INTERFAZ

# ip ospf hello-interval 
#ip ospf de interval

CONFIGURACION DE AUTENTIFICACION DE MD5

#router ospf 10
#area id-area authentication message-diggest 

 LUEGO EN CADA INTERFAZ

#ip osf messa-digges-key 1 ---igual para todos  md5 calve 

CONFIGURACION OSPF MULTIARE

RUTAS SUMARIZADAS

#router ospf 10
#area 1 range ****** ****** ---- ip ruta sumarizada + mascara

CONFIGURACION BASICA DE EIGRP

router eigrp 1
eigrp router-id 1.1.1.1
network 192.168.0.5 0.0.0.255 
no auto-summary
passive interface g0/0

PARA VER LA ADYACENCIA

show ip protocols eigrp
show ip eigrp neigbord

comando eigrp avnazado 

SUMARIZACION
en la interfaz
ip summary-

para el router que esta conectado a internet distribuir sus rutas

#ip route 0.0.0.0 0.0.0.0 serial 0/1/0
#router eigrp 1
#redistribute static

ruta predeterminada para ipv6

#R2(config)# ipv6 route ::/0 serial 0/1/0
#ipv6 router eigrp 2
#redistribute static

configurar el ancho de banda que una interfaz puede ocupar

en la serial
Router(config-if)# ip bandwidth-percent eigrp número-as porcentaje

temporizadores de saludo

interface s0/0/0 tiene que tenerlo en ambos extremos
ip hello-interval eigrp 1 50
ip hold-time eigrp 1 150

coniguracion de utentificacion md5

1- creacion de una llave key chain
2- el nombre de la key
3- el numero key-string 

configuracion de la autentiicacion en la interfaz

interface *****
ip authentication mode eigrp ****** numero md5
ip authentication key-chain eigrp ---------- el mismo de arriba

resumen comandos ccna 3 cisco resumen comandos ccna 3 cisco Reviewed by PDFREEBOOK on 12:33 Rating: 5