Treinamento Huawei
Treinamento Huawei
Treinamento Huawei
Treinamento Huawei
Publicado; 26 \26\-03:00 setembro \26\-03:00 2019 | Autor: Luciano Santos | Arquivado em: artigo | Tags:
internet, MPLS, OSPF, Routing, treinamento |2 Comentários
Entre os dias 25 e 27 estarei fazendo um treinamento de equipamentos Huawei. Está aí uma coisa que adoro
fazer: estudar. Aprender, testar, questionar, executar, errar, aprender, corrigir…
Revisar conceitos, praticar um pouco em LAB, ter tempo para planejar e depois executar um plano. Uma coisa
que mudou do ano passado para cá é justamente a capacidade de investir em treinamentos.
Escolhi fazer um treinamento, que foi recomendado pelo meu amigo e sócio Fabrício Dyck, com o Luiz Puppin
da VLSM. Por enquanto bom, turma bacana. nível de conhecimento mesclado.
Se pudesse, faria seguramente 2 treinamentos ao ano. E se Papai do Céus permitir, a minha Pós…
Para quem está precisando reciclar o conhecimento e que aprender Huawei, recomendo o treinamento da
VLSM, com o Luiz Puppin. O treinamento de Operação de Redes sem Interface Gráfica bacana, didático, e
com muita prática. Vale muito a pena!
https://luciano.wordpress.com/2019/09/26/treinamento-huawei/ 1/8
26/11/2023, 02:02 Treinamento Huawei | [WISP]tik Guy
Comandos Huawei
1 display version
2 display patch-information
1 system-view
2 aaa
3 local-user user password cipher senha123
4 local user aluno service-type ssh terminal http
5 user-interface console 0
6 authentication-mode aaa
Ativando SSH
1 system-view
2 display ssh server status
3 stelnet server enable
4 user-interface vty 0 4
5 authentication-mode aaa
6 protocol inbound ssh
Configuração do SNMP
https://luciano.wordpress.com/2019/09/26/treinamento-huawei/ 2/8
26/11/2023, 02:02 Treinamento Huawei | [WISP]tik Guy
1 system-view
2 snmp-agent community read public
3 snmp-agent sys-info version v2c v3
1 save
1 system-view
2 interface GigabitEthernet 0/0/0
3 undo ip address
1 system-view
2 interface GigabitEthernet 0/0/0
3 shutdown
1 system-view
2 interface GigabitEthernet 0/0/0
3 no shutdown
Configurações de rede
1 system-view
1 system-view
2 sysname host
1 system-view
2 interface GigabitEthernet 0/0/0
3 ip address 10.0.0.2 24
1 system-view
2 interface Loopback 0
3 ip address 10.99.99.1 32
https://luciano.wordpress.com/2019/09/26/treinamento-huawei/ 3/8
26/11/2023, 02:02 Treinamento Huawei | [WISP]tik Guy
1 system-view
2 ip route-static 0.0.0.0 0.0.0.0 10.0.0.1 (ou)
3 ip route-static 192.168.1.0 255.255.255.0 10.0.0.1
1 display ip routing-table
1 system-view
2 interface GigabitEthernet 0/0/0
3 shutdown
4 undo shutdown (para remover shutdown)
Configurações de OSPF
Texto simples
1 system-view
2 interface GigabitEthernet 0/0/0
3 ospf authentication-mode simple plain senhaTextoPlano (ou)
4 ospf authentication-mode md5 1 senhaTextoCifrado (melhor)
5 display this (verificar)
Interface silenciosa
1 system-view
2 ospf 1
3 silent-interface GigabitEthernet0/0/0 (ou)
4 silent-interface all (proi
5 undo silent-interface GigabitEthernet0/0/0
Configuração de OSPF
https://luciano.wordpress.com/2019/09/26/treinamento-huawei/ 4/8
26/11/2023, 02:02 Treinamento Huawei | [WISP]tik Guy
1 system-view
2 ospf 1 router-id 10.99.99.1
3 import-router direct
4 import-route static
5 area 0
6 network 10.0.0.0 0.0.0.3
7 network 10.0.0.4 0.0.0.3
8 network 10.99.99.1 0.0.0.0
Configurar o MPLS
1 system-view
2 mpls lsr-id 10.99.99.1
3 mpls
4 quit
5 mpls ldp quit
6 interface GigabitEthernet 0/0/0
7 mpls (comando por porta)
8 mpls ldp (comando por porta)
9 interface GigabitEthernet 0/0/1
10 mpls
11 mpls ldp
1 ystem-view
2 display mpls ldp peer (verifica peers)
3 display mpls ldp session (verifica sessoes ldp)
4 display mpls ldp lsp (tabela LDP e LSP)
5 display mpls lsp (tabela LSP)
1 system-view
2 mpls l2vpn
3 quit
4 interface GigabitEthernet 0/0/2
5 mpls l2vc 10.99.99.3 50
1 system-view
2 display mpls l2vc 20
3 display mpls ldp session
4 display mpls ldp peer
1 system-view
2 mpls ldp remote-peer PE3 (adapte de acordo com a rede)
3 remote-ip 10.99.99.3
1 system-view
2 vsi impar
3 pwsignal ldp
4 vsi-id 10
5 peer 10.99.99.3
6 quit
7 quit
8 interface GigabitEthernet 0/0/3
9 l2 binding vsi redecliente
Configurando VLAN
1 system-view
2 vlan batch 10 20
3 interface GigabitEthernet 0/0/1
4 port link-type trunk
5 port trunk allow-pass vlan 10 20
6 undo port trunk allow-pass vlan 1 (remover vlan 1)
7 interface GigabitEthernet 0/0/2
8 port link-type trunk
9 port trunk allow-pass vlan 10
10 undo port trunk allow-pass vlan 1
11 interface GigabitEthernet 0/0/3
12 port link-type trunk
13 port trunk allow-pass vlan 20
14 undo port trunk allow-pass vlan 1
https://luciano.wordpress.com/2019/09/26/treinamento-huawei/ 6/8
26/11/2023, 02:02 Treinamento Huawei | [WISP]tik Guy
1 system-view
2 interface GigabitEthernet 0/0/0
3 portswitch
1 system-view
2 interface GigabitEthernet 0/0/0
3 dot1q termination vid 10
4 ip address 172.16.0.1 30
1 system-view
2 interface VlanIf10
3 ip address 172.16.0.2 30
Glossário
Termo Significado
OSPF Open Short Path First – protocolo link-state que verifica os enlaces e leva em consideração a
velocidade nominal dos enlaces
MPLS Multi Protocol Label Switching – Protocolo de chaveamento de pacotes multiprotocolo, baseado
em etiquetas.
LDP Label Distribution Protocol
LSR Label Switching Router
FEC Forwarding Equivalence Class
LSP Label Switched Path
PWE3 Pseudowire
AC Circuito Conectado
VC Circuito Virtual
VPLS Virtual Private LAN Service
VSI Virtual Switching Interface
VPWS Virtual Private Wire Service
AS Autonomous System
RR Route Reflector
https://luciano.wordpress.com/2019/09/26/treinamento-huawei/ 7/8
26/11/2023, 02:02 Treinamento Huawei | [WISP]tik Guy
Referência
Responder
Luciano Santos disse:
11 \11\-03:00 setembro \11\-03:00 2020 às 0:19
Que bom! Abçs
Responder
Este site utiliza o Akismet para reduzir spam. Saiba como seus dados em comentários são processados.
Mid Mo Design.
https://luciano.wordpress.com/2019/09/26/treinamento-huawei/ 8/8