<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>[HELP] Second hand 877W - complete n00b, setup? in Cisco</title>
<link>http://www.dslreports.com/forum/r20715451</link>
<description></description>
<language>en</language>
<pubDate>Fri, 05 Dec 2008 02:05:22 EDT</pubDate>
<lastBuildDate>Fri, 05 Dec 2008 02:05:22 EDT</lastBuildDate>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20750588</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : Some comments on following<br><br><div class="bquote"><small>said by  bigsy <A HREF="/useremail/u/432806"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br><b>Step 1</b> Enable the router's HTTP/HTTPS server, using the following Cisco IOS commands:<br><br>Router(config)# <b>ip http server</b><br><br>Router(config)# <b>ip http secure-server</b><br><br>Router(config)# <b>ip http authentication local</b><br></div>If you really have to have Web or Secure Web access, then you should lock down the source IP subnet using ACL. In addition, you may want to consider using either TACACS+ or RADIUS to store account instead relying solely on local account.<br><br><div class="bquote"><small>said by  bigsy <A HREF="/useremail/u/432806"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>If the router uses an IPSec Cisco IOS image, the HTTPS server is enabled. Otherwise only the HTTP server is enabled.<br></div>From the <i>show version</i> above, it looks like the IOS image support Security feature, hence it supports the HTTPS. Therefore, you may want to only enable the secure server instead both secure and non-secure server.<br><br><div class="bquote"><small>said by  bigsy <A HREF="/useremail/u/432806"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br><b>Step 2</b> Create a user account with privilege level 15 (enable privileges).<br><br>Router(config)# <b>username</b> <i>username</i> <b>privilege 15 password 0 </b><i>password</i><br></div>You may want to use <i>secret</i> parameter instead of <i>password</i> since the <i>secret</i> uses more secure method to encrypt password.<br><br><div class="bquote"><small>said by  bigsy <A HREF="/useremail/u/432806"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>Router(config)# <b>line vty 0 4</b><br><br>Router(config-line)# <b>privilege level 15</b><br><br>Router(config-line)# <b>login local</b><br></div>You may not want to let everybody remote access in automatically having privilege level 15. You may want to let the router (or external TACACS+ or RADIUS if there is one) decides if the credential has privilege level 15 or lower.<br><br><div class="bquote"><small>said by  bigsy <A HREF="/useremail/u/432806"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>Router(config-line)# <b>transport input telnet</b><br><br>Router(config-line)# <b>transport input telnet ssh</b><br><br>Router(config-line)# <b>exit</b><br></div>When you need to enable both telnet and ssh as the remote access method to use, then you don't need the <i>transport input telnet</i> since the <i>transport input telnet ssh</i> covers both telnet and ssh.<br><br>Note that ssh requires key to work. The simplest way to have key is to generate one (if there is none yet) and store locally.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20750588</guid>
<pubDate>Sun, 06 Jul 2008 20:58:44 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20750054</link>
<description><![CDATA[<A HREF="/useremail/u/1562886"><b>pfalk</b></A> : I'm pretty sure that your router has the CRWS (web based setup tool).<br><br>To launch it, just make sure that your LAN interface has been properly setup (if not, do a "show webflash:"<br>you should see a bunch of files there, one of which has a name similar to: config.??? (I don't remember exactly what the extension is).<br>Anyway, copy that file to running  (copy webflash:config.* running), and then you should be able to get an ip address from the router to your PC (assuming that you have DHCP configured on your PC).<br><br>then point your browser to 10.10.10.1 (or whatever IP address you end up having on the LAN interface of the router.<br><br>The rest is done very simply.<br><br>P.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20750054</guid>
<pubDate>Sun, 06 Jul 2008 18:49:25 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20744862</link>
<description><![CDATA[<A HREF="/useremail/u/432806"><b>bigsy</b></A> : <i><b>"I Want to Enable Cisco SDM on a Router I Configured Using the Cisco IOS Startup Sequence"</b></i><br>Taken from &raquo;<A HREF="http://www.cisco.com/en/US/docs/routers/access/cisco_router_and_security_device_manager/software/quick/guide/SDMq7.html#wp44788" >www.cisco.com/en/US/docs/routers&middot;&middot;&middot;#wp44788</A><br><small><br><br><b>Step 1</b> Enable the router's HTTP/HTTPS server, using the following Cisco IOS commands:<br><br>Router(config)# <b>ip http server</b><br><br>Router(config)# <b>ip http secure-server</b><br><br>Router(config)# <b>ip http authentication local</b><br><br>If the router uses an IPSec Cisco IOS image, the HTTPS server is enabled. Otherwise only the HTTP server is enabled.<br><br><b>Step 2</b> Create a user account with privilege level 15 (enable privileges).<br><br>Router(config)# <b>username</b> <i>username</i> <b>privilege 15 password 0 </b><i>password</i><br><br>Replace <i>username</i> and <i>password</i> with the username and password that you want to configure.<br><br><b>Step 3</b> Configure SSH and Telnet for local login and privilege level 15:<br><br>Router(config)# <b>line vty 0 4</b><br><br>Router(config-line)# <b>privilege level 15</b><br><br>Router(config-line)# <b>login local</b><br><br>Router(config-line)# <b>transport input telnet</b><br><br>Router(config-line)# <b>transport input telnet ssh</b><br><br>Router(config-line)# <b>exit</b><br><br><b>Step 4</b> (Optional) Enable local logging to support the log monitoring function:<br><br>Router(config)# <b>logging buffered 51200 warning</b><br></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20744862</guid>
<pubDate>Sat, 05 Jul 2008 10:28:54 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20744793</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Yes I've done that,<br><br>enable<br>configure<br>interface vlan1<br>ip address 10.1.28.1 255.255.255.0<br>no shutdown<br>interface FastEthernet0<br>no shutdown<br>exit<br>exit<br><br>I then assigned my machine 10.1.28.2... it found "network 3" as a local network only.<br><br>I then loaded up the SDM and typed in 10.1.28.1; it failed and said there was no http running.<br><br>I then tried the configuration assistant, selected create a community, gave it a name, then attempted to add a single ip (10.1.28.1).  This also failed.<br><br>I tried reading through the configuraiton pdf but it doesn't make much sense... I don't seem to be able to even manage over ethernet / see the router which I'd have throught would be the logical first step.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20744793</guid>
<pubDate>Sat, 05 Jul 2008 10:09:53 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20739338</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Did you follow the steps mentioned by Lasko above?  It is straight forward -<br><br>interface vlan1<br>ip address 10.1.28.100 255.255.255.0<br>no shutdown<br>interface FastEthernet0<br>no shutdown<br><br>Assign your PC the IP address 10.1.28.101 and plug it into FastEthernet port 0.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20739338</guid>
<pubDate>Thu, 03 Jul 2008 21:52:17 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20737391</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : I've download SDM.. its asking for a router ip?<br><br>How do i find out and set my router's ip?<br>I would like to turn on management over http (via ethernet), and I would like to assign it 10.1.28.1 as its ip.<br><br>At the moment i can only access via serial.<br><br>Thank you :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20737391</guid>
<pubDate>Thu, 03 Jul 2008 14:37:13 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20719017</link>
<description><![CDATA[<A HREF="/useremail/u/432806"><b>bigsy</b></A> : There are some examples of basic access and setup given in the 850/870 series <A HREF="http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/857swcg.html">Software Configuration Guide</a>.<br>If you're in the UK chances are that you'll need to configure PPPoA with NAT and there's also an example of this in the above guide.<br> <br>If you want to go the SDM route, the latest version (2.5) is available for free download from <A HREF="http://www.cisco.com/pcgi-bin/tablebuild.pl/sdm">this link</a>.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20719017</guid>
<pubDate>Mon, 30 Jun 2008 01:42:36 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20718269</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : To get going you need to set the IP address on interface vlan1.   FastEthernet0 (as well as FastEthernet1, FastEthernet2 and FastEthernet3) are switch ports.  The router has a 4 port switch built in.  Do not assign IP addresses to these ports.<br><br>Once you set the IP address on vlan1 and "no shut" it as well as "no shut" on the ethernet ports you may plug into any of the fastethernet ports and access the router via the network.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20718269</guid>
<pubDate>Sun, 29 Jun 2008 22:07:53 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20717092</link>
<description><![CDATA[<A HREF="/useremail/u/739998"><b>Innuendo</b></A> : You can download SDM here:<br><br>&raquo;<A HREF="http://www.cisco.com/go/sdm" >www.cisco.com/go/sdm</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20717092</guid>
<pubDate>Sun, 29 Jun 2008 17:13:19 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20717038</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : <blockquote>just a thought - for a newbie like yourself you would be better to use the Security Device Manager rather than the cli.</blockquote><br><br>I have no software provided with the router... where can i get a copy of Security Device Manager?  Does it work over the serial port because as the above shows, I'm having a little difficultly 'activating' the lan ports...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20717038</guid>
<pubDate>Sun, 29 Jun 2008 17:03:33 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20716956</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : I think CLI is fine for a newbie. You can always browse this forum FAQ for hints, tips, tricks; even some CLI introduction and sample configurations. In addition, there are great people here that are more than happy to help out as long as some attempt to self problem solving have shown :D<br><br>Note that 877 model is designed to use with ADSL Internet. If you have let's say Cable Internet, then it won't work :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20716956</guid>
<pubDate>Sun, 29 Jun 2008 16:43:50 EDT</pubDate>
</item>

<item>
<title>Re: [HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20716605</link>
<description><![CDATA[<A HREF="/useremail/u/1173489"><b>linksysinfo</b></A> : just a thought - for a newbie like yourself you would be better to use the Security Device Manager rather than the cli.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20716605</guid>
<pubDate>Sun, 29 Jun 2008 15:00:14 EDT</pubDate>
</item>

<item>
<title>[HELP] Second hand 877W - complete n00b, setup?</title>
<link>http://www.dslreports.com/forum/remark,20715451</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Hello,<br><br>I'm hoping someone can help me out here because I'm in over my head atm.  I recently bought a 877w (uk, i'm from england... hello :) )... i also bought a serial cable and plugged it in.<br><br>Using putty i connected in and was met by a basic doohikey, i gave it the following values:<br><br>System Bootstrap, Version 12.3(8r)YI4, RELEASE SOFTWARE<br>Technical Support: &raquo;<A HREF="http://www.cisco.com/techsupport" >www.cisco.com/techsupport</A><br>Copyright (c) 2006 by cisco Systems, Inc.<br><br>C870 series (Board ID: 1-148) platform with 131072 Kbytes of main memory<br><br>Booting flash:/c870-advipservicesk9-mz.124-11.XJ3.bin<br>Self decompressing the image : #################################################                                                                                                                                          <br><br>############################################################### [OK]<br><br>              Restricted Rights Legend<br><br>Use, duplication, or disclosure by the Government is<br>subject to restrictions as set forth in subparagraph<br>(c) of the Commercial Computer Software - Restricted<br>Rights clause at FAR sec. 52.227-19 and subparagraph<br>(c) (1) (ii) of the Rights in Technical Data and Computer<br>Software clause at DFARS sec. 252.227-7013.<br><br>           cisco Systems, Inc.<br>           170 West Tasman Drive<br>           San Jose, California 95134-1706<br><br>Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(11)XJ3,                                                                                                                                          <br><br> RELEASE SOFTWARE (fc1)<br>Synched to technology version 12.4(11)T<br>Technical Support: &raquo;<A HREF="http://www.cisco.com/techsupport" >www.cisco.com/techsupport</A><br>Copyright (c) 1986-2007 by Cisco Systems, Inc.<br>Compiled Wed 25-Apr-07 14:27 by prod_rel_team<br>Image text-base: 0x8002008C, data-base: 0x81E6E5E4<br><br>This product contains cryptographic features and is subject to United<br>States and local country laws governing import, export, transfer and<br>use. Delivery of Cisco cryptographic products does not imply<br>third-party authority to import, export, distribute or use encryption.<br>Importers, exporters, distributors and users are responsible for<br>compliance with U.S. and local country laws. By using this product you<br>agree to comply with applicable laws and regulations. If you are unable<br>to comply with U.S. and local laws, return this product immediately.<br><br>A summary of U.S. laws governing Cisco cryptographic products may be found at:<br>&raquo;<A HREF="http://www.cisco.com/wwl/export/crypto/tool/stqrg.html" >www.cisco.com/wwl/export/crypto/&middot;&middot;&middot;qrg.html</A><br><br>If you require further assistance please contact us by sending email to<br>export@cisco.com.<br><br>Installed image archive<br>Cisco 877W (MPC8272) processor (revision 0x300) with 118784K/12288K bytes of mem                                                                                                                                          <br><br>ory.<br>Processor board ID FCZ1141R0E3<br>MPC8272 CPU Rev: Part Number 0xC, Mask Number 0x10<br>4 FastEthernet interfaces<br>1 ATM interface<br>1 802.11 Radio<br>128K bytes of non-volatile configuration memory.<br>28672K bytes of processor board System flash (Intel Strataflash)<br><br>         --- System Configuration Dialog ---<br><br>Would you like to enter the initial configuration dialog? [yes/no]: yes<br><br>At any point you may enter a question mark '?' for help.<br>Use ctrl-c to abort configuration dialog at any prompt.<br>Default settings are in square brackets '[]'.<br><br>Basic management setup configures only enough connectivity<br>for management of the system, extended setup will ask you<br>to configure each interface on the system<br><br>Would you like to enter basic management setup? [yes/no]: yes<br>Configuring global parameters:<br><br>  Enter host name [Router]: cisco-877w<br><br>  The enable secret is a password used to protect access to<br>  privileged EXEC and configuration modes. This password, after<br>  entered, becomes encrypted in the configuration.<br>  Enter enable secret: xxx<br><br>  The enable password is used when you do not specify an<br>  enable secret password, with some older software versions, and<br>  some boot images.<br>  Enter enable password: xxxx<br><br>  The virtual terminal password is used to protect<br>  access to the router over a network interface.<br>  Enter virtual terminal password: xxxx<br>  Configure SNMP Network Management? [yes]: yes<br>    Community string [public]: XXXX<br><br>Current interface summary<br><br>Any interface listed with OK? value "NO" does not have a valid configuration<br><br>Interface                  IP-Address      OK? Method Status                Protocol<br>FastEthernet0              unassigned      YES unset  initializing          down<br>FastEthernet1              unassigned      YES unset  initializing          down<br>FastEthernet2              unassigned      YES unset  initializing          down<br>FastEthernet3              unassigned      YES unset  initializing          down<br>Dot11Radio0                unassigned      NO  unset  initializing          down<br>ATM0                       unassigned      NO  unset  initializing          down<br>Vlan1                      unassigned      YES unset  up                    down<br><br>Enter interface name used to connect to the<br>management network from the above interface summary: FastEthernet0<br><br>Configuring interface FastEthernet0:<br>  Configure IP on this interface? [no]: yes<br>    IP address for this interface: 10.1.28.100<br>    Subnet mask for this interface [255.0.0.0] : 255.255.255.0<br>    Class A network is 10.0.0.0, 24 subnet bits; mask is /24<br><br>The following configuration command script was created:<br><br>hostname cisco-877w<br>enable secret 5 $1$k/6Q$x.tRPvEtuqHVS74gClM.V/<br>enable password xxxxx<br>line vty 0 4<br>password xxxxx<br>snmp-server community XXXX<br>!<br>no ip routing<br><br>!<br>interface FastEthernet0<br>no shutdown<br>ip address 10.1.28.100 255.255.255.0<br>!<br>interface FastEthernet1<br>shutdown<br>no ip address<br>!<br>interface FastEthernet2<br>shutdown<br>no ip address<br>!<br>interface FastEthernet3<br>shutdown<br>no ip address<br>!<br>interface Dot11Radio0<br>shutdown<br>no ip address<br>!<br>interface ATM0<br>shutdown<br>no ip address<br>!<br>interface Vlan1<br>shutdown<br>no ip address<br>!<br>end<br><br>[0] Go to the IOS command prompt without saving this config.<br>[1] Return back to the setup without saving this config.<br>[2] Save this configuration to nvram and exit.<br><br>Enter your selection [2]: 2<br><br>% IP addresses may not be configured on L2 links.<br><br>Building configuration...<br>Use the enabled mode 'configure' command to modify this configuration.<br><br>Press RETURN to get started!<br><br>System Bootstrap, Version 12.3(8r)YI4, RELEASE SOFTWARE<br>Technical Support: &raquo;<A HREF="http://www.cisco.com/techsupport" >www.cisco.com/techsupport</A><br>Copyright (c) 2006 by cisco Systems, Inc.<br><br>C870 series (Board ID: 1-148) platform with 131072 Kbytes of main memory<br><br>Booting flash:/c870-advipservicesk9-mz.124-11.XJ3.bin<br>Self decompressing the image : #################################################                                                                                                                                          <br><br>############################################################### [OK]<br><br>              Restricted Rights Legend<br><br>Use, duplication, or disclosure by the Government is<br>subject to restrictions as set forth in subparagraph<br>(c) of the Commercial Computer Software - Restricted<br>Rights clause at FAR sec. 52.227-19 and subparagraph<br>(c) (1) (ii) of the Rights in Technical Data and Computer<br>Software clause at DFARS sec. 252.227-7013.<br><br>           cisco Systems, Inc.<br>           170 West Tasman Drive<br>           San Jose, California 95134-1706<br><br>Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(11)XJ3,                                                                                                                                          <br><br> RELEASE SOFTWARE (fc1)<br>Synched to technology version 12.4(11)T<br>Technical Support: &raquo;<A HREF="http://www.cisco.com/techsupport" >www.cisco.com/techsupport</A><br>Copyright (c) 1986-2007 by Cisco Systems, Inc.<br>Compiled Wed 25-Apr-07 14:27 by prod_rel_team<br>Image text-base: 0x8002008C, data-base: 0x81E6E5E4<br><br>This product contains cryptographic features and is subject to United<br>States and local country laws governing import, export, transfer and<br>use. Delivery of Cisco cryptographic products does not imply<br>third-party authority to import, export, distribute or use encryption.<br>Importers, exporters, distributors and users are responsible for<br>compliance with U.S. and local country laws. By using this product you<br>agree to comply with applicable laws and regulations. If you are unable<br>to comply with U.S. and local laws, return this product immediately.<br><br>A summary of U.S. laws governing Cisco cryptographic products may be found at:<br>&raquo;<A HREF="http://www.cisco.com/wwl/export/crypto/tool/stqrg.html" >www.cisco.com/wwl/export/crypto/&middot;&middot;&middot;qrg.html</A><br><br>If you require further assistance please contact us by sending email to<br>export@cisco.com.<br><br>Installed image archive<br>Cisco 877W (MPC8272) processor (revision 0x300) with 118784K/12288K bytes of mem                                                                                                                                          <br><br>ory.<br>Processor board ID FCZ1141R0E3<br>MPC8272 CPU Rev: Part Number 0xC, Mask Number 0x10<br>4 FastEthernet interfaces<br>1 ATM interface<br>1 802.11 Radio<br>128K bytes of non-volatile configuration memory.<br>28672K bytes of processor board System flash (Intel Strataflash)<br><br>         --- System Configuration Dialog ---<br><br>Would you like to enter the initial configuration dialog? [yes/no]: yes<br><br>At any point you may enter a question mark '?' for help.<br>Use ctrl-c to abort configuration dialog at any prompt.<br>Default settings are in square brackets '[]'.<br><br>Basic management setup configures only enough connectivity<br>for management of the system, extended setup will ask you<br>to configure each interface on the system<br><br>Would you like to enter basic management setup? [yes/no]: yes<br>Configuring global parameters:<br><br>  Enter host name [Router]: cisco-877w<br><br>  The enable secret is a password used to protect access to<br>  privileged EXEC and configuration modes. This password, after<br>  entered, becomes encrypted in the configuration.<br>  Enter enable secret: dogfood<br><br>  The enable password is used when you do not specify an<br>  enable secret password, with some older software versions, and<br>  some boot images.<br>  Enter enable password: xxxx<br><br>  The virtual terminal password is used to protect<br>  access to the router over a network interface.<br>  Enter virtual terminal password: xxxx<br>  Configure SNMP Network Management? [yes]: yes<br>    Community string [public]: XXXX<br><br>Current interface summary<br><br>Any interface listed with OK? value "NO" does not have a valid configuration<br><br>Interface                  IP-Address      OK? Method Status                Protocol<br>FastEthernet0              unassigned      YES unset  initializing          down<br>FastEthernet1              unassigned      YES unset  initializing          down<br>FastEthernet2              unassigned      YES unset  initializing          down<br>FastEthernet3              unassigned      YES unset  initializing          down<br>Dot11Radio0                unassigned      NO  unset  initializing          down<br>ATM0                       unassigned      NO  unset  initializing          down<br>Vlan1                      unassigned      YES unset  up                    down<br><br>Enter interface name used to connect to the<br>management network from the above interface summary: FastEthernet0<br><br>Configuring interface FastEthernet0:<br>  Configure IP on this interface? [no]: yes<br>    IP address for this interface: 10.1.28.100<br>    Subnet mask for this interface [255.0.0.0] : 255.255.255.0<br>    Class A network is 10.0.0.0, 24 subnet bits; mask is /24<br><br>The following configuration command script was created:<br><br>hostname cisco-877w<br>enable secret 5 $1$k/6Q$x.tRPvEtuqHVS74gClM.V/<br>enable password xxxxx<br>line vty 0 4<br>password xxxxx<br>snmp-server community XXXX<br>!<br>no ip routing<br><br>!<br>interface FastEthernet0<br>no shutdown<br>ip address 10.1.28.100 255.255.255.0<br>!<br>interface FastEthernet1<br>shutdown<br>no ip address<br>!<br>interface FastEthernet2<br>shutdown<br>no ip address<br>!<br>interface FastEthernet3<br>shutdown<br>no ip address<br>!<br>interface Dot11Radio0<br>shutdown<br>no ip address<br>!<br>interface ATM0<br>shutdown<br>no ip address<br>!<br>interface Vlan1<br>shutdown<br>no ip address<br>!<br>end<br><br>[0] Go to the IOS command prompt without saving this config.<br>[1] Return back to the setup without saving this config.<br>[2] Save this configuration to nvram and exit.<br><br>Enter your selection [2]: 2<br><br>% IP addresses may not be configured on L2 links.<br><br>Building configuration...<br>Use the enabled mode 'configure' command to modify this configuration.<br><br>Press RETURN to get started!<br><br>*Mar  1 00:00:06.175: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0  State changed to: Initialized<br>*Mar  1 00:00:06.179: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0  State changed to: Enabled<br>*Mar  1 00:00:07.779: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up<br>*Mar  1 00:00:10.827: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up<br>*Mar  1 00:04:49.131: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to administratively down<br>*Mar  1 00:04:50.135: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down<br>*Mar  1 00:04:51.115: %LINK-5-CHANGED: Interface FastEthernet1, changed state to administratively down<br>*Mar  1 00:04:51.115: %LINK-5-CHANGED: Interface FastEthernet2, changed state to administratively down<br>*Mar  1 00:04:51.119: %LINK-5-CHANGED: Interface FastEthernet3, changed state to administratively down<br>*Mar  1 00:04:51.319: %LINK-5-CHANGED: Interface ATM0, changed state to administratively down<br>*Mar  1 00:04:51.319: %LINK-5-CHANGED: Interface Vlan1, changed state to administratively down<br>*Mar  1 00:04:52.127: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1, changed state to down<br>*Mar  1 00:04:52.127: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2, changed state to down<br>*Mar  1 00:04:52.127: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet3, changed state to down<br>*Mar  1 00:04:52.327: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0, changed state to down<br>*Mar  1 00:04:52.327: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to down<br>*Mar  1 00:08:51.371: %SYS-5-RESTART: System restarted --<br>Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(11)XJ3, RELEASE SOFTWARE (fc1)<br>Synched to technology version 12.4(11)T<br>Technical Support: &raquo;<A HREF="http://www.cisco.com/techsupport" >www.cisco.com/techsupport</A><br>Copyright (c) 1986-2007 by Cisco Systems, Inc.<br>Compiled Wed 25-Apr-07 14:27 by prod_rel_team<br>*Mar  1 00:08:51.371: %SNMP-5-COLDSTART: SNMP agent on host cisco-877w is undergoing a cold start<br>*Mar  1 00:08:51.415: %IP_SNMP-3-SOCKET: can't open UDP socket<br>*Mar  1 00:08:51.415: Unable to open socket on port 161<br>*Mar  1 00:08:51.463: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is OFF<br>*Mar  1 00:08:52.991: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up<br>*Mar  1 00:08:53.991: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to down<br>*Mar  1 00:09:38.207: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down<br>*Mar  1 00:09:40.703: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up<br>*Mar  1 00:09:41.703: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up<br>*Mar  1 00:09:51.415: %IP_SNMP-3-SOCKET: can't open UDP socket<br>*Mar  1 00:09:51.415: Unable to open socket on port 161<br>cisco-877w><br>cisco-877w><br>cisco-877w><br>*Mar  1 00:10:51.415: %IP_SNMP-3-SOCKET: can't open UDP socket<br>*Mar  1 00:10:51.415: Unable to open socket on port 161<br>*Mar  1 00:11:51.415: %IP_SNMP-3-SOCKET: can't open UDP socket<br>*Mar  1 00:11:51.415: Unable to open socket on port 161<br>*Mar  1 00:12:51.415: %IP_SNMP-3-SOCKET: can't open UDP socket<br>*Mar  1 00:12:51.415: Unable to open socket on port 161<br>*Mar  1 00:13:51.415: %IP_SNMP-3-SOCKET: can't open UDP socket<br>*Mar  1 00:13:51.415: Unable to open socket on port 161<br>*Mar  1 00:14:51.415: %IP_SNMP-3-SOCKET: can't open UDP socket<br>*Mar  1 00:14:51.415: Unable to open socket on port 161<br><br>I set my pc to 10.1.28.101, and connected it to eth0.  I have downloaded some software called Cisco Configuration Assistant and did a search for 10.1.28.100 but it says it couldn't connect.<br><br>Can someone help me out here?<br><br>Thank you!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20715451</guid>
<pubDate>Sun, 29 Jun 2008 08:52:38 EDT</pubDate>
</item>

</channel>
</rss>
