--- embedaddon/mpd/doc/mpd18.html 2012/02/21 23:32:47 1.1.1.1 +++ embedaddon/mpd/doc/mpd18.html 2016/11/01 09:56:12 1.1.1.3 @@ -6,7 +6,7 @@ -Mpd 5.6 User Manual +Mpd 5.8 User Manual : Configuring Mpd : General mpd commands
Previous: Configuring Mpd
@@ -75,7 +75,8 @@ session with multilink session ID msesidsesid.

authname [ name ]

This command changes the currenly active link to the link holding -session with peer auth name name.

+session with peer auth name name. If CI argument is present +login comparasion will be case insensitive.

load [ file ] label

This command causes mpd to read the entry for label out of mpd.conf or other file if specified and @@ -117,10 +118,11 @@ and close commands.

sessions [ param value ]

Show active sessions conforming specified param/value. Available params: iface, ip, bundle, msession, link, session, user, peer.

customer

Show active customer details.

-
summary

Show status summary

-
console

Show console summary

-
web

Show web server summary

-
user

Show defined console users

+
summary

Show status summary.

+
console

Show console summary.

+
web

Show web server summary.

+
user

Show defined console users.

+
netflow

Show status information about NetFlow.

@@ -154,6 +156,9 @@ for the PAC/PNS pair, but it can increase busy tunnels template, that could exist at the same time.

The default value is 10000.

+
set global qthreshold min max

This option specifies global message queue limit thresholds.

+

The default values are 64 and 256.

+
set global filter num add fltnum flt
set global filter num clear

These commands define or clear traffic filters to be used by rules submitted by @@ -176,6 +181,14 @@ like to restrict access to mpd. This option affects al connections, including PPTP and the TCP device layer.

The default is disable.

+
agent-cid

Display PPPoE ADSL-Agent-Circuit-Id option in +show session command.

+

The default is disable.

+ +
session-time

Display session time in seconds in show session +command.

+

The default is disable.

+
set user username password [admin|operator|user]

This command configures which users are allowed to connect to the console. It may be invoked multiple times with different usernames.

@@ -211,6 +224,10 @@ for the currently active link, which must have type

+
unset ...
+

This command allows to unsets some of configuration information set using +set command.

+
open [ layer ]

This command causes an OPEN event to be sent to the corresponding layer or finite state machine (FSM). The valid layers are:

@@ -283,13 +300,13 @@ an incomplete command is given, lists the available al

exit

This command exits the console, but does not quit the mpd process. This command is useful for disconnecting a telnet connection.

-
quit

Close down all connections and quit the mpd process.

+
shutdown

Close down all connections and quit the mpd process.


-Mpd 5.6 User Manual +Mpd 5.8 User Manual : Configuring Mpd : General mpd commands
Previous: Configuring Mpd