Vlansimplefilter, Vridconfig – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 329

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

319

53-1003248-01

Data structures

4

VlanSimpleFilter

This structure is a high-level description of a simple VLAN filter.

VRIDConfig

This structure is a high-level description of the VRID configuration.

TABLE 768

Attributes

Name

Type

Presence

Rules

Description

field

vlanFilterFieldEnum

Mandatory

Filter field name.

operator

filterOperatorEnum

Mandatory

Filter operator type.

value

string

Optional

Ignored when the "operator"
value is "RANGE".

The value of the field for
filtering.

startValue string

Mandatory This parameter is mandatory

and considered only when the
"operator" value is "RANGE".

Start value in a range.

endValue

string

Mandatory This parameter is mandatory

and considered only when the
"operator" value is "RANGE".

End value in a range.

TABLE 769

Attributes

Members

Type

Presence

Rules

Description

enabled

twoWayToggleEnum

Mandatory

VRID enabled or disabled

type

vrrpTypeEnum

Mandatory

VRRP type

interface

InterfaceID

Mandatory

Interface on which VRRP configured

VRID

unsignedInt

Mandatory

VRID

IP

string

Optional

IPv4 or IPv6 address

enableGlobalUnic
ast

boolean

Optional

VIP address can be global unicast address
or Linklocal address

state

vrrpStateEnum

Optional

VRRP state for the VRID.

routerType

vrrpRouterTypeEnum

Optional

OWNER or BACKUP

priority unsignedInt

Optional

3-254

Master/Backup

priority

helloInterval

unsignedInt

Optional

1-84
sec/60-3
600 sec

Master/ backup router’s hello message
interval

deadInterval

unsignedInt

Optional

1-84 sec

Backup router’s dead interval

advertiseBack

twoWayToggleEnum

Optional

Enable a Backup to send Hello messages

trunkPort

InterfaceID

Optional

Configure the VRID on one interface to track
the link state

tracktrunkPort

InterfaceID

Optional

Configure the track-trunk-port on the
interface

trackPriority

unsignedInt

Optional

Track priority

backupPreempt

twoWayToggleEnum

Optional

Enable/disable preemption on a backup

Advertising