Advertisement
Guest User

Reviewoswalcisco3

a guest
Jul 16th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.96 KB | None | 0 0
  1. Cisco 3
  2. Chapters 1 -10
  3. Review Questions and Answer
  4. Contents
  5. Chapter 1 2
  6. Scaling Networks: 2
  7. Chapter 2 4
  8. Scaling VLANs 4
  9. Chapter 3 7
  10. Spanning Tree Protocol (STP) 7
  11. Chapter 4 9
  12. EtherChannel and FHRP 9
  13. Chapter 5 11
  14. Dynamic Routing 11
  15. Chapter 6 14
  16. EIGRP 14
  17. Chapter 7 18
  18. Advanced EIGRP 18
  19. Chapter 8 20
  20. Single-Area OSPF 20
  21. Chapter 9 24
  22. Multi-Area OSPF 24
  23. Chapter 10 26
  24. Troubleshooting OSPF 26
  25.  
  26.  
  27. Chapter 1
  28.  
  29.  
  30. Scaling Networks:
  31.  
  32. 1. What are the 3 layers of the Hierarchical Design Model?
  33.  
  34. Core Layer, Distribution Layer, Access Layer
  35.  
  36. 2. What is the collapsed Core?
  37.  
  38. Distribution Layer is combined with the Access Layer
  39.  
  40. 3. What is a Failure Domain?
  41. areas of a network that are impacted when a critical device or network service experiences problems
  42.  
  43. 4. What are some benefits of smaller failure domains?
  44. reduces the impact of a failure on company productivity simplify troubleshooting
  45.  
  46. 5. What is Link Aggregation?
  47. increases the amount of bandwidth between devices by creating one logical link made up of several physical links
  48.  
  49. 6. What is the port density of a switch?
  50.  
  51. refers to the number of ports available on a single switch
  52. 24 ports, 48 ports, modular switch with up to 1000+ ports
  53.  
  54. 7. What is "Wire Speed" when referring to a switch?
  55.  
  56. The processing capabilities of a switch are rated by how much data the switch can process per second
  57.  
  58. 8. What is PoE?
  59.  
  60. Power over Ethernet (carries electrical power)
  61.  
  62. 9. Multilayer switches are typically deployed in what layer or layers of the switched network?
  63.  
  64. Deployed in the core and distribution layers of an organization’s switched network
  65.  
  66.  
  67. 10. When selecting routers, they can be classified into these 3 categories.
  68.  
  69. Branch – Highly available 24/ 7
  70. Network Edge – High performance, high security, and reliable
  71. services. Connect campus, data center, and branch networks
  72. Service provider routers
  73.  
  74. 11. What does EM mean when referring to Cisco IOS software releases?
  75.  
  76. Extended Maintenance Release
  77.  
  78. 12. When managing devices, how does out-of-band and in-band compare?
  79.  
  80. Out-of-band: requires direct connection to console or AUX port
  81. and Terminal Emulation client to access device
  82.  
  83. In-Band:
  84. requires, at least, one interface to be connected and
  85. operational and use of Telnet, SSH, or HTTP to access device
  86. Chapter 2
  87.  
  88.  
  89.  
  90. Scaling VLANs
  91.  
  92. 1. What does VTP stand for? What is its main purpose?
  93.  
  94. VTP: VLAN Trunking Protocol
  95. allows a network administrator to manage VLANs on a switch configured as a VTP server
  96. 2. Where does VTP store VLAN configurations?
  97. VTP stores VLAN configurations in a database called vlan.dat
  98.  
  99. 3. What is a VTP Domain? How are its boundaries defined?
  100.  
  101.  
  102.  
  103.  
  104. 4. What are the three VTP modes?
  105.  
  106. VTP, Server, VTP Client, VTP Transparent
  107.  
  108. 5. What is the purpose of the configuration revision number?
  109.  
  110. The configuration revision number is used when determining whether a switch should keep its existing VLAN database, or overwrite it with the VTP update sent by another switch
  111.  
  112. 6. What are the main differences between a VTP Server and a VTP Client?
  113.  
  114. VTP Server:
  115.  
  116. Advertises the VTP domain VLAN information to other VTP-enabled
  117. switches in the same VTP domain
  118. Stores the VLAN information for the entire domain in NVRAM
  119. Creates, deletes, or renames VLANs for the domain
  120. Default VTP mode
  121.  
  122.  
  123.  
  124. VTP Client
  125.  
  126. ● Cannot create, change, or delete VLANs
  127. ● Stores the VLAN information for the entire domain in RAM
  128. ● Must be configured as VTP client
  129.  
  130.  
  131. 7. What are the 5 typical steps to complete VTP configuration?
  132.  
  133. 1. Configure the VTP Server:
  134. vtp mode server (default)
  135. 2. Configure the VTP Domain Name and Password:
  136. vtp domain domain-name (NULL by default) vtp password password
  137. 3. Configure the VTP Clients vtp mode client vtp domain domain-name vtp password password
  138. 4. Configure VLANs on the VTP Server
  139. 5. Verify the VTP Clients have received the new VLAN information
  140.  
  141. 8. What is the Normal range for VLANs? and the Extended range? Who uses the extended range?
  142.  
  143. Normal range VLANs are identified by a VLAN ID between 1 and 1005.
  144. Extended range VLANs are identified by a VLAN ID between 1006 and
  145. 4094.
  146.  
  147. Used by service providers and large organizations to extend their
  148. infrastructure to a greater number of customers
  149.  
  150. 9. What is the default VTP Domain for a switch? and the default configuration revision number?
  151. switch is in VTP transparent mode and is in the no - management
  152. domain state until the switch receives an advertisement for a
  153. domain over a trunk link or you configure a management domain
  154.  
  155. Revision #: 0
  156.  
  157. 10. Which VLANs are automatically created and cannot be removed?
  158.  
  159. VLAN 1
  160.  
  161. 11. How do you configure an extended VLAN on a 2960 switch?
  162. To configure an extended VLAN on a 2960 switch it must be set to VTP
  163. transparent mode.
  164.  
  165. 12. What does DTP stand for? What is its main purpose? Who developed it?
  166.  
  167. Dynamic Trunking Protocol (DTP)
  168. to negotiate trunking with neighbor interfaces
  169.  
  170. Cisco proprietary protocol
  171.  
  172. 13. What two commands will enable trunking from a Cisco switch to a device that does not support DTP?
  173. switchport mode trunk, switchport nonegotiate
  174.  
  175. 14. What are the four trunking modes? Which combinations create trunks?
  176.  
  177.  
  178.  
  179. 15. How does a router compares to a layer-3 switch, when considering forwarding
  180. speed?
  181.  
  182.  
  183.  
  184. 16. What types of Layer 3 interfaces are supported by Catalyst multilayer switches?
  185.  
  186. Routed port, Switch virtual interface (SVI)
  187. 17. What name is used to refer to a physical port that acts similarly to an interface on a router?
  188.  
  189. A routed port
  190.  
  191. 18. What command is used to configure a routed port?
  192.  
  193. no switchport
  194.  
  195. 19. What command allows you to see the configuration revision number?
  196.  
  197. Show vtp status
  198. 20. What are trunk mode mismatches?
  199. Trunk misconfiguration (both sides are configured DTP AUTO) Chapter 3
  200.  
  201.  
  202. Spanning Tree Protocol (STP)
  203.  
  204. 1. What is the main purpose of STP?
  205.  
  206. Redundancy at OSI Layers 1 and 2
  207.  
  208. 2. What are two issues associated with redundancy?
  209.  
  210.  
  211.  
  212. MAC Database Instability
  213. Broadcast Storms
  214. Duplicate Unicast Frames
  215.  
  216.  
  217. 3. What is a broadcast storm?
  218.  
  219. when there are so many broadcast frames caught in a Layer 2 loop
  220. that all available bandwidth is consumed
  221.  
  222.  
  223.  
  224. 4. What are the 4 Port Roles associated to the STP algorithm (RSTP)?
  225. Root Ports, Designated ports, Alternate and Backup ports,
  226. Disabled ports
  227.  
  228. 5. What are the default (current)port costs for STP? And the original costs?
  229.  
  230.  
  231.  
  232.  
  233. 6. What is a root port? And a designated port?
  234.  
  235. Root Port: Ports closest to the root bridge
  236. Designated Ports: Non-root ports permitted to forward traffic
  237. What is used as a reference point for all spanning tree calculations to
  238. determine which redundant paths to block?
  239. 7.
  240.  
  241. 8. What switch becomes the root bridge?
  242.  
  243. The switch with the lowest BID will become the root bridge
  244.  
  245. 9. The root bridge automatically configures all of its switch ports in the __________ role.
  246.  
  247. Designated Roles
  248. 10. What command allows you to verify the port and internal root path cost to the root bridge
  249.  
  250. show spanning-tree
  251.  
  252. 11. The Bridge ID (BID) consists of which three separated fields?
  253.  
  254. Bridge priority, Extended system ID, MAC address
  255.  
  256. 12. What is the default value for the Bridge priority (bridge priority + extended system ID)?
  257.  
  258. 32768
  259.  
  260. 13. What is the standard 802.1D?
  261.  
  262.  
  263. 14. What are the five port states introduced by STP (PVST+)?
  264.  
  265. STP, PVST+, RSTP, Rapid PVST+, MSTP
  266.  
  267. 15. Which of the STP variants have been developed by Cisco?
  268.  
  269. PVST+, Rapid PVST+
  270.  
  271. 16. What is the name of the Cisco implementation of per-VLAN RSTP
  272.  
  273. Rapid PVST+
  274.  
  275. 17. What is an RSTP Edge Port?
  276.  
  277. is a switch port that is never intended to be connected to another
  278. switch
  279.  
  280. 18. What is the purpose of the "spanning-tree vlan vlan-id root primary global configuration command?
  281.  
  282. To ensure that the switch has the lowest bridge priority value
  283.  
  284. 19. How is Load Balancing done in a PVST+ network?
  285. configure two or more root bridges for different sets of VLANs and make
  286. use of redundant links
  287.  
  288. 20. What are the two methods of configuring the Bridge ID? 1:
  289. spanning-tree vlan (vlan id)root primary
  290. spanning-tree vlan (vlan id) priority (value)
  291. 2:
  292. Chapter 4
  293.  
  294.  
  295.  
  296. EtherChannel and FHRP
  297.  
  298. 1. Why simply connecting 2 ports from switch 1 to 2 ports from switch 2 does not provide twice the BW?
  299.  
  300. by default, STP is enabled on Layer 2 devices such as switches. STP
  301. will block redundant links to prevent routing loops
  302.  
  303. 2. What is port aggregation? Who developed EtherChannel?
  304. Link aggregation combines a number of physical links between the switches to increase the overall bandwidth between two devices
  305.  
  306. Cisco
  307.  
  308. 3. What are the main restrictions on the implementation of EtherChannel?
  309. EtherChannel interface types cannot be mixed. For example, Fast Ethernet and Gigabit Ethernet cannot be mixed in a port channel
  310. 4. What are the 2 main protocols used to help configure EtherChannels?
  311. Port Aggregation Protocol (PAgP)
  312. Link Aggregation Control Protocol (LACP)
  313.  
  314. 5. Who developed PAgP? What are its 3 supported modes?
  315.  
  316. Cisco-proprietary protocol
  317.  
  318. Desirable, Auto, On
  319.  
  320. 6. Who developed LACP? What are its 3 supported modes?
  321.  
  322. Active. Passive, On
  323.  
  324. 7. When configuring EtherChannel with LACP, what are the two required steps?
  325.  
  326. Configure all bundle interfaces with the same speed and in the same
  327. duplex mode
  328.  
  329. 8. Which commands allow to verify EtherChannel?
  330. show etherchannel summary
  331.  
  332.  
  333. 9. What are some of the First Hop Redundancy Protocols?
  334.  
  335. ICMP Router Discovery Protocol (IRDP)
  336. Hot Standby Router Protocol (HSRP)
  337. HSRP for IPv6
  338. Virtual Router Redundancy Protocol version 2 (VRRPv2)
  339. VRRPv3
  340. Gateway Load Balancing Protocol (GLBP) GLBP for IPv6
  341. 10. What is the name of a Cisco-proprietary First Hop Redundancy Protocol that provides redundancy for IPv4
  342.  
  343. Hot Standby Router Protocol (HSRP)
  344.  
  345. 11. In HSRP, if the active router fails, what happens next?
  346. the standby router automatically assumes the active router role without
  347. requiring any configuration changes on hosts
  348.  
  349. 12. What command allows you to verify HSRP?
  350.  
  351. Show standby
  352.  
  353. 13. What is HSRP Priority?
  354.  
  355. is used to decide which router should be active and which router
  356. should be standby
  357.  
  358. 14. What is HSRP Preemption?
  359.  
  360. enables the Hot Standby Router Protocol (HSRP) router with the highest
  361. priority to immediately become the active router
  362.  
  363. 15. What multicast address is used by HSRPv1? And for version 2?
  364.  
  365. HSRPv1:
  366. 224.0.0.2
  367. 224.0.0.102 or FF02::66 for IPv6
  368. HSRPv2:
  369.  
  370. Chapter 5
  371.  
  372.  
  373.  
  374. Dynamic Routing
  375.  
  376. 1. What is the purpose of dynamic routing protocols?
  377.  
  378. • Discovery of remote networks
  379. • Maintaining up-to-date routing information
  380. • Choosing the best path to destination networks
  381. • Ability to find a new best path if the current path is no longer available
  382.  
  383. 2. What are the different categories of routing protocols?
  384.  
  385.  
  386. 3. What are some advantages and disadvantages of dynamic routing?
  387.  
  388. Advantages
  389.  
  390. • Automatically share information about remote networks
  391. • Determine the best path to each network and add this information to
  392. their routing tables
  393. • Compared to static routing, dynamic routing protocols require less
  394. administrative overhead
  395. • Help the network administrator manage the time-consuming process of configuring and maintaining static routes
  396.  
  397. Disadvantages
  398.  
  399. Dedicate part of a routers resources for protocol operation,
  400. including CPU time and network link bandwidth
  401.  
  402.  
  403. 4. What determines Interior vs Exterior Gateway protocols?
  404.  
  405. Interior: find network path information within an Autonomous System
  406. Exterior: find network path information between different Autonomous Systems
  407.  
  408. 5. Which protocols are Distance Vector routing protocols?
  409.  
  410. RIPv1, RIPv2, IGRP, EIGRP
  411.  
  412. 6. Which protocols are Link-State routing protocols?
  413.  
  414. OSPF, IS-IS
  415.  
  416. 7. Which protocols (category) send subnet mask information in their routing updates, and which ones do not?
  417.  
  418. Send Information: • RIPv2, EIGRP, OSPF, and IS_IS
  419. Don’t Send Information: • Only RIPv1 and IGRP
  420. 8. What are some limitations of classfull routing protocols?
  421.  
  422. Cannot provide variable length subnet masks (VLSMs) and classless
  423. interdomain routing (CIDR)
  424. Create problems in discontiguous networks
  425.  
  426.  
  427. 9. How Distance Vector and Link-State compare, in terms of Speed of Convergence and in terms of Scalability?
  428.  
  429.  
  430.  
  431. 10. What defines a neighbor on Distance Vector Technologies?
  432.  
  433. • Neighbors are routers that share a link and are configured to use the same routing protocol.
  434.  
  435. 11. How frequently does RIP send periodic updates?
  436. RIP sends routing-update messages at regular intervals (30 seconds)
  437. and when the network topology changes
  438.  
  439. 12. What is the destination address of a RIPv1 update? and for RIPv2? and for EIGRP?
  440.  
  441. RIPv1: 255.255.255.255
  442. RIPv2: 224.0.0.9
  443. EIGRP: 224.0.0.10
  444.  
  445. 13. Which distance vector protocols support Authentication?
  446.  
  447. RIPv2, EIGRP
  448.  
  449. 14. What is another name for the Link-State routing protocols?
  450.  
  451. SPF
  452.  
  453. 15. Who developed the SPF algorithm?
  454.  
  455. Edsger Dijkstra’s
  456. 16. What are the steps followed on the Link-State routing process?
  457.  
  458. • Each router learns its own links and directly connected networks • Each router discovers its neighbors on directly connected networks With Hello packets.
  459. • Each router builds a link-state packet containing the state of each Directly connected link .
  460. • Each router floods the LSP to all neighbors, who then store all LSPs received in a database.
  461.  
  462. 17. When does a link-state router considers a neighbor as unreachable?
  463.  
  464. If a router stops receiving Hello packets from a neighbor, that neighbor is considered unreachable and the adjacency is broken
  465.  
  466. 18. When does the flooding of LSPs occur?
  467.  
  468. 3rd step
  469.  
  470. 19. What is used for the construction of the SPF tree on a router?
  471. Link-state database and the shortest path first (SPF) algorithm to
  472. calculate the preferred path or shortest path to each network
  473.  
  474. 20. What are some advantages and disadvantages of the Link-State routing protocols?
  475.  
  476. Advantages
  477.  
  478. • Builds a complete topological map of the network to determine the
  479. Shortest path
  480. • Floods the LSP immediately to achieve faster converg e
  481. • Only sends out LSP with new information when there is a change in the topolog y
  482. • Uses the concept of areas and allows for summarization.
  483.  
  484. Disadvantages
  485.  
  486. • Requires additional memory to maintain the database and SPF tree
  487. • Requires more CPU processing t o calculate the SPF algorithm and
  488. create a complete map of the topology
  489. • Requires more bandwidth during initial startups of the routers and
  490. could be an issue on unstable networks
  491.  
  492. Chapter 6
  493.  
  494.  
  495.  
  496. EIGRP
  497.  
  498. 1.What is the name of the algorithm used on EIGRP? Diffusing Update Algorithm (DUAL)
  499.  
  500. 2. What does RTP means? Reliable Transport Protocol
  501.  
  502. 3. To what multicast address does EIGRP send packets?
  503. Reserved IPv4 multicast address 224.0.0.10
  504. Reserved IPv6 multicast address FF02::A
  505.  
  506. 4. What are the 5 types of EIGRP packets?
  507. Hello, Update, Acknowledge, Query & Reply
  508.  
  509. 5. What the two Default Hello Intervals, and for what ranges of BW?
  510. 1.544 Mb/s @ 60s intervals ,
  511.  
  512. greater than 1.544 Mb/s @5s intervals
  513.  
  514. 6. How is defined the Hold Time?
  515. How much time it will listen before dropping the “ping”
  516.  
  517. 7. Who assigns Autonomous System numbers?
  518. ISP and other large institutions.
  519.  
  520. 8. What is the total number of AS numbers available (before and after 2007)? Before 2007 16bits, today it is 32bits.
  521.  
  522. 9. How do you enter EIGRP configuration "mode"?
  523. router eigrp autonomous-system command
  524.  
  525. 10. What are the three ways to set a router-id?
  526. 1.The eigrp router-id ipv4-address command
  527. 2.The highest active IPv4 address of any of the loopback address
  528. 3.The highest active IPv4 address of any of the physical interface
  529.  
  530. 11. What are two "show" commands that will show the router-id of a router?
  531. Show ip protocols
  532. Show ip router
  533. 12. How do we enable an interface on the router to send and receive EIGRP updates? network ipv4-network-address
  534.  
  535. 13. When would you use a wildcard mask on the EIGRP network statement? Wildcard mask is similar to the inverse of a subnet mask
  536.  
  537. 14. If you have the subnet 192.168.10.192/28, what wildcard mask would you use?
  538. 0.0.0.15
  539.  
  540. 15. If you have the subnet 172.18.0.0/18, what wildcard mask would you use? 0.0.191.255
  541.  
  542. 16. How do you prevent unnecessary routing update traffic going to the LANs (end users)? On what configuration-mode is this command executed?
  543. Passive Interface, Router(config-router)# passive-interface interface-type interface-number
  544.  
  545.  
  546. 17. What information is displayed by the "show ip eigrp neighbors" command? View the neighbor table • Verify neighbor adjacencies have been established
  547.  
  548. 18. Indicate 3 show commands that will show the AS number used during the configuration of an EIGRP domain.
  549. Show ip protocols show ip eigrp topology
  550. show ip eigrp neighbors
  551.  
  552. 19. What are the 4 factors (values) used as part of the EIGRP metric? Which two factors are used by default?
  553. Composite Metric (Default)
  554. Bandwidth Metric (Default)
  555. Delay Metric
  556. Load & Reliability
  557.  
  558. 20. What are the default values for the five K values used in the metric formula?
  559. K1 bandwidth
  560. K2 load
  561. K3 delay
  562. K4 reliability
  563. K5 reliability
  564.  
  565. 21. What is the command used for changing the default K values? Router (config-router) metric weights (insert k to change)
  566.  
  567. 22. What command can be used to verify the K values? Show ip protocols
  568.  
  569. 23. What is the "default" bandwidth value set on a Serial interface? What command allows you to change the bandwidth of an interface?
  570. 1544 kb/s
  571. Bandwidth (insert value of choice)
  572.  
  573. 24. What command allows you to verify some bandwidth changes you made? Show interfaces
  574.  
  575. 25. What are the lowest and the highest values for interface delays?
  576. Lowest, 10 (GigabitEthernet)
  577. Highest, 20000 (Multiple)
  578.  
  579. 26. What are the lowest and the highest values for interface load?
  580. 1/255 – 255/255
  581.  
  582. 27. Why are loop-free backup paths important for the DUAL algorithm?
  583. loop-free path to the same network as the successor, and it satisfies the Feasibility Condition
  584.  
  585. 28. What is a successor? and a Feasible successor?
  586. A successor is a neighboring router that is used for packet forwarding and is the least-cost route to the destination network.
  587. A feasible successor is a neighbor that has a loop-free path to the same network as the successor, and it satisfies the Feasibility Condition
  588.  
  589. 29. What is the Feasibility Condition?
  590. The feasibility condition (FC) is met when a neighbor's reported distance (RD) to a network is less than the local router's feasible distance to the same destination network.
  591.  
  592. 30. Can you determine if a router is a Feasible Successor by using ONLY the "show ip route" command?
  593. Yes
  594.  
  595. 31. Where (on what table) are ALL the successors and feasible successors listed? You can see it on the “show ip eigrp topology” table
  596.  
  597. 32. What command will show ALL paths (links) including those that are Successors or Feasible Successors, and those that ARE NOT Feasible Successors?
  598. Show ip eigrp topplogy all-links
  599.  
  600. 33. How do you enable IPv6 routing?
  601. ipv6 unicast-routing
  602.  
  603. 34. How do you configure the router-id in EIGRP for IPv6?
  604. ipv6 route “eigrp autonomous-system
  605. eigrp router-id
  606. no shutdown
  607.  
  608. 35. How do you configure an interface or network to use EIGRP for IPv6?
  609. Enter Interface line
  610. ipv6 eigrp “autonomous-system
  611. Chapter 7
  612.  
  613.  
  614.  
  615. Advanced EIGRP
  616.  
  617. 1. What effect does summarization has on the size of the routing table?
  618. Summarization limits the number of routing advertisements and the size of the routing table
  619.  
  620. 2. What command disables automatic summarization? In what mode does the command run?
  621. no auto-summary
  622.  
  623. 3. Prior to IOS 15.0, automatic summarization was enabled or disabled by default? Prior to IOS 15.0 (or 12.2-33) automatic summarization was enabled by default
  624.  
  625. 4. What is a problem that automatic summarization could create?
  626. Automatic summarization could cause routing loops
  627.  
  628. 5. What "special" route can be used to prevent routing loops?
  629. Propagating a Default Static Route
  630.  
  631. 6. How (what command) do we (use to) propagate a default route?
  632. redistribute static
  633.  
  634. 7. On the output of a "show ip route", what does the source code EX means? It means it was learned manually from a static route.
  635.  
  636. 8. What command allows to configure the bandwidth percentage used by EIGRP on an interface?
  637. IPv4: ip bandwidth-percent eigrp as-number percent
  638. IPv6: ipv6 bandwidth-percent eigrp as-number percent
  639. 9. How do you configure the Hello and Hold timers?
  640. Hello ip hello-interval eigrp as-number seconds ipv6 hello-interval eigrp as-number seconds
  641. Hold ip hold-time eigrp as-number seconds ipv6 hold-time eigrp as-number seconds
  642.  
  643. 10. How is "equal-cost" load balancing configured? and "unequal-cost"?
  644. Equal Cost maximum-paths value
  645. Unequal Cost variance
  646. Chapter 8
  647.  
  648.  
  649.  
  650. Single-Area OSPF
  651.  
  652. 1. What are the main features of OSPF?
  653. Classless
  654. Fast converging
  655. Secure
  656. Effieceint
  657. Scalable
  658.  
  659. 2. Name the 3 databases used by OSPF. What are the equivalent "table" names?
  660. What are the commands to display their contents?
  661. Adjacency Database – show ip ospf neighbor
  662. Link-State Database – show ip ospf database
  663. Forwarding Database – show ip route
  664.  
  665. 3. How is the SPF Tree created?
  666. Using Link-State Operation and LSAs
  667.  
  668. 4. When is single-area OSPF useful?
  669. Is useful for smaller networks with few routers.
  670.  
  671. 5. What happens if a link from area 1 (non-backbone) fails? Which areas will have to run the SPF algorithm?
  672. Only routers within the area with the failure
  673.  
  674. 6. What are the 5 types of OSPF packets?
  675. Hello
  676. Database Description
  677. Link-State Request
  678. Link-State Update
  679. Link-State Acknowledge
  680.  
  681. 7. To what IPv4 destination address are Hello packets sent?
  682. 224.0.0.5
  683.  
  684. 8. How frequently are Hello packets sent on Ethernet/P2P? and on NBMA?
  685. Every 30 seconds
  686.  
  687. 9. How many times the Hello interval is the default Dead interval?
  688. It is 4x the hello interval
  689.  
  690. 10. What is the formula to determine the number of adjacencies?
  691. n(n-1)/2
  692.  
  693. 11. Does the OSPF process-id have to be the same on all routers on the same OSPF domain?
  694. no
  695.  
  696. 12. What is the range of possible Process-ID values?
  697. 1-65535
  698.  
  699. 13. What are the 3 alternatives to define a Router ID (in order of importance)?
  700. Router-Id
  701. Highest loopback IP
  702. Highest Active Interface IP
  703. 14. What network command should be used to represent the subnet 10.1.0.0/19 ? 0.0.0.31
  704.  
  705. 15. What are benefits of using a passive-interface?
  706. Efficient Bandwidth
  707. Efficient Resources
  708. Increased Security
  709.  
  710. 16. What is the default "reference bandwidth" used by Cisco to establish the OSPF metric? 10-8 or 100,000,000 bps
  711.  
  712. 17. If your max BW is Gigabit Ethernet, what command should be run to "adjust" the cost so that Gi0/0 will have a cost of 1 and Fa0/0 will have a cost of 10?
  713. auto-cost reference-bandwidth
  714.  
  715. 18. What is the standard cost (no adjustment) to a remote network if the path includes: FastEthernet - Serial T1 - Serial 64kbps - Ethernet
  716. 1637
  717.  
  718. 19. What 2 commands allow manually adjusting the cost of a link?
  719. Bandwidth
  720. Ip ospf cost
  721.  
  722. 20. What command allows you to verify adjacencies formed with neighbor routers? Show ip ospf neighbors
  723.  
  724. 21. What is the IPv6 address used to send routing information to ALL OSPF routers?
  725. And to the DR/BDR?
  726. FF02::6
  727. 22. How do you configure OSPFv3 on a network/interface?
  728. Ipv6 unicast-routing
  729. Enter ipv6 add
  730. No shutdown
  731.  
  732. Ipv6 router ospf value
  733. Router-id value
  734.  
  735. Enter interface
  736. Ipv6 router ospf value area value
  737. Chapter 9
  738.  
  739.  
  740.  
  741. Multi-Area OSPF
  742.  
  743.  
  744. 1. What 3 problems arise from an OSPF single-area becoming too big?
  745. Large routing table
  746. Large link-state database
  747. Frequent spf algorithm calculations
  748.  
  749. 2. What is the two-layer hierarchy used for implementing Multiarea OSPF? What are the two types of areas?
  750. Backbone (Area 0)
  751. Regular (Any other area)
  752.  
  753. 3. An area should have no more than _____ routers. A router should not be in more than ____ areas. 50 routers, 3 areas
  754.  
  755. 4. What are the 4 types of routers?
  756. Internal Routers
  757. Backbone Routers
  758. Area Border Routers
  759. Autonomous System Boundary Routers
  760.  
  761. 5. What are Type 1 LSAs? Who generates them? Where do they circulate? Routers, OSPF, the route in the inter-area
  762.  
  763. 6. What are Type 2 LSAs? Who generates them? Where do they circulate?
  764. Networks, OSPF, the route in the inter-area
  765. 7. What are Type 5 LSAs? Who generates them? Where do they circulate? Autonomous System, OSPF external type 1 or type 2,
  766.  
  767. 8. What is an O IA routing table entry?
  768. Summary of the lsas
  769.  
  770. 9. How do you configure an ABR router so that it "links" two areas?
  771. When entering the “network” command, use the proper area of the interface connecting to it
  772.  
  773. 10. What are some helpful OSPF verification commands?
  774. Show ip ospf neighbor
  775. Show ip ospf interface
  776. Show ip protocols
  777. Show ip ospf interface brief
  778. Show ip route ospf
  779. Show ip ospf database
  780.  
  781. Chapter 10
  782.  
  783.  
  784.  
  785. Troubleshooting OSPF
  786.  
  787.  
  788. 1. What are the 5 types of OSPF networkS?
  789. Point-to-point
  790. Broadcast Multiaccess
  791. Non-broadcast multi-access
  792. Point-to-multipoint
  793. Virtual links
  794.  
  795. 2. What are the 2 main challenges associated to multiaccess networks?
  796. Creation of multiple adjacencies
  797. Extensive flooding of LSAs
  798.  
  799. 3. What is the name assigned to non-DR/non-BDR routers?
  800. DROTHERS
  801.  
  802. 4. Where are DR/BDR elections necessary?
  803. DR/BDR Elections only necessary on multiaccess networks.
  804.  
  805. 5. DROTHERS only send their LSAs to the ____ and ____ using the IPv4 address _________.
  806. DR & BDR using the 224.0.0.6 address.
  807.  
  808. 6. Which router, in a multiaccess network, floods the network with LSAs?
  809. DR
  810.  
  811.  
  812. 7. What command allows to verify the DR/BDR roles?
  813. Show ip ospf interface interface
  814.  
  815. 8. What are the 4 states of neighbors in a multiaccess network? And what is the state on a point-to-point network?
  816. Multiaccess FULL/DROTHER Point-to-point FULL
  817. FULL/DR 2WAY
  818. FULL/BDR
  819. 2-WAY/DROTHER
  820.  
  821. 9. What are the factors that influence the DR/BDR election process, in order of importance?
  822. The router with the highest interface priority is elected as the DR.
  823. The router with the second highest interface priority is elected as the BDR.
  824. Priority can be configured between 0-255, with default of 1 (Priority of 0 - router cannot become the DR).
  825. If interface priorities are equal, then the router with highest router ID is elected DR and second highest the BDR
  826.  
  827. 10. What are the range of possible values for the Interface Priority? What does a priority of 0 means?
  828. 1 – 255, 0 means the router will never be a DR/BDR
  829.  
  830. 11. When a DR is not anymore a DR? Indicate the 3 possible events.
  831. There is then a new BDR election and the DROTHER with the higher priority or router ID is elected as the new BDR.
  832. Re-Joins network
  833. Fails
  834. 12. How do you change the priority of an interface?
  835. ip ospf priority value (OSPFv2 interface command)
  836. ipv6 ospf priority value (OSPFv3 interface command)
  837. 13. What commands (TWO) allow you to verify the priority of an interface?
  838. Show ip ospf interface interface
  839. Show ip ospf neighbor
  840.  
  841. 14. How do you propagate a default static route in OSPFv2?
  842. Default-information originate
  843.  
  844. 15. What are the default Hello and Dead intervals in OSPF?
  845. Hello 10s
  846. Dead 40s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement