SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Network Troubleshooting and
                                                   Problem Identification- Part 2

                  Tips for Configuration and IP Address
                                 Conflicts

© 2012, SolarWinds Worldwide, LLC. All rights reserved.

                                                          1
Agenda

 Troubleshooting Network Configuration & IP Address Conflicts

 »      1. Troubleshooting Configuration Issues

 »      2. Troubleshooting IP Address Conflicts

 »      3. Network Troubleshooting Steps

 »      4. Tools for Network Troubleshooting

 »      5. How can SolarWinds help?




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     2
1. Troubleshooting Configuration Issues

 »      Reasons for more than 80% of network issues: Device configuration
        errors

 »      Why?
       »      Unplanned, unauthorized and not fully tested prior to deployment.


 »      Keep an archive of your device configurations so that you can compare
        the current version to the previously archived versions




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     3
1 a. Configure Archive

»     For a Cisco router, the archive config command allows you to save your
      IOS configuration in the configuration archive using a standard location
      and filename prefix that is automatically appended with an incremental
      version number as each consecutive file is saved.

                        Router# configure terminal
                        Router(config)# archive
                        Router(config-archive)# path disk0:myconfig


»     To save the current running configuration:
                        Router# archive config




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     4
1 b. Show Archive

»       The show archive command displays information on the files saved in the
        configuration archive as shown in the following sample output:
                       Router# show archive
                   There are currently 1 archive configurations saved.
                   The next archive file will be named disk0:myconfig-2
                   Archive # Name
                    0
                    1    disk0:myconfig-1 <- Most Recent
                    2


»       Assuming that you have a config archive, you can perform a line-by-line comparison of
        any two configuration files and generate a list of the differences between them using
        the show archive config differences command.

               show archive config differences[filename1(path)[filename2(path)][ignorecase]]


    NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                         5
1 b. Show Archive (Contd.)
»    A plus symbol (+) indicates that the configuration line exists in
     filename2(path) but not in filename1(path) while a minus symbol (-)
     indicates that the configuration line exists in filename1(path) but not in
     filename2(path).
»    An exclamation point (!) with descriptive comments is used to identify order-
     sensitive configuration lines whose location is different in filename1(path)
     than in filename2(path).
                     +ip subnet-zero
                     +ip name-server 10.4.4.4
                     +voice dnis-map 1
                      +dnis 111
                     interface Ethernet1/0
                      +no ip address
                      +shutdown
                     +ip default-gateway 10.5.5.5
                     +ip classless
                     +access-list 110 deny ip any host 10.1.1.1
                     +access-list 110 deny ip any host 10.1.1.2
                     +access-list 110 deny ip any host 10.1.1.3
                     +snmp-server community private RW
                     -no ip subnet-zero
                     interface Ethernet1/0
                      -ip address 10.7.7.7 255.0.0.0
                     -no ip classless
                     -snmp-server community public RO
NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                                  6
1 b. Show Archive (Contd.)

»     Once you determine that a config has changed, its easy to replace the current
      running config with any saved config file using the configure replace command.



                Router# configure replace disk0:myconfig

                This will apply all necessary additions and deletions
                to replace the current running configuration with the
                contents of the specified configuration file, which is
                assumed to be a complete configuration, not a partial
                configuration.
                Enter Y if you are sure you want to proceed. ? [no]: Y
                 Total number of passes: 1
                Rollback Done




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     7
2. Troubleshooting IP Address Conflicts

»      IP address conflicts occur when two devices on a network are assigned
       the same IP address resulting in one or both being disabled and losing
       connectivity until the conflict is resolved.

»      IP address conflicts mostly occur due to configuration errors including:
              • Assignment of the same static IP address by a network administrator

              • Assignment of a static IP address within the DHCP range (dynamic range) resulting
                in the same address being automatically assigned by the local DHCP server

              • An error in the DHCP server

              • A system coming back online after an extended period in stand-by or hibernate
                mode with an IP address that has been re-assigned and is in use on the network




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     8
2. Troubleshooting IP Address Conflicts                                          Step 1
    (Contd.)



