I've been working on Narbik's Soup-To-Nuts workbook. The workbook is great at getting you intimately familiar with the basics. It does not really cover the advanced or really weird topics, but hey - that's what the bootcamp is for, right? Anyway, here are my notes thus far.
- ip hello-interval eigrp 100 30 - this is the interface level command for setting eigrp hello intervals
- ip hold-time eigrp 100 120 - interface level command for hold time
- metric weight 0 1 0 0 0 0 - sets the k1 EIGRP metric values to use only BW. (sidebar: should I memorize eigrp K values?)
- A leak map will advertise component subnets in addition to summary address. If route-map referenced is undefined, only summary is advertised. If access-list is undefined, summary and all components are advertised. If both are defined, only specified subnets within ACL are advertised w/ summary.
- By default, EIGRP uses up to 50% of interface bandwidth.
- ignore lsa mospf - disables syslog messages concerning type 6 LSAs not supported by Cisco
- ip ospf name-lookup - global command to enable ospf domain lookup
- max-lsa [x] - maximum number of non self-generated LSAs that the routing process can receive
- ip ospf message-digest-key 1 md5 [password] sets the OSPF md5 password. (not ip ospf authentication-key .....this sets plain text key)
- no discard-route [internal|external] - disables null routes on summarizing router
- stub routers cannot use Virtual Link but can use Tunnels
- no ASBRs with stub routers
- no type 5 externals w/i stub.
- area xx default-cost yy - sets the default route-cost in OSPF
- you only need "...stub no-summary" on the ABR
- Totally stubby filters IA routes
- You can filter LSAs using "neighr [x] database-filter all out". Must be point-to-multipoint network.
- distribute-list out only words on ASBR.
- Summary address can be used to not-advertise". Cannot be used to filter internal.
- area x range y not-advertise to filter internal routes.
- max-metric router-lsa is done so other routes do not prefer configured router.
- Tunnels are almost always an option to a seemingly crazy request!!!
No comments:
Post a Comment