• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cisco Router on Console need to make changes.

multiband8303

Senior member
I am connected to the cisco router as in my previous threads physically now through a console cable and hyper terminal. I need to make the changes to the IP address - I would like to do this by downloading the configuration to a text file, onto my desktop - then uploading it back to the router. Can someone show me a link to the ocmmands or assist me please? I really truly do appreciate everyones help here. Thank you guys.

I apologize guys - but I'm use to using the PDM and I am unable to - it continues to time out.
 
in your previous thread, i mentioned downloading/uploading the configs because you needed to make multiple changes remotely. this should not be necessary now that you are consoled in. however, if you insist:

backup and restore
 
nevermind... here is my config.



show runniong   ng-config
Building configuration...

Current configuration : 5937 bytes
!
version 12.4
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$GOA4$Ex9NU2Lcnux2lVdPD3K9m0
!
no aaa new-model
!
resource policy
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.51.1
!
ip dhcp pool CLIENT
import all
network 192.168.51.0 255.255.255.0
default-router 192.168.51.1
lease 0 2
!
!
ip cef
ip domain name maxxfinancial.com
ip name-server 64.21.232.2
ip name-server 64.21.232.3
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 h323
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 netshow
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 rtsp
ip inspect name DEFAULT100 smtp
ip inspect name DEFAULT100 sqlnet
ip inspect name DEFAULT100 streamworks
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 vdolive
ip inspect name myfw cuseeme timeout 3600
ip inspect name myfw ftp timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw tftp timeout 30
ip inspect name myfw udp timeout 15
ip inspect name myfw tcp timeout 3600
ip inspect name myfw h323 timeout 3600
!
!
!
username admin privilege 15 password 7 13061B425A5554
username CRWS_Ulags privilege 15 password 7 08651D0A3E48033656045D0B190E3429626277445743565305
username CRWS_Vijay privilege 15 password 7 134146563C5D020B6F2B793C060703064F5B58020B0F07015B
username CRWS_Kannan privilege 15 password 7 015757406C5A002E65431F062A2007135D5A577F7D7571666D
username CRWS_dheeraj privilege 15 password 7 03400A4F315E276D0A06480A24371B0D5D7873777F6A607A47
username chad privilege 15 password 7 000517090A525A545C750F
username CRWS_Giri privilege 15 password 7 054F574B161D48285D0A461D3829142B72767D6B6C714B5241
!
!
class-map match-any voice-control-wan-out
description Match Voice Signaling traffic out
match ip dscp af31
match access-group name voice-control
class-map match-any voice-wan-out
description Match Voice Traffic out
match access-group name voice
match ip dscp ef
match access-group name voice-ip-mark
!
!
policy-map wan-edge-out
class voice-wan-out
priority 256
class voice-control-wan-out
bandwidth 16
class class-default
fair-queue
!
!
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
crypto isakmp key MaxxFin$123 address x.x.x.x
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA1 esp-3des esp-sha-hmac
crypto ipsec transform-set esp-md5-hmac esp-3des esp-md5-hmac
!
crypto map SDM_CMAP_1 1 ipsec-isakmp
description Tunnel to64.21.237.1
set peer x.x.x.x.x
set transform-set esp-md5-hmac
match address 102
qos pre-classify
!
!
!
interface Ethernet0
ip address 192.168.51.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no cdp enable
hold-queue 32 in
!
interface Ethernet1
ip address dhcp client-id Ethernet1
ip nat outside
ip inspect myfw out
ip virtual-reassembly
duplex auto
no cdp enable
crypto map SDM_CMAP_1
service-policy output wan-edge-out
!
interface Ethernet2
no ip address
shutdown
!
interface FastEthernet1
duplex auto
speed auto
!
interface FastEthernet2
duplex auto
speed auto
!
interface FastEthernet3
duplex auto
speed auto
!
interface FastEthernet4
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 y.y.y.y
ip route 74.0.0.0 255.0.0.0 hola.hola.hola
ip http server
no ip http secure-server
!
ip nat inside source list 130 interface Ethernet1 overload
!
!
ip access-list extended voice
remark Match the UDP ports that VoIP uses for Bearer Traffic
permit udp any any range 16384 32767
ip access-list extended voice-control
remark Match VoIP Control Traffic
remark SCCP
permit tcp any any range 2000 2002
remark H323 Fast Start
permit tcp any any eq 1720
remark H323 Slow Start
permit tcp any any range 11000 11999
remark H323 MGCP
permit udp any any eq 2427
remark SIP control
permit tcp any any eq 5060
permit udp any any eq 5060
ip access-list extended voice-ip-mark
permit ip host 192.168.51.2 192.168.235.0 0.0.0.255
access-list 23 permit 198.77.223.210
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 23 permit 192.168.51.0 0.0.0.255
access-list 23 permit 199.165.217.0 0.0.0.255
access-list 102 permit ip 192.168.51.0 0.0.0.255 192.168.235.0 0.0.0.255
access-list 111 permit icmp any any administratively-prohibited
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit icmp any any packet-too-big
access-list 111 permit icmp any any time-exceeded
access-list 111 permit icmp any any traceroute
access-list 111 permit icmp any any unreachable
access-list 111 permit udp any eq bootps any eq bootpc
access-list 111 permit udp any eq bootps any eq bootps
access-list 111 permit udp any eq domain any
access-list 111 permit esp any any
access-list 111 permit tcp any any eq telnet
access-list 111 permit tcp any any eq 22
access-list 111 permit udp any any eq isakmp
access-list 111 permit udp any any eq 10000
access-list 111 permit tcp any any eq 1723
access-list 111 permit tcp any any eq 139
access-list 111 permit udp any any eq netbios-ns
access-list 111 permit udp any any eq netbios-dgm
access-list 111 permit gre any any
access-list 111 deny ip any any
access-list 130 remark IPSec Rule
access-list 130 deny ip 192.168.51.0 0.0.0.255 192.168.235.0 0.0.0.255
access-list 130 permit ip 192.168.51.0 0.0.0.255 any
tftp-server open
tftp-server open.192.168.235.9
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end

and I need to change the ip address, for the outside - sinec the ISP is changing, that, the gateway, and there dns server - I would need to address all this. Will I also need to make changes on the VPN as well?
 
please edit your post and remove all wan addresses, passwords, and keys ASAP.

take no offense to this, but i would suggest taking a step back and analyzing your current skill set vs what is required of you as an employee. from the sound of it, you were forced into this position either by a hastey promotion or your primary network guy is MIA and your stepping up to the plate. while admirable, its not doing yourself or your employer a favor.

😛
 
Originally posted by: jlazzaro
please edit your post and remove all wan addresses, passwords, and keys ASAP.

take no offense to this, but i would suggest taking a step back and analyzing your current skill set vs what is required of you as an employee. from the sound of it, you were forced into this position either by a hastey promotion or your primary network guy is MIA and your stepping up to the plate.

forced into this position.... just a temporary thing, like I said I'm use to doing this via the pdm - where it takes care of it for me. I will edit that post immediately. Any other suggestions though?
 
Back
Top