set med

Use this command to specify the MED to be set when all match clauses in the route map match.

Syntax

set med value
no set med value

Parameters

value Specifies the MED value to set if all match clauses for this route map match. Valid values are 0 - 4294967295

Defaults

None.

Mode

BGP route map configuration.

Usage

The no set med command removes the specified MED clause from the route map.

Example

This example shows how to set the MED value to 50, if all match clauses in the bgprm1 route map match:

System(su)->configure
System(su-config)->route-map bgp bgprm1 permit
System(su-config-route-map-bgp)->set med 50
System(su-config-route-map-bgp)->