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

Page 278

Advertising
background image

CanogaOS Command Reference

16-33

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.

Command Syntax

(no) neighbor NEIGHBORID description .LINE

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.

LINE = Up to 80 characters of text describing the neighbor.

Advertising