--- embedaddon/mpd/doc/mpd18.html 2013/07/22 08:44:33 1.1.1.2 +++ embedaddon/mpd/doc/mpd18.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.7 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 @@ -161,7 +162,7 @@ template, that could exist at the same time.

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.

@@ -180,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.

@@ -291,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.7 User Manual +Mpd 5.9 User Manual : Configuring Mpd : General mpd commands
Previous: Configuring Mpd