Stratix 8000 Configs.

jarvism

Member
Join Date
Jan 2017
Location
Graham
Posts
7
First real time posting. I got a project I'm working on, The company I work at uses multi. stratix 8000 and 8300 with version 12.55. My problem is we use 2 different configs. Each one depending on the perpis of the stratix I'm wanting to pull the configs off one that's working an place it in a new stratix that's being set up. I can do this in Rslogix 5000, But wondering if there was another way to copy them.
 
You can telnet into the switch and use the command line interface to print out the configuration and then copy it to the second switch.

I use PuTTY to telnet as it lets you scroll back and copy the configuration.

  1. Telent into the switch
  2. enter your password
  3. type enable
  4. enter password
  5. type sho config
  6. The switch will print out the entire configuration.
  7. Copy the entire configuration into a text file.
  8. type exit
  9. telnet into the second switch
  10. enter password
  11. type enable
  12. enter password
  13. type config t
  14. enter password
  15. paste the file into the telnet session.
  16. exit

I did that list from memory so it might miss a step.

Also be aware if you change ip addresses or routing in the file you could lose connection and it will not complete successfully. Login to the new ip address and repeat again. But best if you manually change the second switch's ip address prior to beginning.
 

Similar Topics

What happens if you power up a 1783-MS10T with a Compact Flash card from a 1783-MS06T? Does it work, but with the "extra" ports unconfigured? If...
Replies
0
Views
74
Hey, I have a Stratix 8000 which have factory reset. When I power it on now the EIP Mod light flashes for about 10 seconds. Then all the status...
Replies
5
Views
2,257
Hello Guys I had to reset a stratix 8000 to its defaults, but now it haves an alarm a port is flashing brown/green the message it has is not...
Replies
4
Views
2,676
I have forgot password of console login When I am going to connect stratix-8000 through putty terminal,I have a username but password was given by...
Replies
4
Views
1,709
I have a number of AB Stratix 8000 and 5700 switches which are passing all data but I cannot web into them nor ping them. these switches go into...
Replies
3
Views
2,599
Back
Top Bottom