BGP Configuration Commands 529peer filter-policy export Syntaxpeer group-name filter-policy acl-number exportundo peer group-name filter-policy acl-number exportViewBGP viewParametergroup-name: Specifies the name of the peer group.acl-number: Specifies an IP acl number, ranging from 2000 to 3999.export: Egress filter policy. It is only applicable to peer groups.DescriptionUse the peer filter-policy export command to configure the filter-policy list ofroutes advertised by a peer group.Use the undo peer filter-policy export command to cancel the existingconfiguration.By default, a peer/peer group has no access control list (acl).The peer filter-policy export command can only be configured on peer groups.Related command: peer filter-policy export, ip as-path-acl, peer as-path-acl.Example# Configure to use acl 2000 to filter the routes advertised by the peer group test.[3Com-bgp] peer test filter-policy 2000 exportpeer filter-policy import Syntaxpeer { group-name | peer-address } filter-policy acl-number importundo peer { group-name | peer-address } filter-policy acl-number importViewBGP viewParametergroup-name: Specifies the name of the peer group.peer-address: Specifies the IP address of the peer.acl-number: Specifies an IP acl number, ranging from 2000 to 3999. That is, youcan use basic ACLs or advanced ACLs.import: Ingress filter policy. It is only applicable to peer groups.