»     Look For Overlapping IP Address Ranges on Your DHCP Server

       Verify that no two servers have overlapping IP address ranges.

       This can be as simple as comparing the IP address ranges and looking for
        overlaps when the servers are using dynamic or automatic allocation of IP
        addresses.

       If they are using static allocation, then you will need to review each hard coded
        IP address assignment.




                                              9
2. Troubleshooting IP Address Conflicts                                         Step 2
    (Contd.)


»       Look for Duplicate Static IP Addresses

         Look for devices on the network segment that have been statically configured
          with the duplicate IP address.



         Once found, you can either reconfigure the device to use DHCP or you can
          configure the DHCP server to stop assigning the duplicated IP address.




    NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                         10
2. Troubleshooting IP Address Conflicts                                             Step 3
(Contd.)


»      If steps 1 and 2 do not produce results, you will need to find the MAC addresses
       of the conflicting devices.

»      Since the MAC address is unique for each device on the network, you can look for
       devices that contain the same IP address but with different MAC addresses.

»      You can use the Address Resolution Protocol (ARP) to establish a correspondence
       between the IP address and the MAC address. Start at your core router and use
       the show ip arp command:




»      If you were to see two IP addresses with differing hardware addresses then you
       have located your problem devices.


NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     11
2. Troubleshooting IP Address Conflicts                                              Step 4
(Contd.)


»     To know the physical location or switch port, go to the switch and use the show
      mac-address table command. This will show you the MAC address for each port.

»     This can be very tedious in the case of geographically distributed networks.




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     12
2. Troubleshooting IP Address Conflicts (Contd.)

»      SolarWinds User Device Tracker is a device tracking and switch port
       management tool that quickly locates a device on the network by
       searching on the IP address, Hostname or MAC address.




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     13
2 a. Preventing conflicts in the Future

»      Some tips to prevent future conflicts
          Use DHCP to reduce the chances of manually assigning duplicate addresses.
          Set your DHCP server to detect IP address conflicts.
          Modify the DHCP lease duration to something less than the default lease time of 8 days.
          Use multiple DHCP servers, each having it own specific scope.
          Reserve IP addresses instead of assigning static IP addresses.
          Use automated DHCP, DNS, and IP address management and monitoring tools


»      Despite these preventive measures, the possibility that IP conflicts
       occurring still remains

»      It is better to evaluate a commercially available IP address management
       product that allows you to centrally manage, monitor, alert, and report
       on your IP infrastructure.


NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     14
3. Network Troubleshooting Steps

»      Identify the symptoms – document the symptoms
»      Identify the scope of the problem – geographic, demographic, or
       chronological
»      Determine if anything has changed on the network – has there been a
       hardware or software change?
»      Determine the most probable cause of the problem – no, it’s not always
       the user
»      Implement solution
»      Test the solution
»      Document the solution




                                   And….Don’t forget to check the cables!

NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     15
4. Tools for Network Troubleshooting

»      There are hundreds of open source, free, or commercially licensed
       products available to monitor and troubleshoot network performance,
       traffic and bandwidth, configurations, and IP infrastructure.

»      Here are some guidelines to pick the right tool:
        Multiple Vendor device support
        Support for multiple standard protocols including SNMP, ICMP, Syslog, and
         others.
        Real-time and historical analysis capabilities
        Vizualizations accessible from anywhere
        Drill-down support
        Affordability




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     16
3. How SolarWinds can help?

» SolarWinds award-winning network management software
  makes it easy to:
           Discover and map network devices
           Monitor network performance
           Analyze network traffic
           Manage and back up network configurations
           Track IP addresses
           Find rogue devices, and much more.




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     17
3 a. SolarWinds Network Configuration Manager

