Modify OSPF virtual interface configuration


Modify one or more OSPF virtual interface configurations.

Access mode

config

Syntax

vSwitch-name vRouter-name ospf virtualInterface areaId ipAddress neighbor ipAddress

Arguments

Field Name Description
transitDelay integer Optional: Delay of LSA transmissions.

Valid values are from 1 to 2147483647; the default setting is "1".
retransInterval integer Optional: Time between LSA retransmissions.

Valid values are from 1 to 2147483647; the default setting is "5".
helloInterval integer Optional: Seconds between hello packets.

Valid values are from 1 to 2147483647; the default setting is "10".
rtrDeadInterval integer Optional: Time before router is considered down.

Valid values are from 1 to 2147483647; the default setting is "40".
rtrPriority integer Optional: Priority of the vRouter.

Valid values are from 0 to 255; the default setting is "1".
pollInterval integer Optional: Seconds between hello packets to a down neighbor.

Valid values are from 1 to 2147483647; the default setting is "120".
authKey text Optional: Text for verification field in OSPF header.
authType enumeration Optional: Authentication type sent from interface.

The default setting is "none".

Valid values:
  • none : Do not use authentication.
  • simplePassword : A text password included in the OSPF advertisement it sends to other routers.
  • md5 : MD5 algorithm is used to create an encoded checksum OSPF advertisement.
authId integer Optional: An authentication identification (ID) number used during MD5 authentication. This value must match the authentication ID configured on the other routers in the network.

Not all routers use the authentication ID; you can use the default value if your routers do not use an authentication ID.

You must set the authType argument to md5 to use this argument.

The default setting is "0".