20#include "ns3/boolean.h"
22#include "ns3/icmpv6-l4-protocol.h"
23#include "ns3/inet6-socket-address.h"
24#include "ns3/internet-stack-helper.h"
25#include "ns3/ipv6-address-helper.h"
26#include "ns3/ipv6-l3-protocol.h"
28#include "ns3/node-container.h"
30#include "ns3/ripng-helper.h"
32#include "ns3/simple-channel.h"
33#include "ns3/simple-net-device.h"
34#include "ns3/simulator.h"
35#include "ns3/socket-factory.h"
36#include "ns3/socket.h"
38#include "ns3/udp-l4-protocol.h"
39#include "ns3/udp-socket-factory.h"
70 void DoRun()
override;
92 "Received packet size is not equal to Rx buffer size");
106 Simulator::ScheduleWithContext(socket->
GetNode()->
GetId(),
123 Ptr<Node> routerA = CreateObject<Node>();
124 Ptr<Node> routerB = CreateObject<Node>();
125 Ptr<Node> routerC = CreateObject<Node>();
134 internetv6routers.
Install(routers);
147 txDev = CreateObject<SimpleNetDevice>();
157 fwDev1routerA = CreateObject<SimpleNetDevice>();
158 fwDev1routerA->SetAddress(
Mac48Address(
"00:00:00:00:00:02"));
161 net1.
Add(fwDev1routerA);
164 fwDev2routerA = CreateObject<SimpleNetDevice>();
165 fwDev2routerA->SetAddress(
Mac48Address(
"00:00:00:00:00:03"));
168 net2.
Add(fwDev2routerA);
174 fwDev1routerB = CreateObject<SimpleNetDevice>();
175 fwDev1routerB->SetAddress(
Mac48Address(
"00:00:00:00:00:04"));
178 net2.
Add(fwDev1routerB);
181 fwDev2routerB = CreateObject<SimpleNetDevice>();
182 fwDev2routerB->SetAddress(
Mac48Address(
"00:00:00:00:00:05"));
185 net3.
Add(fwDev2routerB);
191 fwDev1routerC = CreateObject<SimpleNetDevice>();
192 fwDev1routerC->SetAddress(
Mac48Address(
"00:00:00:00:00:06"));
195 net3.
Add(fwDev1routerC);
198 fwDev2routerC = CreateObject<SimpleNetDevice>();
199 fwDev2routerC->SetAddress(
Mac48Address(
"00:00:00:00:00:07"));
202 net4.
Add(fwDev2routerC);
207 rxDev = CreateObject<SimpleNetDevice>();
215 txDev->SetChannel(channel1);
216 fwDev1routerA->SetChannel(channel1);
219 fwDev2routerA->SetChannel(channel2);
220 fwDev1routerB->SetChannel(channel2);
223 fwDev2routerB->SetChannel(channel3);
224 fwDev1routerC->SetChannel(channel3);
227 fwDev2routerC->SetChannel(channel4);
228 rxDev->SetChannel(channel4);
253 Ptr<Socket> rxSocket = rxSocketFactory->CreateSocket();
261 Ptr<Socket> txSocket = txSocketFactory->CreateSocket();
262 txSocket->SetAllowBroadcast(
true);
267 SendData(txSocket,
"2001:2::200:ff:fe00:8");
272 Simulator::Destroy();
301 void DoRun()
override;
312 :
TestCase(
"RIPng counting to infinity")
323 "Received packet size is not equal to Rx buffer size");
337 Simulator::ScheduleWithContext(socket->
GetNode()->
GetId(),
354 Ptr<Node> routerA = CreateObject<Node>();
355 Ptr<Node> routerB = CreateObject<Node>();
356 Ptr<Node> routerC = CreateObject<Node>();
372 internetv6routers.
Install(routers);
385 txDev = CreateObject<SimpleNetDevice>();
395 fwDev1routerA = CreateObject<SimpleNetDevice>();
396 fwDev1routerA->SetAddress(
Mac48Address(
"00:00:00:00:00:02"));
399 net1.
Add(fwDev1routerA);
402 fwDev2routerA = CreateObject<SimpleNetDevice>();
403 fwDev2routerA->SetAddress(
Mac48Address(
"00:00:00:00:00:03"));
406 net2.
Add(fwDev2routerA);
412 fwDev1routerB = CreateObject<SimpleNetDevice>();
413 fwDev1routerB->SetAddress(
Mac48Address(
"00:00:00:00:00:04"));
416 net2.
Add(fwDev1routerB);
419 fwDev2routerB = CreateObject<SimpleNetDevice>();
420 fwDev2routerB->SetAddress(
Mac48Address(
"00:00:00:00:00:05"));
423 net3.
Add(fwDev2routerB);
429 fwDev1routerC = CreateObject<SimpleNetDevice>();
430 fwDev1routerC->SetAddress(
Mac48Address(
"00:00:00:00:00:06"));
433 net3.
Add(fwDev1routerC);
436 fwDev2routerC = CreateObject<SimpleNetDevice>();
437 fwDev2routerC->SetAddress(
Mac48Address(
"00:00:00:00:00:07"));
440 net4.
Add(fwDev2routerC);
445 rxDev = CreateObject<SimpleNetDevice>();
453 txDev->SetChannel(channel1);
454 fwDev1routerA->SetChannel(channel1);
457 fwDev2routerA->SetChannel(channel2);
458 fwDev1routerB->SetChannel(channel2);
461 fwDev2routerB->SetChannel(channel3);
462 fwDev1routerC->SetChannel(channel3);
465 fwDev2routerC->SetChannel(channel4);
466 rxDev->SetChannel(channel4);
491 Ptr<Socket> rxSocket = rxSocketFactory->CreateSocket();
499 Ptr<Socket> txSocket = txSocketFactory->CreateSocket();
500 txSocket->SetAllowBroadcast(
true);
504 SendData(txSocket,
"2001:2::200:ff:fe00:8");
507 Simulator::Destroy();
522 void DoRun()
override;
538 :
TestCase(
"RIPng Split Horizon strategy")
551 receivedPacketProbe->
GetSize(),
552 "ReceivedPacketProbe size is not equal to the Rx buffer size");
553 Ipv6Address senderAddress = Inet6SocketAddress::ConvertFrom(srcAddr).GetIpv6();
555 if (senderAddress ==
"fe80::200:ff:fe00:4")
562 for (std::list<RipNgRte>::iterator iter = rtes.begin(); iter != rtes.end(); iter++)
564 if (iter->GetPrefix() ==
"2001:1::")
566 bool correct =
false;
567 if (iter->GetRouteMetric() == 16)
572 else if (iter->GetRouteMetric() == 2)
579 "RIPng: unexpected metric value: " << iter->GetRouteMetric());
590 Ptr<Node> fakeNode = CreateObject<Node>();
591 Ptr<Node> listener = CreateObject<Node>();
593 Ptr<Node> routerA = CreateObject<Node>();
594 Ptr<Node> routerB = CreateObject<Node>();
605 internetv6routers.
Install(routers);
608 internetv6nodes.
Install(listeners);
616 silentDev = CreateObject<SimpleNetDevice>();
617 silentDev->SetAddress(
Mac48Address(
"00:00:00:00:00:01"));
626 silentDevRouterA = CreateObject<SimpleNetDevice>();
627 silentDevRouterA->SetAddress(
Mac48Address(
"00:00:00:00:00:02"));
630 net0.
Add(silentDevRouterA);
633 fwDevRouterA = CreateObject<SimpleNetDevice>();
634 fwDevRouterA->SetAddress(
Mac48Address(
"00:00:00:00:00:03"));
637 net1.
Add(fwDevRouterA);
642 fwDevRouterB = CreateObject<SimpleNetDevice>();
643 fwDevRouterB->SetAddress(
Mac48Address(
"00:00:00:00:00:04"));
646 net1.
Add(fwDevRouterB);
651 listenerDev = CreateObject<SimpleNetDevice>();
652 listenerDev->SetAddress(
Mac48Address(
"00:00:00:00:00:05"));
655 net1.
Add(listenerDev);
659 silentDev->SetChannel(channel0);
660 silentDevRouterA->SetChannel(channel0);
663 fwDevRouterA->SetChannel(channel1);
664 fwDevRouterB->SetChannel(channel1);
665 listenerDev->SetChannel(channel1);
679 Ptr<Socket> rxSocket = rxSocketFactory->CreateSocket();
680 rxSocket->BindToNetDevice(listenerDev);
684 rxSocket->SetRecvCallback(
696 Simulator::Destroy();
IPv6 RIPng count to infinity Test.
void SendData(Ptr< Socket > socket, std::string to)
Send data.
void DoSendData(Ptr< Socket > socket, std::string to)
Send data.
Ipv6RipngCountToInfinityTest()
void ReceivePkt(Ptr< Socket > socket)
Receive data.
Ptr< Packet > m_receivedPacket
Received packet.
void DoRun() override
Implementation to actually run this TestCase.
IPv6 RIPng SplitHorizon strategy Test.
Ipv6RipngSplitHorizonStrategyTest(RipNg::SplitHorizonType_e strategy)
Constructor.
RipNg::SplitHorizonType_e m_setStrategy
Strategy set.
void DoRun() override
Implementation to actually run this TestCase.
RipNg::SplitHorizonType_e m_detectedStrategy
Strategy detected.
void ReceivePktProbe(Ptr< Socket > socket)
Receive data.
Ptr< Packet > m_receivedPacket
Received packet.
void DoRun() override
Implementation to actually run this TestCase.
void SendData(Ptr< Socket > socket, std::string to)
Send data.
void DoSendData(Ptr< Socket > socket, std::string to)
Send data.
void ReceivePkt(Ptr< Socket > socket)
Receive data.
a polymophic address class
Hold variables of type enum.
aggregate IP/TCP/UDP functionality to existing Nodes.
void Install(std::string nodeName) const
Aggregate implementations of the ns3::Ipv4, ns3::Ipv6, ns3::Udp, and ns3::Tcp classes onto the provid...
void SetRoutingHelper(const Ipv4RoutingHelper &routing)
Helper class to auto-assign global IPv6 unicast addresses.
Ipv6InterfaceContainer AssignWithoutAddress(const NetDeviceContainer &c)
Allocate an Ipv6InterfaceContainer but do not assign any IPv6 addresses.
void SetBase(Ipv6Address network, Ipv6Prefix prefix, Ipv6Address base=Ipv6Address("::1"))
Set the base network number, network prefix, and base interface ID.
Ipv6InterfaceContainer AssignWithoutOnLink(const NetDeviceContainer &c)
Allocate an Ipv6InterfaceContainer with auto-assigned addresses, but do not set the on-link property ...
Describes an IPv6 address.
Keep track of a set of IPv6 interfaces.
void SetForwarding(uint32_t i, bool state)
Set the state of the stack (act as a router or as an host) for the specified index.
void SetDefaultRouteInAllNodes(uint32_t router)
Set the default route for all the devices (except the router itself).
Describes an IPv6 prefix.
holds a vector of ns3::NetDevice pointers
void Add(NetDeviceContainer other)
Append the contents of another NetDeviceContainer to the end of this container.
keep track of a set of node pointers.
uint32_t AddDevice(Ptr< NetDevice > device)
Associate a NetDevice to this node.
Ptr< T > GetObject() const
Get a pointer to the requested aggregated Object.
uint32_t RemoveHeader(Header &header)
Deserialize and remove the header from the internal buffer.
uint32_t GetSize() const
Returns the the size in bytes of the packet (including the zero-filled initial payload).
void RemoveAllByteTags()
Remove all byte tags stored in this packet.
Helper class that adds RIPng routing to nodes.
void SetInterfaceMetric(Ptr< Node > node, uint32_t interface, uint8_t metric)
Set a metric for an interface.
void Set(std::string name, const AttributeValue &value)
SplitHorizonType_e
Split Horizon strategy type.
virtual Ptr< Packet > RecvFrom(uint32_t maxSize, uint32_t flags, Address &fromAddress)=0
Read a single packet from the socket and retrieve the sender address.
virtual uint32_t GetRxAvailable() const =0
Return number of bytes which can be returned from one or multiple calls to Recv.
virtual Ptr< Packet > Recv(uint32_t maxSize, uint32_t flags)=0
Read data from the socket.
virtual Ptr< Node > GetNode() const =0
Return the node this socket is associated with.
virtual int SendTo(Ptr< Packet > p, uint32_t flags, const Address &toAddress)=0
Send data to a specified peer.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
@ UNIT
This test suite implements a Unit Test.
API to create UDP socket instances.
#define NS_TEST_ASSERT_MSG_EQ(actual, limit, msg)
Test that an actual and expected (limit) value are equal and report and abort if not.
#define NS_TEST_EXPECT_MSG_EQ(actual, limit, msg)
Test that an actual and expected (limit) value are equal and report if not.
Time Seconds(double value)
Construct a Time in the indicated unit.
static Ipv6RipngTestSuite g_ipv6ripngTestSuite
Static variable for test initialization.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Callback< R, Args... > MakeCallback(R(T::*memPtr)(Args...), OBJ objPtr)
Build Callbacks for class method members which take varying numbers of arguments and potentially retu...