»      SolarWinds Network Configuration Manager (NCM) keeps you ahead of network
       issues with immediate visibility into the cause and effect relationship between
       configuration errors and network performance.

       •    Enables bulk configuration,
            community string, ACL, & MAC
            address changes
       •    Automates network configuration
            backups & compliance reporting
       •    Detects & reports on configuration
            policy violations & delivers real-time
            alerts Protect against unauthorized,
            unscheduled, or erroneous config
            changes
       •    Automatically discovers SNMP-
            enabled network devices & typically
            deploys in less than an hour



    NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                         18
3 b. SolarWinds IP Address Manager

»      SolarWinds IP Address Manager (IPAM) enables you and your team to ditch your
       spreadsheets for an easy-to-use, centralized IP address monitoring and
       management solution

        •    Centrally manage, alert, & report on
             your IP address space
        •    Manage & monitor Microsoft
             DHCP/DNS services & monitor Cisco
             DHCP servers
        •    Delivers role-based access & control
             from an intuitive web based interface
        •    Alert notifications help prevent your
             subnets & DHCP scopes from filling up
        •    Automatically discovers used & unused
             addresses & typically deploys in less
             than an hour




    NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                         19
3 b. SolarWinds User Device Tracker

»      SolarWinds User Device Tracker enables you to quickly find devices on your
       network, create device watch lists, map switch ports and track switch capacity.


        •    Track user and device locations by
             MAC address, IP address, or
             Hostname
        •    Map and monitor switches by ports
             used, CPU load, memory used and
             more
        •    Receive immediate alerts when a
             specified device connects to the
             network




    NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                         20
Helpful Resources
We invite you to learn more about SolarWinds Network Management Software




                                                                                   Watch the IP Address Manager
                                                                                          Overview Video




                                           Explore the FEATURES
                                             of SolarWinds IPAM
                                         • No more spreadsheets
                                         • Centralized IP Address
                                           Management



                                            --- Click any of the links above ---
NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                                    21
Thank You!




NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION
                                                     22

Weitere ähnliche Inhalte

Was ist angesagt?

CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
BGP (border gateway routing protocol)
BGP (border gateway routing protocol)BGP (border gateway routing protocol)
BGP (border gateway routing protocol)Netwax Lab
 
The Basics of Network Troubleshooting
The Basics of Network TroubleshootingThe Basics of Network Troubleshooting
The Basics of Network Troubleshootingzaisahil
 
Network Troubleshooting
Network TroubleshootingNetwork Troubleshooting
Network TroubleshootingJoy Sarker
 
CCNA Course Training Presentation
CCNA Course Training PresentationCCNA Course Training Presentation
CCNA Course Training PresentationRohit Singh
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPTPijush Kanti Das
 
network performance measurement using Iperf
network performance measurement using Iperfnetwork performance measurement using Iperf
network performance measurement using Iperfshravankumar bhat
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6Adeel Rasheed
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKINGKiran Buriro
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9Nil Menon
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01Irsandi Hasan
 
MPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - BasicMPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - BasicEricsson
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Alan Mark
 

Was ist angesagt? (20)

Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Subnet Mask
Subnet MaskSubnet Mask
Subnet Mask
 
BGP (border gateway routing protocol)
BGP (border gateway routing protocol)BGP (border gateway routing protocol)
BGP (border gateway routing protocol)
 
The Basics of Network Troubleshooting
The Basics of Network TroubleshootingThe Basics of Network Troubleshooting
The Basics of Network Troubleshooting
 
Network Troubleshooting
Network TroubleshootingNetwork Troubleshooting
Network Troubleshooting
 
Subnetting
SubnettingSubnetting
Subnetting
 
Chapter11
Chapter11Chapter11
Chapter11
 
CCNA Course Training Presentation
CCNA Course Training PresentationCCNA Course Training Presentation
CCNA Course Training Presentation
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
Repeaters.51
Repeaters.51Repeaters.51
Repeaters.51
 
network performance measurement using Iperf
network performance measurement using Iperfnetwork performance measurement using Iperf
network performance measurement using Iperf
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01
 
MPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - BasicMPLS Deployment Chapter 1 - Basic
MPLS Deployment Chapter 1 - Basic
 
