SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Router Configuration
CISCO 2500 series router
• A router is a special type of computer. It has the
  same basic components as a standard desktop
  PC. It has a CPU, memory, a system bus, and
  various input/output interfaces.
Router Components: RAM
RAM has the following characteristics and functions:
• Stores routing tables
• Holds ARP cache
• Holds fast-switching cache
• Performs packet buffering as shared RAM
• Maintains packet-hold queues
• Provides temporary memory for the configuration file of a
  router while the router is powered on
• Loses content when a router is powered down or
  restarted
Router Components: NVRAM
NVRAM has the following characteristics
  and functions:
• Provides storage for the startup
  configuration file
• Retains content when a router is powered
  down or restarted
Router Components: Flash memory

Flash memory has the following characteristics
  and functions:
• Holds the IOS image
• Allows software to be updated without removing
  and replacing chips on the processor
• Retains content when a router is powered down
  or restarted
• Can store multiple versions of IOS software
• Is a type of electrically erasable programmable
  read-only memory (EEPROM)
Router Components: ROM
ROM has the following characteristics and
  functions:
• Maintains instructions for power-on self
  test (POST) diagnostics
• Stores bootstrap program and basic
  operating system software
• Requires replacing pluggable chips on the
  motherboard for software upgrades
Router Components: Interfaces
Interfaces have the following characteristics
  and functions:
• Connect routers to a network for packet
  entry and exit
• Can be on the motherboard or on a
  separate module
Console port connections
Router Configuration
Cisco IOS Software
• Basic routing and
  switching functions
• Reliable and secure
  access to networked
  resources
• Network scalability

Router> show version
    …<output omitted>…
    cisco 2620 (MPC860) processor (revision 0x102) with 59392K/6144K
    bytes of memory
Router>show flash
Router# configure terminal
Router(config)#
• Type exit or Ctrl-Z to return
Router(config)#hostname Tokyo
Tokyo(config)#
Router(config)#line console 0
Router(config-line)#login
Router(config-line)#password <password >
show commands
• show ? – any time for help with commands type ?
• Router# show interfaces serial 0/1

• show clock - Shows the time set in the router
• show hosts - Displays a cached list of host names and
  addresses
• show users - Displays all users who are connected to the
  router
• show history - Displays a history of commands
• show flash - information about flash memory and IOS
  files
• show version - currently loaded software version and
  hardware
• show protocols - status of configured Layer 3 protocols
• show startup-config - saved configuration located in
  NVRAM
• show running-config
Configuring interfaces
•   Router(config)#interface serial 0/0
•   Router(config-if)# ip address <ip address > <netmask >
•   Router(config)#interface serial 0/0
•   Router(config-if)#clock rate 56000
•   Router(config-if)#no shutdown

• Router#copy running-config startup-config
• Router#erase startup-config
Routing and Routing Protocols

• dynamic routing,
• static routing
  – ip route command to manually configure a static
    route.
  – administrative distance is an optional parameter that
    indicates the reliability of a route.
  – waycross(config)# ip route 172.16.3.0 255.255.255.0
      172.16.4.1 130
  – Route can be configure by outgoing interface or next
    hop ip address.
  – default route is given by ip route 0.0.0.0 0.0.0.0
    [next-hop-address | outgoing interface ]
Routing and Routing Protocols
Dynamic Routing
Two types of dynamic routing:
• Distance vector
• Link-state

routing protocols:
• Routing Information Protocol (RIP)
• Interior Gateway Routing Protocol (IGRP)
•   Enhanced Interior Gateway Routing Protocol (EIGRP)
•   Open Shortest Path First (OSPF)

routed protocols :
• Internet Protocol (IP)
• Internetwork Packet Exchange (IPX)

•   Autonomous systems - 16-bit identification number
     – Routing protocols, e.g. Cisco IGRP, require assignment of a unique AS
Dynamic Routing
Configuring Dynamic Routing
• BHM(config) #router rip – Selects RIP as the routing
  protocol
• BHM(config-router) #network 10.0.0.0 – Specifies a
  directly connected network
