area sham-link retransmit-interval

Use this command to configure the retransmit interval for an OSPF sham link.

Syntax

area area-id sham-link source-ipv6-address destination-ipv6-address retransmit-interval seconds
no area area-id sham-link source-ipv6-address destination-ipv6-address retransmit-interval

Parameters

area-id Specifies the OSPF area the two PE routers belong to.
source-ipv6-address Specifies the source IPv6 address for this sham link.
destination-ipv6-address Specifies the destination IPv6 address for this sham link.
seconds (Optional) Specifies the number of seconds between successive retransmissions of the same LSAs. Valid values are greater than the expected amount of time required for the update packet to reach and return from the interface, and range from 1 to 3600. The default value is 5 seconds.

Defaults

The sham link retransmit interval defaults to 5 seconds.

Mode

VRF configuration, OSPF router configuration.

Usage

The “no” form of this command resets the sham link retransmit interval value to the default value.

Example

This example shows how to configure retransmit interval to 10 for a sham link between two PE routers with a source address of 2001:FA04:0005:0001::0 and a destination address of 2002:FA04:0005:0002::0 on OSPF router instance 10, VRF doc:

System(su)->router doc
System(su-doc)->configure
System(su-doc-config)->ipv6 router ospf 10
System(su-doc-config-ospf-10)->enable-pe-ce
System(su-doc-config-ospf-10)->area 10 sham-link 2001:FA04:0005:0001::0 2002:FA04:0005:0002::0 retransmit-interval 10