Ospfv2DeviceGenProtocolParams Object


Description:

OSPFv2-specific router generator parameters.

Parents: EmulatedDeviceGenParams, HostGenParams, RouterGenParams

Children: DeviceGenLinkedStep

Automatically-created children: Ospfv2AuthenticationParams

Ospfv2DeviceGenProtocolParams Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AreaId

Area to which the emulated router belongs.

Type: ip

Default: 0.0.0.0

AreaIdStep

Area Id Step

Type: ip

Default: 0.0.0.0

EnableBfd

Enable or disable BFD (Bidirectional Forwarding Detection).

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable BFD.

FALSE

Disable BFD.

EnableGracefulRestart

Enable or disable Graceful Restart.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable graceful restart.

FALSE

Disable graceful restart.

GracefulRestartType

Type of graceful restart.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

No graceful restart.

RFCSTANDARD

Follows RFC 3623.

LLSIGNALLING

Link Layer Signalling.

NetworkType

Network Type. This setting is used to override the physical link type to emulate a P2P adjacency over Ethernet (VLAN) or over POS, or Broadcast adjacency over Ethernet non-VLAN.

Type: enum

Default: NATIVE

Possible Values:

Value Description
NATIVE

Native mode uses the network type determined from the type of the interface.

BROADCAST

Broadcast mode.

P2P

Point-to-point (P2P) mode.

Options

A bit mask that specifies the settings of the Options field in Hello packets sent to the DUT. The Options field describes the optional OSPF capabilities of the router. Section A.2 in RFC 2328 describes the Options field. Use hexadecimal for this value. The default, 0x02, sets the E-bit (binary 00000010).

Type: enum

Default: EBIT

Possible Values:

Value Description
TBIT

Type of Service (TOS) (T,0).

EBIT

Specifies the way AS-external-LSAs are flooded (E,1).

MCBIT

Specifies whether IP multicast datagrams are forwarded (MC,2).

NPBIT

Specifies the handling of Type-7 LSAs (NSSA) (N/P,3).

EABIT

Specifies the router's willingness to receive and forward External-Attributes-LSAs (EA,4).

DCBIT

Specifies the router's handling of demand circuits (DC,5).

OBIT

Specifies the router's willingness to receive and forward Opaque LSAs as specified in RFC 2370 (O,6).

UNUSED7

This bit is not used.

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

Ospfv2DeviceGenProtocolParams Read-Only Attributes

There are no read-only attributes.