1
1

00:00:00,350  -->  00:00:02,220
<v ->Troubleshooting network issues,</v>
2

2

00:00:02,220  -->  00:00:03,180
in this section,
3

3

00:00:03,180  -->  00:00:05,180
we're going to discuss how to troubleshoot general
4

4

00:00:05,180  -->  00:00:06,470
networking issues.
5

5

00:00:06,470  -->  00:00:08,220
As we go through this section of the course,
6

6

00:00:08,220  -->  00:00:11,160
we're going to again focus on Domain 5 network troubleshooting
7

7

00:00:11,160  -->  00:00:12,410
and our final objective,
8

8

00:00:12,410  -->  00:00:14,260
objective 5.5.
9

9

00:00:14,260  -->  00:00:15,820
Objective 5.5 states,
10

10

00:00:15,820  -->  00:00:16,990
that given a scenario,
11

11

00:00:16,990  -->  00:00:19,780
you must troubleshoot general networking issues.
12

12

00:00:19,780  -->  00:00:21,780
Now, as we go through this section of the course,
13

13

00:00:21,780  -->  00:00:24,590
we're going to talk about collisions, and broadcast storms,
14

14

00:00:24,590  -->  00:00:25,820
and duplicate addresses,
15

15

00:00:25,820  -->  00:00:28,300
and flooding and switching, and routing loops,
16

16

00:00:28,300  -->  00:00:30,223
DHCP issues, IP misconfigurations,
17

17

00:00:31,074  -->  00:00:34,500
VLM misconfigurations, firewall issues, DNS issues,
18

18

00:00:34,500  -->  00:00:36,930
NTP issues, network performance issues,
19

19

00:00:36,930  -->  00:00:38,430
low optical link budgets,
20

20

00:00:38,430  -->  00:00:39,500
certificate issues,
21

21

00:00:39,500  -->  00:00:42,250
licensed feature issues, BYOD challenges,
22

22

00:00:42,250  -->  00:00:44,430
and some hardware failures.
23

23

00:00:44,430  -->  00:00:46,710
But before we cover all those different issues
24

24

00:00:46,710  -->  00:00:48,010
in this section of the course,
25

25

00:00:48,010  -->  00:00:49,650
I want to use the rest of this lesson
26

26

00:00:49,650  -->  00:00:51,350
to discuss a few things you need to consider
27

27

00:00:51,350  -->  00:00:53,620
during your general network troubleshooting efforts,
28

28

00:00:53,620  -->  00:00:55,780
including device configuration reviews,
29

29

00:00:55,780  -->  00:00:58,020
routing tables, interface status,
30

30

00:00:58,020  -->  00:00:58,900
VLAN assignments,
31

31

00:00:58,900  -->  00:01:01,300
and your network performance baselines.
32

32

00:01:01,300  -->  00:01:03,700
First, we have device configuration reviews.
33

33

00:01:03,700  -->  00:01:04,550
Now previously
34

34

00:01:04,550  -->  00:01:06,550
we've gone through a standard device configuration
35

35

00:01:06,550  -->  00:01:08,540
and we reviewed it section by section.
36

36

00:01:08,540  -->  00:01:10,230
But here, I just wanted to remind you
37

37

00:01:10,230  -->  00:01:12,200
that whenever you're experiencing a networking issue,
38

38

00:01:12,200  -->  00:01:13,200
it's always a good idea
39

39

00:01:13,200  -->  00:01:15,630
to look at your configuration files once more.
40

40

00:01:15,630  -->  00:01:18,130
Most network devices have two configurations,
41

41

00:01:18,130  -->  00:01:20,900
a startup configuration and a running configuration.
42

42

00:01:20,900  -->  00:01:23,610
The startup configuration file is stored in NVRAM,
43

43

00:01:23,610  -->  00:01:24,930
and it contains the commands needed
44

44

00:01:24,930  -->  00:01:26,460
to initially configure a router
45

45

