cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
0
Helpful
3
Replies

Intervlan Routing

juan-santamaria
Level 1
Level 1

Hello

I have a cisco router 2509 IOS 11.1 and a Catalys 3524. It necesary implementing Vlan and i need to apply access-list for control access into the vlan.

But There are any form to configurate virtual ethernet interfaces to the physical interface and implementing isl to provide routing intervlan.

Or i can to apply secondary Ip to the interfaces and put the switch in multi vlan, Whith this I can to apply access-list for traffic control inter vlan.

3 Replies 3

b.hart
Level 1
Level 1

Yes. You have to sub-interface the physical interface.

If your physical interface is called S0

The command is int s0.1 for the first, int s0.2 for the second and so on. Then you need address each sub-interface to be on the appropriate VLAN.

Good Luck

Barry Hart

dellaso
Level 1
Level 1

I think what you mean is that you cant define sub interfaces on the main interface to be able to do inter-vlan routing. This is a function of IOS. You will need to check ur IOS. IP PLUS will be required to be able to do this.

jkurkjian
Level 1
Level 1

Try this link.

http://www.cisco.com/warp/public/473/50.shtml

You're not going to be able to do this with the 2509. If my reading is correct, you need a FastEthernet or 10/100 port on the router.The 2509 only has a 10mb port so I don't think ISL will work for you. You second solution sounds similar to the first, a trunk would still have to be in place to pass the VLAN traffic to the router.