1 00:00:00,05 --> 00:00:03,07 - [Instructor] In managing a sizable network, 2 00:00:03,07 --> 00:00:07,09 Simple Network Management Protocol or SNMP 3 00:00:07,09 --> 00:00:10,07 is a handy thing to have. 4 00:00:10,07 --> 00:00:16,09 SNMP defines mechanisms for implementing various features 5 00:00:16,09 --> 00:00:19,07 needed for maintaining networks, 6 00:00:19,07 --> 00:00:23,04 including securing them. 7 00:00:23,04 --> 00:00:26,07 SNMP specifies the standards 8 00:00:26,07 --> 00:00:29,09 on how to collect network device data. 9 00:00:29,09 --> 00:00:32,02 It also covers the ability 10 00:00:32,02 --> 00:00:36,00 to control network devices remotely. 11 00:00:36,00 --> 00:00:38,06 SNMP implementations allow you 12 00:00:38,06 --> 00:00:42,05 to monitor the health of network devices too. 13 00:00:42,05 --> 00:00:45,08 All these capabilities are necessary 14 00:00:45,08 --> 00:00:48,05 to enhance network security. 15 00:00:48,05 --> 00:00:51,06 SNMP consists of agent, 16 00:00:51,06 --> 00:00:52,09 manager, 17 00:00:52,09 --> 00:00:55,02 management information base, 18 00:00:55,02 --> 00:00:56,06 or MIB, 19 00:00:56,06 --> 00:00:59,02 and managed device. 20 00:00:59,02 --> 00:01:01,08 An agent collects the device data 21 00:01:01,08 --> 00:01:05,09 from an SNMP-managed device. 22 00:01:05,09 --> 00:01:11,05 It receives commands from a manager and executes them. 23 00:01:11,05 --> 00:01:16,07 A manager controls a managed device through an agent. 24 00:01:16,07 --> 00:01:20,01 It obtains data from an agent. 25 00:01:20,01 --> 00:01:25,06 Management Information Base or MIB stores the SNMP data. 26 00:01:25,06 --> 00:01:30,02 A managed device is controlled by an agent. 27 00:01:30,02 --> 00:01:37,00 Therefore, the managed device is an SNMP information source. 28 00:01:37,00 --> 00:01:40,08 Most of the time agents just receive commands 29 00:01:40,08 --> 00:01:42,04 from their managers, 30 00:01:42,04 --> 00:01:44,04 but sometimes they also send messages 31 00:01:44,04 --> 00:01:46,02 back to their managers. 32 00:01:46,02 --> 00:01:52,01 These messages sent back to the managers are called traps. 33 00:01:52,01 --> 00:01:55,06 These are alerts sent by the agents 34 00:01:55,06 --> 00:02:00,02 when there are errors or problems on a managed device. 35 00:02:00,02 --> 00:02:05,01 In summary, you have a managed device in SNMP 36 00:02:05,01 --> 00:02:08,07 such as a server or switch. 37 00:02:08,07 --> 00:02:11,08 Agents sit on top of it. 38 00:02:11,08 --> 00:02:15,09 There's another host on which a manager runs 39 00:02:15,09 --> 00:02:18,00 and the manager talks to the agent 40 00:02:18,00 --> 00:02:23,03 and receives data by using a Get command. 41 00:02:23,03 --> 00:02:28,01 It also controls the agent through a Set command. 42 00:02:28,01 --> 00:02:33,00 An agent sometimes sends messages to its manager 43 00:02:33,00 --> 00:02:36,05 and these messages are called traps. 44 00:02:36,05 --> 00:02:42,00 MIB is a database used by the SNMP manager host.