cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2396
Views
1
Helpful
2
Replies

Running config and startup config not displaying full configs in CSR 1000V Virtual router

Shobith K
Level 1
Level 1

Hi,

I am running CSR 1000V virtual routers version 15.4(3) S1 on Vmware ESXI 6.0.  It boots up and works fine.  But whatever configs i put in, show run and show start doesnt show first 10 lines of configs which has default configs including hostname,  I can see the interface level configs when i type show run interface gig1.  But these are not seen in show run and show start.  Also when i reboot, i can see the configs are intact.  Not sure if its a bug.  Has anyone come across similar situation.

I even went and verified the running config file in system:/ partition and startup-config file in nvram:/ partition.  It shows same contents.

sh ver output

onlineleaf1#sh ver
sh ver
Cisco IOS XE Software, Version 03.13.01.S - Extended Support Release
Cisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(3)S1, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2014 by Cisco Systems, Inc.
Compiled Fri 31-Oct-14 17:32 by mcpre


Cisco IOS-XE software, Copyright (c) 2005-2014 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.


ROM: IOS-XE ROMMON

onlineleaf1 uptime is 16 hours, 4 minutes
Uptime for this control processor is 16 hours, 5 minutes

--------------------------------

show run output  (interface configs missing)


onlineleaf1#
onlineleaf1#sh run
sh run
Building configuration...

Current configuration : 1521 bytes
!
! Last configuration change at 14:43:32 UTC Wed Mar 22 2017
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
platform console serial
!
hostname onlineleaf1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!

onlineleaf1#

---------------------

show run interface output (interface configs intact)

onlineleaf1#sh run int gig 1
sh run int gig 1
Building configuration...

Current configuration : 128 bytes
!
interface GigabitEthernet1
description Connection to Spine1
ip address 192.168.29.33 255.255.255.252
negotiation auto
end

onlineleaf1#
onlineleaf1#sh run int gig 2
sh run int gig 2
Building configuration...

Current configuration : 128 bytes
!
interface GigabitEthernet2
description Connection to Spine2
ip address 192.168.29.37 255.255.255.252
negotiation auto
end

onlineleaf1#

FILE present in NVRAM and its contents

onlineleaf1#dir nvram:/
dir nvram:/
Directory of nvram:/

32769 -rw- 1521 <no date> startup-config
32770 ---- 25 <no date> private-config
32771 -rw- 1521 <no date> underlying-config
1 ---- 31 <no date> vudi
2 ---- 313 <no date> persistent-data
3 ---- 97 <no date> fp_orig_config0
4 ---- 90 <no date> fp_orig_physical0
5 ---- 97 <no date> fp_current_config0
6 ---- 90 <no date> fp_current_physical0
7 ---- 108 <no date> fp_physical_history0
8 ---- 220 <no date> fp_config_history0
9 ---- 1 <no date> fp_index
10 -rw- 17 <no date> ecfm_ieee_mib
11 -rw- 0 <no date> ifIndex-table

33554432 bytes total (33541570 bytes free)
onlineleaf1#
onlineleaf1#more nvram:/startup-config
more nvram:/startup-config
!
! Last configuration change at 14:43:32 UTC Wed Mar 22 2017
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
platform console serial
!
hostname onlineleaf1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!

onlineleaf1#

-------

onlineleaf1#more system:/running-config
more system:/running-config
!
! Last configuration change at 14:43:32 UTC Wed Mar 22 2017
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
platform console serial
!
hostname onlineleaf1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!

onlineleaf1#

2 Replies 2

fowler.david
Level 1
Level 1

Hi Shobith

 

I know this post was some time ago now, but I've just encountered the same issue. No fix, but have a workaround which is to increase the terminal length, e.g. 'terminal length 512'. At least lets you see the config!

 

David.

 

UPDATE: Seems to be a client issue as showing the config works with PuTTY, but not with the standard Windows Telnet client.

It works for me. Thanks!

Review Cisco Networking for a $25 gift card