Version 7.2 667 Mediant MSBR
Reference Guide 75. Layer-3 Commands
(conf-router)# neighbor 10.14.3.118 timers connect 500
75.2.2.53 neighbor soft-reconfiguration inbound
This command allows inbound soft reconfiguration for a neighbor.
Syntax
neighbor {<neighbor tag>|a.b.c.d|X:X::X:X} soft-reconfiguration
inbound
Command Description
a.b.c.d|X:X::X:X Defines the IP address of the neighbor (IPv4 or IPv6).
string Defines the neighbor tag.
Default
NA
Command Mode
Privileged User
Example
This is an example of how this command can be used.
(config-data)# router bgp 1
(conf-router)# neighbor 10.14.3.118 soft-reconfiguration inbound
75.2.2.54 neighbor default-originate
This command announces default routes to the peer. The BGPD’s default is to not announce
the default route (0.0.0.0/0) even it is in the routing table
.
Syntax
neighbor {<neighbor tag>|a.b.c.d|X:X::X:X} default-originate
[route map <route map name>]
neighbor peer {<neighbor tag>|a.b.c.d|X:X::X:X} default-originate
Command Description
a.b.c.d|X:X::X:X Defines the IP address of the neighbor (IPv4 or IPv6).
neighbor Defines the neighbor tag.
route map name Defines the route map name.
Default
NA