I Database tables and fields

TABLE 267 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

int

 

 

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.

 

 

 

 

 

 

HOP_TYPE

The Next hop type. 1 indicates INTERFACE, 2 indicates

smallint

 

 

IP_ADDRESS, 3 indicates FLOOD VLAN.

 

 

 

 

 

 

HOP_VALUE

Depending on the hop type the value can be an IP

varchar

64

 

Address, Vlan id or Interface name.

 

 

 

 

 

 

PRESERVE_VLAN

0 indicates do not preserve vlan,

smallint

 

 

1 indicates preserve vlan.

 

 

 

 

 

 

TABLE 268 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

smallint

 

 

v6. Type v4 will have a value 1, type v6 will have a value

 

 

 

2, both will have a value 3.

 

 

 

 

 

 

OPERATION_TYPE

Indicates the action to take on the policy. 1 means ADD,

smallint

 

 

2 means EDIT, 3 means DELETE.

 

 

 

 

 

 

DEPLOYMENT_ID

ID of the deployment_configuration table entry.

int

 

 

 

 

 

TABLE 269 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

int

 

 

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.

 

 

 

 

 

 

OPERATION_TYPE

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

smallint

 

 

EDIT, 3 is DELETE.

 

 

 

 

 

 

TABLE 270 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

 

1494

Brocade Network Advisor IP User Manual

 

53-1003056-01

Page 1546
Image 1546
Brocade Communications Systems IP250 user manual Pbrpolicy, Pbrnexthop, Pbrruleacllist