Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > IP CLASSLESS not working

Reply
Thread Tools

IP CLASSLESS not working

 
 
Max
Guest
Posts: n/a
 
      05-06-2008
Hi everyone.

I have a problem concerning 'IP CLASSLESS' on cisco routers
I have quite a lot of vpn tunnels with IP CLASSLESS enabled on the
router and some that it is not enabled.
i have noticed that there are some application that i'm using that are
not working fine when it's not enabled.
i've tried to enable it on those routers but it doesn't seem to change
anything.
i typed 'IP CLASSLESS' and when i look in the running config it's
nowhere

for example:
cisco 871w with IOS Version 12.4 = no IP CLASSLESS = not working ( but
i don't seem to be able to enable it)
cisco 851 with IOS Version 12.3 = IP CLASSLESS enabled = works fine

any explanation?
 
Reply With Quote
 
 
 
 
News Reader
Guest
Posts: n/a
 
      05-06-2008
Max wrote:
> Hi everyone.
>
> I have a problem concerning 'IP CLASSLESS' on cisco routers
> I have quite a lot of vpn tunnels with IP CLASSLESS enabled on the
> router and some that it is not enabled.
> i have noticed that there are some application that i'm using that are
> not working fine when it's not enabled.
> i've tried to enable it on those routers but it doesn't seem to change
> anything.
> i typed 'IP CLASSLESS' and when i look in the running config it's
> nowhere
>
> for example:
> cisco 871w with IOS Version 12.4 = no IP CLASSLESS = not working ( but
> i don't seem to be able to enable it)
> cisco 851 with IOS Version 12.3 = IP CLASSLESS enabled = works fine
>
> any explanation?


There are numerous commands that do not show up in the configuration
file when set to their default state. Furthermore, the default may
change from one IOS release to another, as well as whether they show up
when configured to their default state.

The behavior of "Default Routing" is very much dependent on the setting
of "IP Classless", and is likely the functional issue you have observed.

Best Regards,
News Reader
 
Reply With Quote
 
 
 
 
Paul Matthews
Guest
Posts: n/a
 
      05-07-2008
Max wrote:

>i typed 'IP CLASSLESS' and when i look in the running config it's
>nowhere


On by default.To prove it, try "no ip classless" and watch that appear.
--
Paul Matthews CCIE #4063
Please post questions to the NG, NOT by e-mail.
 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      05-07-2008

AFAIK these commands are a special case of what is displayed by show
running-config; typically default commands are not displayed.

Both of the commands "ip classless" and "no ip classless" will show up
in output of sh running-config.

At least this is the behavior with IOS 12.3

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      05-07-2008

Please post output of show version from the 871W

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      05-07-2008
Thanks everyone!
I thought that would be the problem why some program aren't working
through the VPN,
but then i guess it's not... i'll have to look somewhere else. It's
because it's mainly the
only difference i could find in the 2 configs...
thanks a lot for yout help!!
 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      05-07-2008
On May 7, 9:02 am, Max <lec.max...@gmail.com> wrote:
> Thanks everyone!
> I thought that would be the problem why some program aren't working
> through the VPN,
> but then i guess it's not... i'll have to look somewhere else. It's
> because it's mainly the
> only difference i could find in the 2 configs...
> thanks a lot for yout help!!


You may have a defective 12.4 image on the 871W.

Post the output of show version
 
Reply With Quote
 
News Reader
Guest
Posts: n/a
 
      05-07-2008
Max wrote:
> Thanks everyone!
> I thought that would be the problem why some program aren't working
> through the VPN,
> but then i guess it's not... i'll have to look somewhere else. It's


Are you abandoning pursuit of the theory because the state of the "ip
classless" command is not displayed the way you expected, or because you
have confirmed that there is no behavioral change resulting from the
removal of "no ip classless" (by entering "ip classless")?

> because it's mainly the
> only difference i could find in the 2 configs...
> thanks a lot for yout help!!


I'm confused by your conclusion.

Your initial post stated:

> I have a problem concerning 'IP CLASSLESS' on cisco routers
> I have quite a lot of vpn tunnels with IP CLASSLESS enabled on the
> router and some that it is not enabled.
> i have noticed that there are some application that i'm using that are
> not working fine when it's not enabled.


But you can enable IP Classless; it just may not show up as you expected
(the "no ip classless" will disappear).

> i've tried to enable it on those routers but it doesn't seem to change
> anything.


Change anything in terms of seeing the command as you expected, or
change anything in terms of a resolution to the VPN issues when "no ip
classless" has been removed (by entering "ip classless")?

> i typed 'IP CLASSLESS' and when i look in the running config it's
> nowhere
>
> for example:
> cisco 871w with IOS Version 12.4 = no IP CLASSLESS = not working ( but
> i don't seem to be able to enable it)


When "no ip classless" has been removed by entering "ip classless", is
there a change in the VPN behavior?

> cisco 851 with IOS Version 12.3 = IP CLASSLESS enabled = works fine
>
> any explanation?


Depending on your addressing scheme, "no ip classless" could cause
undesired behavior due to its impact on "Default Routing".

Best Regards,
News Reader
 
Reply With Quote
 
News Reader
Guest
Posts: n/a
 
      05-07-2008
Aaron Leonard wrote:
> ~ AFAIK these commands are a special case of what is displayed by show
> ~ running-config; typically default commands are not displayed.
> ~
> ~ Both of the commands "ip classless" and "no ip classless" will show up
> ~ in output of sh running-config.
> ~
> ~ At least this is the behavior with IOS 12.3
>
> Ordinarily the default state of a command is not shown in the config
> ("NVGEN'd".)
>
> However, an exception is made when we change a command's default. What
> is supposed to happen there, is this:
>
> First, we start NVGEN'ing the old behavior.
>
> Then, some time later, we switch to the new behavior, and NVGEN both the
> old and new behavior.
>
> Then, we stop NVGEN'ing the new behavior.
>
> The idea is to make it apparent that the defaults are changing.
>
> Aaron


NVGEN?

It would be helpful for your audience if you specified what your acronym
stood for.

Best Regards,
News Reader
 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      05-07-2008

from CCO

"
Cisco IOS Software Configuration Storage

In the Cisco IOS software configuration model, the configuration state
is maintained in a distributed manner, with each component storing its
own configuration state. To retrieve configuration information, the
software must poll every component to collect the distributed
information. This configuration state retrieval operation is performed
by a process known as nonvolatile generation (NVGEN), and it is used
by command line interpreter (CLI) commands such as show running-
configuration, write memory, and copy system:running-configuration to
display or copy the running system configuration. When invoked, NVGEN
queries each system component and each instance of interface or other
configuration objects. A running configuration file is constructed as
NVGEN traverses the system performing these queries.

"



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
'no ip classless' not working? tom Cisco 7 07-24-2009 11:49 AM
ip classless and auto-summary jh3ang Cisco 3 08-05-2006 03:10 PM
Question about Redistributing Between Classful and Classless Protocols ws00sw@gmail.com Cisco 0 06-28-2005 12:51 PM
Is classless worth consideration David MacQuigg Python 33 05-03-2004 05:17 PM
[Classless] Just to be sure... Yermat Python 0 04-30-2004 02:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57