Package | Description |
---|---|
es.tid.bgp.bgp4.messages |
BGP-4 messages
|
es.tid.bgp.bgp4.update.fields.pathAttributes |
Modifier and Type | Method and Description |
---|---|
ArrayList<PathAttribute> |
BGP4Update.getPathAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
BGP4Update.setPathAttributes(ArrayList<PathAttribute> pathAttribute) |
Modifier and Type | Class and Description |
---|---|
class |
AS_Path_Attribute
RFC 4271 BGP-4
b) AS_PATH (Type Code 2):
AS_PATH is a well-known mandatory attribute that is composed
of a sequence of AS path segments.
|
class |
BGP_LS_MP_Reach_Attribute |
class |
Generic_MP_Reach_Attribute |
class |
LinkStateAttribute
Link-State Info Distribution using BGP, July 2012
3.3.
|
class |
MP_Reach_Attribute
RFC 4760 Multiprotocol Extensions for BGP-4 January 2007
3.
|
class |
MP_Unreach_Attribute
4.
|
class |
Next_Hop_Attribute
c) NEXT_HOP (Type Code 3):
This is a well-known mandatory attribute that defines the
(unicast) IP address of the router that SHOULD be used as
the next hop to the destinations listed in the Network Layer
Reachability Information field of the UPDATE message.
|
class |
OriginAttribute
ORIGIN is a well-known mandatory attribute.
|
Copyright © 2016. All rights reserved.