• BHM(config-router) # network 192.168.13.0 – Specifies
  a directly connected network

• RIP was originally specified in RFC 1058 :
   –   It is a distance vector routing protocol.
   –   Hop count is used as the metric for path selection.
   –   If the hop count is greater than 15, the packet is discarded.
   –   Routing updates are broadcast every 30 seconds, by default.
   –   Load balancing among multiple equidistance path
Troubleshooting
•   ABC#show ip protocols
•   ABC#show ip route
•   ABC#show interface interface
•   ABC#show ip interface interface
•   ABC#show running-config

•   show ip rip database
•   show ip protocols {summary}
•   debug ip rip {events}
•   ip interface brief
IGRP
• IGRP uses the following metrics:
  – Bandwidth – The lowest bandwidth value in
    the path
  – Delay – The cumulative interface delay along
    the path
  – Reliability – The reliability on the link toward
    the destination as determined by the
    exchange of keepalives
  – Load – The load
• RouterA(config) #router igrp as-number
More on Routing…
•   OSPF and EIGRP
•   EGP and IGP
•   Switching
•   VLAN
•   Access Control List (ACL)
OSPF
• OSPF is a nonproprietary link-state routing
  protocol.
  – It is a link-state routing protocol.
  – It is an open standard routing protocol described in
    RFC 2328.
  – The SPF algorithm is used to calculate the lowest
    cost to a destination.
  – Routing updates are flooded as topology changes
    occur.
  # router ospf process-id
  # network net-address wildcard-mask area area-id
EIGRP
• EIGRP is a Cisco proprietary enhanced distance vector
  routing protocol.
   – It is an enhanced distance vector routing protocol.
   – It uses unequal cost load balancing.
   – It uses a combination of distance vector and link-state features
     (hybrid).
   – It uses Diffused Update Algorithm (DUAL) to calculate the
     shortest path.
   – Routing updates are multicast using 224.0.0.10 triggered by
     topology changes. Max hop 255
RA(config-router)# router eigrp autonomous-
  system-number
RA(config-router)# network network-number
BGP
• Border Gateway Protocol (BGP) is an
  exterior routing protocol.
  – It is a distance vector exterior routing protocol.
  – It is used between ISPs or ISPs and clients.
  – It is used to route Internet traffic between
    autonomous systems.

Weitere ähnliche Inhalte

Was ist angesagt?

Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routing
Anand Dhouni
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
anilinvns
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
Prof. Erwin Globio
 
Chapter 03 - Router Oper
Chapter 03 - Router OperChapter 03 - Router Oper
Chapter 03 - Router Oper
phanleson
 
8. internal components of router
8. internal components of router8. internal components of router
8. internal components of router
Swarndeep Singh
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
anilinvns
 

Was ist angesagt? (20)

Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routing
 
Router commands
Router commandsRouter commands
Router commands
 
Cisco router modes
Cisco router modesCisco router modes
Cisco router modes
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routing
 
Destroying Router Security - NNC5ed
Destroying Router Security - NNC5edDestroying Router Security - NNC5ed
Destroying Router Security - NNC5ed
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
Chapter 03 - Router Oper
Chapter 03 - Router OperChapter 03 - Router Oper
Chapter 03 - Router Oper
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Ccna day2
Ccna day2Ccna day2
Ccna day2
 
8. internal components of router
8. internal components of router8. internal components of router
8. internal components of router
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
CCNA ppt Day 8
CCNA ppt Day 8CCNA ppt Day 8
CCNA ppt Day 8
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
 
Router configuration
Router configurationRouter configuration
Router configuration
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Router and routing
Router  and routingRouter  and routing
Router and routing
 

Andere mochten auch

Computer networking short_questions_and_answers
Computer networking short_questions_and_answersComputer networking short_questions_and_answers
Computer networking short_questions_and_answers
Tarun Thakur
 
Evaluation in Information Retrieval
Evaluation in Information RetrievalEvaluation in Information Retrieval
Evaluation in Information Retrieval
Dishant Ailawadi
 
Document similarity with vector space model
Document similarity with vector space modelDocument similarity with vector space model
Document similarity with vector space model
dalal404
 
