Network Kings

Multi-Access Year Deal

Get 55+ courses now at the best price ever! Use Code:    MULTIYEAR

d :
h :
m

What is Routing

What is Routing : Processing of packets from one network to another network is known as routing.

Basic components needed to route:
? Routable Protocol (IPv4, IPv6, etc.)
? Network address with? Subnet mask
? Next Hop & Metric

Points to Remember

  • Router will only use routes with reachable ?next hops?
  • Routers will only use the ? best? routes
  • Routing protocols DO NOT send packets across the network. Their
    role is to determine the best path for routing. Routed protocols actually send the data, and the most common example of a routed protocol is IP.
  • The routing table is concerned with two types of Layer-3 protocols:
    ? Routed protocols – assigns logical addressing to devices, and routes
    packets between networks. Examples include IP and IPX.
    ? Routing protocols – dynamically builds the information in routing
    tables. Examples include RIP, EIGRP, and OSPF.

Types of Routes
? Connected
? Static
? Dynamic

4 routers topology

Routing Updates

  • Incremental update > changes are sent in the routing update
  • Full update >? All of the routing table is sent in the update
  • Periodic update >? Sent in the specified time interval
  • Triggered update > Sent whenever change is detected

Administrative Distance (AD)
? Ad is? trustworthiness of a routing protocol
? 8-bit? and Ranges from 0 through 255

Types of Routing

  1. Static Routing
  2. Default Routing
  3. Dynamic Routing

Thanks For Reading, Share with others too.

basic configuration of router

Basic Configuration Of Router

Today we are going to configure Configuring IP addressing lab, So we have 4 Routers

We will do most of the practical’s on this topology, you can choose any software GNS3 or Packet Tracer

Let’s Configure our first lab: basic configuration of the router

  • Networkkings> ( User Mode ) – Enter Enable to go to next mode
  • Networkkings# ( Privilege mode ) – Enter Configure Terminal to go to the next mode
  • Networkking(config)# ( Global Configuration Mode )
  • Networkkings(config-if)# ( Interface Mode )

These all our Subnets which are in between of Routers.

R1 is connected to R2 & R3

  • R1 —-192.168.12.0—- R2
  • R1 —–192.168.13.0—–R3

R4 is connected to R2 & R3

  • R4 —-192.168.24.0—- R2
  • R4 —–192.168.34.0—–R3

R2 is connected to R1 & R4

  • R2—–192.168.12.0—–R1
  • R2—–192.168.24.0—–R4

R3 is connected to R1 & R4

  • R3—–192.168.13.0—–R1
  • R3—–192.168.34.0—–R4

R1 : Configure both F0/0 & F0/1

Router(config)#hostname R1
R1(config)#interface f0/0
R1(config-if)#ip address 192.168.12.1 255.255.255.0
R1(config-if)#no shutdown

R1(config)#interface f0/1
R1(config-if)#ip address 192.168.13.1 255.255.255.0
R1(config-if)#no shutdown

R2 : Configure both F0/0 & F0/1

Router(config)#hostname R2
R2(config)#interface f0/0
R2(config-if)#ip address 192.168.12.2 255.255.255.0
R2(config-if)#no shutdown

R2(config)#int f0/1
R2(config-if)#ip address 192.168.24.2 255.255.255.0
R2(config-if)#no sh
R2(config-if)#no shutdown

R3 : Configure both F0/0 & F0/1

Router(config)#hostname R3
R3(config)#int f0/0
R3(config-if)#ip address 192.168.34.3 255.255.255.0
R3(config-if)#no sh

R3(config-if)#int fa0/1
R3(config-if)#ip address 192.168.13.3 255.255.255.0
R3(config-if)#no shutdown

R4 : Configure both F0/0 & F0/1

Router(config)#hostname R4
R4(config)#int f0/1
R4(config-if)#ip address 192.168.24.4 255.255.255.0
R4(config-if)#no shutdown

R4(config)#int fa0/0
R4(config-if)#ip address 192.168.34.4 255.255.255.0
R4(config-if)#no shutdown

Check after configuring that both interfaces should be in Up/Up status via show ip int brief

image

and you will get same output on R3 and R4 too?

Check Connectivity Via Ping broadcast Ip (Don’t Run this command in Real/Live Network )

Thanks For Reading..

Difference between EIGRP and OSPF.

Hi Friends,

Today I am going to write about the Difference between EIGRP and OSPF, One of the questions I have seen asked in the CCNA, CCNP interview.

What is the Difference between EIGRP and OSPF?

So first you should know the basics after that the main answer will come.

EIGRP

  • Eigrp stands for Enhanced interior gateway routing protocol
  • It uses dual ( diffuse update algorithm ) for reliability and choosing backup paths
  • It is a Hybrid Protocol which is also known as? Advance distance vector protocol ( Combination of Distance Vector & Link state protocols )
  • Administrative distance = internal (90) external (170) ( External Routes when the routes Redistributed in EIGRP it shows ad value 170 in Routing table )
  • Eigrp is now an open standard, Cisco Made it open standard in Year 2013.

There any many things which are in the basics of EIGRP.

OSPF

  • OSPF stands for Open Shortest Path First
  • It?s a link state protocol
  • It uses SPF (shortest path first) ?Hello 10 sec’s hold down timer 40 sec’s Dijkstra’s algorithm
  • Metric is cost (cost=10 ^8/B.W.)
  • Administrative distance is 110
  • Mostly used in Interior gateway protocols.

Common Features

  • Both are? classless routing protocol
  • Both supports VLSM and CIDR
  • Both Open Standard
  • Supports Authentication
  • Faster convergence
  • Trigger/Incremental updates

EIGRP

