50 neighbor default-originate, 51 neighbor description – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 311

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 311 of 855

Use this command to advertise to peer about route refresh capability support. If route refresh capability is
supported, then router can dynamically request that the peer readvertises its Adj-RIB-Out.

Examples

Switch# configure terminal
Switch(config)# router bgp 10
Switch(config-router)# neighbor 10.10.10.1 capability route-refresh

16.50 neighbor default-originate

Use this command to allow a BGP local router to send the default route 0.0.0.0 to a neighbor for use as a
default route.
Use the no parameter with this command to send no route as a default.

Command Syntax

(no) neighbor NEIGHBORID default-originate (ROUTEMAP)
NEIGHBORID = A.B.C.D|X:X::X:X|TAG
A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.
X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.
TAG Name of an existing peer-group. For information on how to create peer groups, refer to the
neighbor peer-group and neighbor remote-as commands. When this parameter is used
with a command, the command applies on all peers in the specified group.
ROUTEMAP = route-map WORD
route-map The route-map to specify criteria to originate default routes
WORD Route-map name

Command Mode

Router mode and Address Family mode

Usage

The neighbor default-originate command can be used with standard or extended access lists.

Examples

Switch# configure terminal
Switch(config)# router bgp 10

Switch(config-router)# neighbor 10.10.10.1 default-originate route-map myroute

16.51 neighbor description

Use this command to associate a description with a neighbor.
Use the no parameter with this command to remove the description.

Advertising