Teacher management system guide
Teacher management system guideTeacher management system guide
Teacher management system guide
nicolasmunozvera
 

Andere mochten auch (15)

Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Day 25 cisco ios router configuration
Day 25 cisco ios router configurationDay 25 cisco ios router configuration
Day 25 cisco ios router configuration
 
MikroTik Basic Training Class - Online Moduls - English
 MikroTik Basic Training Class - Online Moduls - English MikroTik Basic Training Class - Online Moduls - English
MikroTik Basic Training Class - Online Moduls - English
 
College Network
College NetworkCollege Network
College Network
 
E s switch_v6_ch01
E s switch_v6_ch01E s switch_v6_ch01
E s switch_v6_ch01
 
Computer networking short_questions_and_answers
Computer networking short_questions_and_answersComputer networking short_questions_and_answers
Computer networking short_questions_and_answers
 
Evaluation in Information Retrieval
Evaluation in Information RetrievalEvaluation in Information Retrieval
Evaluation in Information Retrieval
 
Pass4sure 640-864 Questions Answers
Pass4sure 640-864 Questions AnswersPass4sure 640-864 Questions Answers
Pass4sure 640-864 Questions Answers
 
Document similarity with vector space model
Document similarity with vector space modelDocument similarity with vector space model
Document similarity with vector space model
 
Troubleshooting basic networks
Troubleshooting basic networksTroubleshooting basic networks
Troubleshooting basic networks
 
Redes cisco
Redes ciscoRedes cisco
Redes cisco
 
10 More Quotes for Entrepreneurs
10 More Quotes for Entrepreneurs10 More Quotes for Entrepreneurs
10 More Quotes for Entrepreneurs
 
Teacher management system guide
Teacher management system guideTeacher management system guide
Teacher management system guide
 
3 Router Configuration - Cisco Packet Tracer
3 Router Configuration - Cisco Packet Tracer 3 Router Configuration - Cisco Packet Tracer
3 Router Configuration - Cisco Packet Tracer
 
Day 11 eigrp
Day 11 eigrpDay 11 eigrp
Day 11 eigrp
 

Ähnlich wie Router configuration

VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
zmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
zmulani8
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
phanleson
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
Kishore Kumar
 

Ähnlich wie Router configuration (20)

CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
CCNA part 5 routing
CCNA part 5 routingCCNA part 5 routing
CCNA part 5 routing
 
chapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.pptchapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.ppt
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Basic network training2
Basic network training2Basic network training2
Basic network training2
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
Sept 2017 boot process
Sept 2017   boot processSept 2017   boot process
Sept 2017 boot process
 
CCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in BangaloreCCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in Bangalore
 
ENSA_Module_2.pptx
ENSA_Module_2.pptxENSA_Module_2.pptx
ENSA_Module_2.pptx
 
ENSA_Module_2.pptx
ENSA_Module_2.pptxENSA_Module_2.pptx
ENSA_Module_2.pptx
 

Mehr von 97148881557

03 router-configuration
03 router-configuration03 router-configuration
03 router-configuration
97148881557
 
Wisp mode aprouter
Wisp mode aprouterWisp mode aprouter
Wisp mode aprouter
97148881557
 
Wireless router setupmanual
Wireless router setupmanualWireless router setupmanual
Wireless router setupmanual
97148881557
 
Simply bb-customer-router-setup(1)
Simply bb-customer-router-setup(1)Simply bb-customer-router-setup(1)
Simply bb-customer-router-setup(1)
97148881557
 
Simply bb-customer-router-setup
Simply bb-customer-router-setupSimply bb-customer-router-setup
Simply bb-customer-router-setup
97148881557
 
Router configuration(1)
Router configuration(1)Router configuration(1)
Router configuration(1)
97148881557
 
Router configuration
Router configurationRouter configuration
Router configuration
97148881557
 
Netgear wnr834 b_v2
Netgear wnr834 b_v2Netgear wnr834 b_v2
Netgear wnr834 b_v2
97148881557
 
