www.howtonetwork.org

CCNA & CCNP Certifcation Training

  • About
  • Contact
  • FAQ
  • Join
  • Home
  • CCNA
    • ICND1
    • ICND2
    • 101 CCNA LABS
  • CCNP
    • ROUTE
    • SWITCH
    • TSHOOT
    • 101 CCNP LABS
  • CompTIA
    • Security+
    • Network+
  • Design
    • CCDA
    • CCDP
You are here: Home / TSHOOT / Labs / Multi-Technology Troubleshoot Lab 3 – Solutions

Multi-Technology Troubleshoot Lab 3 – Solutions

  1. Trouble Ticket # 1

    First, the no ip forward-protocol udp 67 command is configured on R2. This needs to be removed in order to allow DHCP Broadcasts to be sent.

    Second, the DHCP pool has no IP addresses to assign. The ip dhcp excluded-address 10.2.2.1 10.2.2.255 command should be removed from R3.

  2. Trouble Ticket # 2

    The issue is that R1 is re-advertising the static default route it receives via EIGRP to R2. This route is more preferred from the default route advertised by R4 and therefore needs to be filtered appropriately using a distribute list as follows:

    router eigrp 254
    distribute-list prefix NO-DEFAULT out FastEthernet0/0
    !
    ip prefix-list NO-DEFAULT seq 5 deny 0.0.0.0/0
    ip prefix-list NO-DEFAULT seq 7 permit 0.0.0.0/0 le 32
  3. Trouble Ticket # 3

    The EIGRP stub router needs to be configured to advertise and redistribute static routes. The following configuration should be implemented on the router:

    router eigrp 254
    redistribute static
    eigrp stub connected static
  4. Trouble Ticket # 4

    First, IP Multicast routing is disabled on R3. This needs to be enabled via the ip multicast-routing global configuration command. Dense Mode forwarding is already enabled for Serial1/2 and 1/3 so no additional changes are required on this router.Second, while IP Multicast routing is enabled on R4, Sparse Mode Forwarding is enabled on Serial0/0 and 0/1. This should be changed to Dense Mode forwarding using the ip pim dense-mode interface configuration command. No additional changes are required on R4.

Prev

Next

About Us

This is a free bonus site for members of www.howtonetwork.com

Copyright

The content on this copyright Reality Press Ltd.
Copyright Reality Press Ltd.