I'll sit the TSHOOT exam this friday and i built a list of the common problems i could face in the exam and based on the Boson ticketing system, i will share my experience and what strategy i plan to use for the exam.
Layer 1 (down/down)
- sh ip int br (Check for UP/*)
- sh int X/X (Check for errdisable)
- sh port-s or sh port s
- sh run int X/X
- Check the other side state
- (For frame-relay, compare PVC's VS Interface)
Layer 2 (up/down)
- sh vlan br
- Access VLAN's in right slot
- Trunk interfaces transparent
- sh int trunk
- Allowed, pruned, active
- sh run int X/X
- Port Security
- PACL (Mac access-lists)
- Encapsulation & Switchport mode
- Frame-relay
- sh ether br & sh run
- Check for etherchannel configuration
- Check for negotiation and interface assignment
Layer 3 (up/up)
- Combination of PING/Traceroute
- sh ip route
- Check VLAN access-map and ip access-lists
- Check ip routing is enabled for L3 switches
Routing problems (EIGRP)
- sh ip eigrp neigh
- sh run int X/X
- Check for weird summary
- Check for Authentication parameters
- sh run | inc router
- Check for AS number
- Check for auto-summary
- Check for all networks
- Check for redistribute static
- Check for metric weights
- Check if default-metric is present if redistributing OSPF
Routing problems (OSPFv2)
- sh ip ospf neigh
- sh run int X/X
- Check for weird hello interval
- Check for Authentication parameters
- sh run | inc router
- Check for areas number
- Check for area type mismatch
- Check for all networks
- Check for default inf orig always
- Check for "subnets" keyword if redistributing EIGRP
Routing problems (BGP)
- Check neighbor IP and remote-as
- Check network statement match an existing route in the routing table
Routing problems (OSPFv3)
- Check ipv6 unicast-routing is enabled
- Check ipv6 interface declarations of both sides
Redistribution
- Check EIGRP default-metric statement
- Check OSPF subnets keyword
- Check route-map name
- Check match statement for correct ACL
- Check ACL statements
- Implicit permit statement of a route-map isn't important
HSRP
- Check standby group & ip
- Check priority VS higher IP address (default 100)
- Check prempt
- Check track decrement (default 10)
NAT
- Check ip nat inside/outside for correct interfaces
- Check ip nat pool
- Check nat access-list
- Check for overload missing
GRE Tunnel
- Default mode is gre ip
- Check tunnel source match egress ipv4 interface
- Check tunnel dest match ipv4 neighbor
- Check neighbor tunnel mode
- Check for ipv6 ip address applied to tunnel interface
DHCP
- Check SVI's or Routed ports helper-address
- Check excluded-address pool
- Check network and default-router params
The hint i found to memorize the logging severity
- Logging messages shortcut from low-to-high severity (DIN-WECA-E)
- Emergencies
- Alerts
- Critical
- Errors
- Warnings
- Notifications
- Informational
- Debugging
I hope i'm not missing much and maybe this could be helpful for someone else. If you have something i could add to this pattern, please post it !
I wonder if i can abort the tickets in the exam ?
So when stuck, i guess it is a bit helpful to verify what you suspect being the problem from another ticket configuration.
If so, i think i will take this approach mixed to bottom-up method from client pc to L3 Switches and divide-and-conquer from L3 Switches through server.
Cheers