Mcitp server administrator
Mcitp server administratorMcitp server administrator
Mcitp server administrator
97148881557
 
Introduction to-cisco-routers
Introduction to-cisco-routersIntroduction to-cisco-routers
Introduction to-cisco-routers
97148881557
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
97148881557
 
D link router_setup_example
D link router_setup_exampleD link router_setup_example
D link router_setup_example
97148881557
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router
97148881557
 

Mehr von 97148881557 (20)

03 router-configuration
03 router-configuration03 router-configuration
03 router-configuration
 
Wisp mode aprouter
Wisp mode aprouterWisp mode aprouter
Wisp mode aprouter
 
Wireless router setupmanual
Wireless router setupmanualWireless router setupmanual
Wireless router setupmanual
 
Simply bb-customer-router-setup(1)
Simply bb-customer-router-setup(1)Simply bb-customer-router-setup(1)
Simply bb-customer-router-setup(1)
 
Simply bb-customer-router-setup
Simply bb-customer-router-setupSimply bb-customer-router-setup
Simply bb-customer-router-setup
 
Rtr config
Rtr configRtr config
Rtr config
 
Router configuration(1)
Router configuration(1)Router configuration(1)
Router configuration(1)
 
Router configuration
Router configurationRouter configuration
Router configuration
 
Routconf
RoutconfRoutconf
Routconf
 
Netgear wnr834 b_v2
Netgear wnr834 b_v2Netgear wnr834 b_v2
Netgear wnr834 b_v2
 
Mcitp server administrator
Mcitp server administratorMcitp server administrator
Mcitp server administrator
 
Introduction to-cisco-routers
Introduction to-cisco-routersIntroduction to-cisco-routers
Introduction to-cisco-routers
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
D link router_setup_example
D link router_setup_exampleD link router_setup_example
D link router_setup_example
 
Ciscointro
CiscointroCiscointro
Ciscointro
 
Cisco how-to
Cisco how-toCisco how-to
Cisco how-to
 
Cisco config
Cisco configCisco config
Cisco config
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router
 
C4 040 r-02(1)
C4 040 r-02(1)C4 040 r-02(1)
C4 040 r-02(1)
 
C4 040 r-02
C4 040 r-02C4 040 r-02
C4 040 r-02
 

