Technical Support Reference

This appendix provides the following major sections strictly for reference while working with Cisco Technical Support:

Default Settings for DLEP

This section provides the following procedure as an example of how to change DLEP configuration settings:

  • Configuring the Heartbeat Threshold
  • Do not change the default DLEP configuration unless a Cisco Support engineer instructs you to do so. The procedure in this section is available only for reference while working with Cisco Technical Support.

If directed to do so, see Appendix A, “Command Reference” pages:


 

Configuring the Heartbeat Threshold

The heartbeat threshold indicates the maximum number of consecutively missed heartbeats allowed on the DLEP interface before declaring a failed association.

SUMMARY STEPS

1. enable

2. configure terminal

3. interface interface

4. ip dlep set heartbeat-threshold count

5. exit

DETAILED STEPS

 

Command or Action
Purpose

Step 1

enable

 

Router> enable

Router#

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

 

Router# configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#

Enters global configuration mode.

Step 3

interface interface

 

Router# interface fa0/1

Router(config-if)#

Specifies the interface and places the router in interface-configuration mode.

Step 4

ip dlep set heartbeat-threshold count

 

Router(config-if)# ip dlep set heartbeat-threshold 3

Sets the heartbeat threshold. The heartbeat-threshold valid range is from 2 to 8.

Step 5

exit

 

Router(config-if)# exit

Router(config)#

Exits the current mode.