man pages section 1M: System Administration Commands

Exit Print View

Updated: July 2014
 
 

vdpd(1M)

Name

vdpd - VSI Discovery and Configuration Protocol daemon

Synopsis

/usr/lib/vdpd
svc:/network/evb/vdp:default

Description

vdpd is a system daemon that exchanges VSI (Virtual Station Interface or VNIC) information using VDP and ECP protocols, defined in the IEEE 802.1qbg specification. The vdpd daemon is controlled through the service management facility (SMF, see smf(5)) service instance:

svc:/network/evb/vdp:default

This means that svcadm(1M) must be used to start, stop, restart, and refresh the vdpd daemon. The daemon is enabled by default. To enable VDP exchanges for any VNIC created on the system, this daemon should be running.

The vdpd daemon has no options. Note that it is a Project Private interface.

Examples

Example 1 Enabling the vdpd Daemon

The following svcadm command enables the vdpd daemon.

# svcadm enable network/vdpd
# svcs network/vdpd

STATE STIME FMRI
online 1:32:31 svc:/network/evb/vdp:default
Example 2 Disabling the vdpd Daemon

The following svcadm command disables the vdpd daemon.

# svcadm disable network/vdpd
# svcs network/vdpd

STATE STIME FMRI
disabled 1:33:41 svc:/network/evb/vdp:default

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
service/network/evb
Interface Stability
Project Private

See also

dladm(1M), lldpadm(1M), svcadm(1M), attributes(5), smf(5)

IEEE Std 802.1 Qbg/D1.6: Draft Standard for Local and Metropolitan Area

Networks-Virtual Bridged Local Area Networks; Amendment XX : Edge Virtual Bridging.