quarta-feira, 7 de setembro de 2011

roteador da 3com


COFIGURANDO ROTEADOR 3COM


ACESSO AO ROUTER


è   system view ( modo privilegiado)
è   [Router]

CONFIGURAR NOME DO ROTEADOR

      è       [Router] sysname TERRA
è    [TERRA]


CONFIGURAR USUARIO


è    [TERRA] local-user Luis
è    [TERRA-LOCAL-USER] password cipher ou simple (digitar a senha)
è    [[TERRA-LOCAL-USER] service-type telnet terminal level  3
è    [[TERRA-LOCAL-USER] service-type ftp

CONFIGURAR SENHA DE TELNET E CONSOLE


è    [TERRA] user-interface con 0
è    [TERRA-ui-con 0] authentication-mode scheme
è    [TERRA] user-interface vty 0 4
è    [TERRA-ui-vty0-4] authentication-mode scheme

CONFIGURAR INTERFACE ETHERNET


è    [TERRA] interface ethernet 0/0
è    [TERRA-ethernet0/0] ip address 10.10.10.10 24  (IP + MASCARA)
è    [TERRA-ethernet0/0] Undo Shut

CONFIGURAR INTERFACE SERIAL DO ROUTER USANDO PROTOCOLO PPP ( Point-to-Point)


è    [TERRA] interface serial 0/0
è    [TERRA-serial0/0] ip address  192.167.242.1 255.255.255.252  (IP + MASCARA)
è    [TERRA-serial0/0] Undo Shut

 

CONFIGURAR ROTA ESTATICA


è    [TERRA] ip route-static ( REDE DE DESTEINO )  ( MASCARA )  ( INTERFACE POR ONDE SAI O PACOTE  OU NEXT HOLP)
è    [TERRA] ip route-static 0.0.0.0 0.0.0.0 s0/0 ( Rota Default )
è    [TERRA] ip route-static 192.20.30.0 255.255.255.0  172.10.5.1
CONFIGURAR ROTA DINAMICA ( RIP )

è    [TERRA] int s0/0
è    [TERRA-serial0/0] rip version 2
è    [TERRA-serial0/0] quit
è    [TERRA] network  ( END. IP DAS SUAS REDES )

CONFIGURAR UM ROUTER USANDO PROTOCOLO FRAME RELAY

è    [TERRA] interface serial 0/0
è    [TERRA-serial0/0] clock DTECLK1
è    [TERRA-serial0/0] link-protocol fr
è    [TERRA-serial0/0] fr lmi-type q933a    /    ansi    /   cisco
è    [TERRA-serial0/0] Undo Shut

CONFIGURAR SUB-INTERFACE


è    [TERRA] interface serial s0/0.16 p2p
è    [TERRA-serial0/0.16] ip add 172.125.43.174 255.255.255.252 (IP + MASCARA)
è    [TERRA-serial0/0.16] fr dlci 16
è    [TERRA-serial0/0.16-16] quit

 

CONFIGURAR SUB-INTERFACE DE GERÊNCIA


è    [TERRA] interface serial s0/0.400 p2p
è    [TERRA-serial0/0.400] ip add 175.125.43.121255.255.255.248 (IP + MASCARA)
è    [TERRA-serial0/0.400] fr dlci 400
è    [TERRA-serial0/0.16-400] quit

CONFIGURAR COMANDO SNMP


             [TERRA] SNMP-agent community read intragov                         
Obs: Este comando irá ler todas as Traps SNMP da comunidade Intragov.
 [TERRA] SNMP-agent community write SNMPgov                      
Obs: Este comando habilita o acesso do gerenciamento da rede.

 [TERRA] SNMP-agent sys-info version all                                    

 

SALVAR CONFIGURAÇÃO


è [TERRA] save

COMANDOS DE VERIFICAÇÃO


è Display current-configuration (verifica a configuração do roteador)
è Display int s0/0 ou s0/1 (verifica o status da interface)
è Display ip routing-table (verifica os roteamentos configurados e aprendidos)
è Display version (verifica o IOS do router e o registrador)
è Display fr lmi-info (verifica se o LMI está ativo ou não)
è Display fr pvc-info (verifica- se o pvc (protocolo) está ativo (up)
è Reset counters interfaces s0/0(zera os contadores das interfaces) obs: necessário estar no modo
      usuario
     Delete config.cfg (deleta todas as configurações do router) obs: necessário estar no modo usuário
    
     Reboot -(desliga e liga o router apos apagar as configurações)
     Undo – Este palavra colocado a frente de qualquer comando digitado apaga  que foi configurado


COMANDOS PARA RETIRAR ARQUIVOS



  • Dir
  • Directory of flash:/
  •  
  •    1   -rw-  11227433  Nov 30 2006 01:24:27   r5y02_41_00_x01e.bin
  •    2   -rw-   6886650  Dec 08 2004 04:58:00   main.bin
  •    3   -rw-    524288  May 24 2006 07:12:09   bootromfull
  •    4   -rw-   9564661  May 24 2006 07:13:23   r5y02_31e.bin
  •  
  • 31877 KB total (4330 KB free)

  • delete /unreserved “nome do arquivo”
  • Enter

2 comentários:

  1. gostariad e saber como configuro vlan 10 na porta eth0 para discar ppp na vlan 10 router 3com msr 20-11 obrigado

    ResponderExcluir