What is a Logical Domain Manager (LDM)
A logical Domain Manager listens to multicast messages on a network and keeps track of the MAC addresses being used.
How to identify duplicate MAC adresses and what could prevent it?
Either you will have intermittent connecivity issues on the 2 devices having the same MAC address or one works and the other one doesnt.
Also Wireshark can help.
Port security will prevent it.
What can cause duplicate IP adresses? (3)
What is the default lease time of DHCP IPs?
86400 seconds (1day) but can also be more. That can cause adress exhaustion.
What are the 3 typical routing issues & how to prevent them?
Multicast Flooding: Happens when no host is associated with the multicast MAC address inside the CAM table of the switch, causing the multicast traffic to be flooded through the entire LAN or VLAN. / Block multicasting on the port or interface.
Asymmetrical routing: When packets leave through one route and return through another route, which can cause stateful fire walls to block the returning traffic / Put the the firewalls as close as possible to the systems they are protecting.
Missing routes: When theres no route to a specific destination in the routing table. Mostly caused by static routing. / Use show route on a switch or route print on windows.
How to check if STP is enabled on a switch?
show spanning-tree
What is a Hold Down Timer? And how long is it?
Hold down Timers are used by Distance Vector protocols. When they detect a bad/failed route, they are held down for usually 180s, so they cannot be passed to other routers.
What can prevent routing loops besides split horizon and route poisoning?
Distance Vector protocols use a TTL in the packet headers, so they wont go around the network infinitely.
How to show ACL on a switch?
show access-lists
What 3 situations cause firewall related connectivity issues?
How to approach firewall issues?
Layer 1: Is there a physical connection between firewall and network, is that confirmed by the Activity Light?
Layer 2: Verify communication between router and firewall through ARP and the MAC addresses.
Layer 3: Verify Firewall has valid IP, Subnet Mask & Default Gateway
Layer 3/4: Control the firewalls config and ACLs
What are causes for VLAN issues?
How to troubleshoot DNS client issues.
How to troubleshoot DNS server issues.