<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.noc.co.ua/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>R.B. wiki</title>
        <description></description>
        <link>https://wiki.noc.co.ua/</link>
        <lastBuildDate>Wed, 22 Apr 2026 15:55:46 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.noc.co.ua/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>R.B. wiki</title>
            <link>https://wiki.noc.co.ua/</link>
        </image>
        <item>
            <title>noc:asn - created</title>
            <link>https://wiki.noc.co.ua/noc:asn?rev=1664445186&amp;do=diff</link>
            <description>NumberBitsDescriptionReference016ReservedRFC1930]1 - 2345516Public ASN's 2345616Reserved for AS Pool TransitionRFC6793]23457 - 6453416Public ASN's 64000 - 6449516Reserved by IANA 64496 - 6451116Reserved for use in documentation/sample codeRFC5398]64512 - 6553416Reserved for Private Use</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>noc</category>
            <pubDate>Thu, 29 Sep 2022 12:53:06 +0000</pubDate>
        </item>
        <item>
            <title>netbox:info - created</title>
            <link>https://wiki.noc.co.ua/netbox:info?rev=1650281713&amp;do=diff</link>
            <description>*  Region  - определяет географическую локацию, Польща, Украина. Можно делать вложениями, к примеру Украина -&gt; Киев
	*  Site Groups  - (не используется) служит для разделения по каким-то класификаторам, чем то похоже на регион</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>netbox</category>
            <pubDate>Mon, 18 Apr 2022 14:35:13 +0000</pubDate>
        </item>
        <item>
            <title>juniper:firmware-upgrade</title>
            <link>https://wiki.noc.co.ua/juniper:firmware-upgrade?rev=1639827756&amp;do=diff</link>
            <description>USB

стартуем shell с правами рута

start shell user root

root@ua-ozh-lz50-ubnix-1:RE:0% ls -lah /dev/

выбираем раздел по времени появления

crw-r—– 1 root operator 0xda Feb 3 16:46 da0s1

монтируем флешку</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>juniper</category>
            <pubDate>Sat, 18 Dec 2021 13:42:36 +0000</pubDate>
        </item>
        <item>
            <title>giganet:location:checklist - created</title>
            <link>https://wiki.noc.co.ua/giganet:location:checklist?rev=1628605137&amp;do=diff</link>
            <description>Чеклист отправки оборудования в регионы</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>giganet:location</category>
            <pubDate>Tue, 10 Aug 2021 17:18:57 +0000</pubDate>
        </item>
        <item>
            <title>giganet:location:ge-fra-kls90 - created</title>
            <link>https://wiki.noc.co.ua/giganet:location:ge-fra-kls90?rev=1628604934&amp;do=diff</link>
            <description>Оборудование

- switch qfx5120-48y-8c

- server HP Core i7 Gen9

- dwdm ??

Схема подключения

Сервер порт e1 -&gt; патч a9230 -&gt; свитч ge-fra-kls90-qfx5120-48y8c-1 порт c0 (задняя сторона)</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>giganet:location</category>
            <pubDate>Tue, 10 Aug 2021 17:15:34 +0000</pubDate>
        </item>
        <item>
            <title>exim:command - created</title>
            <link>https://wiki.noc.co.ua/exim:command?rev=1628585898&amp;do=diff</link>
            <description>exim -bpc   - Print a count of the messages in the queue
exim -bp                        - Print a listing of the messages in the queue
exim -M emailID         - force delivery of one message
exim -Mvl messageID         - View Log for message
exim -Mvb messageID         - View Body for message
exim -Mvh messageID         - View Header for message
exim -Mrm messageID         - ReMove message (no errors sent)
exiqgrep -zi | xargs exim -Mrm     - Remove all frozen mails in q</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>exim</category>
            <pubDate>Tue, 10 Aug 2021 11:58:18 +0000</pubDate>
        </item>
        <item>
            <title>giganet:sflow</title>
            <link>https://wiki.noc.co.ua/giganet:sflow?rev=1627986535&amp;do=diff</link>
            <description>Общая схема мониторинга


switch sflow -&gt; goflow2 -&gt; kafka -&gt; clickhouse



	*  switch отправляет данные sflow на UDP порт 6343
	*  goflow2 принимает поток данных, разбирает данные и сформировав protobuf отправляет в kafka</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>giganet</category>
            <pubDate>Tue, 03 Aug 2021 13:28:55 +0000</pubDate>
        </item>
        <item>
            <title>software:clickhouse - created</title>
            <link>https://wiki.noc.co.ua/software:clickhouse?rev=1627903788&amp;do=diff</link>
            <description>Хелперы работы с clickhouse


SELECT partition, name, table FROM system.parts WHERE active



ss


SELECT * FROM system.parts WHERE active limit 1



ss


SELECT
    name,
    type,
    formatReadableSize(data_compressed_bytes) AS compressed,
    formatReadableSize(data_uncompressed_bytes) AS uncompressed,
    data_uncompressed_bytes / data_compressed_bytes AS ratio,
    compression_codec
FROM system.columns
WHERE (database = 'traffic') AND (table = 'raw')
ORDER BY data_compressed_bytes DESC…</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>software</category>
            <pubDate>Mon, 02 Aug 2021 14:29:48 +0000</pubDate>
        </item>
        <item>
            <title>juniper:help</title>
            <link>https://wiki.noc.co.ua/juniper:help?rev=1626873111&amp;do=diff</link>
            <description>*  request support information (RSI)
	*  usage in firewall filters 
	*  Upgrading Software
	*  LACP dlb
	*  pfe filter hw summary
	*  login to root VM

Скрипты juniper

Скрипты хранятся в каталоге /var/db/scripts/commit (те которые срабатывают при комите)</description>
            <author>rb@undisclosed.example.com (rb)</author>
        <category>juniper</category>
            <pubDate>Wed, 21 Jul 2021 16:11:51 +0000</pubDate>
        </item>
    </channel>
</rss>
