IS-IS and IOS ver. 11.1 [7:72648]

2003-07-19 Thread John Jones
I am trying to implement IS-IS for study on the first of three routers in my
home lab (3x 2501 routers) with IOS 11.1 and having some diffculty.

When I look at the configuration guide on Cisco's web site, the first
command that needs to be entered in config mode is "router isis". Usually
with all other routing protocols like RIP or OSPF, it puts you into a
config-router mode to continue configuration.  To my dismay, I type "router
isis" and nothing happens (no config-router mode). I check the
running-config and indeed nothing has happened. Without this I can't go any
further. On the 2522 router running 12.2 at work, it seems to work just
fine. Anyone have any ideas?

Thanks.

Acer0001

---

Cisco Internetwork Operating System Software
IOS (tm) 3000 Software (IGS-I-L), Version 11.1(24a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled Fri 09-Mar-01 19:43 by pnicosia
Image text-base: 0x03020728, data-base: 0x1000

ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
ROM: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE
SOFTWARE (fc1)

Router uptime is 59 minutes
System restarted by power-on
System image file is "flash:igs-i-l.111-24a.bin", booted via flash

cisco 2500 (68030) processor (revision F) with 4096K/2048K bytes of memory.
Processor board ID 04854501, with hardware revision 
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
1 Ethernet/IEEE 802.3 interface.
2 Serial network interfaces.
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)

Current configuration:
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname Router
!
interface Ethernet0
 ip address 192.168.1.10 255.255.255.0
!
interface Serial0
 ip address 10.0.0.20 255.0.0.0
 no fair-queue
!
interface Serial1
 no ip address
 shutdown
!
no ip classless
logging buffered
!
line con 0
line aux 0
line vty 0 4
 login
!
end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72648&t=72648
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: IS-IS and IOS ver. 11.1 [7:72648]

2003-07-20 Thread
you need an enterprise or a service provider release. otherwise, you get
just what you describe.

""John Jones""  wrote in message
news:[EMAIL PROTECTED]
> I am trying to implement IS-IS for study on the first of three routers in
my
> home lab (3x 2501 routers) with IOS 11.1 and having some diffculty.
>
> When I look at the configuration guide on Cisco's web site, the first
> command that needs to be entered in config mode is "router isis". Usually
> with all other routing protocols like RIP or OSPF, it puts you into a
> config-router mode to continue configuration.  To my dismay, I type
"router
> isis" and nothing happens (no config-router mode). I check the
> running-config and indeed nothing has happened. Without this I can't go
any
> further. On the 2522 router running 12.2 at work, it seems to work just
> fine. Anyone have any ideas?
>
> Thanks.
>
> Acer0001
>
> ---
>
> Cisco Internetwork Operating System Software
> IOS (tm) 3000 Software (IGS-I-L), Version 11.1(24a), RELEASE SOFTWARE
(fc1)
> Copyright (c) 1986-2001 by cisco Systems, Inc.
> Compiled Fri 09-Mar-01 19:43 by pnicosia
> Image text-base: 0x03020728, data-base: 0x1000
>
> ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
> ROM: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE
> SOFTWARE (fc1)
>
> Router uptime is 59 minutes
> System restarted by power-on
> System image file is "flash:igs-i-l.111-24a.bin", booted via flash
>
> cisco 2500 (68030) processor (revision F) with 4096K/2048K bytes of
memory.
> Processor board ID 04854501, with hardware revision 
> Bridging software.
> X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
> 1 Ethernet/IEEE 802.3 interface.
> 2 Serial network interfaces.
> 32K bytes of non-volatile configuration memory.
> 8192K bytes of processor board System flash (Read ONLY)
>
> Current configuration:
> !
> version 11.1
> service udp-small-servers
> service tcp-small-servers
> !
> hostname Router
> !
> interface Ethernet0
>  ip address 192.168.1.10 255.255.255.0
> !
> interface Serial0
>  ip address 10.0.0.20 255.0.0.0
>  no fair-queue
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> no ip classless
> logging buffered
> !
> line con 0
> line aux 0
> line vty 0 4
>  login
> !
> end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72660&t=72648
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: IS-IS and IOS ver. 11.1 [7:72648]

2003-07-20 Thread John Jones
Thanks for the reply.  I had a hunch, but wasn't sure...

Why not remove the command from the config mode if it can't be used in a
certian version? Go figure...

I guess it's off to more memory and get 12.2 IOS loaded. ;)

John


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72675&t=72648
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: IS-IS and IOS ver. 11.1 [7:72648]

2003-07-20 Thread
BTW, there is an "enterprise basic" for 26xx and higher. A lot of the
obsolete things like Apollo and Vines have been eliminated. Still contains
DecNet. But MPLS and MPLS VPNs are supported. I'm not sure if Cisco plans on
a version for the 25xx or not.

""John Jones""  wrote in message
news:[EMAIL PROTECTED]
> Thanks for the reply.  I had a hunch, but wasn't sure...
>
> Why not remove the command from the config mode if it can't be used in a
> certian version? Go figure...
>
> I guess it's off to more memory and get 12.2 IOS loaded. ;)
>
> John




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72679&t=72648
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: IS-IS and IOS ver. 11.1 [7:72648]

2003-07-20 Thread wisnu
i'm not sure if my answer will help you
i had same case with you, but i forgot what the ios version i was using
then i only added command "clns routing" in global conf
the the problem is missing


wisnu

""John Jones""  wrote in message
news:[EMAIL PROTECTED]
> Thanks for the reply.  I had a hunch, but wasn't sure...
>
> Why not remove the command from the config mode if it can't be used in a
> certian version? Go figure...
>
> I guess it's off to more memory and get 12.2 IOS loaded. ;)
>
> John




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72682&t=72648
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: IS-IS and IOS ver. 11.1 [7:72648]

2003-07-21 Thread Reimer, Fred
Since the 2500s (and non XM 2600s except for the 2691) are EOL'd I'd say
probably not...

Fred Reimer - CCNA


Eclipsys Corporation, 200 Ashford Center North, Atlanta, GA 30338
Phone: 404-847-5177  Cell: 770-490-3071  Pager: 888-260-2050


NOTICE; This email contains confidential or proprietary information which
may be legally privileged. It is intended only for the named recipient(s).
If an addressing or transmission error has misdirected the email, please
notify the author by replying to this message. If you are not the named
recipient, you are not authorized to use, disclose, distribute, copy, print
or rely on this email, and should immediately delete it from your computer.


-Original Message-
From: "Chuck Whose Road is Ever Shorter" [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 21, 2003 1:05 AM
To: [EMAIL PROTECTED]
Subject: Re: IS-IS and IOS ver. 11.1 [7:72648]

BTW, there is an "enterprise basic" for 26xx and higher. A lot of the
obsolete things like Apollo and Vines have been eliminated. Still contains
DecNet. But MPLS and MPLS VPNs are supported. I'm not sure if Cisco plans on
a version for the 25xx or not.

""John Jones""  wrote in message
news:[EMAIL PROTECTED]
> Thanks for the reply.  I had a hunch, but wasn't sure...
>
> Why not remove the command from the config mode if it can't be used in a
> certian version? Go figure...
>
> I guess it's off to more memory and get 12.2 IOS loaded. ;)
>
> John




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72686&t=72648
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]