| United States-English |
|
|
|
![]() |
HP-UX Reference (Volume 4 of 9): Section 1M: System Administration Commands (N-Z) > nndd(1M) |
|
NAMEndd — network tuning SYNOPSISndd -get network_device parameter ndd -set network_device parameter value ndd -h sup[ported] ndd -h unsup[ported] ndd -h [parameter] ndd -c DESCRIPTIONThe ndd command allows the examination and modification of several tunable parameters that affect networking operation and behavior. It accepts arguments on the command line or may be run interactively. The -h option displays all the supported and unsupported tunable parameters that ndd provides. Valid network_device names are: /dev/arp, /dev/ip, /dev/rawip, /dev/tcp, and /dev/udp. Set parameter to ? to get a list of parameters for a particular network_device.
DIAGNOSTICSWhen the command fails, an error message is printed to the standard error and the command terminates with an exit value of one. WARNINGSCare must be used when setting parameters for a network_device. Setting a tunable parameter to an inappropriate value can result in adverse affects to your networking operations. EXAMPLESTo get help information on all supported tunable parameters: ndd -h supported To get a detail description of the tunable parameter, ip_forwarding: ndd -h ip_forwarding To get a list of all TCP related parameters: ndd -get /dev/tcp ? To get the current value of the tunable parameter, ip_forwarding: ndd -get /dev/ip ip_forwarding To set the value of the default TTL parameter for UDP to 128: ndd -set /dev/udp udp_def_ttl 128 |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||