Manage BGP policies

For a BGP configuration, Mantychore forces the creation of policies which will be included in their configurations. In this way, it permits to configure policies with different rules which include configurable parameters like:

Parameters

Parameters

Description

Example

Filter type

Specify the filter type

as_path, origin, prefixes, protocols

Prefixes List Filter

List of prefixes which the policy will use

List of IP prefixes 192.168.1.0/24, 192.168.2.0/24...

Origin Filter

Type of origin filter

0 (IGP), 1 (EGP), 2 (INCOMPLETE)

Protocols Filter

Possible list of protocols to select a set of routes

rip, ospf, bgp, static

Action

Type de action for the policy

accept, reject, none

Next Hop

Determines which it will be the next hop

192.168.1.2

local-PREF

Value to change the preference of the route

0 .. 4294967295

MED

Value to change the preference of the route that is manipulated by the peer AS

integer

Prepend PATHS

Prepend a set of private AS PATH numbers to AS-PATH of a route

as1-as1-as1-as1

  • No labels