Skip to Content.

rare-dev - [rare-dev] RARE/freeRtr Multi-path on ipv6 static route

Subject: Rare project developers

List archive


[rare-dev] RARE/freeRtr Multi-path on ipv6 static route


Chronological Thread 
  • From: Carmen Misa Moreira <>
  • To: <>
  • Subject: [rare-dev] RARE/freeRtr Multi-path on ipv6 static route
  • Date: Wed, 10 Nov 2021 11:55:06 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 188.184.36.16) 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=V3hlhdYtRPDNOJiczDb8h/1NLPPhLePEslwzGCd2XZU=; b=StKygQu053uiTUwzUzgCo+8z4yZATmIMeQKCc1ZwLhQfrzBqFSVvT1V6wnhrN/W2iaGZbfPOF7PHixYUqLN9Tz0ASgKYQkk7zWQSNExsnB7JmyZUCAMlLpCGnZTGcj3AWWSu7Wpz9m1m8E1ISnCQJPt87rOCSszPX6M/SWgFx8gzMYijZBn0bK2HkuONSh+7rvJn2mOSSWCu8VVCeMGqDilBI/a7GgFCNNXzX3GKcafIFFi+hi5x9WRmCwl6FXYTs7h4V59t92HK5cbjTh/V5fi370Keicv8nZvRcaLNar/bFJF6dokY61vHH1oAzvgLtVytU5AIoAjXAn7IMvS0zg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QGn8j7hazPsTvy9LWRnHpOwGI1a7y2p809IyY1ZJPI1Dtq+LAmmrTnLVEagFjRotcwhQiHrYug8ZhRD+ED4AjqECcCWmpKKOhPzSvMUqIbbv5pviPjS7BWM2jShXGQPWZII6J6PV0CwM+xRW5inGehuC6/rt80sGy5TUBp4foMQ8PQx+mat3RhC0qXS78zIwqhvbuv+TtBpSxscB7k7ZY3uuz81IHiXtS9KM12MtL9/UfGBSNnjVnF5kD5tPpN95blhEw+8Qevyvpsfy3EPK3QoKAxd9thNgyMtsLULnZ4St5QqKB0daD6RhvKUpecO+cYjQdcWiMlwohL1MR/vEww==

Hi all,

I would like to set two static routes like this:

     ipv6 route inet fc01:30:: ffff:ffff:ffff:ffff:: fc01:20::2 interface sdn1.20

     ipv6 route inet fc01:30:: ffff:ffff:ffff:ffff:: fc01:10::2 interface sdn1.10

In this way, for the same destination fc01:30:: there are two possible paths through fc01:20::2 or fc01:10::2 with the same metric and cost. The idea is to have load balance on both routes but my problem is that the second command overwrites the first command so I only have one static route on the switch. Maybe I need to enable ecmp or something like this

Thanks for your time,

Cheers,

Carmen Misa




Archive powered by MHonArc 2.6.19.

Top of Page