Skip to main content

Posts

Showing posts from February, 2016

Inter VLAN routing

Inter - Vlan Routing  is the capability to  route  traffic between  vlans . This functionality could be on the Switch itself (for Layer 3 Switches).  By default, only hosts that are members of the same VLAN can communicate. Inter-VLAN Routing Architectures Within a LAN topology, inter-VLAN routing is used to route packets between different VLANs. Three common inter-VLAN routing architectures are used in modern LAN networks today: Router-on-a-stick. Router-on-a-stick using trunks. Layer 3 switching. This section examines each of these in detail, outlining any restrictions or issues associated with each. Router-on-a-Stick The  router-on–a-stick  architecture is the most basic method of inter-VLAN routing. In this architecture, a router is simply connected to each VLAN and forwards inter-VLAN traffic between the appropriate VLANs.  Figure 1  shows this architecture. Figure1  Router-on–a-Stick As you can see in  Figure1 , the router has a physical Ethernet interface

Vlan Trunk port vs Access port and Native Vlan

Access Port: An access port can have only one VLAN configured on the interface; it can carry traffic for only one VLAN. Frames coming in to the interface will be tagged and Frames going out to the interface will be untagged. Trunk port: A trunk port can have two or more VLANs configured on the interface; it can carry traffic for several VLANs simultaneously. Allow all the tagged packets or tagged packets of configured vlan on the particular port. Switch port configured as a  trunk port  send and receive  IEEE 801.q VLAN tagged  Ethernet frames . If a nontrunking port receives an 802.1Q frame, the source and destination MAC addresses are read, the tag field is ignored, and the frame is switched normally at Layer 2. Native VLAN: If a switch receives  untagged Ethernet frames  on its Trunk port, they are forwarded to the  VLAN  that is configured on the Switch as native VLAN. Both sides of the  trunk link  must be configured to be in same native VLAN. An 802.1Q tr

What is QinQ(IEEE 802.1ad)

What is QinQ In this section, we will see about Switching concept QinQ. In service provider networks, This is very important. Service provider use this Switching function to pass customer data from one end to other end with two vlan id’s in own switching network.  Explanation: The QinQ technology is called VLAN dot1q tunnel, 802.1Q tunnel, VLAN Stacking technology. The standard comes from IEEE 802.1ad and it is the expansion of the 802.1Q protocol. QinQ adds one layer of 802.1Q tag (VLAN tag) based on the original 802.1Q packet head. With the double layers of tags, the VLAN quantity is increased to 802.1Q. QinQ encapsulates the private network VLAN tag of the user in the public(service provider) network VLAN Tag to make the packet with double layers of VLAN Tags cross the backbone network (public network) of the operator. In the public network, the packet is passed according to the out layer of VLAN tag (that is the public network VLAN Tag) and the private network

ARP-Address resolution protocol

The  address resolution protocol  ( arp ) is a  protocol  used by the Internet  Protocol  (IP), to map IP network addresses  to the hardware  addresses  used by a data link  protocol . The  protocol  operates below the network layer as a part of the interface between the OSI network and OSI link layer. ARP Cache:            Since sending an ARP request/reply for each IP datagram is inefficient, hosts maintain a cache (ARP Cache) of current entries. The entries expire after 20 minutes. ARP Packet format