HP-UX Mobile IPv6 A.01.00 Administrator's Guide
Chapter 5
Administering the Mobile IPv6 Kernel Module with the mip6admin Tool
Starting, Stopping, and Dynamically-Configuring mip6mod
69
Setting (Toggle) mip6mod Security and Debugging Enforcement: debug
Use the debug command without options to display mip6mod debug and troubleshooting settings. Use the
debug command with options to enable or disable a specific mip6mod debug setting. Use multiple options to
simultaneously change more than one setting.
Abbreviated: [d]ebug
Syntax: debug [-ipsec] [-rr] [-er] [-bu]
Options: -i[psec] Enforces IPSec processing of home Binding Update messages.
-rr Enforces Return Routability procedure for Route Optimization.
-er Enforces Error-Rate Limit setting.
-bu Enforces Binding Update message processing
Example: Compare the IPSec and Binding Update Settings After Each Command
# mip6admin -debug -ipsec -bu
DEBUG SETTINGS
**********************************************************************
Disable IP Security: Off
Disable Return Routablity: Off
Disable Error Rate Limit: Off
Disable Binding Update Processing: On
# mip6admin -debug -ipsec -bu
DEBUG SETTINGS
**********************************************************************
Disable IP Security: On
Disable Return Routablity: Off
Disable Error Rate Limit: Off
Disable Binding Update Processing: Off