72
Management
Address
The neighbor’s management address.
Time To Live
The hold time for the neighbor’s information.
5.2.2.
Manual Registration
If devices do not support LLDP and ONVIF, the user must enter the details manually during
manual registration. This function support four types: IP-Cam, PLC, Switch and PC.
5.2.2.1.
CLI Configuration
Node
Command
Description
enable
show manual-registration-device
This command displays the manual
registration device configurations.
enable
configure terminal
This command changes the node to
configure node.
configure manual-registration-device type
(ipcam|plc|switch|pc) mac MACADDR
ip IPADDR product-name STRINGS
system-name STRINGS
This command configures a device
for the Topology Map.
configure no manual-registration-device mac
MACADDR
This command removes a device
from the Topology Map.
Example:
L2SWITCH(config)#manual-registration-device type switch mac 18:31:bf:92:d4:a2 ip
192.168.202.154 product-name MEN-3410 system-name LSWITCH
Success!
L2SWITCH#show manual-registration-device
Type MAC Address IP Product Name System Name
----- -----------------
---------------
----------------
----------------
Switch 18:31:BF:92:D4:A2 192.168.202.154 MEN-3410 LSWITCH
L2SWITCH(config)#no manual-registration-device mac 18:31:bf:92:d4:a2
Success!