User Tools

Site Tools


routeros

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
routeros [2026/06/11 11:00] protocolrouteros [2026/07/02 20:32] (current) protocol
Line 45: Line 45:
  :local registration [/interface wireless registration-table print where interface=wlan2 count-only];  :local registration [/interface wireless registration-table print where interface=wlan2 count-only];
   :if ($registration > 0) do={   :if ($registration > 0) do={
-/tool fetch url="https://api.telegram.org/bot1148039606:AAHJintFIa2ivYSce8NW4W_L5nw8J3wH-6s/sendMessage?chat_id=866143904&text=wlan2 up" keep-result=no+/tool fetch url="https://api.telegram.org/xx/sendMessage?chat_id=866143904&text=wlan2 up" keep-result=no
  }  }
 } }
 +
 +</code>
 +
 +===== MPLS basic =====
 +<code>
 +
 +/mpls ldp set enabled=yes lsr-id=172.26.0.101 transport-address=172.26.0.101
 +/mpls ldp interface add interface=ether2
 +/mpls ldp interface add interface=ether5
 +/interface vpls add remote-peer=172.26.0.103 vpls-id=3012:3012 pw-type=tagged-ethernet
 +/interface bridge port
 +add bridge=vlan3012-bridge interface=vpls1
 +add bridge=vlan3012-bridge interface=vpls2
 +add bridge=vlan3012-bridge interface=ether1
  
 </code> </code>
routeros.1781186456.txt.gz · Last modified: by protocol