Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3550, how to save config?

Status
Not open for further replies.

soulofmischief

Technical User
Apr 21, 2003
32
0
0
US
Afternoon all,

Im looking at adding a new ip route to a set of 3550's but im having some problems:
1. I don't know IOS.
2. I can telnet and get access into only one (of 3) 3550's. NO web interface for any of them.

So digging around a bit i found the following:

"Use the savecnf BackupID NodeName SV_Node <SV_IP_ADDR> command to save the configuration, where:

· BackupID is an 8-character name used as an identifier. A pull-down menu in the StrataView Topology window shows the BackupIDs of stored configurations for different times.

· NodeName is the name of the switch. The NodeName can be specified as an asterisk (*), which indicates all nodes in the network.

· SV_Node is the SV+ gateway node when the NWIP option is off. When the NWIP option is on, you must specify SV_NODE as an asterisk (*) and, in this case, the SV_IP_ADDR specifies the IP address of the SV+ station to which the savecnf command is destined."


So basically im looking to add to the current config and hopefully have it write to all three (based on "NodeName is the name of the switch. The NodeName can be specified as an asterisk (*), which indicates all nodes in the network").


For the backupID, do i have to specify a specific, existing back up id or can i create a new one?

How can i tell if my switches have NWIP on?

Basically all i need to add to all three is:

ip route 192.168.144.0 255.255.255.0 192.168.128.3

and have it save. unfortunately wr mem doesnt work :(



current config:

version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname mke3550sw1
!
aaa new-model
!
clock timezone CDT -6
clock summer-time CDT recurring
ip subnet-zero
ip routing
!
mls qos
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport mode trunk
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/2
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/3
description
switchport access vlan 10
switchport mode dynamic desirable
no ip address
duplex full
speed 100
!
interface FastEthernet0/4
description
switchport access vlan 10
switchport mode dynamic desirable
no ip address
duplex full
speed 100
!
interface FastEthernet0/5
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/6
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/7
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/8
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/9
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/10
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/11
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/12
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/13
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/14
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/15
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
duplex full
speed 100
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/16
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/17
description
switchport mode dynamic desirable
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/18
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/19
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/20
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/21
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/22
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/23
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/24
description
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 1
no ip address
mls qos trust cos
spanning-tree portfast
!
interface GigabitEthernet0/1
description Trunk port to mke3550sw2 and sw3
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
mls qos trust cos
!
interface GigabitEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
shutdown
!
interface Vlan1
ip address 10.0.128.10 255.255.255.0
!
interface Vlan10
ip address 192.168.128.10 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.128.1
ip route 10.0.32.0 255.255.255.0 192.168.128.2
ip route 172.16.1.0 255.255.255.0 192.168.128.3
ip route 172.17.1.0 255.255.255.252 192.168.128.2
ip route 192.168.32.0 255.255.255.0 192.168.128.2
ip route 192.168.64.0 255.255.255.0 192.168.128.3
ip route 192.168.96.0 255.255.255.0 192.168.128.3
ip route 192.168.254.0 255.255.255.0 192.168.128.3
no ip http server
!
!
logging trap debugging
logging 192.168.128.x



 
What happens when you try to log on to the other 2 switches with telnet?
Do you have physical access to the switch?
Do you have a console cable?
 
one i can telnet into, but after trying every user/pw combo that i know that we are using.. i cant get in. ive only been w/ this company 6 months and there is NO documentation at all. the other wont connect.

I have physical access to the switches and i have a console cable.. im contemplating doing the password recovery on the other 2, but i am hesistant as these are in a production enviroment, are out of warranty, and have no smartnet agreement. plus i'd like to have some basic knowledge about them before playing w/ them. so if i hose them, im going to be in deep poop.
 
OK, been in that situation before too.

Have you tried connecting with the console cable? That uses a different password and that one might work.

I am asking you this because, to be honest, i've never use the commands you showed in your first post (i've never even seen them before). I'm willing to help, but you will need to have either a telnet, aux or console connection first.

Password recovery is not difficult, i would not hesitate to recommend you read on how to do it. You will see the steps are easy and the chances of failure are not all that high, unless the switches were unstable to begin with.
 
i can telnet into one, ive got good access on the console port of another, and im trying to find the pw on the 3rd.

 
When you get access to all three, he's what you do

router> en
password: (enter the password)
router# conf t
router<config># ip route 192.168.144.0 255.255.255.0 192.168.128.3
router<config># exit
router# copy run start

It will ask to confirm that you want to write to the confg-startup file, reply with a "y"

You changes will now be saved within the configuration.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top