Page MenuHomeVyOS Platform

Add route-map set as-path exclude option
Closed, ResolvedPublic

Description

I added as-path-exclude as an option to set in a route-map, like as-path-prepend. This is supported by Quagga but not mentioned in the documentation. Pull request https://github.com/vyos/vyatta-cfg-quagga/pull/11

My usecase is as follows:

7224 A           7224 C ----- D 65506 VyOS
      \           /
       B 64512 VyOS

I wanted C to install a route to A through B so that it (C) would then announce it to D.
A and C don't exchange routes between themselves. I control B and D.

C wouldn't install the route to A as it contained its own AS in the path. So using as-path-exclude I stripped off A's AS, and now it works.

Details

Difficulty level
Easy (less than an hour)
Version
1.1.7 (helium)

Event Timeline

giandvd updated the task description. (Show Details)
giandvd updated the task description. (Show Details)
syncer triaged this task as Normal priority.Dec 14 2016, 7:15 PM
syncer added a subscriber: VyOS 1.1.x.
syncer changed the edit policy from "Public (No Login Required)" to "Custom Policy".Aug 21 2017, 2:43 AM
syncer edited projects, added VyOS 1.1.x (1.1.8); removed VyOS 1.1.x.
syncer edited subscribers, added: Maintainers; removed: VyOS 1.1.x.
syncer added a subscriber: syncer.

Please confirm that i can move this to 1.1.8 backlog

syncer added a subscriber: dmbaturin.

@dmbaturin can you merge this pull request?