OSPF

  1. Maximum 255 hops, Default is 100
  2. Eigrp Doesn?t have a concept of Areas.
  3. Eigrp Knows what its neighbour knows ( this is also known as Routing by Rumor )
  4. It supports both equal cost load balancing & Unequal load balancing.
  5. Supports Multiple Protocols IP, IPX, Appletalk
  6. Hello 5 sec’s dead timer 15 sec’s
  1. Unlimited hop count
  2. Introduces the concept of Area?s to ease management and control traffic
  3. OSPF knows all the Network Topology Like GPS System knows all the paths.
  4. It supports only equal cost load balancing
  5. Support the Only IP
  6. Hello 10 sec’s dead timer 40 sec’s

Unequal load balancing means if you have two paths going to the same destination with different Cost you can also use the high-cost way.

We provide CCNA Online Training in USA?too.

.

What is CCNA Certification?

what is ccna certification?

CCNA is a long indicate examine and there are various tips that can help you save much time when sitting in the exam hall. From the comments here and information from distinctive recognizes, this article tries to pack all the CCNA generally made request to extra you some open door. If it’s all the same to you don’t waver to ask anything that you are obscure about CCNA so each and every one of us can help you. I will update this article every so often to convey to you the most present information about this exam.

1. . Please tell me how many questions in the real CCNA exam, and how much time to answer them?

Up to this point, you have 90 minutes to answer 50 questions in the true CCNA exam however in the event that your local dialect is not English, Cisco permits you a 30-moment exam time expansion. Be that as it may, there are a couple of necessities to get this augmentation, so the most ideal way is asking your educator or coach before taking the exam.

2. What amount does the CCNA Exam 640-802 expense? Furthermore what number of focuses I have to pass the exam?

It now fetches $295 from Jan-16-2012 (enormous cash, right?) 🙂

The passing score is 825/1000.

Note: This is additionally the expense and passing score for the new CCNA 200-120 exam.

3. What number of ways would I be able to get the CCNA certificate?

There are 2 approaches to accomplish this certificate:

By taking two exams ICND-1 640-822 and ICND-2 640-816

By taking one and only CCNA 640-802 exam

4. I got the CCNA certificate, will this affirmation terminate?

CCNA certificate is quality for three years. To recertify, pass the Icnd2 exam, or pass the present CCNA exam, or pass a CCNA Concentration exam (remote, security, voice), or pass the present CCDA exam, or pass any 642? XXX expert level or Cisco Specialist exam (prohibiting Sales Specialist exams), or pass a present CCIE or CCDE composed exam.

5. In the wake of finishing the INTRO exam (ICND 1), people right now have a three-year window in which to finish the ICND exam (ICND 2) to win CCNA accreditation. Will this alternative still exist?

Yes, people will at present have the ability to take and pass the first exam (INTRO or Icnd1) and have a three-year window to pass the second exam (Icnd2), before the first exam lapses.

6. In the event that people satisfy the exam necessities for the CCNA accreditation, will they additionally gain CCENT confirmation?

No, people who confirm at the CCNA level won’t procure CCENT confirmation. The reason for the CCENT confirmation is to give a choice to the individuals who aren’t primed for CCNA.

(Data from http://www.cisco.com/web/learning/le3/le2/le0/le9/learning_certification_type_home.html)

7. Which sims will I see in the CCNA exam?

The prominent sims now are EIGRP, VTP and Access-record 2 sims however nobody can ensure you won’t see different sims in your exam. So the most ideal way is polishing all sims on this site.

8. What number of focuses will I get for one sim?

That being said, Cisco doesn’t tell what number of focuses you will get for every accurately explained sim however from my experience, you will get from 80 to 100 focuses for every sim. Cisco perhaps is a touch discourteous for sims in light of the fact that you will simply get a couple of focuses in the event that you can’t illuminate the sim totally. So be cautious with the sims and attempt to compose all the orders on paper commonly before taking this exam.

9. In the genuine exam, I clicked “Next” in the wake of picking the reply, would I be able to do a reversal for evaluating?

No, this is an exceptionally vital thing about the CCNA exam. You can only go ahead! You can visit http://www.cisco.com/web/learning/wwtraining/certprog/training/cert_exam_tutorial.html to be acquainted with the exam interface.

10. What is the way to pass CCNA?

The CCNA exam blankets numerous parts of systems administration and the greater part of the themes will be asked. Anyway, the most essential subject is subnetting so verify you see how to subnet. Obviously different subjects are vital excessively so you shouldn’t detour them.

11. Would I be able to utilize short charges, for instance “conf t” rather than “design terminal”? Will I get a full check for short charges?

It is an alternate huge address in the CCNA exam. A few reports said that you can utilize the “Tab” and short charges yet some said they didn’t work. Frequently the test system in the exam doesn’t acknowledge short charges and checks as a “fragmented summon”. Furthermore, nobody can ensure it will cost focuses or not when you utilize short charges so my proposal is you may as well take in the full orders.

12. What are your prescribed materials for CCNA?

There are numerous choices you can pick but call us anytime for assistance.

best software to write a blog

Hi all,

Today I am writing a blog from windows live writer, the interface is looking awesome and you can add pictures videos also. I can see you can change the font with COLORS too, Many options as compared to write online in Word press blog, sometimes you have a slow speed internet connection and if you wrote things inaccurately, you have to go back and change the whole content.

  • You can directly publish the blog from windows live writer.
  • Spelling checker already inbuilt
  • You are typing in your windows platform
  • Add pictures and videos directly
  • Add hyperlinks
  • You can also add external images with URL?s
  • Write a blog with a theme look.
  • Write anything in the quote

I think this is the best blogging software so far, I would recommend this software to every blogger.

Alternate Software’s are:-

  1. Microsoft publisher
  2. Evernote
  3. Focus Writer for distraction-free writing