HP Comware 5 Debug Manual Vol 2
Field
Description
Processed IF_IFMSG_CLEAR_DRVINFO event for ipv6
binding.
An event of deleting the interface drive information for
IPv6 binding was processed successfully.
Processed IF_IFMSG_RESET_DRVINFO event for ipv6
binding.
An event of resetting the interface drive information for
IPv6 binding was processed successfully.
Examples
# Enable debugging for user binding errors. When you add and remove binding entries on a device that
is enabled with user binding function, output similar to the following example is generated:
<system> debugging user-bind error
<system> system-view
[system] user-bind mac-address 0012-0948-4318 ip-address 120.30.0.1 interface
gigabitethernet 1/1
*Apr 28 18:27:30:866 2000 system USERBIND/7/Event:Port: GigabitEthernet1/1
Failed to add a binding to the driver.(error-code=1)
// A static binding entry failed to be added to the driver.
[system] undo user-bind mac-address 0012-4948-4318 ip-address 100.33.0.4 interface
gigabitethernet 1/1
*Apr 28 18:30:48:812 2000 system USERBIND/7/Event:Port: GigabitEthernet1/1
Failed to remove a binding from the driver.(error-code=3)
// A static binding entry failed to be removed.
# Enable debugging for user binding events. When you add and remove binding entries on a device
that is enabled with user binding function, output similar to the following example is generated:
<system> debugging user-bind event
<system> system-view
[system]user-bind mac-address 0012-f948-4318 ip-address 132.34.0.44 interface
gigabitethernet 1/1
*Apr 28 18:37:30:866 2000 system USERBIND/7/Event:Port: GigabitEthernet1/1
A binding added(handle-add).
// A static binding entry was added successfully.
[system] undo user-bind mac-address 0012-f948-4318 ip-address 132.34.0.44 interface
gigabitethernet 1/1
*Apr 28 18:40:48:812 2000 system USERBIND/7/Event:Port: GigabitEthernet1/1
A binding removed(handle-del).
// A static binding entry was removed successfully.
134