Cisco WS-C3560-48PS-S Software Configuration Manual page 516

Software configuration guide
Hide thumbs Also See for WS-C3560-48PS-S:
Table of Contents

Advertisement

Configuring VLAN Maps
Figure 27-4 Wiring Closet Configuration
VLAN map: Deny HTTP
If you do not want HTTP traffic switched from Host X to Host Y, you can configure a VLAN map on
Switch A to drop all HTTP traffic from Host X (IP address 10.1.1.32) to Host Y (IP address 10.1.1.34)
at Switch A and not bridge it to Switch B.
First, define the IP access list http that permits (matches) any TCP traffic on the HTTP port.
Switch(config)# ip access-list extended http
Switch(config-ext-nacl)# permit tcp host 10.1.1.32 host 10.1.1.34 eq www
Switch(config-ext-nacl)# exit
Next, create VLAN access map map2 so that traffic that matches the http access list is dropped and all
other IP traffic is forwarded.
Switch(config)# vlan access-map map2 10
Switch(config-access-map)# match ip address http
Switch(config-access-map)# action drop
Switch(config-access-map)# exit
Switch(config)# ip access-list extended match_all
Switch(config-ext-nacl)# permit ip any any
Switch(config-ext-nacl)# exit
Switch(config)# vlan access-map map2 20
Switch(config-access-map)# match ip address match_all
Switch(config-access-map)# action forward
Then, apply VLAN access map map2 to VLAN 1.
Switch(config)# vlan filter map2 vlan 1
Catalyst 3560 Switch Software Configuration Guide
27-34
Switch A
from X to Y.
HTTP is dropped
at entry point.
10.1.1.32
VLAN 1
VLAN 2
Packet
Chapter 27
Switch B
Host X
Host Y
10.1.1.34
Configuring Network Security with ACLs
Switch C
78-16156-01

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents