settings

This command configures debug recording settings.

Syntax

(config-troubleshoot)# logging settings
(logging-settings)# 

Command

Description

dbg-rec-dest-ip

Defines the destination IP address for debug recording.

dbg-rec-dest-port

Defines the destination UDP port for debug recording.

dbg-rec-status {start|stop}

Starts and stops debug recording.

dbg-recint-name

Defines the local interface name.

network-source

Defines the alias name representing a VRF or an IP address of the source network interface that is used to bind to the Debug Recording application (the interface that the listening socket opens).

Command Mode

Privileged User

Example

This example configures the debug recoding server at 10.13.28.10 and starts the recording:

(config-troubleshoot)# logging settings
(logging-settings)# dbg-rec-dest-ip 10.13.28.10
(logging-settings)# dbg-rec-status start
(logging-settings)# network-source debug1