Dell POWEREDGE M1000E User Manual

Page 866

Advertising
background image

2-836

Cisco Catalyst Blade Switch 3120 for HP Command Reference

OL-12248-03

Chapter 2 Cisco Catalyst Blade Switch 3120 for HP Cisco IOS Commands

vlan access-map

You can use the no vlan access-map name [number] command with a sequence number to delete a single
entry.

In global configuration mode, use the vlan filter interface configuration command to apply the map to
one or more VLANs.

For more information about VLAN map entries, see the software configuration guide for this release.

Examples

This example shows how to create a VLAN map named vac1 and apply matching conditions and actions
to it. If no other entries already exist in the map, this will be entry 10.

Switch(config)# vlan access-map vac1

Switch(config-access-map)# match ip address acl1

Switch(config-access-map)# action forward

This example shows how to delete VLAN map vac1:

Switch(config)# no vlan access-map vac1

Related Commands

Command

Description

action

Sets the action for the VLAN access map entry.

match (access-map configuration)

Sets the VLAN map to match packets against one or more access
lists.

show vlan access-map

Displays information about a particular VLAN access map or all
VLAN access maps.

vlan filter

Applies the VLAN access map to one or more VLANs.

Advertising