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 November 6th, 2008

redistribute connected

Posted by Peter Kurdziel on November 6, 2008

What is the difference between these two.

redistribute connected metric 10000 100 255 1 1500 route-map CONNECTED->EIGRP

redistribute connected route-map CONNECTED->EIGRP metric 10000 100 255 1 1500

========================================================

Nothing, both will do the samething,=.

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

BGP notes

Posted by Peter Kurdziel on November 6, 2008

  1. BGP is designed to perform next-hop AS packet forwarding.
  2. BGP path selection is based upon policy-routing.
  3. A BGP speaker must never advertise a prefix it does not know to get to.

The advertising EBGP speaker sets the next hop attribute and prepends the as path list.

By default the advertising IBGP speaker does not set the next hop attribute or prepend the as path list.  You can make the IBGP speaker set the next hop attribute by configuring the ” neightbor x.x.x.x next-hop-self” command.

Some useful commands:

  • debug bgp all events
  • debug bgp ipv4 unicast
  • debug bgp ipv4 unicast keepalives
  • debug ip error
  • debug ip bgp updates

EBGP – not directly connected:

  • nei x.x.x.x ebgp-multihop <hop>

or

  • nei x.x.x.x ttl-security hop <hop>
  • do I need the nei x.x.x.x update-source Y{z} command?

neigh x.x.x.x ttl-security hops 3 < — external neighbor maybe up to 3 hops away. (255-3 = max 252 hops away.

on the neighbor: nei x.x.x.x ebgp-multihop 255 – don’t forget ttl decrements. Use 255 for neighors of ttl sec

To originate a prefix in BGP:

network x.x.x.x mask y.y.y.y

By default, advertising EBGP speaking routers set the BGP next-hop attribute.

By default, advertising IBGP speaking routers DO NOT set the BGP next-hop attribute.

Route reflector:

RR servers propagate routes inside the AS based on the following rules:

  • If a route is received from nonclient peer, reflect to clients only.
  • If a route is received from a client peer, reflect to all nonclient peers and also to client peers, except the originator of the route.
  • If a route is received from an EBGP peer, reflect to all client and nonclient peers.

Setting the cluster-id with the IOS.

  1. use the BGP router-id x.x.x.x command.
  2. use the BGP cluster-id x.x.x.x command.

* when both commands are used the BGP cluster-id x.x.x.x takes precedence.

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

 
Follow

Get every new post delivered to your Inbox.