Skip to Content.

rare-dev - Re: [rare-dev] RARE/freeRtr VLAN Interface Configuration

Subject: Rare project developers

List archive


Re: [rare-dev] RARE/freeRtr VLAN Interface Configuration


Chronological Thread 
  • From: Jordi Ortiz <>
  • To:
  • Subject: Re: [rare-dev] RARE/freeRtr VLAN Interface Configuration
  • Date: Mon, 8 Nov 2021 19:04:01 +0100
  • Authentication-results: mx01.puc.rediris.es; spf=pass (rediris.es: domain of designates 155.54.212.170 as permitted sender)

Hi,
did you add inet to the server p4lang p4 ?? Also export-port sdn1.10 on the same section
may be missing mtu?

server p4lang p4
 export-vrf inet 1 <-- This number may change
...
 export-port sdn1.10 ID 0 0 0 0 <-- where ID should be something not colliding with the Tofino ports =)
...


Jordi


On 08/11/2021 17:01, Carmen Misa Moreira wrote:
Hi all,

I'm trying to create two VLANs on interface sdn1 with VLAN ID = 10, 20 but there are not working because I don't  have a ping with fc01:10::2.

I tried this configuration:


interface sdn1

   no shutdown

   exit

interface sdn1.10

  vrf forwarding inet

  ipv6 fc01:10::3 /64

  ipv6 enable

  lldp enable

  no shutdown

  exit

interface sdn1.20

  vrf forwarding inet

  ipv6 fc01:20::3 /64

  ipv6 enable

  lldp enable

  no shutdown

  exit


I'm sure that Csaba knows where I'm applying the wrong configuration :)

Aso, I tried with 'encapsulation dot1q 10' but is still not working.


Cheers,

Carmen Misa


--
Jordi Ortiz


(+34)868884644/(+34)868888532
http://ants.inf.um.es/~jordiortiz
Dpto. Ingeniería de la Información y las Comunicaciones
Universidad de Murcia




Archive powered by MHonArc 2.6.19.

Top of Page