Ospfv3SharedSessionParams Object


Description:

OSPFv3 shared session parameters used for wizard.

Ospfv3SharedSessionParams Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AreaId

Area to which the emulated router belongs. It must match an area ID configured for the DUT to enable communication with the DUT.

Type: ip

Default: 0.0.0.0

EnableBfd

Enable or disable BFD (Bidirectional Forwarding Detection) for this router. You must also create a BfdRouterConfig object under the parent Router object.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable BFD.

FALSE

Disable BFD.

NetworkType

Setting to override the physical link type to emulate a PtP adjacency over Ethernet or over Ethernet VLANs.

Type: enum

Default: NATIVE

Possible Values:

Value Description
NATIVE

Defined by the physical interface type (Broadcast adjacency on Ethernet port).

BROADCAST

Adjacency is Broadcast, regardless of port type.

P2P

Adjacency is Point-to-Point.

Options

Specifies the optional OSPF capabilities of the router. Each option represents one bit.

See Section A.2 in RFC 2740 for more information about the options field.

Type: enum

Default: V6BIT | RBIT | EBIT

Possible Values:

Value Description
V6BIT

V6: if bit clear, the router/link should be excluded from IPv6 routing calculations (V, Bit 0).

EBIT

External Routing: specifies the way AS-external-LSAs are flooded (E, Bit 1).

MCBIT

Multicast: specifies whether IP multicast datagrams are forwarded according to the specification in RFC 1586 (MC, Bit 2).

NBIT

NSSA: describes the handling of Type-y LSA as specified in RFC 1584 (N/P, Bit 3).

RBIT

Router: specifies whether the originator is an active router. If clear, routers that transmit the advertising none cannot be computed. (R, Bit 4).

DCBIT

Demand Circuit: specifies how the router handles demand circuits (DC, Bit 5).

UNUSED6

Unused (Bit 6).

UNUSED7

Unused (Bit 7).

UNUSED8

Unused (Bit 8).

UNUSED9

Unused (Bit 9).

UNUSED10

Unused (Bit 10).

UNUSED11

Unused (Bit 11).

UNUSED12

Unused (Bit 12).

UNUSED13

Unused (Bit 13).

UNUSED14

Unused (Bit 14).

UNUSED15

Unused (Bit 15).

UNUSED16

Unused (Bit 16).

UNUSED17

Unused (Bit 17).

UNUSED18

Unused (Bit 18).

UNUSED19

Unused (Bit 19).

UNUSED20

Unused (Bit 20).

UNUSED21

Unused (Bit 21).

UNUSED22

Unused (Bit 22).

UNUSED23

Unused (Bit 23).

RouterPriority

Router priority for this router. This is used in the designated router election procedure. A router priority of 0 (the default) makes the router ineligible to be the designated router.

Type: u8

Default: 0

Range: 0 - 255

Ospfv3SharedSessionParams Read-Only Attributes

There are no read-only attributes.