1OPENVMPSD(1)                General Commands Manual               OPENVMPSD(1)
2
3
4

NAME

6       vmpsd - Open Source Cisco VMPS Server
7

SYNOPSIS

9       vpmsd [-d] [-a address] [-f file] [-l level] [-p port]
10
11

DESCRIPTION

13       vmpsd  is  a  GPL  implementation of Cisco's VMPS server. It allows for
14       dynamic VLAN creation based upon MAC address, and is particularly help‐
15       ful  in smaller environments where a Cisco VMPS server is not available
16       or feasible.
17
18       Since Cisco has not released documentation for this protocol, vmpsd was
19       based  entirely  on  watching  traffic  between  Cisco VMPS servers and
20       clients. As such, it is not  warranted  to  be  complete  or  bug-free.
21       Despite  this  issue,  vmpsd is suitable for use in production environ‐
22       ments, as it has proven to be stable on large networks for long periods
23       of time.
24
25

OPTIONS

27       -a  bind address
28              IP  address to bind vmpsd to. Requests from clients must come in
29              on this address.
30
31       -d     Causes vmpsd to stay in the foreground instead of detaching as a
32              daemon. Also logs to stderr.
33
34       -f  config file
35              Specify  the configuration file that vmpsd will use. The program
36              will fail without this option, as currently there is no  default
37              set.
38
39       -l  log level
40              Set the log level vmpsd will use. Options are:
41
42              ·   0x0100 -- fatal errors only
43
44              ·   0x0200 -- informational messages
45
46              ·   0x0400 -- print warnings
47
48              ·   0x0800 -- print debug messages; very verbose
49
50              ·   0x0001 -- system
51
52              ·   0x0002 -- parser
53
54              ·   0x0004 -- vqp
55
56       -p  listener port
57              Port vmpsd will listen on. Defaults to 1589.
58
59

FILES

61       vmps.db
62
63

SEE ALSO

65       vmpsd.db(1)
66
67

AUTHORS

69       Program: Dori Seliskar dori_seliskar gmail
70                David Parsley parsley linuxjedi.org
71       Manpage: Alex Kirk alex schnarff.com
72
73
74
75                           Version 1.1: 19 Jan 2004               OPENVMPSD(1)
Impressum