Jump to content
  • 0

3.8 : цветовая индикация для маршрутов


r13

Question

@eralde Добрый день, 

В продолжении темы поднятой тут:

У меня объяснение не совпадает с тем что представлено в веб 

image.thumb.png.d1513bff21e43d4d3daae4015a063985.png

Первый маршрут с флагом эксклюзивный, но для него индикации нет

Второй без эксклюзивного флага, но для него индикация присутствует 

Также выглядит странно выхлоп rci для них:

Скрытый текст

{
    "show": {
        "ip": {
            "route": [
                {
                    "destination": "165.225.91.0/24",
                    "gateway": "192.168.1.1",
                    "interface": "CdcEthernet0",
                    "metric": 0,
                    "flags": "U",
                    "rejecting": false,
                    "proto": "boot",
                    "floating": false,
                    "static": true
                },
                {
                    "destination": "192.168.160.0/20",
                    "gateway": "0.0.0.0",
                    "interface": "Wireguard0",
                    "metric": 0,
                    "flags": "U",
                    "rejecting": false,
                    "proto": "boot",
                    "floating": false,
                    "static": false
                }
            ]
        }
    }
}

Оба статические но флаг "static": true установлен только для одного из маршрутов

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
1 час назад, r13 сказал:

У меня объяснение не совпадает с тем что представлено в веб 

image.thumb.png.d1513bff21e43d4d3daae4015a063985.png

Первый маршрут с флагом эксклюзивный, но для него индикации нет

Второй без эксклюзивного флага, но для него индикация присутствует 

Также выглядит странно выхлоп rci для них:

  Скрыть содержимое

{
    "show": {
        "ip": {
            "route": [
                {
                    "destination": "165.225.91.0/24",
                    "gateway": "192.168.1.1",
                    "interface": "CdcEthernet0",
                    "metric": 0,
                    "flags": "U",
                    "rejecting": false,
                    "proto": "boot",
                    "floating": false,
                    "static": true
                },
                {
                    "destination": "192.168.160.0/20",
                    "gateway": "0.0.0.0",
                    "interface": "Wireguard0",
                    "metric": 0,
                    "flags": "U",
                    "rejecting": false,
                    "proto": "boot",
                    "floating": false,
                    "static": false
                }
            ]
        }
    }
}

Оба статические но флаг "static": true установлен только для одного из маршрутов

Тут нужны комментарии @Le ecureuil. Веб выводит индикатор для маршрутов со static: true. Цвет индикатора зависит от значения признака rejecting.

Link to comment
Share on other sites

  • 0
2 hours ago, r13 said:

@eralde Good afternoon, 

Continuing the topic raised here:

My explanation does not match what is presented on the web 

image.thumb.png.d1513bff21e43d4d3daae4015a063985.png

The first route with a flag is exclusive, but there is no indication for it

The second is without an exclusive flag, but there is an indication for it 

Also looks strange rci output for them:

  Reveal hidden contents

{
    "show": {
        "ip": {
            "route": [
                {
                    "destination": "165.225.91.0/24",
                    "gateway": "192.168.1.1",
                    "interface": "CdcEthernet0",
                    "metric": 0,
                    "flags": "U",
                    "rejecting": false,
                    "proto": "boot",
                    "floating": false,
                    "static": true
                },
                {
                    "destination": "192.168.160.0/20",
                    "gateway": "0.0.0.0",
                    "interface": "Wireguard0",
                    "metric": 0,
                    "flags": "U",
                    "rejecting": false,
                    "proto": "boot",
                    "floating": false,
                    "static": false
                }
            ]
        }
    }
}

Both are static but the "static": true flag is set for only one of the routes

Is it the same situation? I could not fully understand.


https://prnt.sc/p_3nMseKAV6P

Link to comment
Share on other sites

  • 0
1 час назад, KYTECHNGAMING сказал:

I noticed this situation in the previous 2-3 FW (3.9.a..)

But since I didn't know the logic completely, I didn't know if it was ok or not.

Now it is not comply with logic described by @eralde 

Further explanation required from @Le ecureuil

It is possible we are facing a bug with this indicator or even with "exclusive" function

Edited by r13
Link to comment
Share on other sites

  • 0

@KYTECHNGAMING New findings regarding color coding:

Looks like it works correctly only if gateway ip is set explicitly in route definition

This is reasonable if route availability checked by testing reachability of gateway host

Edited by r13
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...