00:01:26,460  -->  00:01:27,980
when it's being booted up.
46

46

00:01:27,980  -->  00:01:30,100
It also creates the running configuration file
47

47

00:01:30,100  -->  00:01:31,230
that's going to to be stored in RAM
48

48

00:01:31,230  -->  00:01:33,200
and used during normal operations.
49

49

00:01:33,200  -->  00:01:34,410
The running configuration
50

50

00:01:34,410  -->  00:01:36,070
is the configurations that are actively
51

51

00:01:36,070  -->  00:01:37,120
being used by the router
52

52

00:01:37,120  -->  00:01:38,660
at any given time.
53

53

00:01:38,660  -->  00:01:40,300
Any changes made to the configuration
54

54

00:01:40,300  -->  00:01:41,440
by a network technician
55

55

00:01:41,440  -->  00:01:42,770
in the command line interface
56

56

00:01:42,770  -->  00:01:45,260
is applied first to the running configuration.
57

57

00:01:45,260  -->  00:01:46,093
But,
58

58

00:01:46,093  -->  00:01:48,310
if it doesn't saved back to the startup configuration,
59

59

00:01:48,310  -->  00:01:49,660
those changes will be lost
60

60

00:01:49,660  -->  00:01:51,270
the next time you reboot the router.
61

61

00:01:51,270  -->  00:01:53,370
So if everything was working and you rebooted the router
62

62

00:01:53,370  -->  00:01:54,520
and things stop working,
63

63

00:01:54,520  -->  00:01:56,950
it may be that you're missing a configuration.
64

64

00:01:56,950  -->  00:01:58,950
Now if you want to see the startup configuration,
65

65

00:01:58,950  -->  00:02:01,670
you can enter the command, Show startup-config
66

66

00:02:01,670  -->  00:02:03,260
at the command line interface.
67

67

00:02:03,260  -->  00:02:05,090
If you want to see the running configuration,
68

68

00:02:05,090  -->  00:02:07,130
you're going to enter show running-config
69

69

00:02:07,130  -->  00:02:08,720
at the command line interface.
70

70

00:02:08,720  -->  00:02:10,330
Now if you need to save any changes
71

71

00:02:10,330  -->  00:02:11,690
that you've made to the running config,
72

72

00:02:11,690  -->  00:02:12,900
to the startup config,
73

73

00:02:12,900  -->  00:02:14,570
you can do this by entering the command;
74

74

00:02:14,570  -->  00:02:16,840
copy running-config, startup-config
75

75

00:02:16,840  -->  00:02:18,450
into the command line interface.
76

76

00:02:18,450  -->  00:02:19,283
Remember
77

77

00:02:19,283  -->  00:02:21,320
these three commands work on Cisco devices,
78

78

00:02:21,320  -->  00:02:23,470
but other network devices use similar commands
79

79

00:02:23,470  -->  00:02:25,690
to conduct these same types of actions.
80

80

00:02:25,690  -->  00:02:28,360
Now, next, you need to look at your routing tables.
81

81

00:02:28,360  -->  00:02:30,700
Anytime data isn't flowing properly in your networks,
82

82

00:02:30,700  -->  00:02:32,280
it could be a routing issue
83

83

00:02:32,280  -->  00:02:33,770
to verify your routing tables.
84

84

00:02:33,770  -->  00:02:35,140
You need to check your routers,
85

85

00:02:35,140  -->  00:02:36,150
your layer three switches
86

86

00:02:36,150  -->  00:02:38,910
and any workstations or servers you may have
87

87

00:02:38,910  -->  00:02:40,440
to view the routes on a network device
88

88

00:02:40,440  -->  00:02:42,320
like a router or a layer three switch.
89

89

00:02:42,320  -->  00:02:44,460
You can enter the command Show IP route
90

90

00:02:44,460  -->  00:02:46,120
from the command line interface.
91

91

00:02:46,120  -->  00:02:47,620
Now, if you need a view, the routing table
92

