Using a table map to set the tag value, Changing the keep alive time and hold time, Changing the keep – Brocade Virtual ADX Switch and Router Guide (Supporting ADX v03.1.00) User Manual

Page 257: Alive time and hold time

Advertising
background image

Brocade Virtual ADX Switch and Router Guide

243

53-1003246-01

Using a table map to set the tag value

8

The static parameter indicates that you are redistributing static routes into BGP4.

The metric num parameter changes the metric. You can specify a value from 0 – 4294967295.
The default is 0.

The route-map-name parameter specifies a route map to be consulted before adding the static
route to the BGP4 route table.

NOTE

The route map you specify must already be configured on the device. Refer to

“Defining route maps”

on page 252 for information about defining route maps.

Using a table map to set the tag value

Route maps that contain set statements change values in routes when the routes are accepted by
the route map. For inbound route maps (route maps that filter routes received from neighbors), the
routes are changed before they enter the BGP4 route table.

For tag values, if you do not want the value to change until a route enters the IP route table, you can
use a table map to change the value. A table map is a route map that you have associated with the
IP routing table. The device applies the set statements for tag values in the table map to routes
before adding them to the route table.

To configure a table map, you first configure the route map, then identify it as a table map. The
table map does not require separate configuration. You can have one table map.

NOTE

Use table maps only for setting the tag value. Do not use table maps to set other attributes. To set
other route attributes, use route maps or filters.

To create a route map and identify it as a table map, enter commands such as following. These
commands create a route map that uses an address filter. For routes that match the IP prefix list
filter, the route map changes the tag value to 100 and is then considered as a table map. This
route map is applied only to routes the device places in the IP route table. The route map is not
applied to all routes. This example assumes that IP prefix list p11 has already been configured.

Virtual ADX(config)# route-map TAG_IP permit 1

Virtual ADX(config-routemap TAG_IP)# match ip address prefix-list p11

Virtual ADX(config-routemap TAG_IP)# set tag 100

Virtual ADX(config-routemap TAG_IP)# router bgp

Virtual ADX(config-bgp)# table-map TAG_IP

Changing the Keep Alive Time and Hold Time

The Keep Alive Time specifies how frequently the device will send KEEPALIVE messages to its BGP4
neighbors. The Hold Time specifies how long the device will wait for a KEEPALIVE or UPDATE
message from a neighbor before concluding that the neighbor is dead. When the device concludes
that a BGP4 neighbor is dead, the device ends the BGP4 session and closes the TCP connection to
the neighbor.

The default Keep Alive time is 60 seconds. The default Hold Time is 180 seconds.

Advertising