[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
First of all you must configure BGP router with router bgp
command. To configure BGP router, you need AS number. AS number is an
identification of autonomous system. BGP protocol uses the AS number
for detecting whether the BGP connection is internal one or external one.
AS number is a digit between 1 and 65535. The use of AS numbers is described in RFC1930. AS numbers 64512 through 65535 are defined as private AS numbers. Private AS numbers must not to be advertised in the global Internet.
BGP Commands
. You can not
create different BGP process under different as-number without
specifying multiple-instance
(see section 9.12.1 Multiple instance).
bgpd
connects to zebra
it gets
interface and address information. In that case default router ID value
is selected as the largest IP Address of the interfaces. When
router zebra
is not enabled bgpd
can't get interface information
so router-id
is set to 0.0.0.0. So please set router-id by hand.