cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
388
Views
0
Helpful
2
Replies

Access list

albolabris
Level 1
Level 1

I have vlan 10 set up on our 3750 switch for our SAN .

I would like to block everything else from the outside world except for one computer (10.4.53.201) which resides in vlan 305.

What would be the best way to do this (please show config)

------------------------------

interface Vlan10

ip address 10.8.0.1 255.255.255.240

-----------------------------

interface Vlan305

ip address 10.10.12.1 255.255.252.0

-----------------------------

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Hi

access-list 101 permit ip host 10.4.53.201 any

interface vlan 10

ip access-group 101 out

HTH

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Hi

access-list 101 permit ip host 10.4.53.201 any

interface vlan 10

ip access-group 101 out

HTH

Jon

Thank you !!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card