52
edits
m (→Traceroute: corrected initial version) |
(Add information for VLAN naming list) |
||
Line 19: | Line 19: | ||
|} | |} | ||
=== IP names and | === IP names, MAC names and VLAN names === | ||
'''Adding or removing entries''' | '''Adding or removing entries''' | ||
In the tabs for IP and | In the tabs for IP, MAC and VLAN names, the configuration page shows on top the list of names currently set in the system. | ||
It is possible to search for a specific entry by entering the IP or MAC address, category or actual name. | It is possible to search for a specific entry by entering the IP or MAC address or VLAN tag, category or actual name. | ||
Individual entries may be removed from the list by clicking at the trashcan symbol in the last column. | Individual entries may be removed from the list by clicking at the trashcan symbol in the last column. | ||
At the bottom of the table new elements can be added by entering the IP or MAC address, the category and name of the element. | At the bottom of the table new elements can be added by entering the IP or MAC address or VLAN tag, the category and name of the element. | ||
By clicking the '''plus''' symbol, the entry is added and will be used without further doing. | By clicking the '''plus''' symbol, the entry is added and will be used without further doing. | ||
The complete IP | The complete IP, MAC and VLAN lists can be cleared by clicking the respective clear button below the table, a dialog will ask for confirmation. | ||
Names may also be set directly at the IP or MAC detail page, see below for more information. | Names may also be set directly at the IP or MAC detail page, see below for more information. | ||
Line 61: | Line 61: | ||
{| class="wikitable" | {| class="wikitable" | ||
|ip,192.168.0.1,category,name | |ip,192.168.0.1,category,name | ||
mac,00:00:00:00:00:00,category,name<br> | mac,00:00:00:00:00:00,category,name | ||
vlan,4,category,name<br> | |||
... | ... | ||
|} | |} | ||
Line 67: | Line 69: | ||
Each line describes one entry. | Each line describes one entry. | ||
The columns contain the following information in this order: | The columns contain the following information in this order: | ||
# Entry type. Can be '''ip''' for an IP address | # Entry type. Can be '''ip''' for an IP address, '''mac''' for a MAC address or '''vlan''' for a VLAN tag. | ||
# Actual address. | # Actual address or tag. | ||
# Category name. | # Category name. | ||
# Entry name. | # Entry name. | ||
Line 76: | Line 78: | ||
The final file can be uploaded by clicking the '''Upload CSV list''' button and selecting the file from your local directory. | The final file can be uploaded by clicking the '''Upload CSV list''' button and selecting the file from your local directory. | ||
The current list can be downloaded by clicking the '''Download''' button. The CSV file will contain | The current list can be downloaded by clicking the '''Download''' button. The CSV file will contain IP and MAC addresses, and VLAN tags. | ||
=== L4 port names === | === L4 port names === | ||
Line 90: | Line 92: | ||
== Name display for user defined names == | == Name display for user defined names == | ||
If a user defined name is configured for an IP or MAC address, the name will be shown among the alternative names (which also include possible DNS, DHCP name, or other sources of information). | If a user defined name is configured for an IP or MAC address or VLAN tag, the name will be shown among the alternative names (which also include possible DNS, DHCP name, or other sources of information). | ||
In the IP and MAC overview screenshots below, the IP or MAC column is highlighted to indicate such special entries for which a name is configured. | In the IP and MAC overview screenshots below, the IP or MAC column is highlighted to indicate such special entries for which a name is configured. |
edits