/* * @author STF 276 * @version $Id$ * @desc - Here all module parameters from every RFC shall be collected. * */ module LibIpv6_ModuleParameters { //LibCommon import from LibCommon_DataStrings all; import from LibCommon_BasicTypesAndValues all; import from LibCommon_TextStrings all; //LibIpv6 import from LibIpv6_MultiRfcs_TypesAndValues all ; group macLayer { /* ** @desc PICS/PIXIT Reference: XXX */ modulepar {MacLayer PX_MAC_LAYER := e_eth} /* ** @remark Length is specified in units of 8 octets including type+length field */ modulepar {UInt8 PX_MAC_OPTION_LEN := 1} modulepar {String1to255 PX_NET_DEVICE_ID_1 := "eth1"} modulepar {String1to255 PX_NET_DEVICE_ID_2 := "eth2"} modulepar {UInt8 PX_PREFIX_LENGTH := 64} } //end macLayer group HS_01 { modulepar {Oct6to15 PX_MAC_UCA_HS01 := '00000000A5A5'O} modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_HS01 := '3333FF00A5A5'O} modulepar {Ipv6Address PX_LLA_HS01 := 'FE80000000000000000000FFFE00A5A5'O} modulepar {Ipv6Address PX_GLA_HS01 := '200106605503276A000000FFFE00A5A5'O} modulepar {Ipv6Address PX_SOL_NODE_MCA_HS01 := 'FF0200000000000000000001FF00A5A5'O} }//end group HS_01 group HS_02 { modulepar {Oct6to15 PX_MAC_UCA_HS02 := '00000000B6B6'O} modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_HS02 := '3333FF00B6B6'O} modulepar {Ipv6Address PX_LLA_HS02 := 'FE80000000000000000000FFFE00B6B6'O} modulepar {Ipv6Address PX_GLA_HS02 := '200106605503276B000000FFFE00B6B6'O} modulepar {Ipv6Address PX_SOL_NODE_MCA_HS02 := 'FF0200000000000000000001FF00B6B6'O} }//end group HS_02 group RT_01 { modulepar {Oct6to15 PX_MAC_UCA_RT01_A := '00000000A1A1'O} modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_RT01_A := '3333FF00A1A1'O} modulepar {Ipv6Address PX_LLA_RT01_A := 'FE80000000000000000000FFFE00A1A1'O} modulepar {Ipv6Address PX_GLA_RT01_A := '200106605503276A000000FFFE00A1A1'O} modulepar {Ipv6Address PX_SOL_NODE_MCA_RT01_A := 'FF0200000000000000000001FF00A1A1'O} modulepar {Oct6to15 PX_MAC_UCA_RT01_B := '00000000B1B1'O} modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_RT01_B := '3333FF00B1B1'O} modulepar {Ipv6Address PX_LLA_RT01_B := 'FE80000000000000000000FFFE00B1B1'O} modulepar {Ipv6Address PX_GLA_RT01_B := '200106605503276B000000FFFE00B1B1'O} modulepar {Ipv6Address PX_SOL_NODE_MCA_RT01_B := 'FF0200000000000000000001FF00B1B1'O} }//end group RT_01 group RT_02 { modulepar {Oct6to15 PX_MAC_UCA_RT02_A := '00000000A2A2'O} modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_RT02_A := '3333FF00A2A2'O} modulepar {Ipv6Address PX_LLA_RT02_A := 'FE80000000000000000000FFFE00A2A2'O} modulepar {Ipv6Address PX_GLA_RT02_A := '200106605503276A000000FFFE00A2A2'O} modulepar {Ipv6Address PX_SOL_NODE_MCA_RT02_A := 'FF0200000000000000000001FF00A2A2'O} modulepar {Oct6to15 PX_MAC_UCA_RT02_C := '00000000C2C2'O} modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_RT02_C := '3333FF00C2C2'O} modulepar {Ipv6Address PX_LLA_RT02_C := 'FE80000000000000000000FFFE00C2C2'O} modulepar {Ipv6Address PX_GLA_RT02_C := '200106605503276B000000FFFE00C2C2'O} modulepar {Ipv6Address PX_SOL_NODE_MCA_RT02_C := 'FF0200000000000000000001FF00C2C2'O} }//end group RT_02 group HUT { /* ** @desc Link Local Address of Host Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_LLA_HUT := 'FE80000000000000ACACACFFFE276A31'O} /* ** @desc Unicast Mac Address of Host Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_UCA_HUT := 'AEACAC276A31'O} /* ** @desc Global Address of Host Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_GLA_HUT := '200106605503276AACACACFFFE276A31'O} /* ** @desc Solicited-Node Multicast Address of Host Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_SOL_NODE_MCA_HUT := 'FF0200000000000000000001FF276A31'O} /* ** @desc Mac Solicited-Node Multicast Address of Host Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_HUT := '3333FF276A31'O} }//end HUT group RUT { /* ** @desc Link Local Address of Router Under Test sending in netA
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_LLA_RUT_A := 'FE80000000000000ACACACFFFE276A41'O} /* ** @desc Global Local Address of Router Under Test sending in netA
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_GLA_RUT_A := '200106605503276A0000000000000004'O} /* ** @desc Unicast Mac Address of Router Under Test sending in netA
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_UCA_RUT_A := 'AEACAC276A41'O} /* ** @desc Solicited-Node Multicast Address of Router Under Test sending in netA
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_SOL_NODE_MCA_RUT_A := 'FF0200000000000000000001FF276A41'O} /* ** @desc Mac Solicited-Node Multicast Address Router Under Test sending in netA
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_RUT_A := '3333FF276A41'O} /* ** @desc Link Local Address of Router Under Test sending in netB
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_LLA_RUT_B := 'FE80000000000000ACACACFFFE276B42'O} /* ** @desc Global Local Address of Router Under Test sending in netB
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_GLA_RUT_B := '200106605503276B0000000000000004'O} /* ** @desc Unicast Mac Address of Router Under Test sending in netB
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_UCA_RUT_B := 'AEACAC276B42'O} /* ** @desc Solicited-Node Multicast Address of 1. router test ** component sending in netA
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_SOL_NODE_MCA_RUT_B := 'FF0200000000000000000001FF276B42'O} /* ** @desc Mac Solicited-Node Multicast Address of Router Under Test sending in netB
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_RUT_B := '3333FF276B42'O} /* ** @desc Anycast Address of Router Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_ACA} /* ** @desc Mac Anycast Address of Router Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_ACA} }//end group RUT group NUT { /* ** @desc Link Local Address of Node Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_LLA_NUT := 'FE80000000000000ACACACFFFE276A31'O} /* ** @desc Unicast Mac Address of Node Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_UCA_NUT := 'AEACAC276A31'O} /* ** @desc Global Address of Node Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_GLA_NUT := '200106605503276AACACACFFFE276A31'O} /* ** @desc Solicited-Node Multicast Address of Node Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Ipv6Address PX_SOL_NODE_MCA_NUT := 'FF0200000000000000000001FF276A31'O} /* ** @desc Mac Solicited-Node Multicast Address of Node Under Test
** PICS/PIXIT Reference: XXX */ modulepar {Oct6to15 PX_MAC_SOL_NODE_MCA_NUT := '3333FF276A31'O} }//end NUT } // end module LibIpv6_ModuleParameters