Re: Campus LAN Design w/2600 [7:59850]

2002-12-28 Thread s vermill
[EMAIL PROTECTED] (John Nemeth) wrote: > > On May 19, 4:50pm, "Priscilla Oppenheimer" wrote: > } > } I guess he's just using an IOS image that doesn't support > inter-VLAN > } routing. Can someone point me to a chart? I don't have a CCO > login though. > > Feature Navigator is always where

RE: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread Simmi Singla
Hi Prasicilla See the min IOS version required to support what i feel is 12.2(8). It doesnot require enterprise image i think.Ip PLUS will work without any encryption features and eneterprise features Example for naming convention sh ver C2600-ios-M C2600 platform ios is feature sets like I define

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread [EMAIL PROTECTED] (John Nemeth)
On May 19, 4:50pm, "Priscilla Oppenheimer" wrote: } } I guess he's just using an IOS image that doesn't support inter-VLAN } routing. Can someone point me to a chart? I don't have a CCO login though. Feature Navigator is always where to find the answer for questions like this; however, you n

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread Priscilla Oppenheimer
s vermill wrote: > > MADMAN wrote: > > > > Scott, > > > >If you have access this URL will help: > > > > http://www.cisco.com/warp/customer/432/7.html > > > >Dave > > > > Dave, > > That is excellent. Many thanks! I'd like to paste the part > that breaks down the feature codes but s

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread s vermill
MADMAN wrote: > > Scott, > >If you have access this URL will help: > > http://www.cisco.com/warp/customer/432/7.html > >Dave > Dave, That is excellent. Many thanks! I'd like to paste the part that breaks down the feature codes but since Cisco has put it behind a login, I'm a little

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread MADMAN
Scott, If you have access this URL will help: http://www.cisco.com/warp/customer/432/7.html Dave Larry Letterman wrote: > Software Download > File name Description Size 'Bytes' Date Published More Info > c2600-js-mz.122-1d.bin ENTERPRISE PLUS 11504788 02/10/2002 > 10:01:38 >

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread MADMAN
Try a "plus" image and you'll be set. Dave Priscilla Oppenheimer wrote: > I guess he's just using an IOS image that doesn't support inter-VLAN > routing. Can someone point me to a chart? I don't have a CCO login though. > > Here's his attempt to use the encapsulation command and a show versio

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread s vermill
Priscilla Oppenheimer wrote: > > I guess he's just using an IOS image that doesn't support > inter-VLAN routing. Can someone point me to a chart? I don't > have a CCO login though. I've never found a chart and the Software Advisor and/or Feature Navigator on CCO can't always be relied upon (they

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread Priscilla Oppenheimer
I guess he's just using an IOS image that doesn't support inter-VLAN routing. Can someone point me to a chart? I don't have a CCO login though. Here's his attempt to use the encapsulation command and a show version and show flash. RTR#config t Enter configuration commands, one per line. End with

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread Larry Letterman
Software Download File name Description Size 'Bytes' Date Published More Info c2600-js-mz.122-1d.bin ENTERPRISE PLUS 11504788 02/10/2002 10:01:38 s vermill wrote: > >Larry, > >Is -js- an enterprise image or just IP Plus? > >Scott Message Posted at: http://www.groupstudy.com/form

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread MADMAN
a sh ver would be helpful. I have a 2621 running 12.7 ip plus that supports trunking: C2621A#sh ver Cisco Internetwork Operating System Software IOS (tm) C2600 Software (C2600-IS-M), Version 12.1(7b), RELEASE SOFTWARE (fc1) Copyright (c) 1986-2002 by cisco Systems, Inc. Compiled Tue 05-Feb-02 2

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread s vermill
Larry Letterman wrote: > > Pris, > > I did the below on a 2621 router with the sh ver for ios code > > > Larry > > Router(config)#int fa0/1 > Router(config-if)#no ip address > Router(config-if)#int fa0/1.1 > Router(config-subif)#encap ? > dot1Q IEEE 802.1Q Virtual LAN > isl Inte

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread Larry Letterman
Pris, I did the below on a 2621 router with the sh ver for ios code Larry Router(config)#int fa0/1 Router(config-if)#no ip address Router(config-if)#int fa0/1.1 Router(config-subif)#encap ? dot1Q IEEE 802.1Q Virtual LAN isl Inter Switch Link - Virtual LAN encapsulation sde

RE: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread s vermill
Priscilla Oppenheimer wrote: > > So, we started to implement the campus LAN design that I > mentioned in previous messages, but we can't seem to do VLAN > trunking on the darn 2600 router! > > When we do: > > int fa0/0 > no ip address > int fa0/0.1 > encapsulation dot1q 100 > > The router claim

Re: Campus LAN Design w/2600 [7:59850]

2002-12-27 Thread The Long and Winding Road
Cil, here is a working config from a 2611 router in my lab. interface Ethernet0/1 no ip address full-duplex ! interface Ethernet0/1.1 encapsulation dot1Q 121 ip address 122.1.1.1 255.255.255.0 ! interface Ethernet0/1.2 encapsulation dot1Q 122 ip address 122.1.2.1 255.255.255.0 ! interface Et