United States-English |
|
|
HP-UX Reference > Nndd(1M)HP-UX 11i Version 3: February 2007 |
|
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 in the following categories: ARP, IP, IPSEC, IPV6, IPV6 Neighbor Discovery (ND), RAWIP, RAWIP6, SOCKET, TCP, and UDP. The tunable parameters in each category may be accessed with the proper valid network_device name. The network_device name is referred to as TRANSPORT_NAME[] in /etc/rc.config.d/nddconf. The valid network_device names (and their associated parameter categories) are:
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 |
Printable version | ||
|