Network Kings

Route Summarization

Convert to Binary? First, we convert all of the 172.16.0.0 addresses above to their Binary form. 10101100.00010000 The Binary translation of these networks are: 172.16.1.0 ? 10101100.00010000.00000001.00000000 172.16.2.0 ? 10101100.00010000.00000010.00000000 172.16.3.0 ? 10101100.00010000.00000011.00000000 Lets Summarize but ?we need to locate the ?Summary Border.?? To summarize these network addresses, the Summary Border needs to be located. … Read more

Cisco Pipe Commands

Cisco Pipe Commands These commands work on Cisco routers as well on other vendors too, Tellabs Core Routers Also Support. These commands won’t work on old Ios, Try your luck friends. The following command will display the contents of the running-config, beginning with the first line containing the text ethernet: Router# show running?| begin ethernet … Read more

Worlds first and only 8x CCIE

Just read on INE BLOG that Neil Moore Completed his 8th CCIE Track which was in Collaboration, I think this the what we call hard work with dedication.

I think we should know what he did during his CCIE Exams. I also read that he is not Working in cisco, checked his LinkedIn profile he is working with HP.

Here is the Track list with Year completion.

This time becoming the worlds first and only 8x CCIE.

Why we use BGP

BGP is an inter-provider protocol Or ?At least that’s how things started out! In a pure IPv4 world, that was the idea.?? if you had PI (Provider Independent) addresses that you owned, you ran BGP to advertise them.? If you had multiple providers and were advertising the same address space multiple directions, you ran BGP … Read more

Eigrp Metric Calculation

Metric = (107 / minimum bandwidth) + (sum of delays) * 256 Metric = bandwidth (slowest link) + delay (sum of delays) Bandwidth: [107 / minimum bandwidth in the path] Delay: sums of delays (in tens of microseconds). 1. Bandwidth [107 / minimum bandwidth in the path] ? ? 10000000/1544 == 6476   2. ?Delay: … Read more

cisco ios version guide

Cisco IOS Version Guide IOS version numbers are formatted as follows:x.y(z)t The “x” designates a major revision number. The “y” designates a minor revision number. The “z” designates an individual release number The “t” designates a train identifier. Thus, the third release of IOS version 12.4 would be identified as 12.4(3). The major and minor … Read more

What is collision and broadcast domain in switch?

Collision and broadcast domain in switch Consider the above diagram. Remember that: ? Routers separate broadcast and collision domains. ? Switches separate collision domains. ? Hubs belong to only one collision domain. ? Switches and hubs both only belong to one broadcast domain. In the above case, where are THREE broadcast domains and EIGHT Collision … Read more

Switching forwarding Types

Switches support three methods of forwarding frames. Each method copies?all or part of the frame into memory, providing different levels of latency and reliability. Latency is delay – less latency results in quicker forwarding. The Store-and-Forward method copies the entire frame into memory, and performs a Cycle Redundancy Check (CRC) to completely ensure the integrity … Read more

IBGP without IGP

Why bgp is in active state ? Everyone this is IBGP configuration, Dont say ebgp multihop I want full neigborship between r1 & r2 , without IGP & Static Routes , You have option of only BGP ?? Answer We Got :- Anivaldo Malungo Key point being there is that this is a wrong scenario … Read more

What Is MPLS and Why do we need it?

What Is MPLS and Why do we need it?

Multi-Protocol Label Switching (MPLS) in simple terms, which enables a Service Provider (SP) to offer scalable and internetworking solutions for its clients. In addition to scalability, MPLS offers Traffic Engineering (TE) and Quality of Service (QoS). While TE is more oriented towards SP, scalability and QoS features will benefit both SP and its customers. What MPLS does is an addition of one or more labels which is inserted between Layer 2 header and Layer 3 header in a datagram. An additional label offers one more way of packet forwarding in addition to the traditional IP lookup. Since the MPLS label is placed just before Layer 3 header and after Layer 2 header, an SP router uses MPLS label in its core to make forwarding decisions, instead of Layer 3 information. Now, let me try to answer the question : ?Why do we need MPLS??.

