Ospfv3LsaGenParams Object


Description:

OSPFv3 LSA generator parameters.

Parents: Project

Children: ChainTopologyGenParams, FullMeshTopologyGenParams, GridTopologyGenParams, HubSpokeTopologyGenParams, Ipv4RouteGenParams, Ipv6RouteGenParams, RingTopologyGenParams, TreeTopologyGenParams

Relations:

Side name
(Type)
Relative Description

(SelectedRouterRelation)

EmulatedDevice

Router or routers that LSAs will be generated on.

Ospfv3LsaGenParams Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AreaType

Determines the type of LSAs that are flooded within the area and the options that are set on the LSAs.

Type: enum

Default: REGULAR

Possible Values:

Value Description
REGULAR

REGULAR (Normal) areas support all LSA types. External routes are advertised as Type 5 LSAs. Options are set to 0x13 (v6, external, and router bits enabled).

STUB

STUB areas do not flood external routes into the area. Routing to external destinations is based on default routes advertised by the area border routers. This keeps the link-state database in stub areas as small as possible. Options are set to 0x11 (v6, router bits set).

STUB_NO_SUMMARY

STUB_NO_SUMMARY (Totally stubby) areas are similar to stub areas, however they do not support summary inter-area LSAs in addition to external route LSAs. This further reduces the size of the link-state database for the area. Options are set to 0x11 (v6, router bits set).

NSSA

NSSA (Not-So-Stubby-Areas) areas are similar to stub areas (type 5 external route LSAs are not flooded into the area) however, they distribute external route information within the area using type 7 NSSA LSAs. NSSA LSAs are converted to type 5 external route LSAs at the NSSA border. Options set to 0x11 (v6, router bits sets).

NSSA_NO_SUMMARY

NSSA_NO_SUMMARY (Totally Not-So-Stubby-Areas) areas are similar to NSSA areas, however they do not support summary inter-area LSAs in addition to external route LSAs.

EnableIpv6RouterIDAdvertisement

Advertise IPv6 router id for loopback address

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Advertise IPv6 router id for loopback address is true.

FALSE

Advertise IPv6 router id for loopback address is false.

IpAddrEnd

Global/default ending IP address value used for routes and interface addresses.

Type: ipv6

Default: 3ffe::

IpAddrStart

Global/default starting IP address value used for routes and interface addresses.

Type: ipv6

Default: 2000::

RouterIdStart

First router to be used.

Type: ip

Default: 1.0.0.1

RouterIdStep

All subsequent router IDs will be incremented by this number.

Type: ip

Default: 0.0.0.1

Ospfv3LsaGenParams Read-Only Attributes

There are no read-only attributes.