Re: PMConsole equivalent for Cisco??

Stephen Zedalis (tintype@exis.net)
Sun, 20 Apr 1997 00:12:20 -0400 (EDT)

On Sat, 19 Apr 1997, Jon Lewis wrote:

>On Sat, 19 Apr 1997, Joe Hartley wrote:
>
>> So I am limited to the CLI, right? Wrong!!! It turns out (and this
>> just blew me away) that IOS as a mini webserver built in which helps
>> deal with the CLI commands, as well as providing basic stats and
>> management info. Very cool, though I'm sure it adds to the code bloat.
>
>That's the first I've heard of this. What IOS version is it...and how do
>you turn on the "web server"?

I think it starts at 11.0 and above. It is enabled with:

ip http server

You can also give it an "ip http port" and/or restrict it to a
particular access-class. It basically gives you a text web page with
interfaces to several IOS commands. I turned it on, said "thats nice"
and turned it back off.