 |
Index for Section 5 |
|
 |
Alphabetical listing for S |
|
 |
Bottom of page |
|
sys_attrs_ipv6(5)
NAME
sys_attrs_ipv6 - ipv6 subsystem attributes
DESCRIPTION
This reference page lists and describes attributes for the Internet
Protocol Version 6 (ipv6) kernel subsystem. Refer to the sys_attrs(5)
reference page for an introduction to the topic of kernel subsystem
attributes.
icmp6_rlimit_enable
A value that enables (1) or disables (0) rate-limiting of ICMPv6 errors
(see RFC 2463).
Default value: 1 (enabled)
icmp6_rlimit_T
The maximum time, in milliseconds, to wait before sending ICMPv6 error
packets to a particular destination IPv6 address.
Default value: 1000 (milliseconds)
Minimum value: 1
Maximum value: LONG_MAX, or 9 quintillion
icmp6_rlimit_k
The minimum time, in milliseconds, to wait before sending ICMPv6 error
packets to a particular destination IPv6 address.
Default value: 100 (milliseconds)
Minimum value: 1
Maximum value: LONG_MAX, or 9 quintillion
icmp6_rlimit_ntol
The number of packets to send before starting the ICMPv6 error packet
rate-limiting timers.
Default value: 10 (packets)
Minimum value: 0
Maximum value: INT_MAX, or 2 billion
ipv6forwarding
A value that enables (1) or disables (0) a system's ability to forward
IPv6 packets that are not addressed to the system. This functionality
is usually enabled by using the /usr/sbin/ip6_setup command.
Default value: 0 (disabled)
For systems functioning as routers, both ipv6forwarding and ipv6router
attributes must be 1. For IPv6 hosts that want to forward source routed
packets, the ipv6forwarding attribute must be 1.
ipv6router
A value that enables (1) or disables (0) a system's ability to forward
IPV6 packets that are not addressed to the system. This functionality
is usually enabled by using the /usr/sbin/ip6_setup command. When
enabled, Neighbor Advertisements from the system have the IsRouter flag
set (see RFC 2461).
Default value: 0 (disabled)
For systems functioning as routers, both ipv6forwarding and ipv6router
attributes must be 1.
mobileipv6_debug
The level of debugging for Mobile IPv6 functionality. Do not enable
this attribute during normal system use.
Default value: 0 (disabled)
Minimum value: 0
Maximum value: 4
The supported debug values are as follows:
0 None
1 Basic binding added, changed, and deleted messages.
2 The same information as the previous level and IPv6 input (Home
Address), binding lookups, binding update processing, and simple
routing header messages.
3 The same information as the previous level and more detailed
routing header, mbuf, and upper-layer caching messages.
4 The same information as the previous level and timer debugging.
All debugging levels greater than 0 (zero) include Mobile IPv6 error
messages.
mobileipv6_enabled
A value that enables (1) or disables (0) Mobile IPv6 functionality.
Default value: 0 (disabled)
mobileipv6_maxcachelifetime
The maximum binding cache lifetime, in seconds, allowed for Mobile IPv6
bindings.
Default value: UINT_MAX, or 4 billion (seconds), or infinite lifetime
Minimum value: 0
Maximum value: UINT_MAX, or 4 billion
SEE ALSO
sys_attrs(5)
RFC 2461, Neighbor Discovery for IP Version 6 (IPv6), Narten, T., Nordmark,
E., December 1998
RFC 2463, Internet Control Message Protocol (ICMPv6) for the Internet
Protocol Version 6 (IPv6), Conta, A., Deering, S., December 1998
draft-ietf-mobileip-ipv6-15.txt, Mobility Support in IPv6, Johnson, D.,
Perkins, C. December 2001
 |
Index for Section 5 |
|
 |
Alphabetical listing for S |
|
 |
Top of page |
|