3Com Switch 8800 Advanced Software V5 Configuration Guide
BGP Overview 421
Open
After a TCP connection is established, the first message sent by each side is an
Open message for peer relationship establishment. The Open message contains
the following fields:
Figure 132 BGP open message format
■ Version: This 1-octet unsigned integer indicates the protocol version number of
the message. The current BGP version is 4.
■ My Autonomous System: This 2-octet unsigned integer indicates the
Autonomous System number of the sender.
■ Hold Time: When establishing peer relationship, two parties negotiate an
identical Hold time. If no Keepalive or Update is received from a peer after the
Hold time, the BGP connection is considered down.
■ BGP Identifier: In IP address format, identifying the BGP router
■ Opt Parm Len (Optional Parameters Length): Length of optional parameters, set
to 0 if no optional parameter is available
Update
Update message is used to exchange routing information between peers. It can
advertise a feasible route or remove multiple unfeasible routes. Its format is shown
below:
Figure 133 BGP Update message format
Each Update message can advertise a group of feasible routes with similar
attributes, which are contained in the network layer reachable information (NLRI)
field. The Path Attributes field carries attributes of these routes that are used by
BGP for routing. Each message can also carry multiple withdrawn routes in the
Withdrawn Routes field.
15
BGP Identifier
31
Version
My Autonomous System
Hold Time
Opt Parm Len
Optional Parameters
70
01531
Total Path Attribute Length
Withdrawn Routes(Variable)
Path Attributes(Variable)
NLRI(Variable)
Unfeasible Routes Length