Ferramental
- Winbox (Mirror 1, Mirror 2)
- VirtualBox (Mirror 1, Mirror 2)
- Mikrotik RouterOS (Mirror 1, Mirror 2)
- Wireshark (Mirror 1, Mirror 2)
Scripts
- Script para topologia com 3 roteadores (incompleto)
- Script para topologia com 5 roteadores
- Script para topologia com 17 roteadores
Roteadores Virtuais Mikrotik
Topologia 5 roteadores RIP v1/v2

ip dhcp-client add interface=ether1 use-peer-dns=yes use-peer-ntp=yes add-default-route=yes disabled=no
system identity set name=A
ip address add interface=ether4 address=2.2.2.11/24
ip address add interface=ether3 address=1.1.1.11/24
ip firewall nat add src-address=1.1.1.2 action=masquerade chain=srcnat
ip firewall nat add src-address=2.2.2.2 action=masquerade chain=srcnat
routing rip interface add interface=ether3 send=v1-2 receive=v1-2
routing rip interface add interface=ether4 send=v1-2 receive=v1-2
routing rip set redistribute-connected=yes
routing rip set distribute-default=always
routing rip neighbor add address=1.1.1.2
routing rip neighbor add address=2.2.2.2
system identity set name=B
ip address add interface=ether2 address=1.1.1.2/24
ip address add interface=ether4 address=3.3.3.11/24
ip firewall nat add src-address=3.3.3.2 action=masquerade chain=srcnat
routing rip interface add interface=ether2 send=v1-2 receive=v1-2
routing rip interface add interface=ether4 send=v1-2 receive=v1-2
routing rip set redistribute-connected=yes
routing rip set distribute-default=never
routing rip neighbor add address=1.1.1.11
routing rip neighbor add address=3.3.3.2
system identity set name=C
ip address add interface=ether3 address=4.4.4.11/24
ip address add interface=ether4 address=2.2.2.2/24
ip firewall nat add src-address=4.4.4.2 action=masquerade chain=srcnat
routing rip interface add interface=ether3 send=v1-2 receive=v1-2
routing rip interface add interface=ether4 send=v1-2 receive=v1-2
routing rip set redistribute-connected=yes
routing rip set distribute-default=never
routing rip neighbor add address=2.2.2.11
routing rip neighbor add address=4.4.4.2
system identity set name=D
ip address add interface=ether2 address=4.4.4.2/24
ip address add interface=ether3 address=3.3.3.2/24
ip address add interface=ether4 address=5.5.5.11/24
ip firewall nat add src-address=5.5.5.2 action=masquerade chain=srcnat
routing rip interface add interface=ether2 send=v1-2 receive=v1-2
routing rip interface add interface=ether3 send=v1-2 receive=v1-2
routing rip interface add interface=ether4 send=v1-2 receive=v1-2
routing rip set redistribute-connected=yes
routing rip set distribute-default=never
routing rip neighbor add address=4.4.4.11
routing rip neighbor add address=3.3.3.11
routing rip neighbor add address=5.5.5.2
system identity set name=E
ip address add interface=ether2 address=5.5.5.2/24
routing rip interface add interface=ether2 send=v1-2 receive=v1-2
routing rip set redistribute-connected=yes
routing rip set distribute-default=never
routing rip neighbor add address=5.5.5.11