ndd Information


Page started on: Mon Mar 29 10:46:00 EDT 2021
/etc/rc.config.d/nddconf ndd -h Supported_ndd_Tunable_Parameters Unsupported_ndd_Tunable_Parameters


ll /etc/rc.config.d/nddconf -r--r--r-- 1 bin bin 2132 Mar 4 2015 /etc/rc.config.d/nddconf


cat /etc/rc.config.d/nddconf # nddconf: network tunable parameters for Streams TCP/IP # # @(#)B.11.31_LR $Revision: 1.1.119.4 $ $Date: 97/04/23 15:18:44 $ # # Network tunable parameters read in by the networking startup script - # /sbin/init.d/net or by executing "ndd -c". # # TRANSPORT_NAME: Name of transport component, valid names are: # ip, tcp, udp, rawip, and arp. # # NDD_NAME: Name of ndd tunable parameter # # NDD_VALUE: Value for ndd tunable parameter # # Note: Set all clock time values in milliseconds. For example, # 240000 = 4 minutes # # Note: The ndd tunable parameters specified in this file must be writable. # "ndd -c" can only handle the write operation. # # For each additional tunable parameter, add a set of variable assignments # like the ones below, changing the index to "[0]", "[1]" et cetera. # Index must be starting from 0 and they must be in sequential order. # Missing index values inside the array range is not supported. # # # Example 1: Change the interval for sending the first keepalive probes # for idle TCP connection to one hour # TRANSPORT_NAME[0]=tcp # NDD_NAME[0]=tcp_keepalive_interval # NDD_VALUE[0]=3600000 # # # Example 2: Change the interval for sending keepalive probes to 1 minute # when TCP is detached. (e.g.FIN_WAIT_2) # TRANSPORT_NAME[1]=tcp # NDD_NAME[1]=tcp_keepalive_detached_interval # NDD_VALUE[1]=60000 # # # Example 3: Change the amount of time TCP endpoints persist in TIME_WAIT # state to 30 seconds. # TRANSPORT_NAME[2]=tcp # NDD_NAME[2]=tcp_time_wait_interval # NDD_VALUE[2]=30000 # # Example 4: Change the UDP default ttl parameter to 128 # TRANSPORT_NAME[3]=udp # NDD_NAME[3]=udp_def_ttl # NDD_VALUE[3]=128 # # Example 5: Change the amount of time that ARP entries can stay in # ARP cache to 10 minutes. # # TRANSPORT_NAME[4]=arp # NDD_NAME[4]=arp_cleanup_interval # NDD_VALUE[4]=600000 # # TRANSPORT_NAME[0]=ip6 NDD_NAME[0]=ip6_addr_sel_enable NDD_VALUE[0]=0 # # the following is due to the WARNING from patch PHNE_43814 TRANSPORT_NAME[1]=tcp NDD_NAME[1]=tcp_sack_enable NDD_VALUE[1]= 0


ndd -h SUPPORTED ndd tunable parameters on HP-UX: IP: ip_def_ttl - Controls the default TTL in the IP header ip_enable_udp_bcastrecv - Controls receiving of broadcast packets by UDP sockets ip_check_subnet_addr - Controls the subnet portion of a host address ip_forward_directed_broadcasts - Controls subnet broadcasts packets ip_forward_src_routed - Controls forwarding of source routed packets ip_forwarding - Controls how IP hosts forward packets ip_fragment_timeout - Controls how long IP fragments are kept ip_ire_gw_probe - Enable dead gateway probes ip_icmp_return_data_bytes - Maximum number of data bytes in ICMP ip_ill_status - Displays a report of all physical interfaces ip_ipif_status - Displays a report of all logical interfaces ip_ire_hash - Displays all routing table entries, in the order searched when resolving an address ip_ire_status - Displays all routing table entries ip_ire_cleanup_interval - Timeout interval for purging routing entries ip_ire_flush_interval - Routing entries deleted after this interval ip_ire_gw_probe_interval - Probe interval for Dead Gateway Detection ip_ire_pathmtu_interval - Controls the probe interval for PMTU ip_ire_redirect_interval - Controls 'Redirect' routing table entries ip_max_bcast_ttl - Controls the TTL for broadcast packets ip_pmtu_strategy - Controls the Path MTU Discovery strategy ip_reass_mem_limit - Maximum number of bytes for IP reassembly ip_send_redirects - Sends ICMP 'Redirect' packets ip_send_source_quench - Sends ICMP 'Source Quench' packets ip_strong_es_model - Controls multihoming ip_udp_status - Reports IP level UDP fanout table ip_igmp_version - IGMP version ip_igmp_compat_disable - Controls IGMP older version compatibility ip_igmp_rv - IGMP robustness variable ip_igmp_v3_unsolicited_interval - IGMPv3 unsolicited report interval ip_igmp_qri - IGMP query response interval ip_igmp_maxsrc - Max source addresses in IGMPv3 filter ip_igmp_status - Displays a report of IGMP state ip_ipc_mcast_maxsrc - Max source addresses in application filter ip_ire_cmpt_route_lookup_policy - Controls the route lookup logic in compartment enabled environment ip_ipif_siocgpriv - Controls the create privilege for IPv4 interface configuration ioctls ip_update_ire - Controls updating remote host ire entries TCP: tcp_conn_request_max - Max number of outstanding connection requests tcp_cwnd_initial - Initial size of the congestion window as a multiple of the MSS. tcp_deferred_ack_max - Upper limit on the number of bytes of data that can be received without an ACK. tcp_delay_final_twh_ack - Delay final ack for 3-way handshake connection establishment tcp_do_conn_options - Copy IP options into T_CONN_IND messages tcp_fin_wait_2_timeout - Length of time a TCP connection spends in FIN_WAIT_2 tcp_frto_enable - Enable Forward RTO Recovery tcp_ip_abort_cinterval - R2 during connection establishment tcp_ip_abort_interval - R2 for established connection tcp_ip_notify_cinterval - R1 during connection establishment tcp_ip_notify_interval - R1 for established connection tcp_ip_ttl - TTL value inserted into IP header tcp_ip6_hop_limit - The upper bound on Time To Live tcp_keepalive_detached_interval - Send keepalive probes for detached TCP tcp_keepalive_ext - Type of keepalive probe behavior for XTI when kp_onoff=T_YES tcp_keepalive_interval - Interval for sending keepalive probes tcp_largest_anon_port - Largest anonymous port number to use tcp_recv_hiwater_def - Maximum receive window size tcp_recv_hiwater_max - Upper bound on TCP receive buffer size tcp_recv_hiwater_lfp - Maximum receive window size for fast links tcp_recv_hiwater_lnp - Maximum receive window size for slow links tcp_rexmit_interval_initial - Initial value for round trip time-out tcp_rexmit_interval_initial_lnp - tcp_rexmit_interval_initial for LNP tcp_rexmit_interval_max - Upper limit for computed round trip timeout tcp_rexmit_interval_min - Lower limit for computed round trip timeout tcp_sack_enable - Enable TCP Selective Acknowledgement (RFC 2018) tcp_smoothed_rtt - An alternate method for computing round trip time tcp_sth_rcv_hiwat - Sets the flow control high water mark tcp_sth_rcv_lowat - Sets the flow control low water mark tcp_syn_rcvd_max - Controls the SYN attack defense of TCP tcp_status - Get netstat-like TCP instances information tcp_time_wait_interval - How long stream persists in TIME_WAIT tcp_ts_enable - Enable TCP timestamp option tcp_tw_cleanup_interval - TIME_WAIT timeout expiration checking interval tcp_xmit_hiwater_def - The amount of unsent data that triggers TCP flow control tcp_xmit_hiwater_lfp - The amount of unsent data that triggers TCP flow control for fast links tcp_xmit_hiwater_lnp - The amount of unsent data that triggers TCP flow control for slow links tcp_xmit_hiwater_max - Upper bound on TCP send buffer size tcp_xmit_lowater_def - The amount of unsent data that relieves TCP flow control tcp_xmit_lowater_lfp - The amount of unsent data that relieves TCP flow control for fast links tcp_xmit_lowater_lnp - The amount of unsent data that relieves TCP flow control for slow links tcp_isn_passphrase - The secret key to enable RFC 1948 support tcp_early_conn_ind - Controls when a T_CONN_IND message is sent upstream tcp_submss_ack - Controls if ACK is deferred for sub-mss packets tcp_ws_enable - Enable Window scaling UDP: udp_debug - Enable UDP debug information logging udp_def_ttl - Default TTL inserted into IP header udp_def_hop_limit - The default upper bound for UDP time to live udp_largest_anon_port - Largest anonymous port number to use udp_recv_hiwater_max - Upper bound on UDP receive buffer size udp_status - Get UDP instances information. RAWIP: rawip_def_ttl - Default TTL inserted into IP header rawip_recv_hiwater_max - The maximum size of the RAWIP receive buffer ARP: arp_cache_report - Displays the ARP cache arp_cleanup_interval - Controls how long ARP entries stay in the arp_defend_interval - Milliseconds to wait before initially defending a published entry arp_redefend_interval - Milliseconds to wait before redefending a published entry arp_resend_interval - Number milliseconds between arp request retransmissions arp_update_ire - Enable updating an existing ire on receiving arp requests IPSEC: ip_ipsec_integer_pads - Sets the type of pads used for block ciphers ip_ipsec_policy_interval - Sets the interval between attempts to remove unused Security Policy rules. ip_ipsec_pollist - Display formatted report of IPv4 Security Policies ip_ipsec_sa_interval - Sets the interval between attempts to remove unused Security Associations. ip_ipsec_salist - Display formatted report of all IPv4 Security Associations. ip_ipsec_status - Display a summary report of the current IPSec Kernel status. SOCKET: socket_buf_max - Sets maximum socket buffer size for AF_UNIX sockets. socket_caching_tcp - Controls socket caching for TCP sockets. socket_enable_ca - Controls enabling or disabling the send copy avoidance feature. socket_enable_tops - Controls enabling or disabling the TOPS feature. socket_msgeof - Controls enabling or disabling the MSG_EOF feature. socket_qlimit_max - Sets maximum number of connection requests for non-AF_INET sockets. socket_udp_rcvbuf_default - Sets the default receive buffer size for UDP sockets. socket_udp_sndbuf_default - Sets the default send buffer size for UDP sockets. IPV6: ip6_def_hop_limit - Controls the default Hop Limit in the IPv6 header ip6_forwarding - Controls how IPv6 hosts forward packets ip6_fragment_timeout - Controls how long IPv6 fragments are kept ip6_icmp_interval - Limits the sending rate of ICMPv6 error messages ip6_ill_status - Displays a report of all IPv6 physical interfaces ip6_ipif_status - Displays a report of all IPv6 logical interfaces ip6_ire_cleanup_interval - Timeout interval for purging IPv6 routing entries ip6_ire_hash - Displays all IPv6 routing table entries, in the order searched when resolving an address ip6_ire_pathmtu_interval - Controls the probe interval for IPv6 PMTU ip6_ire_redirect_interval - Controls IPv6 'Redirect' routing table entries ip6_ire_status - Displays all IPv6 routing table entries ip6_raw_status - Reports IPv6 level RAWIP fanout table ip6_reass_mem_limit - Maximum number of bytes for IPv6 reassembly ip6_send_redirects - Sends ICMPv6 'Redirect' packets ip6_tcp_status - Reports IPv6 level TCP fanout table ip6_udp_status - Reports IPv6 level UDP fanout table ip6_rh0_disable - Disable Routing Header Type 0 processing ip6_enable_rfc4291 - Enables RFC4291 features ip6_addr_sel_enable - Enables RFC3484 Default Address Selection ip6_mld_version - MLD version ip6_mld_compat_disable - Controls MLD older version compatibility ip6_mld_rv - MLD robustness variable ip6_mld_v2_unsolicited_interval - MLDv2 unsolicited report interval ip6_mld_qri - MLD query response interval ip6_mld_maxsrc - Max source addresses in MLDv2 filter ip6_mld_status - Displays a report of MLD state ip6_ipc_mcast_maxsrc - Max source addresses in application filter ip6_ill_no_dest_unreach - Disables sending ICMPv6 dest unreachable message on a per-interface basis ip6_icmp6_extended_errors - Report additional errors specified by ICMPv6 ip6_ire_cmpt_route_lookup_policy - Controls the route lookup logic in compartment enabled environment IPV6 Neighbor Discovery (ND): ip6_ire_reachable_interval - Controls the ND REACHABLE_TIME ip6_max_random_factor - Controls the ND MAX_RANDOM_FACTOR ip6_min_random_factor - Controls the ND MIN_RANDOM_FACTOR ip6_nd_advertise_count - Controls the ND MAX_NEIGHBOR_ADVERTISEMENT ip6_nd_anycast_delay - Controls the ND MAX_ANYCAST_DELAY_TIME ip6_nd_dad_solicit_count - Controls the number of duplicate address detection solicitations that are sent ip6_nd_multicast_solicit_count - Controls the ND MAX_MULTICAST_SOLICIT ip6_nd_probe_delay - Controls the ND DELAY_FIRST_PROBE_TIME ip6_nd_transmit_interval - Controls the ND RETRANS_TIMER ip6_nd_unicast_solicit_count - Controls the ND MAX_UNICAST_SOLICIT ip6_rd_solicit_count - Controls the ND MAX_RTR_SOLICITATIONS ip6_rd_solicit_delay - Controls the ND MAX_RTR_SOLICITATIONS_DELAY ip6_rd_transmit_interval - Controls the ND RTR_SOLICITATION_INTERVAL ip6_nd_use_temp_address - Controls the generation of IPv6 temporary address ip6_nd_prefer_temp_address - Prefers IPv6 temporary address as a source address ip6_nd_temp_valid_lifetime - Controls the limit of valid lifetime for temporary addresses ip6_nd_temp_preferred_lifetime - Controls the limit of preferred lifetime for temporary addresses ip6_nd_autoconf - Controls IPv6 auto-configuration from router advertisement ip6_nd_cache_route_from_slao - Allows creation of cached route for the source of an ND solicitation message RAWIP6: rawip6_def_hop_limit - Controls the default Hop Limit in the IPv6 header AFINET: so_cl_rcvbuf_nempty - Enable RESET on close() when receive buffer is not empty for AF_INET/SOCK_STREAM socketsb RFC1122 UNSUPPORTED ndd tunable parameters on HP-UX: This set of parameters are not supported by HP and modification of these tunable parameters are not suggested nor recommended. These parameters can be changed safely under some conditions/limitations. Under such conditions/limitations, HP may support the change of some of these parameters. Contact HP support organization to confirm. IP: ip_bogus_sap - Allow IP bind to a nonstandard/unused SAP ip_debug - Controls the level of IP module debugging ip_dl_snap_sap - The SAP to use for SNAP encapsulation ip_dl_sap - Set the SAP when IP binds to a DLPI device ip_encap_ttl - Set the TTL for the encapsulated IP header ip_encap_mc_only - Encapsulates IP packet with IPPROTO_IPIP ip_ill_config_command - Internal configuration option ip_ill_config_status - Internal configuration option ip_local_cksum - checksum for intramachine packets ip_loopback_bypass - force IP loopback packets to the driver ip_mc_filter_command - Internal Multicast filter option ip_mc_filter_status - Internal Multicast filter option ip_mrtdebug - Internal debug option ip_respond_to_address_mask_broadcast - Internal ICMP packet option ip_respond_to_echo_broadcast - Internal ICMP packet option ip_respond_to_timestamp - Internal ICMP packet option ip_respond_to_timestamp_broadcast - Internal ICMP packet option ip_rput_pullups - Internal IP debug option ip_wroff_extra - Header space for link layer header TCP: tcp_conn_grace_period - Additional time for sending a SYN packet tcp_debug - Internal TCP debug option tcp_deferred_ack_interval - Timeout interval for deferred ACK tcp_discon - Terminate a TCP connection tcp_discon_by_addr - Terminate a TCP connection tcp_dupack_fast_retransmit - No. of ACKs needed to trigger a retransmit tcp_keepalives_kill - Types of keep-alive probe to use tcp_mss_def - Default MSS to use when none is available tcp_mss_max - Upper limit on MSS tcp_mss_min - Lower limit on MSS tcp_naglim_def - Initial value for the Nagle limit tcp_old_urp_interpretation - Internal TCP option tcp_rcv_push_wait - Internal TCP option tcp_rwin_credit_pct - Internal TCP option hatcp_enable - Internal TCP option tcp_rwin_mss_multiplier - Multiplier applied to the receive window MSS tcp_rwin_multiplier - Internal TCP option tcp_smallest_anon_port - Smallest anonymous port number to use tcp_smallest_nonpriv_port - Smallest port number non-privileged processes may use tcp_snd_lowat_fraction - Internal TCP option tcp_spec_port - Optimize TCP performance for this port tcp_text_in_resets - Internal TCP option tcp_wroff_xtra - Header space for link layer header tcp_block_rst - Control sending of RST tcp_port_incr_lock - Enable locks for incrementing port number UDP: udp_do_checksum - Compute UDP datagram checksum udp_pass_up_icmp - Controls the delivery of ICMP messages to user processes udp_pass_up_icmp6 - Controls the delivery of ICMPv6 messages to user processes udp_pass_up_options - Controls the delivery of options to user processes udp_smallest_anon_port - Smallest anonymous port number to use udp_smallest_nonpriv_port - Smallest port number non-privileged processes may use udp_wroff_extra - Header space for link layer header RAWIP: rawip_bsd_compat - Internal RAWIP option rawip_wroff_extra - Header space for link layer header ARP: arp_announce_count - Number of transmits used to announce a published entry arp_debug - Controls the level of ARP module debugging arp_dl_sap - Set the SAP when ARP binds to a DLPI device arp_dl_snap_sap - The SAP to use for SNAP encapsulation arp_probe_count - Number of address resolution requests to make before adding a published entry transmissions IPSEC: ip_ipsec_auto_ca - Internal IPSEC flag ip_ipsec_comp_minsize - Internal IPSEC parameter ip_ipsec_comp_probe - Internal IPSEC flag ip_ipsec_comp_skipincr - Internal IPSEC parameter ip_ipsec_comp_skipmax - Internal IPSEC parameter ip_ipsec_comp_skipmin - Internal IPSEC parameter ip_ipsec_comp_test - Internal IPSEC flag ip_ipsec_enable - Internal IPSEC flag ip_ipsec_nullauth_mode - Internal IPSEC flag ip_ipsec_polpendsa_interval - Internal IPSEC timer ip_ipsec_polmask_action - Internal IPSEC mask ip_ipsec_samask_type - Internal IPSEC mask ip_ipsec_policy_closewait - Internal IPSEC timer ip6_ipsec_enable - Internal IPSEC flag ip6_ipsec_polmask_action - Internal IPSEC parameter ip6_ipsec_samask_type - Internal IPSEC parameter IPV6: ip6_bogus_sap - Allows IPv6 bind to a nonstandard/unused SAP ip6_debug - Controls the level of IPv6 module debugging ip6_dl_snap_sap - The SAP to use for SNAP encapsulation ip6_dl_sap - Sets the SAP when IP binds to a DLPI device ip6_encap_hop_limit - Sets the default value for the Tunnel Encapsulation Limit Option ip6_ifhash_status - Displays a report showing the length of each hash list in IPv6's interface tables ip6_ill_config_command - Internal configuration option ip6_ill_config_status - Internal configuration option ip6_ire_hash_summary - Displays a summary report of IPv6 routing table entries ip6_rput_pullups - Internal IPv6 debug option ip6_wroff_extra - Header space for link layer header RAWIP6: rawip6_debug - Controls the level of RAWIPv6 module debugging rawip6_recv_hiwat_max - The maximum size of the RAWIPv6 receive buffer rawip6_wroff_extra - Header space for link layer header
SUPPORTED ndd tunable parameters


