Runbook 01 β Network Connectivity Troubleshooting
Runbook Information
Section titled βRunbook Informationβ| Item | Details |
|---|---|
| Runbook | 01 |
| Runbook Name | Network Connectivity Troubleshooting |
| Track | CompTIA Network+ |
| Type | Network Operations Runbook |
| Primary Role | Network Technician / Network Administrator |
| Difficulty | Intermediate |
| Use Case | Network connectivity failure or degradation |
| Primary Tools | Ping, Traceroute, ipconfig, ip, ARP, nslookup, dig, Wireshark, SNMP, Syslog, Device CLI |
| Outcome | Isolate, remediate, verify, escalate, and document connectivity incidents |
Runbook Objective: Provide network operations teams with a consistent procedure for investigating connectivity incidents from the endpoint through the network infrastructure to the destination service.
When to Use This Runbook
Section titled βWhen to Use This RunbookβUse this runbook when users report:
"No network connection."
"I cannot access the server."
"The Internet is not working."
"I cannot reach another network."
"The application is unavailable."
"The network keeps disconnecting."
"Some users can connect but others cannot."
"I can access the server by IP but not by name."This runbook can be used for:
-
single-user connectivity incidents
-
multiple-user outages
-
VLAN connectivity problems
-
gateway failures
-
routing problems
-
DHCP failures
-
DNS failures
-
network-service connectivity
-
intermittent connectivity
-
partial network outages
-
site-level connectivity incidents
1. Troubleshooting Principle
Section titled β1. Troubleshooting PrincipleβDo not begin with configuration changes.
Begin with:
Symptom βScope βEvidence βFault Domain βTheory βTest βRoot Cause βRemediation βVerificationThe objective is not simply:
Make It WorkThe objective is:
Understand Why It Failed +Restore Service Safely +Verify Recovery +Prevent Recurrence2. Record the Incident
Section titled β2. Record the IncidentβCreate an incident record.
Capture:
Incident ID:
Date:
Time:
Reported By:
Affected User(s):
Location:
Affected Device(s):
Affected Service:
Business Impact:
Current Status:Example:
Incident ID:INC-NET-1042
Reported:09:15
Affected:Finance Department
Problem:Users cannot access internal application.
Impact:15 users unable to process transactions.3. Record the Exact Symptom
Section titled β3. Record the Exact SymptomβAvoid:
Network is down.Instead document:
CLIENT01 cannot reach 10.10.20.30.
Default gateway remains reachable.or:
Users can reach 10.10.20.30 by IP butportal.ghc.lab does not resolve.Precise symptoms dramatically improve troubleshooting.
4. Determine Scope
Section titled β4. Determine ScopeβIdentify whether the problem affects:
One User
One Device
Multiple Users
One Department
One VLAN
One Switch
One Application
One Site
Multiple Sites
Entire NetworkAsk:
Who is affected?
Who is not affected?
What works?
What does not work?5. Determine Business Impact
Section titled β5. Determine Business ImpactβClassify:
Low
Medium
High
CriticalConsider:
Number of Users
Criticality of Service
Revenue Impact
Operational Impact
Security Impact
Duration6. Check for Known Incidents
Section titled β6. Check for Known IncidentsβBefore deep troubleshooting, check:
Monitoring Dashboard
Service Desk
Maintenance Calendar
Provider Status
Change Records
Network AlertsDetermine whether the problem is already known.
7. Check Recent Changes
Section titled β7. Check Recent ChangesβAsk:
What changed recently?Review:
-
switch configuration
-
router configuration
-
firewall rules
-
VLAN configuration
-
routing changes
-
DHCP changes
-
DNS changes
-
firmware upgrades
-
device replacements
-
cable changes
-
maintenance activity
Record:
Recent Change:
Change ID:
Time:
Engineer:8. Establish the Expected Path
Section titled β8. Establish the Expected PathβDetermine the expected communication path.
Example:
CLIENT01 βSW02 βSW01 βRTR01 βSW03 βSERVER01Identify every major dependency.
9. Start with the Endpoint
Section titled β9. Start with the EndpointβCheck physical connectivity.
Verify:
Power
Ethernet Cable
Link Indicator
NIC Enabled
Wi-Fi Enabled
Correct SSIDIf Ethernet:
Link LED:UP / DOWNIf wireless:
Associated:YES / NO10. Check Interface State
Section titled β10. Check Interface StateβWindows:
Get-NetAdapteror:
ipconfig /allLinux:
ip linkLook for:
UP
DOWN
DISCONNECTED
DISABLED11. Verify TCP/IP Stack
Section titled β11. Verify TCP/IP StackβWindows:
ping 127.0.0.1Linux:
ping -c 4 127.0.0.1If loopback fails, investigate the local TCP/IP stack or endpoint.
12. Check IP Configuration
Section titled β12. Check IP ConfigurationβWindows:
ipconfig /allLinux:
ip addrRecord:
IP Address:
Subnet Mask / Prefix:
Default Gateway:
DNS Server:
DHCP Enabled:
DHCP Server:13. Check for APIPA
Section titled β13. Check for APIPAβWindows may assign:
169.254.x.xwhen DHCP fails.
If APIPA exists:
Investigate DHCPDo not immediately troubleshoot DNS or application services.
14. Validate the IP Address
Section titled β14. Validate the IP AddressβCompare the clientβs address against the expected VLAN.
Example:
Expected:
VLAN 1010.10.10.0/24
Actual:
10.10.20.45Possible causes:
Incorrect VLAN
Incorrect Static IP
Incorrect DHCP Scope15. Validate the Subnet Mask
Section titled β15. Validate the Subnet MaskβCheck whether the configured subnet mask or prefix is correct.
Incorrect masks can cause hosts to incorrectly classify destinations as:
Localor:
Remote16. Validate the Default Gateway
Section titled β16. Validate the Default GatewayβVerify the configured gateway belongs to the clientβs subnet.
Example:
Client:10.10.10.20/24
Expected Gateway:10.10.10.117. Test the Client Address
Section titled β17. Test the Client AddressβWindows:
ping <CLIENT-IP>If this fails, continue investigating the endpoint.
18. Test the Default Gateway
Section titled β18. Test the Default GatewayβRun:
ping <DEFAULT-GATEWAY>or:
ping -c 4 <DEFAULT-GATEWAY>Record:
Gateway Reachable:YES / NO19. Decision Point β Gateway Unreachable
Section titled β19. Decision Point β Gateway UnreachableβIf the gateway cannot be reached, investigate:
Physical Connectivity
NIC
Cable
Switch Port
VLAN
IP Address
Subnet Mask
Gateway
ARPDo not move directly to DNS troubleshooting.
20. Check ARP
Section titled β20. Check ARPβWindows:
arp -aLinux:
ip neighLook for the gateway.
Expected:
Gateway IP βGateway MAC Address21. Clear ARP Only When Required
Section titled β21. Clear ARP Only When RequiredβWindows:
arp -d *Use cache clearing only when stale or incorrect ARP information is a reasonable theory.
Do not use cache clearing as a default troubleshooting action.
22. Check the Access Switch
Section titled β22. Check the Access SwitchβIdentify the endpointβs switch port.
Run:
show interfaces statusVerify:
Port:UP
Speed:Expected
Duplex:Expected23. Check Interface Errors
Section titled β23. Check Interface ErrorsβInspect:
CRC Errors
Input Errors
Output Errors
Drops
Discards
Link FlapsIncreasing errors can indicate:
Bad Cable
Bad Transceiver
NIC Problem
Duplex Problem
Physical Interference24. Verify VLAN Membership
Section titled β24. Verify VLAN MembershipβRun:
show vlan briefConfirm:
Endpoint Port βExpected VLAN25. Inspect the Switch Port
Section titled β25. Inspect the Switch PortβWhere supported:
show interfaces <interface> switchportVerify:
Administrative Mode
Operational Mode
Access VLAN
Native VLAN26. Verify MAC Learning
Section titled β26. Verify MAC LearningβRun:
show mac address-tableConfirm the endpointβs MAC address appears on the expected interface.
If no MAC is learned, investigate:
Endpoint
Cable
NIC
Switch Port
VLAN27. Check Trunk Connectivity
Section titled β27. Check Trunk ConnectivityβIf traffic must cross switches:
show interfaces trunkVerify:
Trunk:UP
Required VLAN:Allowed
Required VLAN:Active28. Look for Selective VLAN Failure
Section titled β28. Look for Selective VLAN FailureβExample:
VLAN 10:FAILED
VLAN 20:WORKING
VLAN 30:WORKINGThis suggests:
VLAN-Specific Problemrather than:
Complete Trunk Failure29. Test Another Device
Section titled β29. Test Another DeviceβTest another endpoint on:
Same VLANThen test an endpoint on:
Different VLANThis helps determine scope.
30. Test a Remote IP
Section titled β30. Test a Remote IPβIf the gateway works:
ping <REMOTE-IP>Example:
ping 10.10.20.30Record:
Remote IP Reachable:YES / NO31. Decision Point β Remote IP Fails
Section titled β31. Decision Point β Remote IP FailsβIf:
Gateway:WORKING
Remote IP:FAILINGinvestigate:
Routing
ACLs
Firewall
Remote Network
Return Route
Destination Host32. Run Traceroute
Section titled β32. Run TracerouteβWindows:
tracert 10.10.20.30Linux:
traceroute 10.10.20.30Identify:
Last Successful Hopand:
First Failure Point33. Check Router Interfaces
Section titled β33. Check Router InterfacesβRun:
show ip interface briefVerify required interfaces are:
UP / UP34. Check Routing Table
Section titled β34. Check Routing TableβRun:
show ip routeVerify a route exists for the destination network.
Example:
10.10.20.0/2435. Validate the Route
Section titled β35. Validate the RouteβCheck:
Destination Network
Prefix Length
Next Hop
Outgoing Interface
Route SourceA route can exist and still be incorrect.
36. Check the Return Path
Section titled β36. Check the Return PathβConnectivity requires:
Forward Path+Return PathA valid route from:
CLIENT β SERVERdoes not guarantee a valid route from:
SERVER β CLIENT37. Test DNS Separately
Section titled β37. Test DNS SeparatelyβIf remote IP connectivity works but hostname access fails:
nslookup portal.ghc.labor Linux:
dig portal.ghc.lab38. Decision Point β DNS Failure
Section titled β38. Decision Point β DNS FailureβIf:
IP Connectivity:WORKING
Hostname Connectivity:FAILINGinvestigate:
DNS Client Configuration
DNS Server Reachability
DNS Records
DNS Service
Firewall39. Verify Configured DNS Server
Section titled β39. Verify Configured DNS ServerβWindows:
ipconfig /allLinux:
cat /etc/resolv.confor:
resolvectl status40. Query DNS Directly
Section titled β40. Query DNS DirectlyβExample:
nslookup portal.ghc.lab 10.10.20.53Determine whether:
DNS Server Responds
Record Exists
Returned Address Is Correct41. Successful DNS Is Not Enough
Section titled β41. Successful DNS Is Not EnoughβSuppose:
portal.ghc.labreturns:
10.10.20.99but expected:
10.10.20.30DNS is responding, but the record is wrong.
42. Test the Application Port
Section titled β42. Test the Application PortβIf IP and DNS work:
Test-NetConnection 10.10.20.30 -Port 443Linux:
nc -vz 10.10.20.30 443or:
curl -I https://portal.ghc.lab43. Decision Point β Port Failure
Section titled β43. Decision Point β Port FailureβIf:
Ping:SUCCESS
DNS:SUCCESS
TCP 443:FAILUREinvestigate:
Application Service
Host Firewall
Network Firewall
ACL
Listening Port44. Check the Server
Section titled β44. Check the ServerβOn Linux:
ss -lntpVerify the expected service is listening.
Example:
TCP 443LISTENING45. Check Firewalls and ACLs
Section titled β45. Check Firewalls and ACLsβReview controls between:
Source βDestinationVerify:
Source Address
Destination Address
Protocol
Port
Direction
ActionDo not disable the firewall simply to see whether connectivity returns.
46. Troubleshoot DHCP
Section titled β46. Troubleshoot DHCPβIf the endpoint lacks valid addressing:
Windows:
ipconfig /releaseipconfig /renewThen:
ipconfig /all47. Check DHCP Scope
Section titled β47. Check DHCP ScopeβVerify:
Scope Active
Available Addresses
Correct Subnet
Correct Mask
Correct Gateway
Correct DNS
Exclusions
Reservations48. Check DHCP Relay
Section titled β48. Check DHCP RelayβIf DHCP exists on another subnet, verify the gateway/relay configuration.
Expected:
Client βDHCP Broadcast βGateway / Relay βDHCP Server49. Capture DHCP Traffic
Section titled β49. Capture DHCP TrafficβWireshark:
dhcpor:
bootpLook for:
DiscoverOfferRequestACK50. Interpret DHCP Capture
Section titled β50. Interpret DHCP CaptureβIf:
DiscoverDiscoverDiscoverbut no:
Offerinvestigate:
DHCP Server
Relay
VLAN
Broadcast Path
Firewall51. Troubleshoot Wireless Connectivity
Section titled β51. Troubleshoot Wireless ConnectivityβFor wireless users, follow:
RF βSSID βAssociation βAuthentication βDHCP βGateway βRouting βDNS βApplication52. Check Wireless State
Section titled β52. Check Wireless StateβRecord:
SSID:
Signal Strength:
Authentication:
IPv4 Address:
Gateway:
DNS:53. Wi-Fi Connected Does Not Mean Network Connected
Section titled β53. Wi-Fi Connected Does Not Mean Network ConnectedβA client may successfully:
Associate+Authenticatebut still fail:
DHCPor:
Routingor:
DNSTreat each stage separately.
54. Troubleshoot Intermittent Connectivity
Section titled β54. Troubleshoot Intermittent ConnectivityβIf connectivity is intermittent, investigate:
Link Flaps
Packet Loss
Duplicate IP
Wireless Interference
Interface Errors
Congestion
Routing Instability
DHCP Lease Issues55. Measure Packet Loss
Section titled β55. Measure Packet LossβWindows:
ping <DESTINATION> -n 50Linux:
ping -c 50 <DESTINATION>Record:
Sent:
Received:
Lost:
Loss Percentage:
Average Latency:56. Check for Duplicate IP Addresses
Section titled β56. Check for Duplicate IP AddressesβSymptoms can include:
Intermittent Connectivity
Changing ARP Entries
Unexpected Session DropsCheck:
arp -aor:
ip neigh57. Troubleshoot Slow Connectivity
Section titled β57. Troubleshoot Slow ConnectivityβIf users report:
"The network is slow."measure:
Latency
Packet Loss
Jitter
Throughput
Utilization
Interface ErrorsDo not treat performance complaints as binary connectivity failures.
58. Check Interface Utilization
Section titled β58. Check Interface UtilizationβUse the monitoring platform.
Compare:
Current UtilizationvsBaselineSustained:
90β100%may indicate congestion.
59. Check Monitoring Alerts
Section titled β59. Check Monitoring AlertsβReview:
Device Down
Interface Down
High Utilization
Packet Loss
Latency
CPU
Memory
Interface ErrorsCorrelate alert timestamps with user reports.
60. Review Syslog
Section titled β60. Review SyslogβLook for:
Interface Down
Interface Up
Configuration Changes
VLAN Changes
Routing Events
Device Reboots
Authentication Events61. Review SNMP Evidence
Section titled β61. Review SNMP EvidenceβCheck:
Interface Status
Interface Counters
Errors
Discards
Utilization
Device Availability62. Build an Incident Timeline
Section titled β62. Build an Incident TimelineβExample:
| Time | Event | Source |
|---|---|---|
| 09:12 | Interface down | Syslog |
| 09:13 | Host unreachable | NMS |
| 09:15 | User ticket opened | Service Desk |
| 09:20 | Cable fault identified | Technician |
| 09:23 | Cable replaced | Technician |
| 09:24 | Interface restored | Syslog |
| 09:25 | Host reachable | NMS |
63. Determine the Fault Domain
Section titled β63. Determine the Fault DomainβClassify the fault.
| Domain | Examples |
|---|---|
| Physical | Cable, NIC, transceiver |
| Switching | Port, VLAN, trunk |
| Addressing | IP, mask, gateway |
| DHCP | Scope, relay, server |
| Routing | Missing/incorrect route |
| DNS | Server, record, resolver |
| Security | ACL, firewall |
| Wireless | RF, authentication, VLAN |
| Application | Service, listening port |
| Performance | Congestion, errors, packet loss |
64. Create a Root Cause Statement
Section titled β64. Create a Root Cause StatementβAvoid:
Switch problem.Use:
CLIENT01 lost connectivity because its access port wasincorrectly assigned to VLAN 20 instead of VLAN 10during a switch configuration change.A good root cause statement identifies:
What Failed
Why
Impact65. Plan the Corrective Action
Section titled β65. Plan the Corrective ActionβBefore remediation, document:
Proposed Change:
Expected Impact:
Risk:
Rollback Plan:
Approval Required:YES / NO66. Implement the Minimum Required Change
Section titled β66. Implement the Minimum Required ChangeβPrefer:
One Controlled Changeover:
Multiple Simultaneous ChangesThis preserves troubleshooting evidence.
67. Verify the Local Fix
Section titled β67. Verify the Local FixβRetest the exact original symptom.
If the problem was:
Cannot reach gatewayverify:
Gateway ReachableBut do not stop there.
68. Perform Full Verification
Section titled β68. Perform Full VerificationβTest:
Local Interface
Default Gateway
Remote IP
DNS
Application Port
Application
Monitoring69. Compare Before and After
Section titled β69. Compare Before and AfterβDocument:
| Test | Before | After |
|---|---|---|
| Gateway | ||
| Remote IP | ||
| DNS | ||
| Application Port | ||
| Application | ||
| Packet Loss |
70. Verify Other Users
Section titled β70. Verify Other UsersβIf multiple users were affected, verify more than one endpoint.
Example:
CLIENT01:Recovered
CLIENT02:Recovered
CLIENT03:Recovered71. Verify Monitoring Recovery
Section titled β71. Verify Monitoring RecoveryβConfirm:
Device:UP
Interface:UP
Packet Loss:Normal
Latency:Normal
Errors:Stable
Critical Alerts:Cleared72. Determine Whether Escalation Is Required
Section titled β72. Determine Whether Escalation Is RequiredβEscalate when:
-
fault exceeds your authority
-
provider involvement is required
-
production risk is high
-
hardware replacement is required
-
security compromise is suspected
-
routing architecture requires senior engineering
-
firewall changes require another team
-
root cause cannot be isolated within the defined troubleshooting window
73. Prepare an Escalation Package
Section titled β73. Prepare an Escalation PackageβInclude:
Incident ID
Business Impact
Affected Users
Affected Systems
Exact Symptoms
Tests Performed
Results
Monitoring Evidence
Relevant Logs
Suspected Fault Domain
Changes Already Made74. Example Escalation
Section titled β74. Example EscalationβINC-NET-1042
15 Finance users cannot reach 10.10.20.30.
CLIENT01βCLIENT03 have valid VLAN 10 addresses.
Default gateway 10.10.10.1 is reachable.
Traceroute fails after RTR01.
RTR01 routing table does not contain 10.10.20.0/24.
No routing changes made because modification requiresNetwork Engineering approval.
Requesting routing investigation.75. Close the Incident
Section titled β75. Close the IncidentβBefore closure confirm:
Original Symptom Resolved
Affected Users Confirm Recovery
Monitoring Normal
No Related Alerts
Corrective Action Documented
Root Cause Documented76. Document Preventive Measures
Section titled β76. Document Preventive MeasuresβExamples:
Configuration Backups
Change Control
Post-Change Testing
Interface Monitoring
VLAN Monitoring
DHCP Scope Monitoring
DNS Monitoring
Redundant Links
Capacity MonitoringRecommendations should relate directly to the incident.
77. Network Connectivity Decision Tree
Section titled β77. Network Connectivity Decision TreeβConnectivity Problem βPhysical Link Up? βββββ΄ββββ NO YES β βLayer 1 Valid IP? βββββ΄ββββ NO YES β β DHCP/IP Gateway Reachable? βββββ΄ββββ NO YES β β L2 / VLAN Remote IP Reachable? βββββ΄ββββ NO YES β β Routing DNS Works? βββββ΄ββββ NO YES β β DNS TCP Port? βββββ΄ββββ NO YES β β Firewall / Application / Service Performance78. Quick Command Reference
Section titled β78. Quick Command ReferenceβWindows
Section titled βWindowsβipconfig /allping <IP>tracert <IP>arp -anslookup <hostname>route printTest-NetConnection <IP> -Port <PORT>ip addrip routeip neighping <IP>traceroute <IP>dig <hostname>ss -lntpcurl -I <URL>79. Switch Quick Reference
Section titled β79. Switch Quick Referenceβshow interfaces statusshow vlan briefshow interfaces trunkshow mac address-tableshow interfaces <interface>show interfaces <interface> switchport80. Router Quick Reference
Section titled β80. Router Quick Referenceβshow ip interface briefshow ip routeshow running-config81. Wireshark Quick Reference
Section titled β81. Wireshark Quick Referenceβ| Purpose | Filter |
|---|---|
| ARP | arp |
| DNS | dns |
| DHCP | dhcp |
| ICMP | icmp |
| TCP | tcp |
| Retransmissions | tcp.analysis.retransmission |
82. Operational Checklist
Section titled β82. Operational ChecklistβIncident Intake
Section titled βIncident Intakeβ-
Incident ID created
-
Exact symptom documented
-
Scope identified
-
Business impact identified
-
Recent changes reviewed
-
Existing alerts checked
Endpoint
Section titled βEndpointβ-
Physical connectivity verified
-
Interface enabled
-
IP address verified
-
Subnet mask verified
-
Gateway verified
-
DNS verified
-
APIPA checked
Layer 2
Section titled βLayer 2β-
Switch port operational
-
Interface errors checked
-
Correct VLAN verified
-
MAC learning verified
-
Trunks verified
-
Required VLANs allowed
Layer 3
Section titled βLayer 3β-
Gateway reachable
-
Remote IP tested
-
Traceroute performed
-
Router interfaces verified
-
Routing table checked
-
Return path considered
-
DHCP client verified
-
Scope checked
-
Available leases checked
-
Relay checked
-
DORA reviewed where required
-
DNS server reachable
-
Client DNS configuration verified
-
Direct DNS query performed
-
Returned record validated
Services
Section titled βServicesβ-
Destination IP reachable
-
Required TCP/UDP port tested
-
Server service verified
-
Firewall/ACL reviewed
Wireless
Section titled βWirelessβ-
Correct SSID
-
Association successful
-
Authentication successful
-
Valid DHCP address
-
Gateway reachable
-
DNS operational
Performance
Section titled βPerformanceβ-
Latency measured
-
Packet loss measured
-
Utilization reviewed
-
Interface errors reviewed
-
Baseline comparison performed
Monitoring
Section titled βMonitoringβ-
SNMP checked
-
Syslog checked
-
Alerts correlated
-
Timeline created where required
Remediation
Section titled βRemediationβ-
Root cause identified
-
Corrective action planned
-
Risk assessed
-
Rollback considered
-
Minimum required change implemented
Verification
Section titled βVerificationβ-
Original symptom retested
-
Gateway verified
-
Remote connectivity verified
-
DNS verified
-
Application verified
-
Multiple affected users verified
-
Monitoring returned to normal
Closure
Section titled βClosureβ-
Root cause documented
-
Corrective action documented
-
Preventive recommendation documented
-
User recovery confirmed
-
Incident closed
83. Incident Documentation Template
Section titled β83. Incident Documentation Templateβ# Network Connectivity Incident
## Incident Information
Incident ID:
Date:
Start Time:
Resolution Time:
Severity:
## Business Impact
## Affected Users
## Affected Systems
## Reported Symptoms
## Incident Scope
## Recent Changes
## Initial Evidence
## Network Path
## Troubleshooting Actions
### Observation 1
### Theory
### Test
### Result
### Conclusion
## Root Cause
## Corrective Action
## Verification
## Monitoring Status
## Preventive Recommendation
## Escalation
## Final Status
RESOLVED / ESCALATED84. Runbook Success Criteria
Section titled β84. Runbook Success CriteriaβThe runbook is successfully completed when:
Root Cause=IdentifiedConnectivity=RestoredAffected Services=ValidatedMonitoring=Healthyand:
Incident=DocumentedRunbook Review
Section titled βRunbook ReviewβA connectivity incident may initially appear simple:
"I cannot connect."But connectivity depends on multiple layers:
Physical βSwitching βVLAN βIP Addressing βGateway βRouting βDNS βFirewall βApplicationThe purpose of this runbook is to prevent troubleshooting from becoming:
Guess βChange βReboot βTry AgainInstead, use:
Observe βDetermine Scope βTest βIsolate βIdentify Root Cause βRemediate βVerify βDocumentA professional network technician does not simply ask whether the network works. They determine exactly where communication stops, gather evidence explaining why it stops, restore service using the minimum necessary change, and verify the entire communication path after remediation.
Whatβs Next?
Section titled βWhatβs Next?βRunbook 02 β VLAN and Trunk Troubleshooting
Section titled βRunbook 02 β VLAN and Trunk TroubleshootingβThe next runbook focuses specifically on Layer 2 segmentation and switching incidents involving:
-
incorrect VLAN assignments
-
missing VLANs
-
access-port configuration
-
802.1Q trunks
-
allowed VLAN lists
-
native VLAN mismatches
-
trunk negotiation
-
MAC address learning
-
inter-switch connectivity
-
selective VLAN outages
-
configuration changes
-
fault isolation
-
remediation and verification
The operational progression becomes:
Network Connectivity βLayer 2 Fault Isolation βVLAN Investigation βTrunk Investigation βRoot Cause βRemediation βValidationβ‘οΈ Next: Runbook 02 β VLAN and Trunk Troubleshooting