Router configuration

  • 2.
  • 4.
  • 5. • A router is a special type of computer. It has the same basic components as a standard desktop PC. It has a CPU, memory, a system bus, and various input/output interfaces.
  • 6. Router Components: RAM RAM has the following characteristics and functions: • Stores routing tables • Holds ARP cache • Holds fast-switching cache • Performs packet buffering as shared RAM • Maintains packet-hold queues • Provides temporary memory for the configuration file of a router while the router is powered on • Loses content when a router is powered down or restarted
  • 7. Router Components: NVRAM NVRAM has the following characteristics and functions: • Provides storage for the startup configuration file • Retains content when a router is powered down or restarted
  • 8. Router Components: Flash memory Flash memory has the following characteristics and functions: • Holds the IOS image • Allows software to be updated without removing and replacing chips on the processor • Retains content when a router is powered down or restarted • Can store multiple versions of IOS software • Is a type of electrically erasable programmable read-only memory (EEPROM)
  • 9. Router Components: ROM ROM has the following characteristics and functions: • Maintains instructions for power-on self test (POST) diagnostics • Stores bootstrap program and basic operating system software • Requires replacing pluggable chips on the motherboard for software upgrades
  • 10. Router Components: Interfaces Interfaces have the following characteristics and functions: • Connect routers to a network for packet entry and exit • Can be on the motherboard or on a separate module
  • 11.
  • 12.
  • 13.
  • 15.
  • 17. Cisco IOS Software • Basic routing and switching functions • Reliable and secure access to networked resources • Network scalability Router> show version …<output omitted>… cisco 2620 (MPC860) processor (revision 0x102) with 59392K/6144K bytes of memory Router>show flash
  • 18.
  • 19. Router# configure terminal Router(config)# • Type exit or Ctrl-Z to return Router(config)#hostname Tokyo Tokyo(config)# Router(config)#line console 0 Router(config-line)#login Router(config-line)#password <password >
  • 20. show commands • show ? – any time for help with commands type ? • Router# show interfaces serial 0/1 • show clock - Shows the time set in the router • show hosts - Displays a cached list of host names and addresses • show users - Displays all users who are connected to the router • show history - Displays a history of commands • show flash - information about flash memory and IOS files • show version - currently loaded software version and hardware • show protocols - status of configured Layer 3 protocols • show startup-config - saved configuration located in NVRAM • show running-config
  • 21. Configuring interfaces • Router(config)#interface serial 0/0 • Router(config-if)# ip address <ip address > <netmask > • Router(config)#interface serial 0/0 • Router(config-if)#clock rate 56000 • Router(config-if)#no shutdown • Router#copy running-config startup-config • Router#erase startup-config
  • 22. Routing and Routing Protocols • dynamic routing, • static routing – ip route command to manually configure a static route. – administrative distance is an optional parameter that indicates the reliability of a route. – waycross(config)# ip route 172.16.3.0 255.255.255.0 172.16.4.1 130 – Route can be configure by outgoing interface or next hop ip address. – default route is given by ip route 0.0.0.0 0.0.0.0 [next-hop-address | outgoing interface ]
  • 23. Routing and Routing Protocols
  • 24. Dynamic Routing Two types of dynamic routing: • Distance vector • Link-state routing protocols: • Routing Information Protocol (RIP) • Interior Gateway Routing Protocol (IGRP) • Enhanced Interior Gateway Routing Protocol (EIGRP) • Open Shortest Path First (OSPF) routed protocols : • Internet Protocol (IP) • Internetwork Packet Exchange (IPX) • Autonomous systems - 16-bit identification number – Routing protocols, e.g. Cisco IGRP, require assignment of a unique AS
  • 26. Configuring Dynamic Routing • BHM(config) #router rip – Selects RIP as the routing protocol • BHM(config-router) #network 10.0.0.0 – Specifies a directly connected network • BHM(config-router) # network 192.168.13.0 – Specifies a directly connected network • RIP was originally specified in RFC 1058 : – It is a distance vector routing protocol. – Hop count is used as the metric for path selection. – If the hop count is greater than 15, the packet is discarded. – Routing updates are broadcast every 30 seconds, by default. – Load balancing among multiple equidistance path
  • 27. Troubleshooting • ABC#show ip protocols • ABC#show ip route • ABC#show interface interface • ABC#show ip interface interface • ABC#show running-config • show ip rip database • show ip protocols {summary} • debug ip rip {events} • ip interface brief
  • 28. IGRP • IGRP uses the following metrics: – Bandwidth – The lowest bandwidth value in the path – Delay – The cumulative interface delay along the path – Reliability – The reliability on the link toward the destination as determined by the exchange of keepalives – Load – The load
  • 29. • RouterA(config) #router igrp as-number
  • 30. More on Routing… • OSPF and EIGRP • EGP and IGP • Switching • VLAN • Access Control List (ACL)
  • 31. OSPF • OSPF is a nonproprietary link-state routing protocol. – It is a link-state routing protocol. – It is an open standard routing protocol described in RFC 2328. – The SPF algorithm is used to calculate the lowest cost to a destination. – Routing updates are flooded as topology changes occur. # router ospf process-id # network net-address wildcard-mask area area-id
  • 32. EIGRP • EIGRP is a Cisco proprietary enhanced distance vector routing protocol. – It is an enhanced distance vector routing protocol. – It uses unequal cost load balancing. – It uses a combination of distance vector and link-state features (hybrid). – It uses Diffused Update Algorithm (DUAL) to calculate the shortest path. – Routing updates are multicast using 224.0.0.10 triggered by topology changes. Max hop 255 RA(config-router)# router eigrp autonomous- system-number RA(config-router)# network network-number
  • 33. BGP • Border Gateway Protocol (BGP) is an exterior routing protocol. – It is a distance vector exterior routing protocol. – It is used between ISPs or ISPs and clients. – It is used to route Internet traffic between autonomous systems.