ndd -get /dev/ip ip_def_ttl 255
ndd -get /dev/ip ip_enable_udp_bcastrecv 0
ndd -get /dev/ip ip_check_subnet_addr 0
ndd -get /dev/ip ip_forward_directed_broadcasts 1
ndd -get /dev/ip ip_forward_src_routed 1
ndd -get /dev/ip ip_forwarding 2
ndd -get /dev/ip ip_fragment_timeout 60000
ndd -get /dev/ip ip_ire_gw_probe 1
ndd -get /dev/ip ip_icmp_return_data_bytes 64
ndd -get /dev/ip ip_ill_status ILL rq wq upcnt mxfrg err memavail ilmcnt name e000000343d71100 e000000343d6d080 e000000343d6d280 00001 01500 000 00000000 000001 lan0 RUNNING BROADCAST CKO MULTICAST CKO_IN TRAIN IPPS_POLICY_TOPS e00000013865fc08 0000000000000000 0000000000000000 00001 32808 000 00000000 000001 lo0 RUNNING LOOPBACK MULTICAST Reassembly memory limit: 2000000: In use 0, Reserved 0, Unreserved 2000000.
ndd -get /dev/ip ip_ipif_status IPIF addr mask broadcast p-p-dst metr mtu cid in/out/forward name e00000033e0cf208 010.042.028.075 255.255.255.000 010.042.028.255 000.000.000.000 0000 01500 0000000000 184070/14659/0 lan0 UP RUNNING BROADCAST CKO MULTICAST e0000001b7b81408 127.000.000.001 255.000.000.000 127.255.255.255 000.000.000.000 0000 32808 0000000000 9488/9488/0 lo0 UP RUNNING LOOPBACK MULTICAST
ndd -get /dev/ip ip_ire_hash Host route list: ire: 0xe00000033e101a08, addr 000.000.000.000, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0xe00000033e10b388, hash 0x0 ire: 0xe00000033e10b388, addr 000.000.000.000, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0xe000000347ea6f08, hash 0x0 ire: 0xe000000347ea6f08, addr 127.000.000.000, mask 255.255.255.255, src 127.000.000.001 , type IRE_LOOPBACK , next 0x0, hash 0x0 ire: 0xe00000033dc40b08, addr 127.000.000.001, mask 255.255.255.255, src 127.000.000.001 , type IRE_LOOPBACK , next 0x0, hash 0x1 ire: 0xe00000033e104488, addr 010.042.028.000, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0xe00000033e108d08, hash 0x36 ire: 0xe00000033e108d08, addr 010.042.028.000, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0x0, hash 0x36 ire: 0xe00000033e0ce188, addr 010.042.028.001, mask 255.255.255.255, src 010.042.028.075 , type IRE_ROUTE , next 0x0, hash 0x37 ire: 0xe00000033e11c708, addr 010.042.028.076, mask 255.255.255.255, src 010.042.028.075 , type IRE_ROUTE , next 0x0, hash 0x7a ire: 0xe00000033e10b788, addr 010.042.028.075, mask 255.255.255.255, src 010.042.028.075 , type IRE_LOCAL , next 0x0, hash 0x7d ire: 0xe000000345728288, addr 010.042.028.073, mask 255.255.255.255, src 010.042.028.075 , type IRE_ROUTE , next 0x0, hash 0x7f ire: 0xe00000034866ce88, addr 192.168.088.053, mask 255.255.255.255, src 010.042.028.075 , type IRE_ROUTE , next 0x0, hash 0xc5 ire: 0xe00000033e104888, addr 010.042.028.255, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0xe00000033e108908, hash 0xc9 ire: 0xe00000033e108908, addr 010.042.028.255, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0x0, hash 0xc9 ire: 0xe00000033e101e08, addr 255.255.255.255, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0xe00000033e108708, hash 0xff ire: 0xe00000033e108708, addr 255.255.255.255, mask 255.255.255.255, src 010.042.028.075 , type IRE_BROADCAST , next 0x0, hash 0xff Route association list: Subnet list: ire: 0xe00000033e101608, addr 010.042.028.000, mask 255.255.255.000, src 010.042.028.075, type IRE_RESOLVER , next 0x0 Net list: ire: 0xe0000001b732fe88, addr 127.000.000.000, mask 255.000.000.000, src 127.000.000.001, type IRE_NET , next 0x0, hash 0x1f Net aggregate list (16-23 bit masks): Net aggregate list (8-15 bit masks): Net aggregate list (under 8 bit masks): Gateway list: ire: 0xe00000033dc5a408, addr 010.042.028.001, mask 000.000.000.000, src 010.042.028.075, type IRE_GATEWAY , next 0x0 Dead gateway list:
ndd -get /dev/ip ip_ire_status IRE rfq stq addr mask src gateway mxfrg rtt ref type flag e00000033e101a08 e000000343d6d080 0000000000000000 000.000.000.000 ffffffff 010.042.028.075 000.000.000.000 32808 00000 000 IRE_BROADCAST CKO e00000033e10b388 e000000343d6d080 e000000343d6d280 000.000.000.000 ffffffff 010.042.028.075 000.000.000.000 01500 00000 004 IRE_BROADCAST CKO e000000347ea6f08 0000000000000000 0000000000000000 127.000.000.000 ffffffff 127.000.000.001 127.000.000.001 32808 00069 000 IRE_LOOPBACK e00000033dc40b08 0000000000000000 0000000000000000 127.000.000.001 ffffffff 127.000.000.001 000.000.000.000 32808 00059 000 IRE_LOOPBACK GW e00000033e104488 e000000343d6d080 0000000000000000 010.042.028.000 ffffffff 010.042.028.075 000.000.000.000 32808 00000 000 IRE_BROADCAST CKO e00000033e108d08 e000000343d6d080 e000000343d6d280 010.042.028.000 ffffffff 010.042.028.075 000.000.000.000 01500 00000 004 IRE_BROADCAST CKO e00000033e0ce188 e000000343d6d080 e000000343d6d280 010.042.028.001 ffffffff 010.042.028.075 000.000.000.000 01500 00000 002 IRE_ROUTE CKO GW e00000033e11c708 e000000343d6d080 e000000343d6d280 010.042.028.076 ffffffff 010.042.028.075 000.000.000.000 01500 00000 001 IRE_ROUTE CKO e00000033e10b788 e000000343d6d080 0000000000000000 010.042.028.075 ffffffff 010.042.028.075 000.000.000.000 32808 00059 000 IRE_LOCAL e000000345728288 e000000343d6d080 e000000343d6d280 010.042.028.073 ffffffff 010.042.028.075 000.000.000.000 01500 00000 001 IRE_ROUTE CKO e00000034866ce88 e000000343d6d080 e000000343d6d280 192.168.088.053 ffffffff 010.042.028.075 010.042.028.001 01500 00000 002 IRE_ROUTE CKO e00000033e104888 e000000343d6d080 0000000000000000 010.042.028.255 ffffffff 010.042.028.075 000.000.000.000 32808 00000 000 IRE_BROADCAST CKO e00000033e108908 e000000343d6d080 e000000343d6d280 010.042.028.255 ffffffff 010.042.028.075 000.000.000.000 01500 00000 004 IRE_BROADCAST CKO e00000033e101e08 e000000343d6d080 0000000000000000 255.255.255.255 ffffffff 010.042.028.075 000.000.000.000 32808 00000 000 IRE_BROADCAST CKO e00000033e108708 e000000343d6d080 e000000343d6d280 255.255.255.255 ffffffff 010.042.028.075 000.000.000.000 01500 00000 004 IRE_BROADCAST CKO e00000033e101608 0000000000000000 e000000343d6d080 010.042.028.000 ffffff00 010.042.028.075 000.000.000.000 01500 00000 002 IRE_RESOLVER CKO e0000001b732fe88 0000000000000000 0000000000000000 127.000.000.000 ff000000 127.000.000.001 127.000.000.001 32808 00000 000 IRE_NET e00000033dc5a408 0000000000000000 0000000000000000 000.000.000.000 00000000 010.042.028.075 010.042.028.001 01500 00000 000 IRE_GATEWAY
ndd -get /dev/ip ip_ire_cleanup_interval 300000
ndd -get /dev/ip ip_ire_flush_interval 1200000
ndd -get /dev/ip ip_ire_gw_probe_interval 180000
ndd -get /dev/ip ip_ire_pathmtu_interval 600000
ndd -get /dev/ip ip_ire_redirect_interval 300000
ndd -get /dev/ip ip_max_bcast_ttl 1
ndd -get /dev/ip ip_pmtu_strategy 1
ndd -get /dev/ip ip_reass_mem_limit 2000000
ndd -get /dev/ip ip_send_redirects 1
ndd -get /dev/ip ip_send_source_quench 1
ndd -get /dev/ip ip_strong_es_model 0
ndd -get /dev/ip ip_udp_status UDP ipc hidx lport fport laddr faddr flags overflows dist head e000000346605380 0001 0801 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e00000033d668700 0006 c006 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e0000001b7b8a500 0007 c007 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343f6dd00 0007 0007 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e00000033e080580 0008 c008 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343f83580 0009 0009 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e000000343f6d500 000d 000d 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e000000343f83b80 0013 0013 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e000000343fe2c80 001f c01f c01f ::1 ::1 00480000 0000000000 0000 0000000000000000 e000000343fe2480 002b 042b 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343ead280 0043 0043 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343dd2800 0045 0045 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e0000003470e2180 0049 0849 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000347401e00 0064 0864 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e00000033dc43b80 006f 006f 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000345ce1500 007b 007b 0000 ::ffff:127.000.000.001 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000345ce1100 007b 007b 0000 ::ffff:010.042.028.075 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e00000033e0cde00 007b 007b 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000345cd6c80 007b 007b 0000 ::1 :: 00c81010 0000000000 0000 0000000000000000 e00000033e080780 007b 007b 0000 :: :: 00c81010 0000000000 0000 0000000000000000 e000000344656b80 0087 0087 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000347401400 008c c08c 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000347401200 0091 c091 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000347401a00 0092 c092 0000 :: :: 10c81010 0000000000 0000 0000000000000000 e0000003441b5700 00a1 00a1 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e0000003441b5300 00a1 00a1 0000 :: :: 00c81010 0000000000 0000 0000000000000000 e000000343f93c00 00b6 14b6 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e00000033dc43580 0202 0202 0000 :: :: 00c80010 0000000000 0000 0000000000000000 e000000343eadc80 0206 0206 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343dd2200 03cd 0fcd 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000
ndd -get /dev/ip ip_igmp_version 3
ndd -get /dev/ip ip_igmp_compat_disable 0
ndd -get /dev/ip ip_igmp_rv 2
ndd -get /dev/ip ip_igmp_v3_unsolicited_interval 1000
ndd -get /dev/ip ip_igmp_qri 10000
ndd -get /dev/ip ip_igmp_maxsrc 128
ndd -get /dev/ip ip_igmp_status ILL: e000000343d71100 lan0 IGMP version 3 qqi 125000 qrv 0 ILL: e00000013865fc08 lo0 IGMP version 3 qqi 125000 qrv 0 ILM addr include exclude mode numsrc interface e00000033e10e808 224.000.000.001 0 1 EXCLUDE 0 lan0 e0000001b732f888 224.000.000.001 0 1 INCLUDE 0 lo0
ndd -get /dev/ip ip_ipc_mcast_maxsrc 64
ndd -get /dev/ip ip_ire_cmpt_route_lookup_policy 0
ndd -get /dev/ip ip_ipif_siocgpriv 1
ndd -get /dev/ip ip_update_ire 1
ndd -get /dev/tcp tcp_conn_request_max 4096
ndd -get /dev/tcp tcp_cwnd_initial 4
ndd -get /dev/tcp tcp_deferred_ack_max 22
ndd -get /dev/tcp tcp_delay_final_twh_ack 1
ndd -get /dev/tcp tcp_do_conn_options 1
ndd -get /dev/tcp tcp_fin_wait_2_timeout 0
ndd -get /dev/tcp tcp_frto_enable 0
ndd -get /dev/tcp tcp_ip_abort_cinterval 75000
ndd -get /dev/tcp tcp_ip_abort_interval 600000
ndd -get /dev/tcp tcp_ip_notify_cinterval 10000
ndd -get /dev/tcp tcp_ip_notify_interval 10000
ndd -get /dev/tcp tcp_ip_ttl 64
ndd -get /dev/tcp tcp_ip6_hop_limit 64
ndd -get /dev/tcp tcp_keepalive_detached_interval 120000
ndd -get /dev/tcp tcp_keepalive_ext 1
ndd -get /dev/tcp tcp_keepalive_interval 7200000
ndd -get /dev/tcp tcp_largest_anon_port 65535
ndd -get /dev/tcp tcp_recv_hiwater_def 32768
ndd -get /dev/tcp tcp_recv_hiwater_max 1073725440
ndd -get /dev/tcp tcp_recv_hiwater_lfp 65536
ndd -get /dev/tcp tcp_recv_hiwater_lnp 8192
ndd -get /dev/tcp tcp_rexmit_interval_initial 3000
ndd -get /dev/tcp tcp_rexmit_interval_initial_lnp 3000
ndd -get /dev/tcp tcp_rexmit_interval_max 60000
ndd -get /dev/tcp tcp_rexmit_interval_min 500
ndd -get /dev/tcp tcp_sack_enable 0
ndd -get /dev/tcp tcp_smoothed_rtt 1
ndd -get /dev/tcp tcp_sth_rcv_hiwat 0
ndd -get /dev/tcp tcp_sth_rcv_lowat 0
ndd -get /dev/tcp tcp_syn_rcvd_max 500
ndd -get /dev/tcp tcp_status TCP dst snxt suna swnd cwnd rnxt rack rwnd rto mss [lport,fport] state e000000346564680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000346564180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [5e4,0] TCP_LISTEN e000000346564b80 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [801,0] TCP_LISTEN e000000345457680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c014,0] TCP_LISTEN e000000345457180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c095,0] TCP_LISTEN e000000345457b80 ::1 1b776cb2 1b776cb2 00008000 00008000 1b763ce9 1b763ce9 00008000 00500 16384 [c095,c11f] TCP_ESTABLISHED e00000034848c180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348388100 ::1 1b7d2bac 1b7d2bac 00008000 00008000 1b7c2dba 1b7c2dba 00008000 00500 16384 [c095,c121] TCP_ESTABLISHED e000000348388600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034565a680 127.000.000.001 17dd7411 17dd7411 00008000 00008000 17dc15be 17dc15be 00008000 00500 16384 [c028,3c3] TCP_ESTABLISHED e00000034565a180 127.000.000.001 17dc15be 17dc15be 00008000 00008000 17dd7411 17dd7411 00008000 00500 16384 [3c3,c028] TCP_ESTABLISHED e00000034565ab80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348688b80 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348688180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348688680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000346579600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c09d,0] TCP_LISTEN e000000346579100 ::1 1f1dde17 1f1dde17 00008000 00008000 1f1cde79 1f1cde79 00008000 00500 16384 [c095,c1c5] TCP_ESTABLISHED e000000348499600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034794b600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c133,0] TCP_LISTEN e00000034794bb00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000343e0b100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c000,0] TCP_LISTEN e000000343e0b600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c001,0] TCP_LISTEN e000000343e0bb00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [19,0] TCP_LISTEN e0000003484bb180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e0000003484bb680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000343f7e680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [9,0] TCP_LISTEN e000000343f7e180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [7,0] TCP_LISTEN e000000343f7eb80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [13,0] TCP_LISTEN e000000343f70600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [d,0] TCP_LISTEN e000000343f70100 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [71,0] TCP_LISTEN e000000343f70b00 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [25,0] TCP_LISTEN e00000034540e100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c012,0] TCP_LISTEN e00000034540e600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c010,0] TCP_LISTEN e00000034540eb00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [17f,0] TCP_LISTEN e000000343f5a680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [202,0] TCP_LISTEN e000000343f5a180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [201,0] TCP_LISTEN e000000343f5ab80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [200,0] TCP_LISTEN e000000346913180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000346913680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000343e42600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c002,0] TCP_LISTEN e000000343e42100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [fcd,0] TCP_LISTEN e000000343e42b00 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [17,0] TCP_LISTEN e00000034880a180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034880a680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034880ab80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000033dc58680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [15,0] TCP_LISTEN e00000033dc58180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [203,0] TCP_LISTEN e00000033dc58b80 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e0000003469e1b00 ::1 1b7a4430 1b7a4430 00008000 00008000 1b7b7775 1b7b7775 00008000 00500 16384 [c120,c095] TCP_ESTABLISHED e0000003469e1600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347bf7b00 ::1 1b745281 1b745281 00008000 00008000 1b75674b 1b75674b 00008000 00500 16384 [c11e,c095] TCP_ESTABLISHED e000000347bf7600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347df0600 ::1 1b7037ab 1b7037ab 00008000 00008000 1b710f18 1b710f18 00008000 00500 16384 [c11c,c095] TCP_ESTABLISHED e000000347df0100 ::1 1b6e6784 1b6e6784 00008000 00008000 1b6f4775 1b6f4775 00008000 00500 16384 [c11b,c095] TCP_ESTABLISHED e000000343faeb80 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [14b6,0] TCP_LISTEN e000000343fae180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [14b7,0] TCP_LISTEN e000000343fae680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [6b0,0] TCP_LISTEN e0000003455c1b00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e0000003455c1600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c092,0] TCP_LISTEN e0000003455c1100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c0a0,0] TCP_LISTEN e00000033dc46600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000033dc46100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000033dc46b00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [6f,0] TCP_LISTEN e0000003441ddb80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e0000003441dd680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c0a3,0] TCP_LISTEN e0000003441dd180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [24b,0] TCP_LISTEN e000000348419180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348419680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348419b80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348425100 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348425600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348425b00 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000343f96b00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [1e87,0] TCP_LISTEN e0000003456ffb80 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c028,0] TCP_LISTEN e000000343f96100 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [220,0] TCP_LISTEN e0000003456ff680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e0000003456ff180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c027,0] TCP_LISTEN e000000343f96600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [21f,0] TCP_LISTEN e00000034872b600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034872bb00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347fd1b80 ::1 1b7c2dba 1b7c2dba 00008000 00008000 1b7d2bac 1b7d2bac 00008000 00500 16384 [c121,c095] TCP_ESTABLISHED e0000003474dab00 010.042.028.075 18b8ad0f 18b8ad0f 00008000 00008000 18b767a5 18b767a5 00008000 00500 16384 [6b0,c094] TCP_ESTABLISHED e0000003474da600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347fd1680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e0000003474da100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c041,0] TCP_LISTEN e00c0002fc775100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e0000003443f9b00 010.042.028.075 18b767a5 18b767a5 00008000 00008000 18b8ad0f 18b8ad0f 00008000 00500 16384 [c094,6b0] TCP_ESTABLISHED e0000003443f9600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [87,0] TCP_LISTEN e0000003443f9100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [864,0] TCP_LISTEN e000000347cbfb80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347cbf180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347cbf680 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034864e180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034864eb80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034864f600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034864f100 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034864fb00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034864cb00 ::1 20da1e55 20da1e55 00008000 00008000 20db2a55 20db2a55 00008000 00500 16384 [c20c,c095] TCP_ESTABLISHED e000000344688b80 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c00f,0] TCP_LISTEN e000000344688180 127.000.000.001 17901046 17901046 00008000 00008000 17916252 17916252 00008000 00500 16384 [c00a,14b6] TCP_ESTABLISHED e000000344688680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c00e,0] TCP_LISTEN e000000348354680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348354180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000348354b80 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347ea7b80 ::1 1b75674b 1b75674b 00008000 00008000 1b745281 1b745281 00008000 00500 16384 [c095,c11e] TCP_ESTABLISHED e000000347ea7180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347ea7680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034578bb00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c042,0] TCP_LISTEN e00000034578b100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347e9fb00 ::1 1d3c82e0 1d3c82e0 00008000 00008000 1d3b9f15 1d3b9f15 00008000 00500 16384 [c095,c166] TCP_ESTABLISHED e000000347e9f100 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347e9f600 ::1 1f1cde79 1f1cde79 00008000 00008000 1f1dde17 1f1dde17 00008000 00500 16384 [c1c5,c095] TCP_ESTABLISHED e0000003456b1b00 ::1 20db2a55 20db2a55 00008000 00008000 20da1e55 20da1e55 00008000 00500 16384 [c095,c20c] TCP_ESTABLISHED e0000003456b1100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [849,0] TCP_LISTEN e0000003456b1600 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347c94b00 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347c94100 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000347c94600 ::1 1b710f18 1b710f18 00008000 00008000 1b7037ab 1b7037ab 00008000 00500 16384 [c095,c11c] TCP_ESTABLISHED e000000347c90b80 ::1 1b6f4775 1b6f4775 00008000 00008000 1b6e6784 1b6e6784 00008000 00500 16384 [c095,c11b] TCP_ESTABLISHED e000000347c90180 ::1 1b7b7775 1b7b7775 00008000 00008000 1b7a4430 1b7a4430 00008000 00500 16384 [c095,c120] TCP_ESTABLISHED e000000347c90680 ::1 1b7259c1 1b7259c1 00008000 00008000 1b730fda 1b730fda 00008000 00500 16384 [c11d,c095] TCP_ESTABLISHED e0000003441b0b00 127.000.000.001 17916252 17916252 00008000 00008000 17901046 17901046 00008000 00500 16384 [14b6,c00a] TCP_ESTABLISHED e0000003441b0100 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [1765,0] TCP_LISTEN e0000003441b0600 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c00d,0] TCP_LISTEN e000000346596b80 ::1 1b730fda 1b730fda 00008000 00008000 1b7259c1 1b7259c1 00008000 00500 16384 [c095,c11d] TCP_ESTABLISHED e000000346596180 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e000000346596680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c11a,0] TCP_LISTEN e000000347c85b80 ::1 1b763ce9 1b763ce9 00008000 00008000 1b776cb2 1b776cb2 00008000 00500 16384 [c11f,c095] TCP_ESTABLISHED e000000347c85180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c119,0] TCP_LISTEN e000000347c85680 ::1 1d3b9f15 1d3b9f15 00008000 00008000 1d3c82e0 1d3c82e0 00008000 00500 16384 [c166,c095] TCP_ESTABLISHED e00000034609eb80 :: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [0,0] TCP_IDLE e00000034609e180 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [c036,0] TCP_LISTEN e00000034609e680 000.000.000.000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 03000 00536 [13bd,0] TCP_LISTEN e000000348ed8400 127.000.000.001 401a4035 401a4035 00000000 00000000 401976f2 401976f2 00000000 -N/A- -N/A- [c042,c447] TIME_WAIT*(12720) e000000348ed8400 127.000.000.001 401c2cd6 401c2cd6 00000000 00000000 401b7990 401b7990 00000000 -N/A- -N/A- [c042,c448] TIME_WAIT*(12720) e00c0002fb5b0000 127.000.000.000 4005e0ad 4005e0ad 00000000 00000000 4006bc5c 4006bc5c 00000000 -N/A- -N/A- [c442,849] TIME_WAIT*(20580) e00c0002fb5b0000 127.000.000.000 402b0214 402b0214 00000000 00000000 402bd6a4 402bd6a4 00000000 -N/A- -N/A- [c449,849] TIME_WAIT*(27140) e00c0002fb5b0000 127.000.000.000 403c0c61 403c0c61 00000000 00000000 403d330c 403d330c 00000000 -N/A- -N/A- [c44d,849] TIME_WAIT*(34820) e00000054d6e0000 127.000.000.000 3ff9f8c2 3ff9f8c2 00000000 00000000 3ffaaf7f 3ffaaf7f 00000000 -N/A- -N/A- [c43e,849] TIME_WAIT*(3590) e00000034791ea00 ::1 407df41a 407df41a 00000000 00000000 407c95fd 407c95fd 00000000 -N/A- -N/A- [c452,c453] TIME_WAIT*(60400) e00000034791ea00 ::1 407fe3e1 407fe3e1 00000000 00000000 407ec83f 407ec83f 00000000 -N/A- -N/A- [c452,c454] TIME_WAIT*(60400) e000000344640400 010.042.028.075 407aeaac 407aeaac 00000000 00000000 407bb013 407bb013 00000000 -N/A- -N/A- [c451,6b0] TIME_WAIT*(60330) e000000344418e00 127.000.000.001 408c40d4 408c40d4 00000000 00000000 403e7649 403e7649 00000000 -N/A- -N/A- [c44e,c450] TIME_WAIT*(34880) e000000344418c00 127.000.000.001 407acfcc 407acfcc 00000000 00000000 402ceab3 402ceab3 00000000 -N/A- -N/A- [c44a,c44c] TIME_WAIT*(27180) e000000344418a00 127.000.000.001 4055c09e 4055c09e 00000000 00000000 4007cf6b 4007cf6b 00000000 -N/A- -N/A- [c443,c445] TIME_WAIT*(20570) e00000034791e800 127.000.000.001 4049df00 4049df00 00000000 00000000 3ffbadde 3ffbadde 00000000 -N/A- -N/A- [c43f,c441] TIME_WAIT*(3590)
ndd -get /dev/tcp tcp_time_wait_interval 60000
ndd -get /dev/tcp tcp_ts_enable 2
ndd -get /dev/tcp tcp_tw_cleanup_interval 60000
ndd -get /dev/tcp tcp_xmit_hiwater_def 32768
ndd -get /dev/tcp tcp_xmit_hiwater_lfp 65536
ndd -get /dev/tcp tcp_xmit_hiwater_lnp 8192
ndd -get /dev/tcp tcp_xmit_hiwater_max 2147483647
ndd -get /dev/tcp tcp_xmit_lowater_def 8192
ndd -get /dev/tcp tcp_xmit_lowater_lfp 16384
ndd -get /dev/tcp tcp_xmit_lowater_lnp 2048
ndd -get /dev/tcp tcp_isn_passphrase 0
ndd -get /dev/tcp tcp_early_conn_ind 1
ndd -get /dev/tcp tcp_submss_ack 0
ndd -get /dev/tcp tcp_ws_enable 1
ndd -get /dev/udp udp_debug 0
ndd -get /dev/udp udp_def_ttl 64
ndd -get /dev/udp udp_def_hop_limit 64
ndd -get /dev/udp udp_largest_anon_port 65535
ndd -get /dev/udp udp_recv_hiwater_max 2147483647
ndd -get /dev/udp udp_status UDP lport src addr dst addr port state e000000345cd6e80 00123 ::1 :: 00000 IDLE e000000345cd6280 00123 000.000.000.000 000.000.000.000 00000 IDLE e000000344656780 00000 :: :: 00000 UNBOUND e000000344656380 00000 :: :: 00000 UNBOUND e000000344656d80 00135 000.000.000.000 000.000.000.000 00000 IDLE e0000003470e2380 02121 000.000.000.000 000.000.000.000 00000 IDLE e000000343eade80 00518 000.000.000.000 000.000.000.000 00000 IDLE e000000343ead480 00067 000.000.000.000 000.000.000.000 00000 IDLE e00000033dc43180 00111 000.000.000.000 000.000.000.000 00000 IDLE e00000033dc43380 00514 :: :: 00000 IDLE e00000033dc43d80 49158 000.000.000.000 000.000.000.000 00000 IDLE e000000348424e80 00000 000.000.000.000 000.000.000.000 00000 UNBOUND e000000343f93e00 05302 000.000.000.000 000.000.000.000 00000 IDLE e000000343f83d80 00019 :: :: 00000 IDLE e000000343f83180 00007 :: :: 00000 IDLE e000000343f83780 00009 :: :: 00000 IDLE e000000345ce1d00 00000 :: :: 00000 UNBOUND e000000345ce1700 00123 127.000.000.001 000.000.000.000 00000 IDLE e000000345ce1300 00123 010.042.028.075 000.000.000.000 00000 IDLE e00000033d668500 00000 000.000.000.000 000.000.000.000 00000 UNBOUND e0000003468ac280 02148 000.000.000.000 000.000.000.000 00000 IDLE e000000343f6d700 00013 :: :: 00000 IDLE e000000343fe2e80 49183 ::1 ::1 49183 CONNECTED e000000343fe2680 01067 000.000.000.000 000.000.000.000 00000 IDLE e00000033e080980 00123 :: :: 00000 IDLE e00000033e080180 00000 :: :: 00000 UNBOUND e000000346605580 02049 000.000.000.000 000.000.000.000 00000 IDLE e000000343dd2a00 00069 000.000.000.000 000.000.000.000 00000 IDLE e000000343dd2400 04045 000.000.000.000 000.000.000.000 00000 IDLE e0000001b7b8ab00 00000 000.000.000.000 000.000.000.000 00000 UNBOUND e0000001b7b8a100 49160 000.000.000.000 000.000.000.000 00000 IDLE e0000001b7b8a700 49159 000.000.000.000 000.000.000.000 00000 IDLE e0000003441b5900 00161 000.000.000.000 000.000.000.000 00000 IDLE e0000003441b5d00 00000 000.000.000.000 000.000.000.000 00000 UNBOUND e0000003441b5500 00161 :: :: 00000 IDLE e000000347401600 49292 000.000.000.000 000.000.000.000 00000 IDLE e000000347401800 49297 000.000.000.000 000.000.000.000 00000 IDLE e000000347401c00 49298 :: :: 00000 IDLE
ndd -get /dev/rawip rawip_def_ttl 255
ndd -get /dev/rawip rawip_recv_hiwater_max 2147483647
ndd -get /dev/arp arp_cache_report ifname proto addr proto mask hardware addr flags lan0 169.254.001.179 255.255.255.255 6c:3b:e5:a1:35:f4 lan0 010.042.028.075 255.255.255.255 00:11:85:5f:15:3a PERM PUBLISH LOCAL lan0 010.042.028.006 255.255.255.255 00:18:71:e6:c7:e4 lan0 010.042.028.001 255.255.255.255 ac:16:2d:79:17:b0 lan0 224.000.000.000 240.000.000.000 01:00:5e:00:00:00 PERM MAPPING
ndd -get /dev/arp arp_cleanup_interval 300000
ndd -get /dev/arp arp_defend_interval 0
ndd -get /dev/arp arp_redefend_interval 5000
ndd -get /dev/arp arp_resend_interval 2000
ndd -get /dev/arp arp_update_ire 0
ndd -get /dev/ip ip_ipsec_integer_pads 1
ndd -get /dev/ip ip_ipsec_policy_interval 180
ndd -get /dev/ip ip_ipsec_pollist Total policies in system - 0 Total policies displayed - 0 ('larval' - 0, DISCARD - 0, PASS - 0, SA - 0) Not ready policies - 0 Total data messages queued on policy - 0
ndd -get /dev/ip ip_ipsec_sa_interval 120
ndd -get /dev/ip ip_ipsec_salist Total SAs in system - 0 Total SAs displayed - 0 # AH SAs - 0 # ESP SAs - 0 # LARVAL state SAs - 0 # MATURE state SAs - 0 # DYING state SAs - 0 # DEAD state SAs - 0
ndd -get /dev/ip ip_ipsec_status IPv4 IPSEC - DISABLED IPv6 IPSEC - DISABLED # active policies - 0 # active SAs - 0 # Policy streams open - 0 # PF_KEY streams open - 0
ndd -get /dev/sockets socket_buf_max 262144
ndd -get /dev/sockets socket_caching_tcp 512
ndd -get /dev/sockets socket_enable_ca 0
ndd -get /dev/sockets socket_enable_tops 2
ndd -get /dev/sockets socket_msgeof 0
ndd -get /dev/sockets socket_qlimit_max 4096
ndd -get /dev/sockets socket_udp_rcvbuf_default 65535
ndd -get /dev/sockets socket_udp_sndbuf_default 65535
ndd -get /dev/ip6 ip6_def_hop_limit 64
ndd -get /dev/ip6 ip6_forwarding 1
ndd -get /dev/ip6 ip6_fragment_timeout 60000
ndd -get /dev/ip6 ip6_icmp_interval 100
ndd -get /dev/ip6 ip6_ill_status ILL6 rq wq upcnt mxfrg err in/out/forward name e00000033dc37188 0000000000000000 0000000000000000 00001 32808 000 5603/5603/0 lo0 RUNNING LOOPBACK MULTICAST Reassembly memory limit: 2000000: In use 2000000, Reserved 0, Unreserved 0
ndd -get /dev/ip6 ip6_ipif_status IPIF6 addr mask p-p-dst metr indx mtu cid in/out/forward name e00000033c3fb188 ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff :: 0000 0003 32808 0000000000 5603/5603/0 lo0 UP RUNNING LOOPBACK MULTICAST
ndd -get /dev/ip6 ip6_ire_cleanup_interval 300000
ndd -get /dev/ip6 ip6_ire_hash Host route list: ire6: 0xe00000033c3fb688, addr ::1, mask ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, src ::1, type IRE6_LOOPBACK, next 0x0, hash 0x1 Route association list: Subnet list: Net list (64-127 bit prefixes): Net list (32-63 bit prefixes): Net list (10-31 bit prefixes): Net list (0-9 bit prefixes): Gateway list:
ndd -get /dev/ip6 ip6_ire_pathmtu_interval 600000
ndd -get /dev/ip6 ip6_ire_redirect_interval 300000
ndd -get /dev/ip6 ip6_ire_status IRE6 rfq stq addr mask src gateway mxfrg rtt ref type state flags e00000033c3fb688 0000000000000000 0000000000000000 ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ::1 :: 32808 00068 000 IRE6_LOOPBACK -
ndd -get /dev/ip6 ip6_raw_status RAW ipc proto laddr faddr flags overflows dist head e0000003447cb200 01 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e00000033d668b00 06 :: :: 00c80010 0000000000 0000 0000000000000000 e00000033d668d00 06 :: :: 00c80010 0000000000 0000 0000000000000000
ndd -get /dev/ip6 ip6_reass_mem_limit 2000000
ndd -get /dev/ip6 ip6_send_redirects 1
ndd -get /dev/ip6 ip6_tcp_status TCP ipc hidx lport fport laddr faddr flags e000000347cad980 0151 c1c5 c095 ::1 ::1 00800010 e000000347a4f300 0151 c095 c1c5 ::1 ::1 00800010 e00000034794aa00 0188 c11c c095 ::1 ::1 00800010 e000000347a4f700 0188 c095 c11c ::1 ::1 00800010 e000000347cad780 0189 c11d c095 ::1 ::1 00800010 e000000347cad380 0189 c095 c11d ::1 ::1 00800010 e0000003468acc80 018a c11e c095 ::1 ::1 00800010 e00000034801b280 018a c095 c11e ::1 ::1 00c80010 e00000034801b480 018b c11f c095 ::1 ::1 00c80010 e00000034801b680 018b c095 c11f ::1 ::1 00c80010 e000000347a4fd00 018f c11b c095 ::1 ::1 00800010 e000000347a4f900 018f c095 c11b ::1 ::1 00800010 e000000347f5b200 01b4 c120 c095 ::1 ::1 00c80010 e00000034801b880 01b4 c095 c120 ::1 ::1 00c80010 e000000347f5b400 01b5 c121 c095 ::1 ::1 00c80010 e00000034801ba80 01b5 c095 c121 ::1 ::1 00c80010 e0000003468ac680 01f2 c166 c095 ::1 ::1 00800010 e000000347cad580 01f2 c095 c166 ::1 ::1 00800010 e0000003455b9c80 026f c094 06b0 ::ffff:010.042.028.075 ::ffff:010.042.028.075 00800010 e0000003455b9a80 026f 06b0 c094 ::ffff:010.042.028.075 ::ffff:010.042.028.075 00800010 e000000346605180 0298 c20c c095 ::1 ::1 00800010 e00000033e080b80 0298 c095 c20c ::1 ::1 00800010 e000000345cd6880 03ea c028 03c3 ::ffff:127.000.000.001 ::ffff:127.000.000.001 00c80010 e0000003456af300 03ea 03c3 c028 ::ffff:127.000.000.001 ::ffff:127.000.000.001 00c80010 e00000033e0cdc00 04bd c00a 14b6 ::ffff:127.000.000.001 ::ffff:127.000.000.001 00800010 e00000033e0cda00 04bd 14b6 c00a ::ffff:127.000.000.001 ::ffff:127.000.000.001 00800010 e00000033e080380 0000 c000 0000 ::ffff:000.000.000.000 :: 00c80010 e0000001b7b8a300 0001 c001 0000 ::ffff:000.000.000.000 :: 00c80010 e0000003456afd00 0001 0801 0000 ::ffff:000.000.000.000 :: 00c80010 e000000343dd2c00 0002 c002 0000 ::ffff:000.000.000.000 :: 00c80010 e000000343f6db00 0007 0007 0000 :: :: 00c80010 e000000343f83380 0009 0009 0000 :: :: 00c80010 e000000344656980 000d c00d 0000 ::ffff:127.000.000.001 :: 00800010 e000000343f6d300 000d 000d 0000 :: :: 00c80010 e0000003447cb400 000e c00e 0000 ::ffff:127.000.000.001 :: 00c80010 e0000003447cb600 000f c00f 0000 ::ffff:127.000.000.001 :: 00c80010 e0000003447cba00 0010 c010 0000 ::ffff:127.000.000.001 :: 00c80010 e0000003447cb800 0012 c012 0000 ::ffff:127.000.000.001 :: 00c80010 e000000343f83980 0013 0013 0000 :: :: 00c80010 e0000003455b9480 0014 c014 0000 ::ffff:127.000.000.001 :: 00c80010 e00000033dc43780 0015 0015 0000 :: :: 00800010 e000000343dd2e00 0017 0017 0000 :: :: 00c80010 e00000033e0cd200 0019 0019 0000 ::ffff:000.000.000.000 :: 00c80010 e000000343f6d900 0025 0025 0000 :: :: 00c80010 e00000033e080d80 0027 c027 0000 ::ffff:000.000.000.000 :: 00800010 e000000345cd6680 0028 c028 0000 ::ffff:127.000.000.001 :: 00c80010 e000000345ce1900 0036 c036 0000 ::ffff:127.000.000.001 :: 00800010 e0000003470e2d80 0041 c041 0000 ::ffff:000.000.000.000 :: 00c80010 e0000003470e2b80 0042 c042 0000 ::ffff:127.000.000.001 :: 00800010 e000000345ce1b00 0049 0849 0000 ::ffff:000.000.000.000 :: 00800010 e0000003456afb00 0064 0864 0000 ::ffff:000.000.000.000 :: 00800010 e00000033d668300 006f 006f 0000 ::ffff:000.000.000.000 :: 00c80010 e000000343f6d100 0071 0071 0000 :: :: 00c80010 e000000343fe2a80 0087 0087 0000 ::ffff:000.000.000.000 :: 00800010 e0000003470e2780 0092 c092 0000 ::ffff:000.000.000.000 :: 00800010 e0000003455b9280 0095 c095 0000 :: :: 00800010 e0000003456af700 009d c09d 0000 ::ffff:127.000.000.001 :: 00800010 e0000003456af900 00a0 c0a0 0000 ::ffff:127.000.000.001 :: 00800010 e0000003468aca80 00a3 c0a3 0000 ::ffff:127.000.000.001 :: 00c80010 e000000343fe2280 00b6 14b6 0000 ::ffff:000.000.000.000 :: 00c80010 e000000343f93800 00b7 14b7 0000 ::ffff:000.000.000.000 :: 00c80010 e00000034794a800 0119 c119 0000 ::ffff:000.000.000.000 :: 00800010 e000000346605780 011a c11a 0000 ::ffff:000.000.000.000 :: 00800010 e000000346605d80 0133 c133 0000 ::ffff:127.000.000.001 :: 00800010 e0000003456af500 017f 017f 0000 ::ffff:000.000.000.000 :: 00800010 e0000003470e2980 01e4 05e4 0000 ::ffff:000.000.000.000 :: 00800010 e000000343eada80 0200 0200 0000 :: :: 00c80010 e000000343ead680 0201 0201 0000 :: :: 00c80010 e000000343ead880 0202 0202 0000 :: :: 00c80010 e00000033d668900 0203 0203 0000 ::ffff:000.000.000.000 :: 00800010 e000000343f93400 021f 021f 0000 :: :: 00c80010 e000000343f93200 0220 0220 0000 :: :: 00c80010 e00000033e0cd400 024b 024b 0000 ::ffff:000.000.000.000 :: 00c80010 e000000343f93600 0287 1e87 0000 ::ffff:000.000.000.000 :: 00c80010 e000000343f93a00 02b0 06b0 0000 :: :: 00c80010 e000000343fe2880 0365 1765 0000 :: :: 00000000 e0000003470e2580 03bd 13bd 0000 ::ffff:000.000.000.000 :: 00800010 e000000343dd2600 03cd 0fcd 0000 ::ffff:000.000.000.000 :: 00c80010
ndd -get /dev/ip6 ip6_udp_status UDP ipc hidx lport fport laddr faddr flags overflows dist head e000000346605380 0001 0801 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e00000033d668700 0006 c006 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e0000001b7b8a500 0007 c007 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343f6dd00 0007 0007 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e00000033e080580 0008 c008 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343f83580 0009 0009 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e000000343f6d500 000d 000d 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e000000343f83b80 0013 0013 0000 :: :: 10c80010 0000000000 0000 0000000000000000 e000000343fe2c80 001f c01f c01f ::1 ::1 00480000 0000000000 0000 0000000000000000 e000000343fe2480 002b 042b 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343ead280 0043 0043 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343dd2800 0045 0045 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e0000003470e2180 0049 0849 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000347401e00 0064 0864 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e00000033dc43b80 006f 006f 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000345ce1500 007b 007b 0000 ::ffff:127.000.000.001 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000345ce1100 007b 007b 0000 ::ffff:010.042.028.075 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e00000033e0cde00 007b 007b 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000345cd6c80 007b 007b 0000 ::1 :: 00c81010 0000000000 0000 0000000000000000 e00000033e080780 007b 007b 0000 :: :: 00c81010 0000000000 0000 0000000000000000 e000000344656b80 0087 0087 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000347401400 008c c08c 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e000000347401200 0091 c091 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000347401a00 0092 c092 0000 :: :: 10c81010 0000000000 0000 0000000000000000 e0000003441b5700 00a1 00a1 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 00c80010 0000000000 0000 0000000000000000 e0000003441b5300 00a1 00a1 0000 :: :: 00c81010 0000000000 0000 0000000000000000 e000000343f93c00 00b6 14b6 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e00000033dc43580 0202 0202 0000 :: :: 00c80010 0000000000 0000 0000000000000000 e000000343eadc80 0206 0206 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000 e000000343dd2200 03cd 0fcd 0000 ::ffff:000.000.000.000 ::ffff:000.000.000.000 10c80010 0000000000 0000 0000000000000000
ndd -get /dev/ip6 ip6_rh0_disable 1
ndd -get /dev/ip6 ip6_enable_rfc4291 1
ndd -get /dev/ip6 ip6_addr_sel_enable 0
ndd -get /dev/ip6 ip6_mld_version 2
ndd -get /dev/ip6 ip6_mld_compat_disable 0
ndd -get /dev/ip6 ip6_mld_rv 2
ndd -get /dev/ip6 ip6_mld_v2_unsolicited_interval 1000
ndd -get /dev/ip6 ip6_mld_qri 10000
ndd -get /dev/ip6 ip6_mld_maxsrc 128
ndd -get /dev/ip6 ip6_mld_status ILL6: e00000033dc37188 lo0 MLD version 2 qqi 125000 qrv 0 IRE6 addr include exclude mode numsrc interface
ndd -get /dev/ip6 ip6_ipc_mcast_maxsrc 64
ndd -get /dev/ip6 ip6_ill_no_dest_unreach Interface ip6_ill_no_dest_unreach lo0 0
ndd -get /dev/ip6 ip6_icmp6_extended_errors 1
ndd -get /dev/ip6 ip6_ire_cmpt_route_lookup_policy 0
ndd -get /dev/ip6 ip6_ire_reachable_interval 30000
ndd -get /dev/ip6 ip6_max_random_factor 150
ndd -get /dev/ip6 ip6_min_random_factor 50
ndd -get /dev/ip6 ip6_nd_advertise_count 3
ndd -get /dev/ip6 ip6_nd_anycast_delay 1000
ndd -get /dev/ip6 ip6_nd_dad_solicit_count 1
ndd -get /dev/ip6 ip6_nd_multicast_solicit_count 3
ndd -get /dev/ip6 ip6_nd_probe_delay 5000
ndd -get /dev/ip6 ip6_nd_transmit_interval 1000
ndd -get /dev/ip6 ip6_nd_unicast_solicit_count 3
ndd -get /dev/ip6 ip6_rd_solicit_count 3
ndd -get /dev/ip6 ip6_rd_solicit_delay 1000
ndd -get /dev/ip6 ip6_rd_transmit_interval 4000
ndd -get /dev/ip6 ip6_nd_use_temp_address 1
ndd -get /dev/ip6 ip6_nd_prefer_temp_address 0
ndd -get /dev/ip6 ip6_nd_temp_valid_lifetime 604800
ndd -get /dev/ip6 ip6_nd_temp_preferred_lifetime 86400
ndd -get /dev/ip6 ip6_nd_autoconf 1
ndd -get /dev/ip6 ip6_nd_cache_route_from_slao 0
ndd -get /dev/rawip6 rawip6_def_hop_limit 64


