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

Vlan MSFC

tenoksen
Level 1
Level 1

"IOS (tm) MSFC Software (C6MSFC-JSV-M), Version 12.1(8b)E15, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)"

Hei,

How do I make Vlan that that is just open for dedicated ports and ip add.

microsoft and Mcafee.

Thanks,

TrondE

2 Replies 2

sachinraja
Level 9
Level 9

Hi Tronde,

If you are talking about restricting access to a particular VLAN, you need to enable VACL (VLAN access control list).. you need to define access-lists and apply the same to the VLAN interface of your MSFC.. below is an example:

suppose you need to access only port 80 & 21 from a LAN segment, configure a named access-list as shown below:

ip access-list extended ACL180

permit ip 192.168.1.0 0.0.0.255 any eq 80

permit ip 192.168.1.0 0.0.0.255 any eq 21

int vlan 100

ip address 192.168.1.1 255.255.255.0

ip access-group ACL180 in

This will open only access to port 80 & 21..

hope this helps.. all the best...

Raj

Hei,

Thanks, I will test it.

TE

Review Cisco Networking for a $25 gift card