GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OCF_HEARTBEAT_IFACE() OCF_HEARTBEAT_IFACE()

ocf_heartbeat_iface-vlan - Manages VLAN network interfaces.

iface-vlan [start | stop | status | monitor | meta-data | validate-all]

This resource manages VLAN network interfaces. It can add, remove, configure VLANs.

vlan_interface

Define the interface where VLAN should be attached.

(required, string, no default)

vlan_id

Define the VLAN ID. It has to be a value between 0 and 4094.

(required, integer, no default)

vlan_name

Define the name of the VLAN interface (max 15 charaters).

(unique, optional, string, default ".")

vlan_reorder_hdr

Enable or disable header reordering.

(optional, boolean, default 1)

vlan_gvrp

Enable or disable GARP VLAN registration protocol.

(optional, boolean, default 0)

vlan_mvrp

Enable or disable Multiple VLAN Registration Protocol. Please note that most distributions do not ship a version of iproute2 that supports mvrp yet, even if the kernel has support for it. Check output of link add type vlan --help in the FLAG section to verify if mvrp support is available.

(optional, boolean, default 0)

vlan_loose_binding

Enable or disable VLAN loose bind. By default the VLAN interface admin status (UP/DOWN) follows the underneath interface status. Enabling loose bind allows the VLAN to disconnect from the interface status. Be very careful that enabling loose binding could invalidate this agent monitor operations. Please note that most distributions do not ship a version of iproute2 that supports loose_binding yet, even if the kernel has support for it. Check output of link add type vlan --help in the FLAG section to verify if loose_binding support is available.

(optional, boolean, default 0)

This resource agent supports the following actions (operations):

start

Starts the resource. Suggested minimum timeout: 30s.

stop

Stops the resource. Suggested minimum timeout: 20s.

status

Performs a status check. Suggested minimum timeout: 20s. Suggested interval: 10s.

monitor

Performs a detailed status check. Suggested minimum timeout: 20s. Suggested interval: 10s.

meta-data

Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s.

validate-all

Performs a validation of the resource configuration. Suggested minimum timeout: 20s.

The following is an example configuration for a iface-vlan resource using the crm(8) shell:

primitive p_iface-vlan ocf:heartbeat:iface-vlan \

params \
vlan_interface=string \
vlan_id=integer \
op monitor timeout="20s" depth="0" interval="10s"

The following is an example configuration for a iface-vlan resource using pcs(8)

pcs resource create p_iface-vlan ocf:heartbeat:iface-vlan \

vlan_interface=string \
vlan_id=integer \
op monitor timeout="20s" OCF_CHECK_LEVEL="0" interval="10s"

http://clusterlabs.org/

ClusterLabs contributors (see the resource agent source for information about individual authors)


Search for    or go to Top of page |  Section other |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.