92

00:02:47,620  -->  00:02:49,440
on a Windows, workstation or server,
93

93

00:02:49,440  -->  00:02:52,550
you can use the command Route print at the command prompt.
94

94

00:02:52,550  -->  00:02:54,530
If you need to display the routing table on a Linux
95

95

00:02:54,530  -->  00:02:56,920
Unix or OSX workstation or server,
96

96

00:02:56,920  -->  00:03:00,380
you can enter the command Route-N at the shell.
97

97

00:03:00,380  -->  00:03:02,870
Next, you should look at the interface status itself
98

98

00:03:02,870  -->  00:03:04,800
when there's networking issues going on
99

99

00:03:04,800  -->  00:03:07,070
to do this, you're going to enter the show interface
100

100

00:03:07,070  -->  00:03:08,700
or show interfaces command
101

101

00:03:08,700  -->  00:03:10,900
at the prompt within the command line environment
102

102

00:03:10,900  -->  00:03:12,220
of your router or switch
103

103

00:03:12,220  -->  00:03:14,500
again, this is a Cisco specific command,
104

104

00:03:14,500  -->  00:03:16,300
but similar commands exist for other brands
105

105

00:03:16,300  -->  00:03:17,670
of network devices.
106

106

00:03:17,670  -->  00:03:19,180
From this interface status,
107

107

00:03:19,180  -->  00:03:21,450
we're going to be able to determine all sorts of issues,
108

108

00:03:21,450  -->  00:03:24,640
such as duplexing issues, DHCP issues, collisions,
109

109

00:03:24,640  -->  00:03:26,160
and broadcast storms.
110

110

00:03:26,160  -->  00:03:28,610
Next, we can check the VLAN assignments being used
111

111

00:03:28,610  -->  00:03:30,670
for our network and our devices,
112

112

00:03:30,670  -->  00:03:32,460
the VLAN assignments or VLAN tagging
113

113

00:03:32,460  -->  00:03:34,890
is the practice of segmenting an organizational network
114

114

00:03:34,890  -->  00:03:37,630
and separating users into respective networks Sections
115

115

00:03:37,630  -->  00:03:39,580
based on their roles and responsibilities.
116

116

00:03:39,580  -->  00:03:40,550
Most commonly
117

117

00:03:40,550  -->  00:03:42,820
VLAN assignments are done using static assignments
118

118

00:03:42,820  -->  00:03:45,420
based on the ports and the interfaces being used.
119

119

00:03:45,420  -->  00:03:46,253
Conversely,
120

120

00:03:46,253  -->  00:03:48,360
you can also set up dynamic VLAN assignments
121

121

00:03:48,360  -->  00:03:50,460
based on a Mac address of a given client.
122

122

00:03:50,460  -->  00:03:52,220
And that way, when that client connects,
123

123

00:03:52,220  -->  00:03:53,700
it will be put into the right VLAN,
124

124

00:03:53,700  -->  00:03:56,590
regardless of which physical port it's being connected to,
125

125

00:03:56,590  -->  00:03:58,670
to use dynamic VLAN configurations though,
126

126

00:03:58,670  -->  00:04:02,320
you need to use a VLAN Membership Policy Server or VMPS.
127

127

00:04:02,320  -->  00:04:04,920
As well as a client server and database.
128

128

00:04:04,920  -->  00:04:05,753
Now, remember,
129

129

00:04:05,753  -->  00:04:06,800
If you're using VLANs,
130

130

00:04:06,800  -->  00:04:08,140
these will be things that will break up
131

131

00:04:08,140  -->  00:04:09,320
your broadcast domains
132

132

00:04:09,320  -->  00:04:12,040
and reduce the chance of a broadcast on from occurring.
133

133

00:04:12,040  -->  00:04:14,970
But because these VLANs break up broadcast domains,
134

134

00:04:14,970  -->  00:04:17,570
you need to route traffic from one VLAN to another,
135

135