Ip address
Ip addressIp address
Ip address
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 

Andere mochten auch

Remote network monitoring
Remote network monitoringRemote network monitoring
Remote network monitoringyousef emami
 
Network management
Network managementNetwork management
Network managementMohd Arif
 
Monitoring and Troubleshooting for Online Operations
Monitoring and Troubleshooting for Online OperationsMonitoring and Troubleshooting for Online Operations
Monitoring and Troubleshooting for Online OperationsThousandEyes
 
Ethernet - Networking presentation
Ethernet - Networking presentationEthernet - Networking presentation
Ethernet - Networking presentationViet Nguyen
 
NetworkSecurity.ppt
NetworkSecurity.pptNetworkSecurity.ppt
NetworkSecurity.pptDreamMalar
 
Network Security
Network SecurityNetwork Security
Network SecurityMAJU
 
Network protocol
Network protocolNetwork protocol
Network protocolOnline
 
Network protocols
Network protocolsNetwork protocols
Network protocolsHemnath R.
 
VPN - Virtual Private Network
VPN - Virtual Private NetworkVPN - Virtual Private Network
VPN - Virtual Private NetworkPeter R. Egli
 
Virtual private network
Virtual private networkVirtual private network
Virtual private networkSowmia Sathyan
 

Andere mochten auch (15)

Remote network monitoring
Remote network monitoringRemote network monitoring
Remote network monitoring
 
Network management
Network managementNetwork management
Network management
 
Monitoring and Troubleshooting for Online Operations
Monitoring and Troubleshooting for Online OperationsMonitoring and Troubleshooting for Online Operations
Monitoring and Troubleshooting for Online Operations
 
Ethernet - Networking presentation
Ethernet - Networking presentationEthernet - Networking presentation
Ethernet - Networking presentation
 
Ethernet
EthernetEthernet
Ethernet
 
Vpn
VpnVpn
Vpn
 
NetworkSecurity.ppt
NetworkSecurity.pptNetworkSecurity.ppt
NetworkSecurity.ppt
 
Network Security
Network SecurityNetwork Security
Network Security
 
Network security
Network securityNetwork security
Network security
 
Protocols
ProtocolsProtocols
Protocols
 
Network protocol
Network protocolNetwork protocol
Network protocol
 
Network protocols
Network protocolsNetwork protocols
Network protocols
 
VPN - Virtual Private Network
VPN - Virtual Private NetworkVPN - Virtual Private Network
VPN - Virtual Private Network
 
Virtual private network
Virtual private networkVirtual private network
Virtual private network
 
OSI Model
OSI ModelOSI Model
OSI Model
 

Ähnlich wie Network Troubleshooting - Part 2

Docker interview Questions-3.pdf
Docker interview Questions-3.pdfDocker interview Questions-3.pdf
Docker interview Questions-3.pdfYogeshwaran R
 
Apend. networking generic a
Apend. networking generic aApend. networking generic a
Apend. networking generic aAcácio Oliveira
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxjasembo
 
101 apend. networking generic a
101 apend. networking generic a101 apend. networking generic a
101 apend. networking generic aAcácio Oliveira
 
Simplified IPv6 Subnetting. Understanding What’s What.
Simplified IPv6 Subnetting. Understanding What’s What.Simplified IPv6 Subnetting. Understanding What’s What.
Simplified IPv6 Subnetting. Understanding What’s What.SolarWinds
 
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
7 2.5 3 Lab - Identifying IPv6 Addresses.pdfSamantha Vargas
 
IPv6 networking training sduffy v3
IPv6 networking training   sduffy v3IPv6 networking training   sduffy v3
IPv6 networking training sduffy v3Shane Duffy
 
CENTRAL MANAGEMENT OF NETWORK AND CALL SERVICES
CENTRAL MANAGEMENT OF NETWORK AND CALL SERVICESCENTRAL MANAGEMENT OF NETWORK AND CALL SERVICES
CENTRAL MANAGEMENT OF NETWORK AND CALL SERVICESNazmul Hossain Rakib
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newuopassignment
 
