--- embedaddon/mpd/doc/mpd18.html 2012/02/21 23:32:47 1.1.1.1 +++ embedaddon/mpd/doc/mpd18.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.6 User Manual +Mpd 5.9 User Manual : Configuring Mpd : General mpd commands
Previous: Configuring Mpd
@@ -16,22 +16,22 @@

4.1. General mpd commands

-

This chapter describes general mpd commands that don't +

This chapter describes general mpd commands that do not apply to a specific layer.

create bundle [ template | static ] name [ template ]

Create new bundle with specified name, optionally based on specified template. -If 'template' option is specified bundle will not operate itself, +If 'template' option is specified, bundle will not operate itself, but will be used to create new bundles on demand. If 'static' option is specified, it will be a permanent bundle which will not -disapear after operation complete. +disappear after operation completes. Maximum name length is 10 characters for templates and 15 characters for the rest of bundles.

create link [ template | static ] name ( type | template )

Create new link with specified name and type, optionally based on specified template. -If 'template' option is specified link will not operate itself, +If 'template' option is specified, link will not operate itself, but will be used to create new links on demand. If 'static' option is specified, it will be a permanent link which will not disapear after operation complete. @@ -40,10 +40,10 @@ for the rest of links.


destroy bundle [ name ]
destroy link [ name ]

Destroy existing link/bundle. -Note, that if link is in use it may not disapear after command return, +Note that if link is in use, it may not disapear after command returns, it may take some time to properly close it.

-
bundle [ name ]

This command changes the currenly active bundle to the bundle named +

bundle [ name ]

This command changes the currently active bundle to the bundle named name. The currently active link is also changed, to the first link of the bundle. If no name is given, this command lists all @@ -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,10 +156,13 @@ 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 -radius during authentication.

+AAA during authentication.

set global enable option ...
set global disable option ...

These commands configure various global options.

@@ -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.9 User Manual : Configuring Mpd : General mpd commands
Previous: Configuring Mpd