CLI Guide

Layer 3 Routing Commands 1308
terms, the default route is not advertised. If there is no route map with the
route map name given, the default route is not advertised. 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 default-originate
neighbor description
Use this command to record a text description of a neighbor. The description
is informational and has no functional impact.
Syntax
neighbor { ip-address | ipv6-address [ interface interface-id ] | autodetect
interface interface-id } description text
no neighbor { ip-address | ipv6-address [ interface interface-id ]autodetect
interface interface-id } description
interface-id—A routing interface identifier (VLAN interface).
ip-address—The neighbor’s IP 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. The interface-id must specify a routing interface identifier
(VLAN ID).
text—Text description of neighbor. Up to 80 characters are allowed.
autodetect interface interface-id
—(Optional) The routing interface on
which the neighbor’s link local IPv6 address is auto detected. The
interface-id must be a VLAN routing interface.
Default Configuration
No description is configured by default.