Access-list <listname> [in | out – ADTRAN 1000R Series User Manual

Page 1283

Advertising
background image

Command Reference Guide

BGP Neighbor Configuration Command Set

61200510L1-35E

Copyright © 2005 ADTRAN

1283

access-list <listname> [in | out]

Use the access-list command to assign a predefined access list to a BGP neighbor. This list is then used to
filter inbound and/or outbound BGP route updates. Use the no form of this command to return to default
settings.

Syntax Description

<listname>

Assigns an access list to this BGP neighbor.

in

Specifies the filtering of all inbound BGP route updates.

out

Specifies the filtering of all outbound BGP route updates.

Default Values

By default, no access lists are specified for filtering.

Applicable Platforms

This command applies to the NetVanta 300, 1000R, 2000, 3000, 4000, and 5000 and Total Access 900
Series units.

Command History

Release 9.3

Command was introduced.

Functional Notes

Before they can be assigned to a neighbor, access lists must first be defined using the ip access-list
commands. See

ip access-list extended <listname>

on page 392

and

ip access-list standard <listname>

[permit | deny] <ip address>

on page 398

for more information.

Usage Examples

The following example uses the InWeb access list to filter all inbound BGP route updates:

(config)#router bgp-neighbor 192.22.73.101

(config-bgp-neighbor)#access-list InWeb in

Advertising