match interface (redistribution)

Use this command to match a packet source IP address against the specified VLAN interface.

Syntax

match interface {vlan vlan | string}
no match interface {vlan vlan | string}

Parameters

vlan vlan | string Specifies a VLAN in either number (vlan 1) or string (vlan.0.1) format.

Defaults

None.

Mode

Route-map configuration.

Usage

The “no” form of this command removes the match between a VLAN and this route-map.

Example

This example shows how to match a packet source IP address to VLAN 100 on route-map rm5:

System(rw-config)->route-map redistribution rm5
System(rw-config-route-map)->match interface vlan.0.100