Layer 3 Routing Commands 1287Exampleconsole(config-router)#neighbor FE80::0202:B3FF:FE1E:8329 interface vlan 10password sampleneighbor prefix-list (BGP Router Configuration)Use the neighbor prefix-list command to filter advertisements sent to aspecific neighbor based on the destination prefix of each route.Syntaxneighbor { ip-address | ipv6-address [interface vlan vlan-id]} prefix-listprefix-list-name { in | out }no neighbor { ip-address | ipv6-address [interface vlan vlan-id]} prefix-listprefix-list-name { in | out }• ip-address—The neighbor’s IPv4 address.• prefix-list-name—The name of an IP prefix list.• ipv6-address—The neighbor’s IPv6 address. If the neighbor’s IPv6 addressis a link local address, the local interface must also be specified. Thiscommand is available in IPv6 address family mode.• interface vlan vlan-id—The local interface/VLAN ID over which the IPv6neighbor can be reached. Range: 1-4093.• in—Apply the prefix list to advertisements received from this neighbor.• out—Apply the prefix list to advertisements to be sent to this neighbor.Default ConfigurationNo prefix list is configured.Command ModeBGP Router Configuration modeUser GuidelinesOnly one prefix list may be defined for each neighbor in each direction. If aprefix list that does not exist is assigned, all prefixes are permitted. The VLANinterface must also be specified if a link-local address is specified.