00:04:17,570  -->  00:04:19,680
using a router or layer three switch.
136

136

00:04:19,680  -->  00:04:21,500
If you forget to include a router in your network
137

137

00:04:21,500  -->  00:04:22,333
architecture
138

138

00:04:22,333  -->  00:04:23,430
and you're using VLANs,
139

139

00:04:23,430  -->  00:04:25,250
your traffic is not going to be able to flow
140

140

00:04:25,250  -->  00:04:26,490
between those VLANs.
141

141

00:04:26,490  -->  00:04:28,450
So make sure you keep this in mind.
142

142

00:04:28,450  -->  00:04:29,283
Finally,
143

143

00:04:29,283  -->  00:04:30,116
you need to ensure that you have
144

144

00:04:30,116  -->  00:04:31,410
a good network performance baseline
145

145

00:04:31,410  -->  00:04:34,210
created for your network after you initially configure it
146

146

00:04:34,210  -->  00:04:35,290
in the simplest terms,
147

147

00:04:35,290  -->  00:04:36,730
a network performance baseline,
148

148

00:04:36,730  -->  00:04:38,130
it's just a set of metrics used
149

149

00:04:38,130  -->  00:04:39,630
in network performance monitoring
150

150

00:04:39,630  -->  00:04:41,700
to define what the normal working conditions
151

151

00:04:41,700  -->  00:04:43,320
of this enterprise network infrastructure
152

152

00:04:43,320  -->  00:04:44,680
are going to look like.
153

153

00:04:44,680  -->  00:04:46,940
Engineers are going to use network performance baselines
154

154

00:04:46,940  -->  00:04:47,810
for comparison
155

155

00:04:47,810  -->  00:04:49,960
to catch changes in traffic that could indicate
156

156

00:04:49,960  -->  00:04:51,400
there's a problem with your network.
157

157

00:04:51,400  -->  00:04:53,500
It also lets networks operations personnel
158

158

00:04:53,500  -->  00:04:54,810
like network technicians,
159

159

00:04:54,810  -->  00:04:56,590
understand the before and after effects.
160

160

00:04:56,590  -->  00:04:58,080
Whenever a change is made,
161

161

00:04:58,080  -->  00:05:00,020
this makes it easier to measure the benefit
162

162

00:05:00,020  -->  00:05:01,640
and calculate a return on investment
163

163

00:05:01,640  -->  00:05:03,470
when you're making network changes.
164

164

00:05:03,470  -->  00:05:04,303
Basically,
165

165

00:05:04,303  -->  00:05:05,300
if you think there's a problem
166

166

00:05:05,300  -->  00:05:06,680
and something looks abnormal,
167

167

00:05:06,680  -->  00:05:08,360
you should consult your network baseline
168

168

00:05:08,360  -->  00:05:10,130
to see if there really is something that's wrong
169

169

00:05:10,130  -->  00:05:11,440
or something that's been changed.
170

170

00:05:11,440  -->  00:05:13,780
And how large of a change has caused
171

171

00:05:13,780  -->  00:05:14,730
on your performance.
172

172

00:05:14,730  -->  00:05:17,270
Because if you change one thing by adding a route
173

173

00:05:17,270  -->  00:05:19,430
and your network performance went down by 50%,
174

174

00:05:19,430  -->  00:05:21,270
you probably don't want to add that route anymore.
175

175

00:05:21,270  -->  00:05:23,260
And so you need to look into that closer
176

176

00:05:23,260  -->  00:05:25,690
again there's lots of places and lots of things
177

177

00:05:25,690  -->  00:05:27,370
that can go wrong in our networks.
178

178

00:05:27,370  -->  00:05:29,310
So with all these considerations in mind,
179

179

00:05:29,310  -->  00:05:30,560
let's jump into this section
180

180

00:05:30,560  -->  00:05:32,857
on troubleshooting network issues.
181

181

00:05:32,857  -->  00:05:35,440
(upbeat music)
