User Tools

Site Tools


parks

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
parks [2025/01/30 10:01] protocolparks [2026/02/04 13:01] (current) protocol
Line 1: Line 1:
 +===== Fucking debug for rogue =====
 +<code>
 +
 +PARA OLTs 300xx/400xx:
 +conf t
 +logging terminal prio 7
 +interface gponx/
 +rogue-detection start periodical configure 1 previously-used
 +
 +Para desativar a detecção deve-se estar dentro da porta GPON:
 +no rogue-detection periodical
 +
 +PARA OLTS 1000x/200xx:
 +conf t
 +logging terminal prio 7
 +interface gponx/
 +rogue-detection periodical configure 1 0 127 256 1023 previously-used
 +rogue-detection periodical start
 +
 +Para desativar a detecção deve-se estar dentro da porta GPON:
 +rogue-detection periodical stop
 +
 +</code>
 +
 +
 +
 ===== Upgrade Parks from RouterOS ===== ===== Upgrade Parks from RouterOS =====
  
Line 17: Line 43:
  
  
-===== Fix easy parks server default IP =====+===== Fix parks easy client default server IP =====
  
 <code> <code>
  
 echo Login.server=172.31.255.7 >> C:\Program Files (x86)\Parks Client Easy Network View\conf\login.properties echo Login.server=172.31.255.7 >> C:\Program Files (x86)\Parks Client Easy Network View\conf\login.properties
 +
 +"C:\Program Files (x86)\Parks Client Easy Network View\bin\loginConf.bat"
  
 </code> </code>
  
  
-===== Autologin easy parks =====+ 
 +===== Autologin parks easy =====
  
 netplwiz.exe netplwiz.exe
Line 32: Line 61:
 shell:startup shell:startup
  
 +Server: https://nxc.parks.com.br/s/krx5Nge89xzSfFk
 +
 +Client: https://nxc.parks.com.br/s/6wF5GcMci5NjE8g
 +
 +
 +===== Activate onu =====
 +<code>
 +for i in $(cut -d " " -f5 parks2); do echo -ne "no onu $i\nonu add serial-number $i\nonu $i ethernet-profile auto-on uni-port 1\nonu $i vlan-translation-profile _10 uni-port 1\nonu $i flow-profile onu\n"; done
 +</code>
 +
 +===== Ubiquiti OLT to parks =====
 +<code>
 +sed  -e "s/,/\n/g" p.json |grep "pppoeUser\|serial"|cut -d "\"" -f 4 > u2p
 +
 +
 +while IFS=' ' read -r pppoe serial; do echo -ne "onu add serial-number $serial\n"'!'"\ninterface gpon1/5\nonu $serial  ethernet-profile auto-on uni-port 1\nonu $serial vlan-translation-profile access_v10 uni-port 1\nonu $serial upstream-fec disabled\nonu $serial flow-profile bridge\nonu $serial alias $pppoe\n"; done < u2p | tr '[:upper:]' '[:lower:
 +
 +</code>
  
 +Modulo SNMPv2 Parks (Template Parks Fiberlink 30028 - 1.1), Template Module ICMP Ping, Template Parks NV3 - Status ONU
  
 +ref: https://suporte.parks.com.br/support/solutions/articles/8000053169--atualizado-rogue-detection
parks.1738242107.txt.gz · Last modified: by protocol