This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:device_management [2014/05/22 00:03] admin [Add New Device] |
en:device_management [2016/04/11 17:56] (current) vincenzo [Add New Device] |
||
---|---|---|---|
Line 5: | Line 5: | ||
When the user display the tab **Device** a graphical interface will be displayed similar to the one shown in the following figure | When the user display the tab **Device** a graphical interface will be displayed similar to the one shown in the following figure | ||
- | {{ :device.interface.png?600 |}} | + | {{ :device.interface.png?400 |}} |
The graphical interface consists of a toolbar (items 1 to 6) and a table (8) showing the list of devices. On top of the table on each field you can enter a text filter (7). | The graphical interface consists of a toolbar (items 1 to 6) and a table (8) showing the list of devices. On top of the table on each field you can enter a text filter (7). | ||
Line 18: | Line 18: | ||
- **[[device_management#advanced_functions|Advanced functions]]** | - **[[device_management#advanced_functions|Advanced functions]]** | ||
+ | Each row of the devices table has the following fields: | ||
+ | * Status | ||
+ | * ID | ||
+ | * Name | ||
+ | * IP Address | ||
+ | * Type | ||
+ | * Software Version (SW Ver) | ||
+ | * Life Cycle Info (Life Cycle) | ||
+ | * Site | ||
+ | * Network | ||
+ | It's possible to insert additional [[device_custom_fields|custom fields]]. | ||
+ | Double clicking on the row will open a tab that shows detailed information about the selected device. See the [[subtab_device|Device Detail Tab]] for more information. | ||
Line 29: | Line 41: | ||
* IP Address | * IP Address | ||
* Hostname (optional): if not provided, NeMo get the hostname through SNMP asking for **sysName** | * Hostname (optional): if not provided, NeMo get the hostname through SNMP asking for **sysName** | ||
- | * SNMP Community | + | * [[snmp_profile|SNMP Profile]] |
- | {{ :device.new.popup.png?nolink&200 |}} | + | {{ :en:new_device3.1.png?400 |}} |
- | After clicking the **Add** button, Ne.Mo. ties to contact the device and discovers all the available information. A new tab will be created and shown with the name of the device: this tab reports the information discovers by Ne.Mo. | + | After clicking the **Add** button, Ne.Mo. ties to contact the device and discovers all the available information. A new tab will be created and shown with the name of the device: this tab reports the information discovers by Ne.Mo. See the [[subtab_device|Device Detail Tab]] for more information. |
{{ :device.new.tab.png?600 |}} | {{ :device.new.tab.png?600 |}} | ||
Line 39: | Line 51: | ||
{{:messagebox_warning.png?nolink&40 |}} If the IP address is not reachable or a wrong community string is provided, will nevertheless inserted an empty device called "_NEW_DEVICE_xxxxxxx" where xxxxxxx is a number. | {{:messagebox_warning.png?nolink&40 |}} If the IP address is not reachable or a wrong community string is provided, will nevertheless inserted an empty device called "_NEW_DEVICE_xxxxxxx" where xxxxxxx is a number. | ||
+ | Next it needs to choose what information NeMo will collect from the device (interface traffic, packets, CPU, ...). To do that user can go to the Discovery tab and starts collect data by clicking on the checkbox near each available entity. The first info that Discovery tab shown are interfaces metric. | ||
+ | Another method is to activate the Autoconfiguration features in the global info tab. There are 3 template: | ||
+ | * System only: NeMo automatically collects all available info about the system of the device (CPU, memory, buffer, temperature, fan) | ||
+ | * All up ports: NeMo collects all system info and all interface metric (status, traffic, packets, errors, discards, ...) only for up interfaces. | ||
+ | * All ports: same of previous templare but for all interfaces (no matter if up or down) |