Scalability: In this age of globalisation, business is expanding like never before. As businesses reach more destinations, their need of being connected with other locations increases. Expansion can introduce difficulties for organizations as well as Service Providers. When the number of locations getting connected to each other increases, it becomes very difficult to manage. Service Providers face more problems because they have to serve multiple customers and everyone is reaching out for more and more locations. To add to this problems, the competition in the market has also grown up significantly, which forces Service Providers to offer cost effective and easy to manage solutions to their customers. MPLS is an answer to all such issues. MPLS gives service providers ability to scale up very easily and without difficulty. In the early days of Internetworking, a service provider had to manage many virtual circuits, deal with different technologies and all. But with MPLS enabled cores, it has become very easy for them to manage such situations. Further, they can reach out to other expanding markets ? even those markets where they have no physical presence, also without much complications through Network-to-Network Interface (NNI). NNI is a kind of partnership with another service provider who can deliver connectivity links in the target market.

For customers, they can expand their core business without having to worry about the connectivity issues. Since SP can also participate in the connectivity for them, they do not have to deal with many issues like managing their own routing ? which many organizations used to do earlier. With the emergence of Managed Solutions, customers can free themselves of managing the network connectivity. The SP will take care of all their connectivity needs.

Quality of Service: With multimedia applications gaining popularity and migration towards IP based PABX systems, it is essential to have QoS in place. IP based voice service needs to have more priority as it is very sensitive to delay, jitter etc. Also, more and more video applications are finding its place in enterprise networks as Video Conferencing and Telepresence solutions can bring down the cost of travel and save time. Such applications also need to be given priority in addition to the business critical applications. Earlier, ATM was the answer for many people to have QoS. But the things have changed as usage of ATM itself needs migration to another technology and it requires capital expenditure also. MPLS can provide ATM like QoS features. MPLS label has a 3 bit field called Traffic Class (TC) which was formerly known as EXP (Experimental) field. Core routers can provide different set of treatment for each MPLS frame based on the value of TC.

Flexibility: As a technology, MPLS imposes few restrictions on interoperability with other technologies. Suppose, for a customer who has got global presence needs to connect his various offices across the globe. Most of the Service Providers in North America would be offering SONET/ATM based connectivity, while their European counterparts may be using SDH. Many countries in Asia are using Ethernet as a preferred technology for WAN connectivity. In such cases, it becomes a pain to make all these technologies to work together using plain IP VPN. Different technologies may need more technological as well as capital expenditure. But MPLS makes this easy. MPLS can interoperate with various technologies. With Any Traffic over MPLS (AToM) a Service Provider can transport Layer 2 frames over MPLS backbone. This makes life easier for both customers and providers. Also, with Interworking IP, one can have a Layer 2 VPN with Serial link on one side and Ethernet on the other side.

Besides the flexibility with technology itself, the Service Provider can offer both Layer 2 and Layer 3 VPNs on the same platform. Customers who want to manage their routing can do it themselves with Layer 2 VPN and others can use Layer 3 VPN. Such a common platform can would make the life easy for a sales guy who can very well address the customer requirements and offer exciting solutions.

Traffic Engineering: This is a feature that every Service Provider would love to use. Mostly, SPs would be having more than one link between different routers, both for redundancy and for meeting customer requirements. The problem arises, when the bandwidth of these links are different. SP can configure the load sharing between these links using various IGP features, but that may prove to be very difficult and the model itself is not scalable. If the configurations are not properly documented, troubleshooting can be a pain. MPLS traffic Engineering can address such scenarios. The use of TE along with IGP can provide better solution.

MPLS is more oriented towards Service Providers. A customer network need not be aware of MPLS and for most of the links a default route from Customer router to Provider router is enough. While a provider can address the network scalability and redundancy issues, customer can concentrate on his core business without having too much bothered about network connectivity.