good anwser! u r an real expert! succeed in testing ! but another problem i want to ask is that : what's the meaning of the keyword "established" it seemed that it can be used to accomplish "reflect" function that C3550-EMI does not support.how can i know about this keyword,i do not understand cisco official mannul . do u have msn messager account? could i be ur friend?thx a lot!thx a lot again!
Main Topics
Browse All Topics





by: lrmoorePosted on 2003-08-02 at 10:07:32ID: 9054622
(1) only permit vlan 2 into vlan 111
access-list 102 permit <vlan2 subnet> <w_mask> <vlan111 subnet> <w_mask>
interface vlan 111
ip access-group 102 in
!
For (2) that's more difficult. If you want to access other vlans, the responses need to be allowed back.
!
access-list 103 permit tcp any <vlan2 subnet> <w_mask> established
!
interface vlan 2
ip access-group 103 in
!
(3) no action required