-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvmpsd.1
86 lines (81 loc) · 1.79 KB
/
vmpsd.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.TH OPENVMPSD 1 "Version 1.1: 19 Jan 2004"
.SH NAME
vmpsd \- Open Source Cisco VMPS Server
.SH SYNOPSIS
.B "vpmsd [-d] [-a \fIaddress\fP] [-f \fIfile\fP] [-l \fIlevel\fP] [-p \fIport\fP]"
.SH DESCRIPTION
.I vmpsd
is a GPL implementation of Cisco's VMPS server. It allows for
dynamic VLAN creation based upon MAC address, and is particularly
helpful in smaller environments where a Cisco VMPS server is not
available or feasible.
.PP
Since Cisco has not released documentation for this protocol,
.I vmpsd
was based entirely on watching traffic between Cisco VMPS servers
and clients. As such, it is not warranted to be complete or bug-free.
Despite this issue,
.I vmpsd
is suitable for use in production environments, as it has proven to be
stable on large networks for long periods of time.
.SH OPTIONS
.TP
.B -a " bind address"
IP address to bind
.I vmpsd
to. Requests from clients must come in on this address.
.TP
.B -d
Causes
.I vmpsd
to stay in the foreground instead of detaching as a daemon. Also logs
to stderr.
.TP
.B -f " config file"
Specify the configuration file that
.I vmpsd
will use. The program will fail without this option, as currently there is no
default set.
.TP
.B -l " log level"
Set the log level
.I vmpsd
will use. Options are:
.RS
.IP \(bu 4
.B 0x0100
-- fatal errors only
.IP \(bu 4
.B 0x0200
-- informational messages
.IP \(bu 4
.B 0x0400
-- print warnings
.IP \(bu 4
.B 0x0800
-- print debug messages; very verbose
.IP \(bu 4
.B 0x0001
-- system
.IP \(bu 4
.B 0x0002
-- parser
.IP \(bu 4
.B 0x0004
-- vqp
.RE
.TP
.B -p " listener port"
Port
.I vmpsd
will listen on. Defaults to 1589.
.SH "FILES"
vmps.db
.SH "SEE ALSO"
.B vmpsd.db(1)
.SH AUTHORS
.PP
Program: Dori Seliskar dori_seliskar gmail
David Parsley parsley linuxjedi.org
.br
Manpage: Alex Kirk alex schnarff.com