Grazie ecco qui....
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK
MikroTik RouterOS 6.48.2 (c) 1999-2021 http://www.mikrotik.com/
[?] Gives the list of available commands
command [?] Gives help on the command and list of arguments
[Tab] Completes the command/word. If the input is ambiguous,
a second [Tab] gives possible options
/ Move up to base level
.. Move up one level
/command Use command at the base level
[Amup@MikroTik] > ping 8.8.8.8
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 56 115 18ms
1 8.8.8.8 56 115 18ms
2 8.8.8.8 56 115 18ms
3 8.8.8.8 56 115 18ms
4 8.8.8.8 56 115 18ms
5 8.8.8.8 56 115 18ms
sent=6 received=6 packet-loss=0% min-rtt=18ms avg-rtt=18ms max-rtt=18ms
[Amup@MikroTik] > export hide-sensitive
# may/19/2021 20:23:21 by RouterOS 6.48.2
# software id = H8NL-V56B
#
# model = CCR2004-1G-12S+2XS
# serial number = D4245D76AA00
/interface bridge
add name="Bridge LAN"
/interface ethernet
set [ find default-name=ether1 ] name="Ethernet Tiscali"
set [ find default-name=sfp-sfpplus2 ] name=Lan-1
set [ find default-name=sfp-sfpplus3 ] disabled=yes name=Lan-2
set [ find default-name=sfp-sfpplus4 ] disabled=yes name=Lan-3
set [ find default-name=sfp-sfpplus5 ] disabled=yes name=Lan-4
set [ find default-name=sfp-sfpplus6 ] disabled=yes name=Lan-5
set [ find default-name=sfp-sfpplus7 ] disabled=yes name=Lan-6
set [ find default-name=sfp-sfpplus8 ] disabled=yes name=Lan-7
set [ find default-name=sfp-sfpplus9 ] disabled=yes name=Lan-8
set [ find default-name=sfp-sfpplus10 ] disabled=yes name=Lan-9
set [ find default-name=sfp-sfpplus11 ] disabled=yes name=Lan-10
set [ find default-name=sfp-sfpplus12 ] disabled=yes name=Lan-11
set [ find default-name=sfp28-1 ] disabled=yes name=Wan-1-Tim
set [ find default-name=sfp28-2 ] disabled=yes name=Wan-2-Tiscali
set [ find default-name=sfp-sfpplus1 ] disabled=yes name=Wan-3-Unidata
/interface vlan
add disabled=yes interface=Wan-1-Tim name="Vlan Tim" vlan-id=835
add interface="Ethernet Tiscali" name="Vlan Tiscali" vlan-id=835
add disabled=yes interface=Wan-3-Unidata name="Vlan Unidata" vlan-id=100
/interface pppoe-client
add add-default-route=yes allow=pap,chap interface="Vlan Tim" name=Tim user=
add add-default-route=yes allow=pap,chap disabled=no interface="Vlan Tiscali" name=Tiscali user=
add add-default-route=yes allow=pap,chap interface="Vlan Unidata" name=Unidata user=
/interface list
add exclude=dynamic name=LAN
add exclude=LAN name=WAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge="Bridge LAN" interface=Lan-1
add bridge="Bridge LAN" interface=Lan-2
add bridge="Bridge LAN" interface=Lan-3
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface detect-internet
set detect-interface-list=WAN internet-interface-list=WAN lan-interface-list=WAN wan-interface-list=WAN
/interface list member
add interface="Bridge LAN" list=LAN
add interface=Tiscali list=WAN
add interface="Vlan Tiscali" list=WAN
add interface="Ethernet Tiscali" list=LAN
add interface=Wan-2-Tiscali list=WAN
/ip address
add address=192.168.100.0/24 interface="Bridge LAN" network=192.168.100.0
/ip dhcp-client
add disabled=no interface=Wan-3-Unidata
/ip dhcp-server
add address-pool=LAN disabled=no interface="Bridge LAN" lease-time=23h59m name=LAN
/ip dhcp-server network
add address=192.168.100.0/24 dns-server=8.8.8.8,8.8.4.4,1.1.1.1 gateway=192.168.100.1
/ip dns
set servers=8.8.8.8,8.8.4.4,1.1.1.1,192.168.100.1
/ip firewall nat
add action=masquerade chain=srcnat comment="Masquerade Tim" disabled=yes out-interface=Wan-1-Tim
add action=masquerade chain=srcnat comment="Masquerade Unidata" disabled=yes out-interface=Wan-3-Unidata
add action=masquerade chain=srcnat comment="Masquerade Tiscali" log=yes out-interface=Tiscali
add action=masquerade chain=srcnat log=yes out-interface="Bridge LAN" src-address=192.168.100.0/24
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set sctp disabled=yes
/ip pool
add name=LAN next-pool=LAN ranges=192.168.100.21-192.168.100.254
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Rome
[Amup@MikroTik] >