Ccna interview questions
Ccna interview questionsCcna interview questions
Ccna interview questionsfazalurmsc
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newwilliamethan912
 
Design of a campus network
Design of a campus networkDesign of a campus network
Design of a campus networkAalap Tripathy
 

Ähnlich wie Network Troubleshooting - Part 2 (20)

Docker interview Questions-3.pdf
Docker interview Questions-3.pdfDocker interview Questions-3.pdf
Docker interview Questions-3.pdf
 
Apend. networking generic a
Apend. networking generic aApend. networking generic a
Apend. networking generic a
 
Nat 03
Nat 03Nat 03
Nat 03
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linux
 
Day 17.1 nat pat
Day 17.1 nat pat Day 17.1 nat pat
Day 17.1 nat pat
 
101 apend. networking generic a
101 apend. networking generic a101 apend. networking generic a
101 apend. networking generic a
 
Simplified IPv6 Subnetting. Understanding What’s What.
Simplified IPv6 Subnetting. Understanding What’s What.Simplified IPv6 Subnetting. Understanding What’s What.
Simplified IPv6 Subnetting. Understanding What’s What.
 
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
 
3- NIC Teaming
3- NIC Teaming3- NIC Teaming
3- NIC Teaming
 
Iaas on xcp
Iaas on xcpIaas on xcp
Iaas on xcp
 
Nat 07
Nat 07Nat 07
Nat 07
 
Zero configuration networks
Zero configuration networksZero configuration networks
Zero configuration networks
 
IPv6 networking training sduffy v3
IPv6 networking training   sduffy v3IPv6 networking training   sduffy v3
IPv6 networking training sduffy v3
 
CENTRAL MANAGEMENT OF NETWORK AND CALL SERVICES
CENTRAL MANAGEMENT OF NETWORK AND CALL SERVICESCENTRAL MANAGEMENT OF NETWORK AND CALL SERVICES
CENTRAL MANAGEMENT OF NETWORK AND CALL SERVICES
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands new
 
Ccna interview questions
Ccna interview questionsCcna interview questions
Ccna interview questions
 
Technical presentation
Technical presentationTechnical presentation
Technical presentation
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands new
 
Design of a campus network
Design of a campus networkDesign of a campus network
Design of a campus network
 
66 pf sensetutorial
66 pf sensetutorial66 pf sensetutorial
66 pf sensetutorial
 

Mehr von SolarWinds

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilitySolarWinds
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilitySolarWinds
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...SolarWinds
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsSolarWinds
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsSolarWinds
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...SolarWinds
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...SolarWinds
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsSolarWinds
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceSolarWinds
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceSolarWinds
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...SolarWinds
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion SolarWinds
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...SolarWinds
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning SolarWinds
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkSolarWinds
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...SolarWinds
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges SolarWinds
 

Mehr von SolarWinds (20)

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of Observability
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack Observability
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT Operations
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application Performance
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid Workforce
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your Network
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges
 

Kürzlich hochgeladen

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 

