Hello everyone,
We would like to setup management IP address carried into management address TLV field of the LLDP packet. We would like to choose the IP of the Loopback 42 interface as the management IP for LLDP. When we u******mands below we receive error that IP does not exist.
Version: V200R010C00SPC600
[med-pe1.tku.mnip.fi]lldp management-address 10.100.6.24
Error: The IP Address does not exist.
Apparently we customer cannot set the IP of loopback interface 42 as the management IP of LLDP because the IP needs to be local on the device and not bounded to any VPN instance. So we need to choose another IP address or remove the loopback interface from the VPN instance.
#
interface LoopBack42
ip binding vpn-instance vpninstance
ip address 10.100.6.24 255.255.255.255
#
Thank you!