Huawei

PlAwAnSaI

Administrator
NE Router(NE20/40/40E/80E/5000E),ME60,CX600,Ethernet LAN switch(S9300/S5300/S3300/S2300),.:
support.huawei.com/support
VPLS:
  • Default PW can't talk to each other.
  • use upe command to change the default behaviour.
Cisco > Huawei command:
  • configure > system-view
  • do sho run int x/x > display this
  • exit > quit
  • no > undo
  • router ospf 1
    vrf X
    area 0
    interface TenGigE0/0/1/0
    !
    interface TenGigE0/0/1/1
    >
    ospf 1 vpn-instance X
    area 0.0.0.0
    network 0.0.0.0 255.255.255.255
  • show interface status > display interface Ethernet brief
  • show inventory > display esn
  • show ip interface brief > display ip interface brief
  • show run > display current-configuration
  • show vrf all > display ip vpn-instance
  • vrf X > ip binding vpn-instance X
  • write erase > reset saved-configuration
eNSP (Huawei Network Simulator):
support.huawei.com/enterprise/productNewOffering?idAbsPath=7919710|21782036|21782103|21782135|9017384&pid=9017384&from=soft&productname=eNSP

Configuring a Martini VLL (xconnect) to Access an L3VPN:blog.network-solution.net/configuring-a-martini-vll-to-access-an-l3vpn

Configuring a VSI (VPLS) to Access an L3VPN:

  1. Configure an IP address for physical interfaces and loopback interfaces.
  2. Create VE2/0/2 to terminate the MPLS L2VPN: 2/0 means use throughput of slot 2

    system-view
    sysname NPE
    interface virtual-ethernet2/0/2
    ve-group 1 l2-terminate
    quit

    Create VE2/0/3 to access the MPLS L3VPN.

    interface virtual-ethernet2/0/3
    ve-group 1 l3-access
    quit

    After the configuration is complete, run display virtual-ethernet ve-group command. To view the binding relationship between VE interfaces and a VE-group.
  3. Run an IGP on the VSI access network. ISIS is used in the example.
gns3vault.com/labs/bgp
  • BGP Basic:
    interface Ethernet0/0/0
    ip address 192.168.12.1 255.255.255.0
    #
    bgp 100
    peer 192.168.12.2 as-number 200
    network 2.2.2.0 24
    #
    >display bgp peer
    >display bgp routing-table
    >display ip routing-table

  • BGP IBGP/EBGP Local Preference MED:
    ospf
    area
    0
    network 192.168.12.0 0.0.0.255
    #
    bgp 100
    peer 2.2.2.2 connect-interface LoopBack0 : update-source
    peer 1.1.1.1 next-hop-local : next-hop-self
  • Static Route with track NQA (NQA: Cisco IP SLA):

    nqa test-instance
    test-type icmp
    destination-address ipv4
    frequency
    start now
    #
    ip route-static track nqa

    nqa test-instance x 1
    test-type icmp
    destination-address ipv4
    1.1.1.1
    frequency 10
    start now
    #
    ip route-static 2.2.2.0 255.255.255.0 3.3.3.3 track nqa x 1

    display nqa results

    If nqa destination-address is unreachable, it won't appear in the routing-table
A Packet's Adventures on Huawei Routers:
  1. Introduction:
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=200095
  2. Switching, Address:
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=215113
  3. Packet Receiving:
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=218321
  4. Traffic Control:
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=218431
  5. QoS Basics(1):
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=219729
  6. QoS Basics(2):
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=219777
  7. QoS Processing:
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=220011
  8. Fragmentation & Reassembly, Multicast & Broadcast Replication, NAT, Packet Filtering / ACL, Policy-based Routing (PBR):
    forum.huawei.com/enterprise/forum.php?mod=viewthread&tid=220197
  9. A journey of Protocol Packets:
    forum.huawei.com/enterprise/thread-221889.html
  • dis bgp vpnv4 vpn-instance abc routing-table peer 102.101.1.1
Ether-channel:
  • interface Eth-Trunk1
    description Link to Eth-Trunk1
    port link-type trunk
    port trunk allow-pass vlan 101 to 102
    mode lacp
    #
    interface XGigabitEthernet0/0/2
    description Link to X0/0/2
    eth-trunk 1
    #
cool.gif
 

PlAwAnSaI

Administrator

Cloud:
  • Online HUAWEI CLOUD courses:
    edu.huaweicloud.com/intl/en-us/certifications
  • Study & Lab Guide:
    e.huawei.com/en/talent/#/cert/product-details?certifiedProductId=369
cool.gif
 
Top