OSPF Virtual Links

Virtual Link is a non-Physical connectivity or link. As we know OPSF must be connected with Backbone Area0 but sometime it becomes difficult due to some reasons. So there we required Virtual Links for logical connection to Backbone. Also known as logical link which uses in least cost path connectivity between routers or ABR or backbone/Non-backbone. A virtual link does not have ABR physical Connectivity to Backbone till to configure virtual link between non-backbone area and Backbone. In between two routers, a virtual link can be configured, that have an interface to a single common Transit/Non-backbone area but it can’t Read More …

Jumbo, MTU and MFL

 is short for maximum transmit unit, which represents the length of an L3 packet or IP data packet. is short for Maximum Received Unit, which represents the maximum frame which can be received on the link.  is short for maximum frame length, which represents the length of an L2 packet or Ethernet MAC frame. To better explain, let’s look at the structure of an Ethernet frame:   From the diagram, we can see that: – The IP data packet ranges from 46 bytes to 1500 bytes. So the MTU is 1500 bytes. – The Ethernet MAC frame ranges from 64 Read More …

OSPF Authentication

What is Authentication: Authentication is the mechanism of recognizing the identity of a user. Associating an incoming request with a set of identifying credentials is called Authentication.    The credentials provided are compared to those in the database of the authorized user’s information register on a local operating system or somewhere remote. If the user is on white-list then he/she is allowed the access, otherwise the access is rejected simply.     Types of OSPF Authentication OSPF supports two types of authentication i.e. Plain Text authentication and Message Digest 5 (MD5) authentication. As a message/packet required authentication for both destinations.   Read More …

Yet another difference b/w IS-IS and OSPF

Neighbour is someone who lives nearby, normally in a house or apartment that is next door or, in the case of houses, across the street. Some neighbors are adjacent while some are not. People form friendships with their neighbors, and help them by sharing their information & tasks. Similarly, in Network & routing world there is a difference in neighborship & adjacency. OSPF neighbourship is straightforward while IS-IS needs a bit deeper thought to get it fully. Lets take a closer look at both. For OSPF, in order to form OSPF adjacencies, the following must match on the neighboring routers: Read More …

A brief flashback of IS-IS – Part I

IS-IS is categorised under Link State type of protocols & it is based on Dijkstra Algorithm same as OSPF. Admin Distance defaults to 115 & metric is 10 for all type of links (contrast to OSPF which has different cost for different type of media). It was originally standardized by ISO in 1987 (ISO10589) which was later adopted for TCP/IP type of networks & was called as Integrated IS-IS under RFC1195 (1990). Integrated/Dual IS-IS supports IP Routing while original IS-IS only supported CLNP routing. It supports both ISO’s Connectionless-Mode Network Service (CLNS) and IP. IS-IS runs on Layer2 in contrast to OSPF which Read More …