L Commands

log-adjacency-changes (OTV)

To log changes in the adjacency state, use the log-adjacency-changes command. To return to the default setting, use the no form of this command.

log-adjacency-changes

no log-adjacency-changes

Syntax Description

This command has no arguments or keywords.

Command Default

On

Command Modes


OTV IS-IS VPN configuration mode

Command History

Release

Modification

5.0(3)

This command was introduced.

Usage Guidelines

This command requires a Transport Services license.

Examples

This example shows how to configure the log changes in the adjacency state:

switch# configure terminal
switch(config)# otv-isis default
switch(config-router)# vpn name
switch(config-router-vrf)# log-adjacency-changes
switch(config-router-vrf)# 

Related Commands

Command

Description

feature otv

Enables OTV on this device.

lsp-gen-interval (OTV)

To configure a link-state packet (LSP) generation interval, use the lsp-gen-interval command. To return to the default setting, use the no form of this command.

lsp-gen-interval { lsp-max-wait | lsp-initial-wait | lsp-second-wait }

no lsp-gen-interval { lsp-max-wait | lsp-initial-wait | lsp-second-wait }

Syntax Description

lsp-max-wait

Maximum interval (in seconds) between two consecutive occurrences of an LSP being generated. The range is from 50 to 120000. The default is 8000.

lsp-initial-wait

Initial LSP generation delay (in milliseconds). The range is from 50 to 120000. The default is 50.

lsp-second-wait

Hold time between the first and second LSP generation (in milliseconds). The range is from 50 to 120000. The default is 50.

Command Default

The defaults are as follows:

  • lsp-max-wait: 8000
  • lsp-initial-wait: 50
  • lsp-second-wait: 50

Command Modes


OTV IS-IS VPN configuration mode

Command History

Release

Modification

5.0(3)

This command was introduced.

Usage Guidelines

You can enter the lsp-gen-interval command to control the rate of LSP packets being generated, transmitted, and retransmitted.

This command requires a Transport Services license.

Examples

This example shows how to configure an LSP-generation interval:

switch# configure terminal
switch(config)# otv-isis default
switch(config-router)# vpn name
switch(config-router-vrf)# lsp-gen-interval 9000 60 70
switch(config-router-vrf)#

Related Commands

Command

Description

feature otv

Enables OTV on this device.

lsp-mtu (OTV)

To configure a link-state packet (LSP) maximum transmission unit (MTU) that is generated by the Cisco NX-OS software, use the lsp-mtu command. To return to the default setting, use the no form of this command.

lsp-mtu bytes

no lsp-mtu bytes

Syntax Description

bytes

Maximum LSP size in bytes. The range is from 128 to 4352.

Command Default

1392 bytes

Command Modes


OTV IS-IS VPN configuration mode

Command History

Release

Modification

5.0(3)

This command was introduced.

Usage Guidelines

This command requires a Transport Services license.

Examples

This example shows how to set the maximum LSP size to 1500 bytes:

switch# configure terminal
switch(config)# otv-isis default
switch(config-router)# vpn name
switch(config-router-vrf)# lsp-mtu 1500
switch(config-router-vrf)#

Related Commands

Command

Description

feature otv

Enables OTV on this device.