Users Guide

Table Of Contents
Layer 3 Routing Commands 1341
User Guidelines
If you assign a neighbor filter list to a nonexistent AS path access list, all
routes are filtered. The VLAN interface must also be specified if a link-local
address is specified.
Command History
Introduced in version 6.2.0.1 firmware.
Example
console(config-router-af)#neighbor FE80::0202:B3FF:FE1E:8329 interface vlan
10 filter-list 1 in
neighbor inherit peer
To configure a BGP peer to inherit peer configuration parameters from a peer
template, use the neighbor inherit peer command. To remove the
inheritance, use the no form of this command.
Syntax
neighbor {
ip-address
|
ipv6-address
[ interface
interface-id
] ] | autodetect
interface
interface-id
} inherit peer
template-name
no neighbor {
ip-address
|
ipv6-address
[ interface
interface-id
] | autodetect
interface
interface-id
}
inherit peer
template-name
ip-address
—The neighbor’s IPv4 address.
ipv6-address
[interface
interface-id
]—The neighbor’s IPv6 address. If the
neighbor’s IPv6 address is a link local address, the local interface must also
be specified.
autodetect interface
interface-id
– The VLAN routing interface on which
the neighbor’s link local IPv6 address is auto detected.
template-name
—The name of the peer template whose peer configuration
parameters are to be inherited by this neighbor.
Default Configuration
No peer configuration parameters are inherited by default.