Pete's Packet

Limitless

  • Catagories

  • Global visitors

    free counters
  • RSS CCIE Jobs – Metro NY area

    • Sr. Network Engineer
      Task Management Inc Norwalk, CT
    • Sr. Network Engineer Cisco - Somerset NJ or Jersey City
      Confidential Company Somerset, NJJob description: ...industry knowledge* Excellent communication and interpersonal skills* Excellent customer presentation skills** Cisco Certifications preferred (CCNA, CCNP,CCIE).We are committed to a policy of Equal Employment opportunity and will not discriminate on any legally...
    • Wide Area Network Administrator
    • Architect
      Tekmark Global Solutions LLC New York, NYJob description: ...6) Visio drawings 7) Voice/data convergence 8) Data center design 9) Firewalls/security 10) CCIE Written Roles and Responsibilities: -Provide Network Architectural direction to various client outsourced customer accounts-Works with...

Archive for June 15th, 2009

Day 90 notes Eigrp lab

Posted by Peter Kurdziel on June 15, 2009

EIGRP notes

  1. ip summary-address – liek RIP it summerizes and supress the more specific routes.
  2. EIGRP stub is only needed on the remote router. When you type in EIGRP stub and do a show run you will see EIGRP stub connected summary (this is the default)
  3. To manipulate or favor one path over another you can change one of EIGRP’s default metrics, bandwidth or delay.
  4. Copy and pasting in the configs caused some ports to go errordisabled. Note to self to add recovery to the switches.
  5. Eigrp by default uses 50 % of the interface bandwidth.
  6. task: used 43% of the interface bandwidth but do no use the ip bandwidth command.
    • Solution:bw x .43 x2 = 1328
    • int s0/0
    • band1328
  7. Secure means add authentication
  8. Prevent EIGRP from sending multicast updates: neighbor x.x.x.x (sends unicast in RIP, OSFP and EIGRP) remember passive-int (stops hell0s) behaves diferently with EIGRP & OSPF

Posted in EIGRP, Routing & Switching Lab | Leave a Comment »

eigrp stub connected summary

Posted by Peter Kurdziel on June 15, 2009

router eigrp 1

network 10.0.0.0
eigrp stub = this will show up as eigrp stub connected summary when you do a show run.

http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_cfg_eigrp_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1055047

A router that is configured as a stub with the eigrp stub command shares connected and summary routing information with all neighbor routers by default. Four optional keywords can be used with the eigrp stub command to modify this behavior:

receive-only

connected

static

summary

This section provides configuration examples for all forms of the eigrp stub command. The eigrp stub command can be modified with several options, and these options can be used in any combination except for the receive-only keyword. The receive-only keyword will restrict the router from sharing any of its routes with any other router in that EIGRP autonomous system, and the receive-only keyword will not permit any other option to be specified because it prevents any type of route from being sent. The three other optional keywords (connected, static, and summary) can be used in any combination but cannot be used with the receive-only keyword. If any of these three keywords is used individually with the eigrp stub command, connected and summary routes will not be sent automatically.

The connected keyword will permit the EIGRP Stub Routing feature to send connected routes. If the connected routes are not covered by a network statement, it may be necessary to redistribute connected routes with the redistribute connected command under the EIGRP process. This option is enabled by default.

The static keyword will permit the EIGRP Stub Routing feature to send static routes. Without this option, EIGRP will not send any static routes, including internal static routes that normally would be automatically redistributed. It will still be necessary to redistribute static routes with the redistribute static command.

The summary keyword will permit the EIGRP Stub Routing feature to send summary routes. Summary routes can be created manually with the summary address command or automatically at a major network border router with the auto-summary command enabled. This option is enabled by default.

http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_cfg_eigrp_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1055047

Posted in Routing & Switching Lab | 1 Comment »

Free CCIE “Core Knowledge” Preparation Quizzer

Posted by Peter Kurdziel on June 15, 2009

Find it here: http://www.imakenews.com/ipexpert/e_article001395689.cfm?x=bfmNhjM,b9K7mjTq

Posted in Routing & Switching Lab | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.