Thursday , April 25 2024

Huawei eNSP – news

And we have 2014 …

I hope you are doing well.

First of all, I’d like to thank you for your comments and suggestions. Not always I have time to respond for all your emails or comments but believe that all are appreciated. I maintain this blog after work but having 2 small absorbing children, it is not easy to reply for all your emails or even prepare a new post. I’ll do my best to publish new interesting and informative articles in the new year.

I believe that this year will be better for all of us.

So, let’s start 2014 with a new Huawei eNSP release:

Read More »

Huawei simulator eNSP – news

A new version of Huawei eNSP has been released.

What’s new in V100R001C00B210 version?

Based on a release notes for the newest eNSP:

  • Added IPSec protocol control plane to AR router.
  • Added SSLVPN feature to AR router.
  • Added function of sending UDP data stream to simulate PC
  • Added the function of capturing data on Cloud, FRS, HUB and PC.
  • Added a function of opening UDP ports of Cloud.
  • Improved functions of router’s AAA, DHCP and DNS.
  • Read More »

    hub&spoke in BGP/MPLS VPN

    Some time ago we talked about a basic configuration of BGP/MPLS VPNs. Let’s go on with hub&spoke networking today. Such solution can be adopted to control the mutual access of users, when an access control device is set. In this case no direct route exists between spoke sites. A spoke site advertises routes to a hub site and then the hub site advertises the routes to other spoke sites. Thus, communication between spoke sites is controlled by hub site.

    Let’s look at our topology:

    MPLS L3VPN hub and spoke topology

    Read More »

    introduction to IPv6 – part 2

    Let’s keep going and finish IPv6 introduction.

    Multicast

    A multicast address identifies a group of interfaces. Traffic, that is sent to a multicast address, is sent to multiple destinations at the same time. An interface may belong to any number of multicast groups. Multicast addresses are defined by the prefix FF00::/8.

    The second octet defines the flags and the scope of the multicast address. Flags can be defined as:

    • 0 is reserved and must equal 0
    • R indicates rendezvous point and is almost always set to 0
    • P indicates prefix dependency and is almost always set to 0
    • T is the temporary bit. For a temporary multicast address T equals 1; for a permanent multicast address T equals 0.

    Read More »

    introduction to IPv6 – part 1

    To start using IPv6 in our labs, I decided to prepare a short introduction of it. As it is a broad topic I had to split it into several parts. Let’s start from the beginning.

    Short IPv6 history

    First IPv6 protocol specification was introduced in late 1995 in RFC1883, so it was 18 years ago! About one year later 6bone network was started as a virtual network over the IPv4-based Internet (using IPv6 over IPv4 tunneling). The mission of the 6bone was to establish the IPv6 environment for testing purposes.  In 1999 IPv6 Forum was founded and registries started assigning IPv6 prefixes to ISPs. In 2000, many vendors began to bundle IPv6 into their mainstream product lines. 2009 – first serious IPv4 address shortage in developed countries.

    What about IPv5?

    IPv5 was an experimental Resource Reservation Protocol, intended to provide QoS for multimedia and defined as the Internet Stream Protocol version 2 (ST2). It was designed to coexist with IPv4 and use the same addressing scheme, not as a replacement of IPv4. ST2 was designed to coexist with IPv4 on each node. The main role of the ST2 was to transfer a real-time multimedia, where IPv4 could be used for the transfer of traditional data and control information. ST2 is described in RFC1819.

    Read More »