nqm responder-table

This command adds a responder (IP address and port).

Syntax

(config-network)# nqm responder-table < Index >
(responder-table-<Index>)# < Command>

Command

Description

active {0|1}

Enables the Responder.

local-port {3900|3910|3920|3930|3940| 3950|3960|3970|3980|3990}

Configures the local transport layer port number.

responder-name

Configures a descriptive name for the Responder.

source-interface-name

Configures a name for the source interface to listen on for incoming NQM packets.

network-source

Defines an alias name representing a VRF or an IP address of the source network interface that is used to bind to the NQM application (the source interface to listen for incoming NQM packets).

Command Mode

Privileged User

Example

This example configures a row in the Responder table:

(config-network)# nqm responder-table 0
(responder-table-0)# responder-name vmain_office_voip_responder_1
(responder-table-0)# local-port 3900;
(responder-table-0)# exit