
A more detailed post to come…

A more detailed post to come…
Getting down to the wire for my lab attempt (22 days to go!) I’ve been horrible about blogging my progress, but I’m going to try to be more consistent in the home stretch. Overall I think I’m in good shape, but I really need to focus over the next 3 weeks to be completely ready.
Plans for this week:
Switching
IP Telephony
macro apply cisco-phone $access_vlan 5 $voice_vlan 4 sets most things properlyswitchport priority extend cos 1mls qos globally or nothing will workPPP
no peer neighbor-route on all PPP interfaces to avoid random /32 routes showing up in IGPs and redistributions. They’re only needed if you have different subnets at each end of the link.IGP’s — RIP
distribute-list gateway option along with a prefix-list to specify the routers from which we will accept routes.prefix option (e.g. distribute-list prefix FOO not distribute-list FOO when filtering routing updatesdistribute-list doesn’t have to use a prefix-list. It also works just fine with a regular ACL (useful for permit any or deny any).What I’ve been up to:
Sources:
Notes — PPP General:
no peer-neighbor-route' interface-level command.ppp quality‘ interface-level command enables Link Quality Monitoring (LQM), which will bring down the interface if the number of bytes transmitted vs. received over a link falls below a given percentage.ppp reliable-link‘ command enables LAP-B numbered mode to negotiate a reliable link.Notes — PPP Multilink
ppp multilink links minimum‘ interface option (under the Multilink interface) specifies how many physical circuits must be up before the bundle comes up. The ‘mandatory‘ option brings the bundle down if the number of active links falls below the minimum.Notes — PPP Authentication:
ppp authentication <protocol>‘ command is only required on the side of the link that is issuing the challenge (the “server” side). This may also be referred to as the side that’s “doing authentication” or that is “authenticating <OtherRouter>”ppp pap sent-user‘ command. If you need to use a different username, you can specify it using the ‘ppp chap hostname‘ or ‘ppp eap identity‘ commands.ppp chap password‘ command at the interface level.no ppp chap ignoreus‘ interface-level command, since by default CHAP will refuse to authenticate with “ourself” if the hostname matches.ppp eap local‘ for EAP to work unless you have a radius server available.username‘ statement when responding to a challenge. You need to specify the password using ‘ppp eap password <pass>‘I’m in San Jose, CA for IPExpert’s two-week End-to-End route/switch bootcamp. I was very lucky to win this training at Cisco Networkers this year and am definitely looking forward to it. The flight out was a bit annoying (flew Airtran instead of Delta and you could really notice the little differences). Just got back from dinner at Chipotle’s and am planning to take an early night and hopefully get my internal clock synced up.
Timers
ip hello-interval eigrp <AS> <seconds>ip hold-time eigrp <AS> <seconds>timers active-time <seconds|disabled>Metrics
metric weight 0 <bandwidth> <load> <delay> <offset> <reliability>( ( k1 * bandwidth ) +
( k2 * bandwidth ) / ( 256 - load ) +
( k3 * delay ) +
( k5 / reliability ) +
k4
) * 256
metric maximum-hops <count>distance eigrp <internal> <external>Bandwidth Used for EIGRP
ip bandwidth-percentage eigrp <AS> <percent>Stubs
eigrp stub receive-onlyLogging
no eigrp log-neighbor-changeseigrp log-neighbor-warning <interval> will log updates that are received from an IP not in the subnet of the receiving interface.Summary Addresses
leak-map option to ip summary-address eigrp references a route-map that defines what component routes of a summary supernet are also injected along side the summary. It is only available on physical and VirtualTemplate interfaces (not on subinterfaces).Load Balancing
Authentication
ip authentication mode eigrp 300 md5General Notes
passive-interface default is recommended, due to the network statement being classfulTimers
timers basic router command.Distribute Lists
distribute-list uses a separate ip prefix-list for defining the gateway and the routesDefault Originate
route-map option to default-information originate causes the 0/0 route to only be injected into RIP if the route-map is satisfied (e.g. if a route exists)Multicast / Broadcast / Unicast
passive-interface and neighbor router commands change it to unicastip rip v2-broadcast interface command changes it to broadcastip nat outside udp X.X.X.X 520 224.0.0.9 520
int se0/0/0
ip nat outside
This converts the inbound multicast updates to unicast, which will create a NAT table entry and translate all outbound RIP updates to unicast as well (NAT is bidirectional)
Authentication
send-lifetime configured for a key before it will work.Route Filtering
distribute-list with an ACLoffset-list pushing the metric beyond 16distance command setting the AD to 255Again, for my own benefit, checklists for the Narbik, IPExpert, and InternetworkExpert v.5 technology-focused workbook labs.
Narbik Book 1
Narbik Book 2
IPExpert Workbook 1
InternetworkExpert v.5 Workbook 1
This is a bit rough, but it’s more or less what I plan to do between now and January to get ready for the R&S lab.
Week of September 8
Week of September 15
Week of September 22
Week of September 29
Week of October 6
Week of October 13
Week of October 20
Week of October 27
Week of November 3
Week of November 10
Week of November 17
Week of November 24
Week of December 1
Week of December 8
Week of December 15
Week of December 22
Week of December 29
Week of January 5