The only requirement for a 2610 to route between vlans is full duplex ability. That I believe is with IP Plus IOS code (is-mz). As far as the 837 goes, I doubt the switchports have many config options, and I am not sure they would trunk. I would tend to say no, but a decent switch (like a 2924XL) would be very cheap (usually under $50) on Ebay.
/
tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
Im trying to configure the sub-if for the different vlans on the 2610 but i get the following error. Any reason why this is ? I do have full duplex capability.
Using ios version :
IOS (tm) C2600 Software (C2600-I-M), Version 12.2(6), RELEASE SOFTWARE (fc2)
Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or ISL vLAN.
interface FastEthernet0/1.1
description $FW_INSIDE$
!the 2 below is for vlan 2
encapsulation dot1Q 2
ip address 10.100.100.5 255.255.255.252
ip nat inside
ip nat enable
ip virtual-reassembly
!
interface FastEthernet0/1.2
description $FW_INSIDE$
!the 1 below is for vlan 1
encapsulation dot1Q 1 native
ip address 10.100.100.9 255.255.255.248
ip nat inside
ip nat enable
ip virtual-reassembly
!
interface FastEthernet0/1.3
description $FW_DMZ$
!the 3 below is for vlan 3
encapsulation dot1Q 3
ip address 10.100.100.1 255.255.255.252
ip nat inside
ip nat enable
We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.