Skip to Content.
Sympa Menu

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

Subject: Rare project developers

List archive

[rare-dev] RARE/freeRtr VLAN Interface Configuration


Chronological Thread 
  • From: Carmen Misa Moreira <>
  • To: <>
  • Subject: [rare-dev] RARE/freeRtr VLAN Interface Configuration
  • Date: Mon, 8 Nov 2021 17:01:44 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 188.184.36.17) smtp.rcpttodomain=lists.geant.org smtp.mailfrom=cern.ch; dmarc=bestguesspass action=none header.from=cern.ch; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FsRGJSpbxFZh2eDEyFOyR0JT4XdRww1ZTzGdXhPmdiU=; b=PHplBzaPjlGeUJm6xPyVVoLW+IPDcRx4PdiZNJF/fqGuODKeeeR90nvpqOgZMPDoAfnv33rl98ro3uXvWK2qTwXEy0l10onutZtcV8Izg+9oEuzVDuC6Wg6oi8R/2fGwtXeuSJLAuiOFfB4BuO4pIb5qO2vq3X9K8eltdSPoW91EUlmDb/QtKJGH7DWjz5qrCHVaayXD8soq0cflgMbQzL99ippukhg46EPQYfthOemWneEIC7gfDSpl1ndLdWVe+bKD+7cwWrqnxqvnJF7Oi3O1hOtIGusOD3XEwLLDjblxf9bcdiK3WYOcFWnm1deiybFYo9mpTSG06x3k0ytstw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iPbfZR+ZWqBhIOE4D/0QXiviz/jh/NfoAScftADAwM2m4Sde4T1IPOyfMwEptiVj2h1Uo03pXwOh6jjf0Ad/nQgpT7oOoRiqs/r/Jwht4sh/5OxJeAOAhoBbsP6NyEFFnVH/iP+02prgW3y2o2wPyya5emNPNTZGWGRTFLWf16vvWZeF1VfrWa0cxkNWGzji31mmvrhA7rnF95D10/rIS8l9+oq9oPJP2hYKfPz6s8gzkoSJcuz2oblE8g1L3FjmTC1D1QPXceMPfHs/dcxyi85JPP5D9gdWbXNSlbQV9IazYApcFTTLN4QYpptPunIj4ArNuRU0p4Wuew3ocpKDVQ==

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




Archive powered by MHonArc 2.6.19.

Top of Page