cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1040
Views
10
Helpful
6
Replies

Does Cisco 1941 ISR come with default configurations from the Factory

HI People,

 

I want some confirmation, does the cisco 1941 router come with default configurations similar to the below configuration or not ?

 

yourname#show running-config
Building configuration...

Current configuration : 4952 bytes
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
!
logging buffered 51200 warnings
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool ccp-pool
import all
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
lease 0 2
!
!
!
ip domain name yourdomain.com
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
cts logging verbose
!
crypto pki trustpoint TP-self-signed-1765363922
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1765363922
revocation-check none
rsakeypair TP-self-signed-1765363922
!
!
crypto pki certificate chain TP-self-signed-1765363922
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 31373635 33363339 3232301E 170D3135 30323138 30383339
34355A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 37363533
36333932 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100D886 280BC167 8D86C504 9F386821 C80D9659 4BCE74F0 8DF82F3C D368F179
869596F1 3867F36F 010B1BB0 06D15A98 635A414A 6AB880CB DD5462CA D8B7A8AF
C34E1C66 8EE8181E D6566E98 1F612DE2 77E79B17 132EF3DE 0139C30D 010BABB0
91CBEFD3 8D32266C 57E4D3AD D11F3F80 7EBB13BF 9D79AD8B 417710FA 76A717B8
0FB30203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 14D54291 5F50603C 6DABB1F7 513DC767 F23B48CA 81301D06
03551D0E 04160414 D542915F 50603C6D ABB1F751 3DC767F2 3B48CA81 300D0609
2A864886 F70D0101 05050003 81810021 3C83F9CF 9667140C 48F21FC7 A10BBA34
77BFA28E 0B80DE48 45362553 1BFA3DDA C41EAB25 AAE35187 AB4AA08D B2D5A3C6
F7AD596C 212B0328 A8E89D20 653262C0 C081DAA9 50C6F72C 4D06B677 76010CB5
5A51E2D8 AD988513 BC8F7224 7A2D6126 4FB4C395 72DAF046 B29665DA C3BD568C
31F1264C 0EC8C26D 75EA1A07 1DD9CB
quit
license udi pid CISCO1941/K9 sn FCZ190860PM
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$
ip address 10.10.10.1 255.255.255.248
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
!
!
access-list 23 permit 10.10.10.0 0.0.0.7
!
control-plane
!
!
banner exec ^C
% Password expiration warning.
-----------------------------------------------------------------------

Cisco Configuration Professional (Cisco CP) is installed on this device
and it provides the default username "cisco" for one-time use. If you have
already used the username "cisco" to login to the router and your IOS image
supports the "one-time" user option, then this username has already expired.
You will not be able to login to the router with this username after you exit
this session.

It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.

username <myuser> privilege 15 secret 0 <mypassword>

Replace <myuser> and <mypassword> with the username and password you want to
use.

-----------------------------------------------------------------------
^C
banner login ^C
-----------------------------------------------------------------------
Cisco Configuration Professional (Cisco CP) is installed on this device.
This feature requires the one-time use of the username "cisco" with the
password "cisco". These default credentials have a privilege level of 15.

YOU MUST USE CISCO CP or the CISCO IOS CLI TO CHANGE THESE PUBLICLY-KNOWN
CREDENTIALS

Here are the Cisco IOS commands.

username <myuser> privilege 15 secret 0 <mypassword>
no username cisco


Replace <myuser> and <mypassword> with the username and password you want
to use.

IF YOU DO NOT CHANGE THE PUBLICLY-KNOWN CREDENTIALS, YOU WILL NOT BE ABLE
TO LOG INTO THE DEVICE AGAIN AFTER YOU HAVE LOGGED OFF.

For more information about Cisco CP please follow the instructions in the
QUICK START GUIDE for your router or go to http://www.cisco.com/go/ciscocp
-----------------------------------------------------------------------
^C
!
line con 0
login local
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input telnet ssh
line vty 5 15
access-class 23 in
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end

yourname#

1 Accepted Solution

Accepted Solutions

I do not think this is necessarily an indication that this router has been used before. I have seen routers that I am sure were fresh out of the box that had configurations like this, especially the one time use ID and password.

HTH

Rick

View solution in original post

6 Replies 6

Leo Laohoo
Hall of Fame
Hall of Fame

No, it does not. 

The configuration you've posted is auto-generated by Cisco Configuration Professional.

So meaning someone had initially Used Cisco configuration Professional on the router after purchase meaning its been used before right ? 

I do not think this is necessarily an indication that this router has been used before. I have seen routers that I am sure were fresh out of the box that had configurations like this, especially the one time use ID and password.

HTH

Rick

Leo Laohoo
Hall of Fame
Hall of Fame

Can you post the output to the following commands: 

sh inventory
sh log on uptime detail

yourname#show inventory
NAME: "CISCO1941/K9", DESCR: "CISCO1941/K9 chassis, Hw Serial#: FCZ190860PM, Hw Revision: 1.0"
PID: CISCO1941/K9 , VID: V05 , SN: FCZ190860PM

NAME: "C1941/C2901 AC Power Supply", DESCR: "C1941/C2901 AC Power Supply"
PID: PWR-1941-2901-AC , VID: , SN:

 

 

The other command is unrecognizable

 

Ok, so OBFL may not be supported.  Bummer. 

The serial number states the router was made on the 4th week of February 2015.  

Where did this router come from?  

I would probably say someone has used this router before and was using Cisco Configuration Professional to manage it.

Review Cisco Networking for a $25 gift card