BgpLsNodeConfig Object


Description:

BGP Link State Node NLRI Configuration, carrying both descriptors and attributes

Parents: BgpRouterConfig

Children: BgpCustomAttribute, BgpLsIpv4PrefixConfig, BgpLsIpv6PrefixConfig, BgpLsLinkConfig, BgpLsSrPolicyCpConfig, BgpLsSrv6SidConfig

Automatically-created children: BgpLsLocalNodeDescriptor, BgpLsNodeAttribute

BgpLsNodeConfig Writable Attributes

Attribute Description
AsPath

List of AS numbers, in string format, that will be used in the AS_PATH attribute (type code 2) in BGP UPDATE messages. This list identifies the autonomous systems through which the routing information carried in the UPDATE message has passed.

Type: string

Default: 1

AsPathSegmentType

Path segment type for the AS path specified by the asPath attribute.

Type: enum

Default: SEQUENCE

Possible Values:

Value Description
Community

Specifies a list of BGP community incrementers in string format. This is a list of incrementors, each element in the list will specify which community value is to be incremented.

Type: string

Default: 1:1

EnableNode

Enable LS Node NLRI

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Node NLRI is active

FALSE

Node NLRI is inactive

ExtendedCommunity

Extended Community

Type: string

Default: "" (empty string)

Identifier

BGP LS Identifier

Type: u64

Default: 0

IdentifierType

BGP LS Identifier Type, including 3 types

Type: enum

Default: CUSTOMIZED

Possible Values:

Value Description
L3_PACKET

ID is Layer 3 Packet

L1_OPTICAL

ID is Layer 1 Optical

CUSTOMIZED

ID is customized

LocalPreference

Value for the LOCAL_PREF path attribute in UPDATE messages. This informs other BGP speakers in the same AS of the local BGP speaker's degree of preference for a route. A higher number means more preference.

Type: u32

Default: 10

NextHop

Next Hop Address

Type: ip

Default: null

NextHopGlobal

Global address of next hop

Type: ipv6

Default: null

NextHopLinkLocal

Link Local address of next hop

Type: ipv6

Default: null

NextHopType

IP address type of Next Hop, ipv4 or ipv6

Type: enum

Default: IPV4

Possible Values:

Value Description
IPV4

Next Hop is an IPv4 address

IPV6

Next Hop is an IPv6 address

Origin

Describes how a node NLRI came to be routed by BGP. It defines the origin of the path information. This attribute is generated by the AS that originated the route(s) in the update message.

Type: enum

Default: IGP

Possible Values:

Value Description
IGP

Origin attribute as IGP

EGP

Origin attribute as EGP

INCOMPLETE

Origin attribute as INCOMPLETE

ProtocolId

Protocol which is used by this node

Type: enum

Default: DIRECT

Possible Values:

Value Description
ISIS_LEVEL1

Protocol is ISIS Level 1

ISIS_LEVEL2

Protocol is ISIS Level 2

OSPF_V2

Protocol is OSPFv2

DIRECT

Direct Connected

STATIC

State Route

OSPF_V3

OSPFv3

BGP

Protocol is BGP

RouteCategory

Specify the category and priority of this route, including undefined, primary, secondary, unique and any.

Type: enum

Default: UNDEFINED

Possible Values:

Value Description
UNDEFINED

Undefined Route

PRIMARY

Primary Route

SECONDARY

Secondary Route

UNIQUE

Unique Route

ANY

Any Route

SessionIpVersion

BGP route's session IP version.

Type: enum

Default: IPV4V6

Possible Values:

Value Description
IPV4

IP version is IPv4.

IPV6

IP version is IPv6.

IPV4V6

IP version is dual stack.

BgpLsNodeConfig Read-Only Attributes

There are no read-only attributes.