BGP and BGP4+ Commands

match as-path (Route Map)

Use this command to add an autonomous system (AS) path match clause to a route map entry. Specify the AS path attribute value or values to match by specifying the name of an AS path access list. To create the AS path access list, enter Global Configuration mode and use the ip as-pathaccess-list (BGP and BGP4+) command.

A BGP update message matches the route map if its attributes include AS path values that match the AS path access list.

Each entry of a route map can only match against one AS path access list in one AS path match clause. If the route map entry already has an AS path match clause, entering this command replaces that match clause with the new clause.

Note that AS path access lists and route map entries both specify an action of deny or permit. The action in the AS path access list determines whether the route map checks update messages for a given AS path value. The route map action and its set clauses determine what the route map does with update messages that contain that AS path value.

Use the no variant of this command to remove the AS path match clause from a route map entry.

Syntax match as-path<as-path-listname>

no match as-path [<as-path-listname>]

ParameterDescription

<as-path-listname>Specifies an AS path access list name.

Mode Route-map Configuration

Usage This command is valid for BGP update messages only.

Example To add entry 34 to the route map called myroute, which will discard update messages if they contain the AS path values that are included in myaccesslist, use the commands:

awplus# configure terminal

awplus(config)# route-map myroute deny 34

awplus(config-route-map)# match as-path myaccesslist

Related Commands ip as-pathaccess-list (BGP and BGP4+) route-map (Route Map)

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

3.80

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 178
Image 178
Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Match as-path Route Map