nqm sender-table
This subcommand adds a sender (including RTT, PL, and jitter thresholds; associates probing definition; responder address; local interface).
Syntax
(config-network)# nqm sender-table < Index > (sender-table-<Index>)# < Command>
Command |
Description |
---|---|
active {0|1} |
Enables the Sender. |
cq-mos-threshold |
Configures the minimum allowable Conversation Quality MOS. |
jitter-threshold |
Configures the maximum allowable Jitter (msec). |
lq-mos-threshold |
Configures the minimum allowable Listener Quality MOS. |
packet-interval |
Configures the interval between each packet transmitting (msec). |
packet-timeout |
Configures the receive timeout on expected packets. |
packet-tos |
Configures the TOS value in the IP header. |
payload-size |
Configures the size of the IP payload (bytes). |
pl-threshold |
Configures the maximum allowable Packet Loss. |
probe-name |
Configures the name of the corresponding probe in the Probing table. |
rtt-threshold |
Configures the maximum allowable Round Trip Time (msec). |
sender-name |
Configures a descriptive name for the Sender. |
source-interface-name |
Configures a name for the source interface. |
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 NQM application (the source interface to listen for incoming NQM packets). |
target-ip-address |
Configures the target IP address. |
target-port {3900|3910|3920|3930| 3940|3950|3960|3970|3980|3990} |
Configures the target transport layer port number. |
Command Mode
Privileged User
Example
This example configures a row in the Sender table to define a sender termination:
(config-network)# nqm sender-table 0 (sender-table-0)# sender-name main_office_voip_checker_1 (sender-table-0)# set target-ip 10.4.3.98 (sender-table-0)# set target-port 3900
A responder termination defined by the pair <target IP address, target port> can be defined only once for a single sender line; multipile senders can’t be defined to send packets to the same responder termination.
(sender-table-0)# probe-name voip_probe_1
A single row in the Probing table may be shared by several senders, thereby sharing and simplifying common attributes.