Você está na página 1de 2

Configurar PPP

contigure terminal
interface serial x/x/x
encapsulation PPP
--configurar PAP e CHAP
--ppp authentication [PAP / PAP CHAP / CHAP PAP / CHAP]
--ppp [PAP / PAP CHAP / CHAP PAP / CHAP] hosname xxxxx --> NO CONSEGUI FAZER
--ppp [PAP / PAP CHAP / CHAP PAP / CHAP] password xxxx --> NO CONSEGUI FAZER
exit

NOTA: PARA OS DOIS INTERVENIENTES

Comandos show para PPP

show interface serial x/x/x
debug ppp --> undebug all


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


Configurao Frame-relay

configure terminal
Interface Serial x/x/x
encapsulation frame-ralay [ietf (no caso de a nossa rede no ter s dispositivos cisco)]
no frame-raley inverse map
frame-raley map ip [ip de destino][DLCI] broadcast cisco

Comandos Show

show frame-relay map
show frame-relay pvc (dlci)
show frame-relay lmi


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

Configur Rip

configure terminal
router rip [v1 ou v2]
network [rede] [mascara]
no auto-summary

Configurar EIGRP

configure terminal
router eigrp [n do sitema aut]
network [rede] [mascara inversa]
no auto-summary
--rota esttica
--(config-if)#ip route x.x.x.x x.x.x.x [inrerface de saida (normalmente loopback)]
--router eigrp 1
--redistribute static

Configurar OSPF

configure terminal
router ospf [numero do sisntema aut]
network [rede] [mascara inversa]
--rota esttica
--(config-if)#ip route x.x.x.x x.x.x.x [inrerface de saida (normalmente loopback)]
--router ospf 1
--(config-router)default-information originate


Comandos Show
Show ip [eigrp/ospf] neighbors
Show ip [protocolo]
Show ip rout
Show ip protocol
Show ip protocols
----------------------------------------------------------------------------------------------------------------------------- --
----------------------------------

Configurar uma ACL - padro

[numero da ordem] access-list [numero da ACL (1-99/1300-1999)] permit [ip de origem +
mascra inversa]
.
.
.
interface [fast 0/0]
ip access-group [numero da ACL]

NOTAS: se for host basta host [ip]

Configurar o mais perto do destino

Configurar uma ACL - estendida

[numero da ordem] access-list [numero da ACL (100-199/2000-2699)] permit [protocolo
origem] [ip origem] [ip destino] [protocolo destino]
.
.
.
interface [fast 0/0]
ip access-group [numero da ACL]

NOTAS: Configurar o mais perto da origem

Você também pode gostar