Network Troubleshooting - Part 2

  • 1. Network Troubleshooting and Problem Identification- Part 2 Tips for Configuration and IP Address Conflicts © 2012, SolarWinds Worldwide, LLC. All rights reserved. 1
  • 2. Agenda Troubleshooting Network Configuration & IP Address Conflicts » 1. Troubleshooting Configuration Issues » 2. Troubleshooting IP Address Conflicts » 3. Network Troubleshooting Steps » 4. Tools for Network Troubleshooting » 5. How can SolarWinds help? NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 2
  • 3. 1. Troubleshooting Configuration Issues » Reasons for more than 80% of network issues: Device configuration errors » Why? » Unplanned, unauthorized and not fully tested prior to deployment. » Keep an archive of your device configurations so that you can compare the current version to the previously archived versions NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 3
  • 4. 1 a. Configure Archive » For a Cisco router, the archive config command allows you to save your IOS configuration in the configuration archive using a standard location and filename prefix that is automatically appended with an incremental version number as each consecutive file is saved. Router# configure terminal Router(config)# archive Router(config-archive)# path disk0:myconfig » To save the current running configuration: Router# archive config NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 4
  • 5. 1 b. Show Archive » The show archive command displays information on the files saved in the configuration archive as shown in the following sample output: Router# show archive There are currently 1 archive configurations saved. The next archive file will be named disk0:myconfig-2 Archive # Name 0 1 disk0:myconfig-1 <- Most Recent 2 » Assuming that you have a config archive, you can perform a line-by-line comparison of any two configuration files and generate a list of the differences between them using the show archive config differences command. show archive config differences[filename1(path)[filename2(path)][ignorecase]] NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 5
  • 6. 1 b. Show Archive (Contd.) » A plus symbol (+) indicates that the configuration line exists in filename2(path) but not in filename1(path) while a minus symbol (-) indicates that the configuration line exists in filename1(path) but not in filename2(path). » An exclamation point (!) with descriptive comments is used to identify order- sensitive configuration lines whose location is different in filename1(path) than in filename2(path). +ip subnet-zero +ip name-server 10.4.4.4 +voice dnis-map 1 +dnis 111 interface Ethernet1/0 +no ip address +shutdown +ip default-gateway 10.5.5.5 +ip classless +access-list 110 deny ip any host 10.1.1.1 +access-list 110 deny ip any host 10.1.1.2 +access-list 110 deny ip any host 10.1.1.3 +snmp-server community private RW -no ip subnet-zero interface Ethernet1/0 -ip address 10.7.7.7 255.0.0.0 -no ip classless -snmp-server community public RO NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 6
  • 7. 1 b. Show Archive (Contd.) » Once you determine that a config has changed, its easy to replace the current running config with any saved config file using the configure replace command. Router# configure replace disk0:myconfig This will apply all necessary additions and deletions to replace the current running configuration with the contents of the specified configuration file, which is assumed to be a complete configuration, not a partial configuration. Enter Y if you are sure you want to proceed. ? [no]: Y Total number of passes: 1 Rollback Done NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 7
  • 8. 2. Troubleshooting IP Address Conflicts » IP address conflicts occur when two devices on a network are assigned the same IP address resulting in one or both being disabled and losing connectivity until the conflict is resolved. » IP address conflicts mostly occur due to configuration errors including: • Assignment of the same static IP address by a network administrator • Assignment of a static IP address within the DHCP range (dynamic range) resulting in the same address being automatically assigned by the local DHCP server • An error in the DHCP server • A system coming back online after an extended period in stand-by or hibernate mode with an IP address that has been re-assigned and is in use on the network NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 8
  • 9. 2. Troubleshooting IP Address Conflicts Step 1 (Contd.) » Look For Overlapping IP Address Ranges on Your DHCP Server  Verify that no two servers have overlapping IP address ranges.  This can be as simple as comparing the IP address ranges and looking for overlaps when the servers are using dynamic or automatic allocation of IP addresses.  If they are using static allocation, then you will need to review each hard coded IP address assignment. 9
  • 10. 2. Troubleshooting IP Address Conflicts Step 2 (Contd.) » Look for Duplicate Static IP Addresses  Look for devices on the network segment that have been statically configured with the duplicate IP address.  Once found, you can either reconfigure the device to use DHCP or you can configure the DHCP server to stop assigning the duplicated IP address. NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 10
  • 11. 2. Troubleshooting IP Address Conflicts Step 3 (Contd.) » If steps 1 and 2 do not produce results, you will need to find the MAC addresses of the conflicting devices. » Since the MAC address is unique for each device on the network, you can look for devices that contain the same IP address but with different MAC addresses. » You can use the Address Resolution Protocol (ARP) to establish a correspondence between the IP address and the MAC address. Start at your core router and use the show ip arp command: » If you were to see two IP addresses with differing hardware addresses then you have located your problem devices. NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 11
  • 12. 2. Troubleshooting IP Address Conflicts Step 4 (Contd.) » To know the physical location or switch port, go to the switch and use the show mac-address table command. This will show you the MAC address for each port. » This can be very tedious in the case of geographically distributed networks. NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 12
  • 13. 2. Troubleshooting IP Address Conflicts (Contd.) » SolarWinds User Device Tracker is a device tracking and switch port management tool that quickly locates a device on the network by searching on the IP address, Hostname or MAC address. NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 13
  • 14. 2 a. Preventing conflicts in the Future » Some tips to prevent future conflicts  Use DHCP to reduce the chances of manually assigning duplicate addresses.  Set your DHCP server to detect IP address conflicts.  Modify the DHCP lease duration to something less than the default lease time of 8 days.  Use multiple DHCP servers, each having it own specific scope.  Reserve IP addresses instead of assigning static IP addresses.  Use automated DHCP, DNS, and IP address management and monitoring tools » Despite these preventive measures, the possibility that IP conflicts occurring still remains » It is better to evaluate a commercially available IP address management product that allows you to centrally manage, monitor, alert, and report on your IP infrastructure. NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 14
  • 15. 3. Network Troubleshooting Steps » Identify the symptoms – document the symptoms » Identify the scope of the problem – geographic, demographic, or chronological » Determine if anything has changed on the network – has there been a hardware or software change? » Determine the most probable cause of the problem – no, it’s not always the user » Implement solution » Test the solution » Document the solution And….Don’t forget to check the cables! NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 15
  • 16. 4. Tools for Network Troubleshooting » There are hundreds of open source, free, or commercially licensed products available to monitor and troubleshoot network performance, traffic and bandwidth, configurations, and IP infrastructure. » Here are some guidelines to pick the right tool:  Multiple Vendor device support  Support for multiple standard protocols including SNMP, ICMP, Syslog, and others.  Real-time and historical analysis capabilities  Vizualizations accessible from anywhere  Drill-down support  Affordability NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 16
  • 17. 3. How SolarWinds can help? » SolarWinds award-winning network management software makes it easy to:  Discover and map network devices  Monitor network performance  Analyze network traffic  Manage and back up network configurations  Track IP addresses  Find rogue devices, and much more. NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 17
  • 18. 3 a. SolarWinds Network Configuration Manager » SolarWinds Network Configuration Manager (NCM) keeps you ahead of network issues with immediate visibility into the cause and effect relationship between configuration errors and network performance. • Enables bulk configuration, community string, ACL, & MAC address changes • Automates network configuration backups & compliance reporting • Detects & reports on configuration policy violations & delivers real-time alerts Protect against unauthorized, unscheduled, or erroneous config changes • Automatically discovers SNMP- enabled network devices & typically deploys in less than an hour NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 18
  • 19. 3 b. SolarWinds IP Address Manager » SolarWinds IP Address Manager (IPAM) enables you and your team to ditch your spreadsheets for an easy-to-use, centralized IP address monitoring and management solution • Centrally manage, alert, & report on your IP address space • Manage & monitor Microsoft DHCP/DNS services & monitor Cisco DHCP servers • Delivers role-based access & control from an intuitive web based interface • Alert notifications help prevent your subnets & DHCP scopes from filling up • Automatically discovers used & unused addresses & typically deploys in less than an hour NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 19
  • 20. 3 b. SolarWinds User Device Tracker » SolarWinds User Device Tracker enables you to quickly find devices on your network, create device watch lists, map switch ports and track switch capacity. • Track user and device locations by MAC address, IP address, or Hostname • Map and monitor switches by ports used, CPU load, memory used and more • Receive immediate alerts when a specified device connects to the network NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 20
  • 21. Helpful Resources We invite you to learn more about SolarWinds Network Management Software Watch the IP Address Manager Overview Video Explore the FEATURES of SolarWinds IPAM • No more spreadsheets • Centralized IP Address Management --- Click any of the links above --- NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 21
  • 22. Thank You! NETWORK TROUBLESHOOTING AND PROBLEM IDENTIFICATION 22