It begins.
So I have been putting it off for a while now, but my last bunch of text books arrived in the mail last night so i have no excuse to put it off any longer.... Officially began studing for my CCIE last night.
My only goal at the moment is to have the written exam passed by the time my CCNP expires in mid 2012. A long way away i know but i don't get to much spare time.
So, diving straight into routing, BGP first as its on the cards at work at the moment. Will use the office exam cert guide, along with TCP/IP routing 2, and also the BSCI book which has some great info.
Last night was a bit of a review on basic routing, principals, Classless vs Classfull, VLSM, CIDR, summerization etc etc. I'll be using dynamips fairly heavily for the routing stuff, as its just nice and easy and i can run around 10 routers on my PC.
So thats it for now, I'm at work and should probably stop laughing so hard at this youtube clip 'the day the routers died'
YouTube - The Day The Routers Died...
My only goal at the moment is to have the written exam passed by the time my CCNP expires in mid 2012. A long way away i know but i don't get to much spare time.
So, diving straight into routing, BGP first as its on the cards at work at the moment. Will use the office exam cert guide, along with TCP/IP routing 2, and also the BSCI book which has some great info.
Last night was a bit of a review on basic routing, principals, Classless vs Classfull, VLSM, CIDR, summerization etc etc. I'll be using dynamips fairly heavily for the routing stuff, as its just nice and easy and i can run around 10 routers on my PC.
So thats it for now, I'm at work and should probably stop laughing so hard at this youtube clip 'the day the routers died'
YouTube - The Day The Routers Died...
CCIE# 38186
showroute.net
showroute.net
Comments
Good luck. Keep this blog updated and log your hours in the signature. I find it keeps me motivated and its nice to have people drop by!
Will do, i like stats so it will probably keep me motivated as well.
showroute.net
Next Up: CCIE R&S Lab
showroute.net
It always gives me energy to hear people studying the CCIE...I know I am going to have to face that battle one day myself....
Right now I live vicariously through everyone else.......
Good luck, I hear this thing is tad hard...
I second this. Watching you guys pursue such events is amazing and inspiring even. I can only hope that I will someday be able to join the 'officers mess'
Just wanted to wish you good luck man, and thank your for the link. Made my f'in day.
Good man. Start a counter in the signature. Knuckle down at the weekends on the studies. It's where the CCIE is won.
Well its been a pretty bad start, i've come down with one hell of a cold so not doing to much study this weekend.
One thing that I have discovered that I thought was pretty cool, is a public available route-server where you can see the entire internet BGP table, run some show commands, trace routes etc. Telnet to route-server.ip.att.net
showroute.net
Sorry to hear that. Good to see the study count begin!
Yeah, there is a bunch of looking glass servers available on the interwebs. Check out Traceroute.org
It's pretty cool stuff...
-Peanut
EDIT:
Hope you feel better!!!
-Mayor Cory Booker
Went over the BGP basics. Message types and BGP states mainly.
I Didn't know that you could actually set the BGP keepalives to 0, so they will never be sent.... can't think of any reason why anyone would actually want it configure it that way.
Turned on GNS3 and just set up a simple two router lab so I could so some debugs and watch the routers go through their different states. Did some incorrect configs so i could see the different types of errors and notifications.
Example Below - Message type 1 was sent (Open Message) which identifies the router and specifies the BGP settings (timers, AS number, etc)
Message type 3 received (notification) which sent the router into the Active state because I configured the neighbour statement with the wrong AS number
I think this is a good way to study.... read the theory, take notes, the hammer it home with some labs.
showroute.net
Well known mandatory
- Next Hop - self explanatory
- AS Path - list of AS to a destination
- Origin - IGP, EGP, incomplete - redistribution normally
Well know discretionary
- Local Pref - influence outbound routes
- Atomic Aggregate - alerts downstream routers about potential loss of path info because of aggregation
Optional Transitive
- Community - used for destination routes that share common properties and policies
- Aggregrator - provides info as to where aggregation was performed.
Optional Nontransitive
- MED - influence inbound routes
- Originator_ID - loop prevention (more reading to come on this)
- Cluster_List - loop prevention (more reading to come on this)
AS_Set & AS_Sequence (Loop avoidance when aggregate routes are sent, well AS_Set anyway)
Administrative Weight (Cisco Specific used for route preference - local router only)
showroute.net
This has been my proven, tried and tested method since December 2004
18 Certification exams later can't be wrong
Also did a lot of reading on the BGP decision making process, the CCIE cert guide has a really good section on every step, with config examples (Page 460 - 476).
My next step is to lab these examples up and manipulate BGP to use different decision making steps. Should be fun.
Lunch time now, then off to see some houses (trying to buy a new house at the moment)
Hopefully will get time for the above lab exercises later today, if not tomorrow.
showroute.net
lab screenshot attached
showroute.net
Peer groups
Route Reflectors
Communities
Confederations.
Looking forward to labing up confederations.
My study so far has been 90% from TCP/IP Volume 2, Chapter 2 'Introduction to BGP'
Once finished with that, chapter 3 looks good for a lot of practical exercises to help compound the theory.
The CCIE cert guide will be very heavily used during the practical exercises as well.
showroute.net
showroute.net
On one of our BGP routers at work, i was just having a bit of a snoop around, and typed the following
whats the deal there?
Firstly the router is not even running IPV6 so not sure why its telling me to use an ipv6 command... But to show the normal output of the 'sh bgp' command i had to do:
Router is a 2811 running 12.3(14)T5.... anyone seen this before?
showroute.net
CCIE Progress - Hours reading - 15, hours labbing - 1
either command. they show the same thing
showroute.net
Trying to muck around with a simple BGP lab and i'm getting a bit confused as to why a particular route is being chosen. (This should be simple, its probably just the pain killers i'm, currently on)
Anyway so i have a simple 3 router lab, connected in a triangle config.
R0 and R1 and iBGP peers
R0 and R1 and eBGP peers with R2
R2 has advertised a route to network 90.90.90.0/24
Both R0 and R1 have two routes to this destination (through the eBGP peer, or iBGP)
The local_pref for the iBGP routes is 100, but the routers have chosen the eBGP route which has a local pref of 0.
Local_pref is high in the BGP decision making process, i know eBGP routes are prefered over iBGP but local_pref should take preference(?)
Heres the config from the routers
So the routers that R0 and R1 have chosen are the best routes, since they are just one hop away, but why is local_pref being ignored here?
Something do with with the AD of iBGP being 200 and the AD of eBGP being 20??
Remember, im on lots of pain killers and feel a bit stupid at the moment... lol
Thanks
showroute.net
+1 for this answer. IF you don't set the local preference it is defaulted out at 100. You can confirm this here.
Prefer the path with the highest LOCAL_PREF.
Note: A path without LOCAL_PREF is considered to have had the value set with the bgp default local-preference command, or to have a value of 100 by default.
So the local preferences are matching, which leads to the route being chosen as preferring the eBGP path, just as kalebksp said.