NAME

        P_Problem_Global.seq - check Parameter Problem (global address)


TARGET

        Host/Router


SYNOPSIS

        P_Problem_Global.seq [-tooloption ...] -p P_Problem_Global.def


INITIALIZATION

        If the NUT is a host, send a Router Advertisment.
        If the NUT is a router, configure a default route with TN as the next hop.
        And make state of Neighbor Cashe Entry for TN's addresses reachable.


TEST PROCEDURE

        This test verifies that NUT send valid ICMPv6 Parameter Problem (code 1)
        in response to a packet include unknown next header field value.
        And this test verifies that the message processing rule ,
        
        If the message is a response to a message sent to one of the
        node's unicast addresses, the Source Address of the reply must
        be that same address.
        TN                      NUT
        ---------------------------
        1.
         === IPv6 packet  ===>
                src address : TN global address
                dst address : NUT global address
                        next header  is not used in NUT
        2.
        << JUDGEMENT >>
         <=== ICMPv6 Prameter Problem ===
                src address : NUT global address
                dst address : TN global address
                        Code is 1
                        Pointer is 40


JUDGEMENT

        << PASS >>
                NUT send ICMPv6 Parameter Problem.
        << FAIL >>      
                NUT do not send ICMPv6 Parameter Problem.


REFERENCE

RFC 2463 - ICMPv6 (ICMP for IPv6)


SEE ALSO

          perldoc V6evalTool