| Title | Sending Unsolicited RA Intervals (interval = 16sec) |
| CommandLine | ./routerSendUnsolRaDefault.seq -pkt ./routerSendUnsolRaDefault.def -log 26.html -ti Sending Unsolicited RA Intervals (interval = 16sec) |
| TestVersion | V6LC_P1_1_3 |
| ToolVersion | REL_2_2 |
| Start | 2004/07/14 15:28:43 |
| Tn | .//tn.def |
| Nu | /usr/local/v6eval//etc//nut.def |
| Pkt | ./routerSendUnsolRaDefault.def |
| System | unitedlinux |
| TargetName | USAGI snapshot 20040705a (2.6 kernel) |
| HostName | apltc01.yamato.ibm.com |
| Type | router |
| 15:28:44 | Start |
| 15:28:44 |
vRemote(rtadvd.rmt) ``/usr/local/v6eval//bin/unitedlinux//rtadvd.rmt -t unitedlinux -u root -p v6eval -d cuaa0 -o 1 stop link0=eth0''
Connected.
[root@apltc01 root]#
[root@apltc01 root]# ps ax
PID TTY STAT TIME COMMAND
1 ? S 0:00 init [3]
2 ? SW 0:00 [migration/0]
3 ? SWN 0:00 [ksoftirqd/0]
4 ? SW 0:00 [migration/1]
5 ? SWN 0:00 [ksoftirqd/1]
6 ? SW< 0:00 [events/0]
7 ? SW< 0:00 [events/1]
8 ? SW< 0:00 [khelper]
9 ? SW< 0:00 [kacpid]
47 ? SW< 0:00 [kblockd/0]
48 ? SW< 0:00 [kblockd/1]
59 ? SW 0:00 [kirqd]
60 ? SW 0:00 [pdflush]
61 ? SW 0:00 [pdflush]
62 ? SW 0:00 [kswapd0]
63 ? SW< 0:00 [aio/0]
64 ? SW< 0:00 [aio/1]
230 ? SW 0:00 [kseriod]
236 ? SW 0:00 [kjournald]
538 ? SW 0:00 [khubd]
1130 ? SW 0:00 [kjournald]
1774 ? SW 0:00 [khpsbpkt]
1843 ? S 0:00 syslogd -m 0
1847 ? S 0:00 klogd -x
1926 ? S 0:00 /usr/sbin/sshd
1936 ? S 0:00
xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid
1947 ? S 0:00 /usr/bin/jserver
1956 ? S 0:00 /usr/sbin/cannaserver -syslog -u bin
1967 ? S 0:00 crond
2005 ? S 0:00 xfs -droppriv -daemon
2023 ? S 0:00 /usr/sbin/atd
2048 tty1 S 0:00 /sbin/mingetty tty1
2049 tty2 S 0:00 /sbin/mingetty tty2
2050 tty3 S 0:00 /sbin/mingetty tty3
2051 tty4 S 0:00 /sbin/mingetty tty4
2052 tty5 S 0:00 /sbin/mingetty tty5
2053 tty6 S 0:00 /sbin/mingetty tty6
2054 ? S 0:00 login -- root
2449 ttyS0 S 0:00 -bash
2483 ? S 0:00 /usr/sbin/radvd -C /etc/radvd.conf eth0
2520 ttyS0 R 0:00 ps ax
[root@apltc01 root]#
[root@apltc01 root]# echo $?
0
[root@apltc01 root]# kill 2483
[root@apltc01 root]# echo $?
0
[r~.
Disconnected.
|
| 15:28:49 | Wait 10 sec to ignore RAs w/ RouterLifetime=0 |
| 15:28:59 |
vRemote(rtadvd.rmt) ``/usr/local/v6eval//bin/unitedlinux//rtadvd.rmt -t unitedlinux -u root -p v6eval -d cuaa0 -o 1 start link0=eth0''
Connected.
[root@apltc01 root]#
[root@apltc01 root]# echo > /etc/radvd.conf
[root@apltc01 root]# echo 'interface eth0 { ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' AdvSendAdvert on; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' MaxRtrAdvInterval 600; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' MinRtrAdvInterval 198; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' #; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' #; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' #; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' AdvReachableTime 0; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' # retrans= 0; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' # chlim= 64; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' AdvDefaultLifetime 1800; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' prefix 3ffe:501:ffff:100::/64 { ' >> /etc/radvd.conf [A[root@apltc01 root]# echo ' prefix 3ffe:501:ffff:100::/64 { ' >> /etc/radvd.con[Kf
[root@apltc01 root]# echo ' #; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' #; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' AdvValidLifetime 2592000; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' AdvPreferredLifetime 604800; ' >> /etc/radvd.conf
[root@apltc01 root]# echo ' }; ' >> /etc/radvd.conf
[root@apltc01 root]# echo '}; ' >> /etc/radvd.conf
[root@apltc01 root]# ps ax
PID TTY STAT TIME COMMAND
1 ? S 0:00 init [3]
2 ? SW 0:00 [migration/0]
3 ? SWN 0:00 [ksoftirqd/0]
4 ? SW 0:00 [migration/1]
5 ? SWN 0:00 [ksoftirqd/1]
6 ? SW< 0:00 [events/0]
7 ? SW< 0:00 [events/1]
8 ? SW< 0:00 [khelper]
9 ? SW< 0:00 [kacpid]
47 ? SW< 0:00 [kblockd/0]
48 ? SW< 0:00 [kblockd/1]
59 ? SW 0:00 [kirqd]
60 ? SW 0:00 [pdflush]
61 ? SW 0:00 [pdflush]
62 ? SW 0:00 [kswapd0]
63 ? SW< 0:00 [aio/0]
64 ? SW< 0:00 [aio/1]
230 ? SW 0:00 [kseriod]
236 ? SW 0:00 [kjournald]
538 ? SW 0:00 [khubd]
1130 ? SW 0:00 [kjournald]
1774 ? SW 0:00 [khpsbpkt]
1843 ? S 0:00 syslogd -m 0
1847 ? S 0:00 klogd -x
1926 ? S 0:00 /usr/sbin/sshd
1936 ? S 0:00 xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid
1947 ? S 0:00 /usr/bin/jserver
1956 ? S 0:00 /usr/sbin/cannaserver -syslog -u bin
1967 ? S 0:00 crond
2005 ? S 0:00 xfs -droppriv -daemon
2023 ? S 0:00 /usr/sbin/atd
2048 tty1 S 0:00 /sbin/mingetty tty1
2049 tty2 S 0:00 /sbin/mingetty tty2
2050 tty3 S 0:00 /sbin/mingetty tty3
2051 tty4 S 0:00 /sbin/mingetty tty4
2052 tty5 S 0:00 /sbin/mingetty tty5
2053 tty6 S 0:00 /sbin/mingetty tty6
2054 ? S 0:00 login -- root
2449 ttyS0 S 0:00 -bash
2521 ttyS0 R 0:00 ps ax
[root@apltc01 root]#
[root@apltc01 root]# echo $?
0
[root@apltc01 root]# /usr/sbin/radvd -C /etc/radvd.conf eth0 #
[root@apltc01 root]# echo $?
0
[r~.
Disconnected.
|
| 15:29:22 | Start Capturing Packets (Link0) |
|
Wait for RA |
|
| 15:29:22 | vRecv(Link0,RAra_nut2allnode_any RAra_nut2tn_any RAns_nut2tnsol_sll RAns_nut2tnsol RAns_nut2tn_sll RAns_nut2tn) timeout:32 cntLimit:0 seektime:0 Got multicast RA |
| 15:29:36 | vRecv(Link0,RAra_nut2allnode_any RAra_nut2tn_any RAns_nut2tnsol_sll RAns_nut2tnsol RAns_nut2tn_sll RAns_nut2tn) timeout:32 cntLimit:0 seektime:0 Got multicast RA |
| 15:29:52 | vRecv(Link0,RAra_nut2allnode_any RAra_nut2tn_any RAns_nut2tnsol_sll RAns_nut2tnsol RAns_nut2tn_sll RAns_nut2tn) timeout:32 cntLimit:0 seektime:0 vRecv() return status=1 |
|
Never got RA Retransmit interval[0]: 16 sec. OK |
|
| 15:30:24 | End |
Frame_Ether (length:110) | Hdr_Ether (length:14) | | DestinationAddress = 33:33:0:0:0:1 | | SourceAddress = 0:7:e9:3e:bb:7 | | Type = 34525 | Packet_IPv6 (length:96) | | Hdr_IPv6 (length:40) | | | Version = 6 | | | TrafficClass = 0 | | | FlowLabel = 0 | | | PayloadLength = 56 | | | NextHeader = 58 | | | HopLimit = 255 | | | SourceAddress = fe80::207:e9ff:fe3e:bb07 | | | DestinationAddress = ff02::1 | | ICMPv6_RA (length:56) | | | Type = 134 | | | Code = 0 | | | Checksum = 39151 calc(39151) | | | CurHopLimit = 64 | | | MFlag = 0 | | | OFlag = 0 | | | HFlag = 0 | | | Preference = 0 | | | Reserved = 0 | | | LifeTime = 1800 | | | ReachableTime = 0 | | | RetransTimer = 0 | | | Opt_ICMPv6_Prefix (length:32) | | | | Type = 3 | | | | Length = 4 | | | | PrefixLength = 64 | | | | LFlag = 1 | | | | AFlag = 1 | | | | RFlag = 0 | | | | Reserved1 = 0 | | | | ValidLifetime = 2592000 | | | | PreferredLifetime = 604800 | | | | Reserved2 = 0 | | | | Prefix = 3ffe:501:ffff:100:: | | | Opt_ICMPv6_SLL (length:8) | | | | Type = 1 | | | | Length = 1 | | | | LinkLayerAddress = 0:7:e9:3e:bb:7 ===RAra_nut2allnode_any=================================
Frame_Ether (length:110) | Hdr_Ether (length:14) | | DestinationAddress = 33:33:0:0:0:1 | | SourceAddress = 0:7:e9:3e:bb:7 | | Type = 34525 | Packet_IPv6 (length:96) | | Hdr_IPv6 (length:40) | | | Version = 6 | | | TrafficClass = 0 | | | FlowLabel = 0 | | | PayloadLength = 56 | | | NextHeader = 58 | | | HopLimit = 255 | | | SourceAddress = fe80::207:e9ff:fe3e:bb07 | | | DestinationAddress = ff02::1 | | ICMPv6_RA (length:56) | | | Type = 134 | | | Code = 0 | | | Checksum = 39151 calc(39151) | | | CurHopLimit = 64 | | | MFlag = 0 | | | OFlag = 0 | | | HFlag = 0 | | | Preference = 0 | | | Reserved = 0 | | | LifeTime = 1800 | | | ReachableTime = 0 | | | RetransTimer = 0 | | | Opt_ICMPv6_Prefix (length:32) | | | | Type = 3 | | | | Length = 4 | | | | PrefixLength = 64 | | | | LFlag = 1 | | | | AFlag = 1 | | | | RFlag = 0 | | | | Reserved1 = 0 | | | | ValidLifetime = 2592000 | | | | PreferredLifetime = 604800 | | | | Reserved2 = 0 | | | | Prefix = 3ffe:501:ffff:100:: | | | Opt_ICMPv6_SLL (length:8) | | | | Type = 1 | | | | Length = 1 | | | | LinkLayerAddress = 0:7:e9:3e:bb:7 ===RAra_nut2allnode_any=================================