UNSUPPORTED ndd tunable parameters


ndd -get /dev/ip ip_bogus_sap 1800
ndd -get /dev/ip ip_debug 0
ndd -get /dev/ip ip_dl_snap_sap 170
ndd -get /dev/ip ip_dl_sap 2048
ndd -get /dev/ip ip_encap_ttl 64
ndd -get /dev/ip ip_encap_mc_only 1
ndd -get /dev/ip ip_ill_config_command ip_ill_config_command
ndd -get /dev/ip ip_ill_config_status Interface Configuration options lan0 NOPOINTOPOINT ARP PLAINSAP
ndd -get /dev/ip ip_local_cksum 0
ndd -get /dev/ip ip_loopback_bypass 0
ndd -get /dev/ip ip_mc_filter_command ip_mc_filter_command
ndd -get /dev/ip ip_mc_filter_status ip_mc_filter_status
ndd -get /dev/ip ip_mrtdebug 0
ndd -get /dev/ip ip_respond_to_address_mask_broadcast 0
ndd -get /dev/ip ip_respond_to_echo_broadcast 1
ndd -get /dev/ip ip_respond_to_timestamp 0
ndd -get /dev/ip ip_respond_to_timestamp_broadcast 0
ndd -get /dev/ip ip_rput_pullups 1
ndd -get /dev/ip ip_wroff_extra 32
ndd -get /dev/tcp tcp_conn_grace_period name is non-existent for this module for a list of valid names, use name '?'
ndd -get /dev/tcp tcp_debug 0
ndd -get /dev/tcp tcp_deferred_ack_interval 50
ndd -get /dev/tcp tcp_discon operation failed, Permission denied
ndd -get /dev/tcp tcp_discon_by_addr operation failed, Permission denied
ndd -get /dev/tcp tcp_dupack_fast_retransmit 3
ndd -get /dev/tcp tcp_keepalives_kill 1
ndd -get /dev/tcp tcp_mss_def 536
ndd -get /dev/tcp tcp_mss_max 65495
ndd -get /dev/tcp tcp_mss_min 120
ndd -get /dev/tcp tcp_naglim_def 65535
ndd -get /dev/tcp tcp_old_urp_interpretation 1
ndd -get /dev/tcp tcp_rcv_push_wait 16384
ndd -get /dev/tcp tcp_rwin_credit_pct 50
ndd -get /dev/tcp tcp_rwin_mss_multiplier name is non-existent for this module for a list of valid names, use name '?'
ndd -get /dev/tcp tcp_rwin_multiplier name is non-existent for this module for a list of valid names, use name '?'
ndd -get /dev/tcp tcp_smallest_anon_port 49152
ndd -get /dev/tcp tcp_smallest_nonpriv_port 1024
ndd -get /dev/tcp tcp_snd_lowat_fraction 0
ndd -get /dev/tcp tcp_spec_port 80
ndd -get /dev/tcp tcp_text_in_resets 1
ndd -get /dev/tcp tcp_wroff_xtra 32
ndd -get /dev/tcp tcp_block_rst NoTCP:0,NoLstnr:0,NoTcpLstnr:0,NoTimewait:0
ndd -get /dev/tcp tcp_port_incr_lock 0
ndd -get /dev/udp udp_do_checksum 1
ndd -get /dev/udp udp_pass_up_icmp 2
ndd -get /dev/udp udp_pass_up_icmp6 2
ndd -get /dev/udp udp_pass_up_options 0
ndd -get /dev/udp udp_smallest_anon_port 49152
ndd -get /dev/udp udp_smallest_nonpriv_port 1024
ndd -get /dev/udp udp_wroff_extra 32
ndd -get /dev/rawip rawip_bsd_compat 1
ndd -get /dev/rawip rawip_wroff_extra 32
ndd -get /dev/arp arp_announce_count 1
ndd -get /dev/arp arp_debug 0
ndd -get /dev/arp arp_dl_sap 2054
ndd -get /dev/arp arp_dl_snap_sap 170
ndd -get /dev/arp arp_probe_count 0
ndd -get /dev/ip ip_ipsec_auto_ca 1
ndd -get /dev/ip ip_ipsec_comp_minsize 0
ndd -get /dev/ip ip_ipsec_comp_probe 4
ndd -get /dev/ip ip_ipsec_comp_skipincr 8
ndd -get /dev/ip ip_ipsec_comp_skipmax 512
ndd -get /dev/ip ip_ipsec_comp_skipmin 16
ndd -get /dev/ip ip_ipsec_comp_test 8
ndd -get /dev/ip ip_ipsec_enable 0
ndd -get /dev/ip ip_ipsec_nullauth_mode 0
ndd -get /dev/ip ip_ipsec_polpendsa_interval 300
ndd -get /dev/ip ip_ipsec_polmask_action 15
ndd -get /dev/ip ip_ipsec_samask_type 12
ndd -get /dev/ip ip_ipsec_policy_closewait 2
ndd -get /dev/ip6 ip6_ipsec_enable 0
ndd -get /dev/ip6 ip6_ipsec_polmask_action 15
ndd -get /dev/ip6 ip6_ipsec_samask_type 12
ndd -get /dev/ip6 ip6_bogus_sap 1800
ndd -get /dev/ip6 ip6_debug 0
ndd -get /dev/ip6 ip6_dl_snap_sap 170
ndd -get /dev/ip6 ip6_dl_sap 34525
ndd -get /dev/ip6 ip6_encap_hop_limit 64
ndd -get /dev/ip6 ip6_ifhash_status ill6_name_list: (index/length) 0000/0000 0001/0000 0002/0000 0003/0001 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 Total entries: 1, Average: 0 ipif6_name_list: (index/length) 0000/0000 0001/0000 0002/0000 0003/0001 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 Total entries: 1, Average: 0 ipif6_addr_list: (index/length) 0000/0000 0001/0001 0002/0000 0003/0000 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 Total entries: 1, Average: 0 ipif6_ptr_list: (index/length) 0000/0000 0001/0000 0002/0000 0003/0000 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0001 0015/0000 Total entries: 1, Average: 0
ndd -get /dev/ip6 ip6_ill_config_command ip6_ill_config_command
ndd -get /dev/ip6 ip6_ill_config_status (No explicit configuration info)
ndd -get /dev/ip6 ip6_ire_hash_summary Host route list: (index/length) 0000/0000 0001/0001 0002/0000 0003/0000 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 0016/0000 0017/0000 0018/0000 0019/0000 0020/0000 0021/0000 0022/0000 0023/0000 0024/0000 0025/0000 0026/0000 0027/0000 0028/0000 0029/0000 0030/0000 0031/0000 0032/0000 0033/0000 0034/0000 0035/0000 0036/0000 0037/0000 0038/0000 0039/0000 0040/0000 0041/0000 0042/0000 0043/0000 0044/0000 0045/0000 0046/0000 0047/0000 0048/0000 0049/0000 0050/0000 0051/0000 0052/0000 0053/0000 0054/0000 0055/0000 0056/0000 0057/0000 0058/0000 0059/0000 0060/0000 0061/0000 0062/0000 0063/0000 0064/0000 0065/0000 0066/0000 0067/0000 0068/0000 0069/0000 0070/0000 0071/0000 0072/0000 0073/0000 0074/0000 0075/0000 0076/0000 0077/0000 0078/0000 0079/0000 0080/0000 0081/0000 0082/0000 0083/0000 0084/0000 0085/0000 0086/0000 0087/0000 0088/0000 0089/0000 0090/0000 0091/0000 0092/0000 0093/0000 0094/0000 0095/0000 0096/0000 0097/0000 0098/0000 0099/0000 0100/0000 0101/0000 0102/0000 0103/0000 0104/0000 0105/0000 0106/0000 0107/0000 0108/0000 0109/0000 0110/0000 0111/0000 0112/0000 0113/0000 0114/0000 0115/0000 0116/0000 0117/0000 0118/0000 0119/0000 0120/0000 0121/0000 0122/0000 0123/0000 0124/0000 0125/0000 0126/0000 0127/0000 0128/0000 0129/0000 0130/0000 0131/0000 0132/0000 0133/0000 0134/0000 0135/0000 0136/0000 0137/0000 0138/0000 0139/0000 0140/0000 0141/0000 0142/0000 0143/0000 0144/0000 0145/0000 0146/0000 0147/0000 0148/0000 0149/0000 0150/0000 0151/0000 0152/0000 0153/0000 0154/0000 0155/0000 0156/0000 0157/0000 0158/0000 0159/0000 0160/0000 0161/0000 0162/0000 0163/0000 0164/0000 0165/0000 0166/0000 0167/0000 0168/0000 0169/0000 0170/0000 0171/0000 0172/0000 0173/0000 0174/0000 0175/0000 0176/0000 0177/0000 0178/0000 0179/0000 0180/0000 0181/0000 0182/0000 0183/0000 0184/0000 0185/0000 0186/0000 0187/0000 0188/0000 0189/0000 0190/0000 0191/0000 0192/0000 0193/0000 0194/0000 0195/0000 0196/0000 0197/0000 0198/0000 0199/0000 0200/0000 0201/0000 0202/0000 0203/0000 0204/0000 0205/0000 0206/0000 0207/0000 0208/0000 0209/0000 0210/0000 0211/0000 0212/0000 0213/0000 0214/0000 0215/0000 0216/0000 0217/0000 0218/0000 0219/0000 0220/0000 0221/0000 0222/0000 0223/0000 0224/0000 0225/0000 0226/0000 0227/0000 0228/0000 0229/0000 0230/0000 0231/0000 0232/0000 0233/0000 0234/0000 0235/0000 0236/0000 0237/0000 0238/0000 0239/0000 0240/0000 0241/0000 0242/0000 0243/0000 0244/0000 0245/0000 0246/0000 0247/0000 0248/0000 0249/0000 0250/0000 0251/0000 0252/0000 0253/0000 0254/0000 0255/0000 Total entries: 1, Average: 0 Route association list: (index/length) 0000/0000 0001/0000 0002/0000 0003/0000 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 0016/0000 0017/0000 0018/0000 0019/0000 0020/0000 0021/0000 0022/0000 0023/0000 0024/0000 0025/0000 0026/0000 0027/0000 0028/0000 0029/0000 0030/0000 0031/0000 0032/0000 0033/0000 0034/0000 0035/0000 0036/0000 0037/0000 0038/0000 0039/0000 0040/0000 0041/0000 0042/0000 0043/0000 0044/0000 0045/0000 0046/0000 0047/0000 0048/0000 0049/0000 0050/0000 0051/0000 0052/0000 0053/0000 0054/0000 0055/0000 0056/0000 0057/0000 0058/0000 0059/0000 0060/0000 0061/0000 0062/0000 0063/0000 0064/0000 0065/0000 0066/0000 0067/0000 0068/0000 0069/0000 0070/0000 0071/0000 0072/0000 0073/0000 0074/0000 0075/0000 0076/0000 0077/0000 0078/0000 0079/0000 0080/0000 0081/0000 0082/0000 0083/0000 0084/0000 0085/0000 0086/0000 0087/0000 0088/0000 0089/0000 0090/0000 0091/0000 0092/0000 0093/0000 0094/0000 0095/0000 0096/0000 0097/0000 0098/0000 0099/0000 0100/0000 0101/0000 0102/0000 0103/0000 0104/0000 0105/0000 0106/0000 0107/0000 0108/0000 0109/0000 0110/0000 0111/0000 0112/0000 0113/0000 0114/0000 0115/0000 0116/0000 0117/0000 0118/0000 0119/0000 0120/0000 0121/0000 0122/0000 0123/0000 0124/0000 0125/0000 0126/0000 0127/0000 0128/0000 0129/0000 0130/0000 0131/0000 0132/0000 0133/0000 0134/0000 0135/0000 0136/0000 0137/0000 0138/0000 0139/0000 0140/0000 0141/0000 0142/0000 0143/0000 0144/0000 0145/0000 0146/0000 0147/0000 0148/0000 0149/0000 0150/0000 0151/0000 0152/0000 0153/0000 0154/0000 0155/0000 0156/0000 0157/0000 0158/0000 0159/0000 0160/0000 0161/0000 0162/0000 0163/0000 0164/0000 0165/0000 0166/0000 0167/0000 0168/0000 0169/0000 0170/0000 0171/0000 0172/0000 0173/0000 0174/0000 0175/0000 0176/0000 0177/0000 0178/0000 0179/0000 0180/0000 0181/0000 0182/0000 0183/0000 0184/0000 0185/0000 0186/0000 0187/0000 0188/0000 0189/0000 0190/0000 0191/0000 0192/0000 0193/0000 0194/0000 0195/0000 0196/0000 0197/0000 0198/0000 0199/0000 0200/0000 0201/0000 0202/0000 0203/0000 0204/0000 0205/0000 0206/0000 0207/0000 0208/0000 0209/0000 0210/0000 0211/0000 0212/0000 0213/0000 0214/0000 0215/0000 0216/0000 0217/0000 0218/0000 0219/0000 0220/0000 0221/0000 0222/0000 0223/0000 0224/0000 0225/0000 0226/0000 0227/0000 0228/0000 0229/0000 0230/0000 0231/0000 0232/0000 0233/0000 0234/0000 0235/0000 0236/0000 0237/0000 0238/0000 0239/0000 0240/0000 0241/0000 0242/0000 0243/0000 0244/0000 0245/0000 0246/0000 0247/0000 0248/0000 0249/0000 0250/0000 0251/0000 0252/0000 0253/0000 0254/0000 0255/0000 Total entries: 0, Average: 0 Subnet list: (index/length) 0000/0000 Total entries: 0, Average: 0 Net list (64-127 bit prefixes): (index/length) 0000/0000 0001/0000 0002/0000 0003/0000 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 0016/0000 0017/0000 0018/0000 0019/0000 0020/0000 0021/0000 0022/0000 0023/0000 0024/0000 0025/0000 0026/0000 0027/0000 0028/0000 0029/0000 0030/0000 0031/0000 0032/0000 0033/0000 0034/0000 0035/0000 0036/0000 0037/0000 0038/0000 0039/0000 0040/0000 0041/0000 0042/0000 0043/0000 0044/0000 0045/0000 0046/0000 0047/0000 0048/0000 0049/0000 0050/0000 0051/0000 0052/0000 0053/0000 0054/0000 0055/0000 0056/0000 0057/0000 0058/0000 0059/0000 0060/0000 0061/0000 0062/0000 0063/0000 0064/0000 0065/0000 0066/0000 0067/0000 0068/0000 0069/0000 0070/0000 0071/0000 0072/0000 0073/0000 0074/0000 0075/0000 0076/0000 0077/0000 0078/0000 0079/0000 0080/0000 0081/0000 0082/0000 0083/0000 0084/0000 0085/0000 0086/0000 0087/0000 0088/0000 0089/0000 0090/0000 0091/0000 0092/0000 0093/0000 0094/0000 0095/0000 0096/0000 0097/0000 0098/0000 0099/0000 0100/0000 0101/0000 0102/0000 0103/0000 0104/0000 0105/0000 0106/0000 0107/0000 0108/0000 0109/0000 0110/0000 0111/0000 0112/0000 0113/0000 0114/0000 0115/0000 0116/0000 0117/0000 0118/0000 0119/0000 0120/0000 0121/0000 0122/0000 0123/0000 0124/0000 0125/0000 0126/0000 0127/0000 0128/0000 0129/0000 0130/0000 0131/0000 0132/0000 0133/0000 0134/0000 0135/0000 0136/0000 0137/0000 0138/0000 0139/0000 0140/0000 0141/0000 0142/0000 0143/0000 0144/0000 0145/0000 0146/0000 0147/0000 0148/0000 0149/0000 0150/0000 0151/0000 0152/0000 0153/0000 0154/0000 0155/0000 0156/0000 0157/0000 0158/0000 0159/0000 0160/0000 0161/0000 0162/0000 0163/0000 0164/0000 0165/0000 0166/0000 0167/0000 0168/0000 0169/0000 0170/0000 0171/0000 0172/0000 0173/0000 0174/0000 0175/0000 0176/0000 0177/0000 0178/0000 0179/0000 0180/0000 0181/0000 0182/0000 0183/0000 0184/0000 0185/0000 0186/0000 0187/0000 0188/0000 0189/0000 0190/0000 0191/0000 0192/0000 0193/0000 0194/0000 0195/0000 0196/0000 0197/0000 0198/0000 0199/0000 0200/0000 0201/0000 0202/0000 0203/0000 0204/0000 0205/0000 0206/0000 0207/0000 0208/0000 0209/0000 0210/0000 0211/0000 0212/0000 0213/0000 0214/0000 0215/0000 0216/0000 0217/0000 0218/0000 0219/0000 0220/0000 0221/0000 0222/0000 0223/0000 0224/0000 0225/0000 0226/0000 0227/0000 0228/0000 0229/0000 0230/0000 0231/0000 0232/0000 0233/0000 0234/0000 0235/0000 0236/0000 0237/0000 0238/0000 0239/0000 0240/0000 0241/0000 0242/0000 0243/0000 0244/0000 0245/0000 0246/0000 0247/0000 0248/0000 0249/0000 0250/0000 0251/0000 0252/0000 0253/0000 0254/0000 0255/0000 Total entries: 0, Average: 0 Net list (32-63 bit prefixes): (index/length) 0000/0000 0001/0000 0002/0000 0003/0000 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 0016/0000 0017/0000 0018/0000 0019/0000 0020/0000 0021/0000 0022/0000 0023/0000 0024/0000 0025/0000 0026/0000 0027/0000 0028/0000 0029/0000 0030/0000 0031/0000 0032/0000 0033/0000 0034/0000 0035/0000 0036/0000 0037/0000 0038/0000 0039/0000 0040/0000 0041/0000 0042/0000 0043/0000 0044/0000 0045/0000 0046/0000 0047/0000 0048/0000 0049/0000 0050/0000 0051/0000 0052/0000 0053/0000 0054/0000 0055/0000 0056/0000 0057/0000 0058/0000 0059/0000 0060/0000 0061/0000 0062/0000 0063/0000 0064/0000 0065/0000 0066/0000 0067/0000 0068/0000 0069/0000 0070/0000 0071/0000 0072/0000 0073/0000 0074/0000 0075/0000 0076/0000 0077/0000 0078/0000 0079/0000 0080/0000 0081/0000 0082/0000 0083/0000 0084/0000 0085/0000 0086/0000 0087/0000 0088/0000 0089/0000 0090/0000 0091/0000 0092/0000 0093/0000 0094/0000 0095/0000 0096/0000 0097/0000 0098/0000 0099/0000 0100/0000 0101/0000 0102/0000 0103/0000 0104/0000 0105/0000 0106/0000 0107/0000 0108/0000 0109/0000 0110/0000 0111/0000 0112/0000 0113/0000 0114/0000 0115/0000 0116/0000 0117/0000 0118/0000 0119/0000 0120/0000 0121/0000 0122/0000 0123/0000 0124/0000 0125/0000 0126/0000 0127/0000 0128/0000 0129/0000 0130/0000 0131/0000 0132/0000 0133/0000 0134/0000 0135/0000 0136/0000 0137/0000 0138/0000 0139/0000 0140/0000 0141/0000 0142/0000 0143/0000 0144/0000 0145/0000 0146/0000 0147/0000 0148/0000 0149/0000 0150/0000 0151/0000 0152/0000 0153/0000 0154/0000 0155/0000 0156/0000 0157/0000 0158/0000 0159/0000 0160/0000 0161/0000 0162/0000 0163/0000 0164/0000 0165/0000 0166/0000 0167/0000 0168/0000 0169/0000 0170/0000 0171/0000 0172/0000 0173/0000 0174/0000 0175/0000 0176/0000 0177/0000 0178/0000 0179/0000 0180/0000 0181/0000 0182/0000 0183/0000 0184/0000 0185/0000 0186/0000 0187/0000 0188/0000 0189/0000 0190/0000 0191/0000 0192/0000 0193/0000 0194/0000 0195/0000 0196/0000 0197/0000 0198/0000 0199/0000 0200/0000 0201/0000 0202/0000 0203/0000 0204/0000 0205/0000 0206/0000 0207/0000 0208/0000 0209/0000 0210/0000 0211/0000 0212/0000 0213/0000 0214/0000 0215/0000 0216/0000 0217/0000 0218/0000 0219/0000 0220/0000 0221/0000 0222/0000 0223/0000 0224/0000 0225/0000 0226/0000 0227/0000 0228/0000 0229/0000 0230/0000 0231/0000 0232/0000 0233/0000 0234/0000 0235/0000 0236/0000 0237/0000 0238/0000 0239/0000 0240/0000 0241/0000 0242/0000 0243/0000 0244/0000 0245/0000 0246/0000 0247/0000 0248/0000 0249/0000 0250/0000 0251/0000 0252/0000 0253/0000 0254/0000 0255/0000 Total entries: 0, Average: 0 Net list (10-31 bit prefixes): (index/length) 0000/0000 0001/0000 0002/0000 0003/0000 0004/0000 0005/0000 0006/0000 0007/0000 0008/0000 0009/0000 0010/0000 0011/0000 0012/0000 0013/0000 0014/0000 0015/0000 0016/0000 0017/0000 0018/0000 0019/0000 0020/0000 0021/0000 0022/0000 0023/0000 0024/0000 0025/0000 0026/0000 0027/0000 0028/0000 0029/0000 0030/0000 0031/0000 0032/0000 0033/0000 0034/0000 0035/0000 0036/0000 0037/0000 0038/0000 0039/0000 0040/0000 0041/0000 0042/0000 0043/0000 0044/0000 0045/0000 0046/0000 0047/0000 0048/0000 0049/0000 0050/0000 0051/0000 0052/0000 0053/0000 0054/0000 0055/0000 0056/0000 0057/0000 0058/0000 0059/0000 0060/0000 0061/0000 0062/0000 0063/0000 0064/0000 0065/0000 0066/0000 0067/0000 0068/0000 0069/0000 0070/0000 0071/0000 0072/0000 0073/0000 0074/0000 0075/0000 0076/0000 0077/0000 0078/0000 0079/0000 0080/0000 0081/0000 0082/0000 0083/0000 0084/0000 0085/0000 0086/0000 0087/0000 0088/0000 0089/0000 0090/0000 0091/0000 0092/0000 0093/0000 0094/0000 0095/0000 0096/0000 0097/0000 0098/0000 0099/0000 0100/0000 0101/0000 0102/0000 0103/0000 0104/0000 0105/0000 0106/0000 0107/0000 0108/0000 0109/0000 0110/0000 0111/0000 0112/0000 0113/0000 0114/0000 0115/0000 0116/0000 0117/0000 0118/0000 0119/0000 0120/0000 0121/0000 0122/0000 0123/0000 0124/0000 0125/0000 0126/0000 0127/0000 0128/0000 0129/0000 0130/0000 0131/0000 0132/0000 0133/0000 0134/0000 0135/0000 0136/0000 0137/0000 0138/0000 0139/0000 0140/0000 0141/0000 0142/0000 0143/0000 0144/0000 0145/0000 0146/0000 0147/0000 0148/0000 0149/0000 0150/0000 0151/0000 0152/0000 0153/0000 0154/0000 0155/0000 0156/0000 0157/0000 0158/0000 0159/0000 0160/0000 0161/0000 0162/0000 0163/0000 0164/0000 0165/0000 0166/0000 0167/0000 0168/0000 0169/0000 0170/0000 0171/0000 0172/0000 0173/0000 0174/0000 0175/0000 0176/0000 0177/0000 0178/0000 0179/0000 0180/0000 0181/0000 0182/0000 0183/0000 0184/0000 0185/0000 0186/0000 0187/0000 0188/0000 0189/0000 0190/0000 0191/0000 0192/0000 0193/0000 0194/0000 0195/0000 0196/0000 0197/0000 0198/0000 0199/0000 0200/0000 0201/0000 0202/0000 0203/0000 0204/0000 0205/0000 0206/0000 0207/0000 0208/0000 0209/0000 0210/0000 0211/0000 0212/0000 0213/0000 0214/0000 0215/0000 0216/0000 0217/0000 0218/0000 0219/0000 0220/0000 0221/0000 0222/0000 0223/0000 0224/0000 0225/0000 0226/0000 0227/0000 0228/0000 0229/0000 0230/0000 0231/0000 0232/0000 0233/0000 0234/0000 0235/0000 0236/0000 0237/0000 0238/0000 0239/0000 0240/0000 0241/0000 0242/0000 0243/0000 0244/0000 0245/0000 0246/0000 0247/0000 0248/0000 0249/0000 0250/0000 0251/0000 0252/0000 0253/0000 0254/0000 0255/0000 Total entries: 0, Average: 0 Net list (0-9 bit prefixes): (index/length) 0000/0000 Total entries: 0, Average: 0 Gateway list: (index/length) 0000/0000 Total entries: 0, Average: 0
ndd -get /dev/ip6 ip6_rput_pullups 0
ndd -get /dev/ip6 ip6_wroff_extra 64
ndd -get /dev/rawip6 rawip6_debug 0
ndd -get /dev/rawip6 rawip6_recv_hiwat_max 2147483647
ndd -get /dev/rawip6 rawip6_wroff_extra 64
Page completed on: Mon Mar 29 10:46:07 EDT 2021