Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1699

Advertising
background image

Brocade Network Advisor SAN User Manual

1647

53-1003154-01

Database tables and fields

H

TABLE 273

PBR_NEXT_HOP

Field

Definition

Format

Size

ID Primary

key.

int

RULE_ID PBR

rule

id.

int

NEXT_HOP_SEQUENCE

The sequence of the next hop entry that corresponds to
a rule within a route map. The sequence of 1 indicates
it is the first next hop to be tried for that rule. This is a
running integer.

int

HOP_TYPE

The Next hop type. 1 indicates INTERFACE, 2 indicates
IP_ADDRESS, 3 indicates FLOOD VLAN.

smallint

HOP_VALUE

Depending on the hop type the value can be an IP
Address, Vlan id or Interface name.

varchar

64

PRESERVE_VLAN

0 indicates do not preserve vlan,
1 indicates preserve vlan.

smallint

TABLE 274

PBR_POLICY

Field

Definition

Format

Size

ID Primary

key.

int

POLICY_NAME

The name of the pbr policy.

varchar

81

IP_POLICY_TYPE

Defines the ip type of the policy, v4, v6 or both v4 and
v6. Type v4 will have a value 1, type v6 will have a value
2, both will have a value 3.

smallint

OPERATION_TYPE

Indicates the action to take on the policy. 1 means ADD,
2 means EDIT, 3 means DELETE.

smallint

DEPLOYMENT_ID

ID of the deployment_configuration table entry.

int

TABLE 275

PBR_RULE

Field

Definition

Format

Size

ID Primary

key.

int

POLICY_ID PBR

policy

ID.

int

RULE_NAME

Name of the pbr rule.

varchar

127

ROUTE_MAP_SEQUENCE The sequence of the route-map entry that corresponds

to a rule within a route-map. The sequence of 1
indicates it is the first rule within the route map. This
number will be incremented for every rule entry within a
route-map.

int

OPERATION_TYPE

Indicates the action to take on the rule. 1 is ADD, 2 is
EDIT, 3 is DELETE.

smallint

TABLE 276

PBR_RULE_ACL_LIST

Field

Definition

Format

Size

ID

The primary key of the table.

int

RULE_ID

PBR_RULE id. This is a foreign key.

int

Advertising