cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
11593
Views
0
Helpful
15
Replies

how to permit only one or selectedhost to communicate to another vlan ?

jordan-jj
Level 1
Level 1

i have vlan 10 and vlan 20 

 vlan 20 is camera and vlan 10 has around 50 users . but we want only selected or three host to communicate to vlan 20

 how to do it in intervlan routing .. 

Thank you

15 Replies 15

Yes in this case configuration it is very similar, i put it:

SWL3(config)#access-list 101 permit ip 1.1.1.1 0.0.0.2 10.1.1.0 0.0.0.255
SWL3(config)#access-list 101 permit ip host 1.1.1.2 10.1.1.0 0.0.0.255
SWL3(config)#access-list 101 deny ip 1.1.1.0 0.0.0.255 10.1.1.0 0.0.0.255
SWL3(config)#access-list 101 permit ip any any

SWL3(config)int vlan 20
SWL3(config-if)ip access-group 101 out