<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi All, <br>
    <br>
    How could we have on a single none tagged layer2interface two VLAN ?<br>
    Or there is particular use case for it ? a router with 2 IPs on the
    native VLAN fpr example ?  <br>
    <br>
    It should in IXP_Manager a policies to not allow such right ?!<br>
    <br>
    Thx <br>
    <br>
    /mb<br>
    <br>
    <br>
    <pre class="c-mrkdwn__pre" data-stringify-type="pre" style="box-sizing: inherit; margin: 4px 0px; padding: 8px; --saf-0:rgba(var(--sk_foreground_low,29,28,29),0.13); font-size: 12px; line-height: 1.50001; font-variant-ligatures: none; white-space: pre-wrap; overflow-wrap: break-word; word-break: normal; font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important; border: 1px solid var(--saf-0); border-radius: 4px; background: rgba(var(--sk_foreground_min,29,28,29),0.04); counter-reset: list-0 0 list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: left; text-indent: 0px; text-transform: none; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">
    "layer2interfaces": [
        {
            "type": "edge",
            "description": "Beta",
            "dot1q": false,
            "virtualinterfaceid": 3,
            "lagframing": false,
            "vlans": [
                {
                    "number": 100,
                    "macaddresses": [
                        "00:00:00:00:00:03"
                    ],
                    "ipaddresses": {
                        "ipv4": "10.0.0.3",
                        "ipv6": "fd00::3"
                    }
                },
                {
                    "number": 300,
                    "macaddresses": [
                        "00:00:00:00:00:03"
                    ],
                    "ipaddresses": {
                        "ipv4": "10.0.2.1",
                        "ipv6": "2001:db8:2::1"
                    }
                }
            ],
            "shutdown": false,
            "status": "connected",
            "name": "port1.0.1",
            "speed": 1000,
            "autoneg": true
        }</pre>
  </body>
</html>