cancel
Showing results for 
Search instead for 
Did you mean: 

copy startup-config.txt between devices?

james_pethigal
New Contributor II
Very simple question!

Replacing an icx7250-48p-poe with the exact same model, current one has a couple bad ports.
I was just going to copy the startup-config.txt to the new device.  (USB or TFTP)
But.. they are at different flash versions.


startup-config.txt (Current switch)
!
ver 08.0.61cT213
!
stack unit 1
  module 1 icx7250-48p-poe-port-management-module
  module 2 icx7250-sfp-plus-8port-80g-module

Do I remove the ver number, changed it to the current flash version on the new switch, or will the switch just automatically change it?

Cheers


4 REPLIES 4

netwizz
Contributor III
Honestly, I have always just pasted the configurations back in.

Typically, I back them up with Solar Winds, Orion.


That said, with one switch, I would just do a "show run" and copy it into a text file.

You will probably want to first:

device(config)# enable password-display


Then SNMP community strings, passwords, etc. actually copy.

brian_powers
New Contributor III
If you're wanting firmware and/or bootrom firmware to match, that's a separate process.  One I'd do before copy/pasting configs in.  As some commands may have changed or be deprecated with vastly different code bases.

Here is a blog power I use on occasion when I need a refresher in firmware updates on the ICX platform.

https://www.dentonsolutions.com/2018/08/01/ruckus-switch-firmware-upgrade-how-to/


netwizz
Contributor III
I would typically agree with matching.

That said, all that has changed depends on how far back you go.  On the 7xxx platform 08.0.70 turns on POE by default (no harm)

08.0.80 depreciates dual-mode.

If you are booting the Primary, I would leave it set to boot Default, because that means primary first.

***

The website you mentioned is pretty good, and to be honest I have yet to mount a USB stick and copy the files from there.  Usually I do it with TFTP, but that's all good either way.

Usually, I just upgrade everything to the latest code before configuring it.

The thing is depending upon the version, the upgrade commands change a little...

For example, from 08.0.60x or 08.0.61x I use:
copy tftp flash 10.1.2.3 mnz10114.bin bootrom
copy tftp flash 10.1.2.3 SPR08080e.bin secondary
copy tftp flash 10.1.2.3 SPS08080e.bin primary

To verify, is more than just showing flash.  The command I actually type is "verify md5 pri" or "verif md5 sec"


IF I am at 08.0.70x or later, I use this because it actually gives you control of where the image goes:

copy tftp system-manifest 10.1.2.3 FI08080e_Manifest.txt primary switch-image
copy tftp system-manifest 10.1.2.3 FI08080e_Manifest.txt secondary router-image


AFTER I get to 08.0.80x, I jump to 08.0.90x /w UFI doing this:

copy tftp flash 10.1.2.3 SPS08090eufi.bin primary
copy tftp flash 10.1.2.3 SPR08090eufi.bin secondary


*************
I actually did one today for the first time in months From out of box to 08.0.90e:




Hotplugger Daemon Initialized ..
System initialization completed...console going online.


  Copyright (c) 1996-2017 Brocade Communications Systems, Inc. All rights reserved.
    UNIT 1: compiled on Aug 14 2017 at 06:54:44 labeled as SPS08061a
      (24723488 bytes) from Primary SPS08061a.bin
        SW: Version 08.0.61aT211 
      Compressed Boot-Monitor Image size = 786944, Version:10.1.10T225 (mnz10110)
       Compiled on Sun Jun 25 09:25:15 2017

  HW: Stackable ICX7150-C12-POE
==========================================================================
UNIT 1: SL 1: ICX7150-C12-2X1G POE 12-port Management Module
      Serial  #:redacted
      Current License: 2X1G  
      P-ASIC  0: type B160, rev 11  Chip BCM56160_B0
==========================================================================
UNIT 1: SL 2: ICX7150-2X1GC 2-port 2G Module
==========================================================================
UNIT 1: SL 3: ICX7150-2X10GF 2-port 20G Module
==========================================================================
 1000 MHz ARM processor ARMv7 88 MHz bus
 8192 KB boot flash memory
 2048 MB code flash memory
 1024 MB DRAM
STACKID 1  system uptime is 9 second(s) 
The system started at 00:02:06 GMT+00 Sat Jan 01 2000

The system : started=cold start   

ICX7150-C12 Switch>
PS 1, Internal Power supply  detected.
PS 1, Internal Power supply  is up.
PoE Info: Adding new 54V capacity of 124000 mW, total capacity is 124000, total free capacity is 124000

ICX7150-C12 Switch>en

No password has been assigned yet...

ICX7150-C12 Switch(config)#no spanning-tree

ICX7150-C12 Switch(config)#logging console

ICX7150-C12 Switch(config)#logging persistence

ICX7150-C12 Switch(config)#ip address 10.1.2.20/21


SYSLOG: <14> Jan  1 00:04:02 Added ip address 10.1.2.20 by un-authenticated user from console session.
ICX7150-C12 Switch(config)#ip dns domain-name redacted.gov

ICX7150-C12 Switch(config)#ip dns server-address 10.4.5.6 10.4.5.7

ICX7150-C12 Switch(config)#no ip dhcp-client auto-update enable

ICX7150-C12 Switch(config)#
SYSLOG: <14> Jan  1 00:04:02 DHCPC: auto-update state was changed to disabled 
no ip dhcp-client enable

ICX7150-C12 Switch(config)#ip default-gateway 10.1.2.1

ICX7150-C12 Switch(config)#clock summer-time

ICX7150-C12 Switch(config)#clock timezone us Eastern

ICX7150-C12 Switch(config)#sntp server 10.220.1.1 4

Invalid input -> sntp server 10.220.1.1 4
Type ? for a list
ICX7150-C12 Switch(config)#ntp


SYSLOG: <14> Dec 31 19:04:02 NTP: The system clock is not synchronized and does not have a reference configured. 
ICX7150-C12 Switch(config-ntp)# server 10.220.1.1


SYSLOG: <14> Dec 31 19:04:02 NTP: client association is mobilized for 10.220.1.1. 

SYSLOG: <14> Dec 31 19:04:02 NTP: The system clock is not synchronized to any time source. 
ICX7150-C12 Switch(config-ntp)#
SYSLOG: <15> Dec 31 19:04:02 DHCPC: Stopped DHCP Client service 
!

ICX7150-C12 Switch(config-ntp)#exit

ICX7150-C12 Switch(config)#exit

ICX7150-C12 Switch#
SYSLOG: <14> Dec 31 19:04:02 Security: running-config was potentially changed by operator from console 

SYSLOG: <14> Dec 31 19:04:11 System: Interface ethernet 1/1/7, state up 


ICX7150-C12 Switch#sh ip


     Switch IP address: 10.1.2.20    

           Subnet mask: 255.255.248.0  

Default router address: 10.1.2.1     
   TFTP server address: 10.1.2.3     
Configuration filename: None
        Image filename: spz10114.bin
                IP MTU: 1500
ICX7150-C12 Switch#ping 10.1
SYSLOG: <14> Feb  5 13:47:41 Security: Time is updated by NTP server "10.220.1.1" from  "19:05:14.114 Eastern Fri Dec 31 1999 " to "13:47:41.393 Eastern Wed Feb 05 2020 " 
.144.4

Sending 1, 16-byte ICMP Echo to 10.1.2.3, timeout 5000 msec, TTL 64
Type Control-c to abort
Reply from 10.1.2.3      : bytes=16 time=1ms TTL=128
Success rate is 100 percent (1/1), round-trip min/avg/max=1/1/1 ms.
ICX7150-C12 Switch#copy tftp flash 10.1.2.3 spz10114.bin bootrom


ICX7150-C12 Switch#copy tftp flash 10.1.2.3 mnz10114.bin bootrom

ICX7150-C12 Switch#Load to buffer (8192 bytes per dot) 
.................................
SYNCING IMAGE TO FLASH. DO NOT SWITCH OVER OR POWER DOWN THE UNIT(65536 bytes per dot)...
............
TFTP to Flash Done.
ICX7150-C12 Switch#copy tftp flash 10.1.2.3 SPS08080e.bin primary

ICX7150-C12 Switch#sh boot

Boot system preference(Configured):
Use Default

Boot system preference(Default):
Boot system flash primary
Boot system flash secondary
ICX7150-C12 Switch#sh fl

Stack unit 1:
  Compressed Pri Code size = 24723488, Version:08.0.61aT211 (SPS08061a.bin)
  Compressed Sec Code size = 28314668, Version:08.0.61aT213 (SPR08061a.bin)
  Compressed Boot-Monitor Image size = 786432, Version:10.1.14T225
  Code Flash Free Space = 1311850496

ICX7150-C12 Switch#copy tftp flash 10.1.2.3 SPS08080e.bin primary

ICX7150-C12 Switch#Load to buffer (8192 bytes per dot) 
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
SYNCING IMAGE TO FLASH. DO NOT SWITCH OVER OR POWER DOWN THE UNIT(65536 bytes per dot)...
.............................................................................................................................................................................................................................................................................................................................................................................................................
TFTP to Flash Done.

ICX7150-C12 Switch#sh fl

Stack unit 1:
  Compressed Pri Code size = 25973456, Version:08.0.80eT211 (SPS08080e.bin)
  Compressed Sec Code size = 28314668, Version:08.0.61aT213 (SPR08061a.bin)
  Compressed Boot-Monitor Image size = 786432, Version:10.1.14T225
  Code Flash Free Space = 1311850496

ICX7150-C12 Switch#copy tftp flash 10.1.2.3 SPR08080e.bin secondary

ICX7150-C12 Switch#Load to buffer (8192 bytes per dot) 
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
SYNCING IMAGE TO FLASH. DO NOT SWITCH OVER OR POWER DOWN THE UNIT(65536 bytes per dot)...
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................
TFTP to Flash Done.
ICX7150-C12 Switch#verif md5 pri

ICX7150-C12 Switch#............................................................................................................................................................................................................................................................................................................................................................................................................Done
Size = 25973456, MD5 03420970e5d4bb0cd48f5bc6485541a8 
ICX7150-C12 Switch#verif md5 sec

ICX7150-C12 Switch#................................
SYSLOG: <14> Feb  5 13:56:14 System: Interface ethernet 1/1/7, state down 
.......................................................................................................................................................................................................................................................................................................................................................................................................................................Done
Size = 29826604, MD5 82d4bd085d6b8e1616da651040d98274 
ICX7150-C12 Switch#erase start



ICX7150-C12 Switch#reload

The system is going down NOW!




INFO: empty config data in the primary area, try to read from backup
INFO: empty config data in the backup area also

System initialization completed...console going online.


  Copyright (c) 2017 Ruckus Wireless, Inc. All rights reserved.
    UNIT 1: compiled on Apr  9 2019 at 03:09:20 labeled as SPS08080e
      (25973456 bytes) from Primary SPS08080e.bin
        SW: Version 08.0.80eT211 
      Compressed Boot-Monitor Image size = 786944, Version:10.1.14T225 (mnz10114)
       Compiled on Thu Nov 15 12:59:22 2018

  HW: Stackable ICX7150-C12-POE
==========================================================================
UNIT 1: SL 1: ICX7150-C12-2X1G POE 12-port Management Module
      Serial  #:Redacted
      Software Package: BASE_SOFT_PACKAGE   
      Current License: 2X1G  
      P-ASIC  0: type B160, rev 11  Chip BCM56160_B0
==========================================================================
UNIT 1: SL 2: ICX7150-2X1GC 2-port 2G Module
==========================================================================
UNIT 1: SL 3: ICX7150-2X10GF 2-port 20G Module
==========================================================================
 1000 MHz ARM processor ARMv7 88 MHz bus
 8192 KB boot flash memory
 2048 MB code flash memory
 1024 MB DRAM
STACKID 1  system uptime is 7 second(s) 
The system started at 19:00:21 GMT+00 Wed Feb 05 2020

The system : started=cold start   


ICX7150-C12 Switch>
Creating certificate, please wait...

SSL Client Certificate is successfully created

PS 1, Internal Power supply  detected.
PS 1, Internal Power supply  is up.
PoE: Stack unit 1 PS 1, Internal Power supply  with 124000 mwatts capacity is up
PoE Info: Adding new 54V capacity of 124000 mW, total capacity is 124000, total free capacity is 124000
PoE Info: PoE module 1 of Unit 1 on ports 1/1/1 to 1/1/12 detected. Initializing....
2000 log entries of PoE Event Trace Log Buffer is allocated on unit 1 for unit 1 
PoE Event Trace Logging enabled for unit 1
PoE Info: Current Firmware version 1.8.7, Recommended Firmware version 2.1.1,  Upgrade Required.
PoE Info: PoE FW upgrade is required. Auto upgrade will start now.
Firmware version from File: 2.1.1
PoE Warning: Upgrading firmware in slot 1....DO NOT SWITCHOVER OR POWER DOWN THE UNIT.
PoE Info: FW Download on slot 1...sending download command...
PoE Info: FW Download on slot 1...TPE response received.
PoE Info: FW Download on slot 1...sending erase command...
PoE Info: FW Download on slot 1...erase command...accepted.
PoE Info: FW Download on slot 1...erasing firmware memory...
PoE Info: FW Download on slot 1...erasing firmware memory...completed
PoE Info: FW Download on slot 1...sending program command...
PoE Info: FW Download on slot 1...sending program command...accepted.
PoE Info: FW Download on slot 1...programming firmware...takes around 5 minutes....
U1-MSG: PoE Info: Firmware Download on slot 1.....10 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....20 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....30 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....40 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....50 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....60 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....70 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....80 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....90 percent completed.
U1-MSG: PoE Info: Firmware Download on slot 1.....100 percent completed.
PoE Info: FW Download on slot 1...programming firmware...completed.
PoE Info: FW Download on slot 1...upgrading firmware...completed. Module will be reset.
PoE Info: Resetting in slot 1....
PoE Info: Resetting module in slot 1....completed.
PoE Info: Programming Ruckus defaults.....
PoE Info: Programming Ruckus defaults. Step 1: Writing port defaults on module in slot 1....
PoE Info: Programming Ruckus Defaults: Step 2: Writing PM defaults on module in slot 1.
PoE Info: Programming Ruckus defaults. Step 3: Writing user byte 0xf4 on module in slot 1.
PoE Info: Programming Ruckus defaults. Step 4: Saving settings on module in slot 1.
PoE Info: Programming Ruckus defaults....completed.
PoE Info: PoE module 1 of Unit 1 initialization is done. 


ICX7150-C12 Switch(config)#en

ICX7150-C12 Switch#conf t

ICX7150-C12 Switch(config)#no spanning-tree

ICX7150-C12 Switch(config)#logging console

ICX7150-C12 Switch(config)#logging persistence

ICX7150-C12 Switch(config)#ip address 10.1.2.20/21


SYSLOG: <14> Feb  5 19:06:22 Added ip address 10.1.2.20 by un-authenticated user from console session.
ICX7150-C12 Switch(config)#ip dns domain-name dhec.sc.gov

ICX7150-C12 Switch(config)#ip dns server-address 10.4.5.6 10.4.5.7

ICX7150-C12 Switch(config)#no ip dhcp-client auto-update enable

ICX7150-C12 Switch(config)#
SYSLOG: <14> Feb  5 19:06:23 DHCPC: auto-update state was changed to disabled 
no ip dhcp-client enable

ICX7150-C12 Switch(config)#ip default-gateway 10.1.2.1

ICX7150-C12 Switch(config)#clock summer-time

ICX7150-C12 Switch(config)#clock timezone us Eastern

ICX7150-C12 Switch(config)#ntp


SYSLOG: <14> Feb  5 14:06:23 NTP: The system clock is not synchronized and does not have a reference configured. 
ICX7150-C12 Switch(config-ntp)# server 10.220.1.1


SYSLOG: <14> Feb  5 14:06:23 NTP: client association is mobilized for 10.220.1.1. 

SYSLOG: <14> Feb  5 14:06:23 NTP: The system clock is not synchronized to any time source. 
ICX7150-C12 Switch(config-ntp)#!

ICX7150-C12 Switch(config-ntp)#exit

ICX7150-C12 Switch(config)#exit

ICX7150-C12 Switch#
SYSLOG: <14> Feb  5 14:06:23 Security: running-config was potentially changed by operator from console 


ICX7150-C12 Switch#
SYSLOG: <14> Feb  5 14:06:24 DHCPC: protocol disabled 

SYSLOG: <14> Feb  5 14:06:31 System: Interface ethernet 1/1/7, state up 

SYSLOG: <14> Feb  5 14:06:32 System: PoE: Power disabled on port 1/1/7 because of detection of non-PD. PD detection will be disabled on port. 




ICX7150-C12 Switch#sh fl

Stack unit 1:
  NAND Type: Micron NAND 2GiB (x 1)
  Compressed Pri Code size = 25973456, Version:08.0.80eT211 (SPS08080e.bin)
  Compressed Sec Code size = 29826604, Version:08.0.80eT213 (SPR08080e.bin)
  Compressed Boot-Monitor Image size = 786944, Version:10.1.14T225
  Code Flash Free Space = 1318756352

ICX7150-C12 Switch#ping 10.1.2.3

Sending 1, 16-byte ICMP Echo to 10.1.2.3, timeout 5000 msec, TTL 64
Type Control-c to abort
Reply from 10.1.2.3      : bytes=16 time=1ms TTL=128
Success rate is 100 percent (1/1), round-trip min/avg/max=1/1/1 ms.
ICX7150-C12 Switch#copy tftp flash 10.1.2.3 SPS08090eufi.bin primary
SYSLOG: <14> Feb  5 14:07:41 Security: Time is updated by NTP server "10.220.1.1" from  "14:07:40.170 Eastern Wed Feb 05 2020 " to "14:07:41.546 Eastern Wed Feb 05 2020 " 



ICX7150-C12 Switch#copy tftp flash 10.1.2.3 SPS08090eufi.bin primary

ICX7150-C12 Switch#Load to buffer (8192 bytes per dot) 

SYSLOG: <14> Feb  5 14:08:03 COPY IMAGE TO FLASH START
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Processing the bundle image...

Flashing application image to Primary partition...

SYSLOG: <14> Feb  5 14:09:43 COPY APPLICATION IMAGE FROM BUNDLE START

SYNCING IMAGE TO FLASH. DO NOT SWITCH OVER OR POWER DOWN THE UNIT(65536 bytes per dot)...
......................................................................................................................................................................................................................................................................................................................................................................................................................................................

Flashing bootrom image...

SYSLOG: <14> Feb  5 14:10:12 COPY BOOTROM IMAGE FROM BUNDLE START

SYNCING IMAGE TO FLASH. DO NOT SWITCH OVER OR POWER DOWN THE UNIT(65536 bytes per dot)...
............

Post processing bundle image...

Bundle image processed successfully
ICX7150-C12 Switch#
SYSLOG: <14> Feb  5 14:10:20 COPY  BUNDLE IMAGE COMPLETED



ICX7150-C12 Switch#sh fl

Stack unit 1:
  NAND Type: Micron NAND 2GiB (x 1)
  Compressed Pri Code size = 28674200, Version:08.0.90eT211 (SPS08090e.bin)
  Compressed Sec Code size = 29826604, Version:08.0.80eT213 (SPR08080e.bin)
  Compressed Boot-Monitor Image size = 786432, Version:10.1.15T225
  Code Flash Free Space = 1277210624
ICX7150-C12 Switch#copy tftp flash 10.1.2.3 SPR08090eufi.bin secondary

ICX7150-C12 Switch#Load to buffer (8192 bytes per dot) 
.
SYSLOG: <14> Feb  5 14:11:29 COPY IMAGE TO FLASH START
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Processing the bundle image...

Flashing application image to Secondary partition...

SYSLOG: <14> Feb  5 14:13:20 COPY APPLICATION IMAGE FROM BUNDLE START

SYNCING IMAGE TO FLASH. DO NOT SWITCH OVER OR POWER DOWN THE UNIT(65536 bytes per dot)...
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Flashing bootrom image...

SYSLOG: <14> Feb  5 14:13:53 COPY BOOTROM IMAGE FROM BUNDLE START

SYNCING IMAGE TO FLASH. DO NOT SWITCH OVER OR POWER DOWN THE UNIT(65536 bytes per dot)...
............

Post processing bundle image...

Bundle image processed successfully
ICX7150-C12 Switch#
SYSLOG: <14> Feb  5 14:14:01 COPY  BUNDLE IMAGE COMPLETED




ICX7150-C12 Switch#sh fl

Stack unit 1:
  NAND Type: Micron NAND 2GiB (x 1)
  Compressed Pri Code size = 28674200, Version:08.0.90eT211 (SPS08090e.bin)
  Compressed Sec Code size = 32550404, Version:08.0.90eT213 (SPR08090e.bin)
  Compressed Boot-Monitor Image size = 786432, Version:10.1.15T225
  Code Flash Free Space = 1230946304
ICX7150-C12 Switch#
SYSLOG: <14> Feb  5 14:14:14 System: Interface ethernet 1/1/7, state down 




ICX7150-C12 Switch#erase start




ICX7150-C12 Switch#reload




System initialization completed...console going online.

 Successfully notified stack role 'none' to hm

  Copyright (c) Ruckus Networks, Inc. All rights reserved.
    UNIT 1: compiled on Nov 19 2019 at 04:11:53 labeled as SPS08090e
      (28674200 bytes) from Primary SPS08090e.bin (UFI)
        SW: Version 08.0.90eT211 
      Compressed Secondary Boot Code size = 786944, Version:10.1.15T225 (mnz10115)
       Compiled on Thu Jan 31 07:08:55 2019

  HW: Stackable ICX7150-C12-POE
==========================================================================
UNIT 1: SL 1: ICX7150-C12-2X1G POE 12-port Management Module
      Serial  #:Redacted
      Software Package: BASE_SOFT_PACKAGE   
      Current License: 2X1G  
      P-ASIC  0: type B160, rev 11  Chip BCM56160_B0
==========================================================================
UNIT 1: SL 2: ICX7150-2X1GC 2-port 2G Module
==========================================================================
UNIT 1: SL 3: ICX7150-2X10GF 2-port 20G Module
==========================================================================
 1000 MHz ARM processor ARMv7 88 MHz bus
 8192 KB boot flash memory
 2048 MB code flash memory
 1024 MB DRAM
STACKID 1  system uptime is 8 second(s) 
The system started at 19:17:15 GMT+00 Wed Feb 05 2020

The system : started=warm start   reloaded=by "reload"



Press Enter key to login
Debug: Feb  5 19:17:17 read_private_key_from_tpm, TPM Engine Init Done..!!

Creating certificate, please wait...

SSL Client Certificate is successfully created


Press Enter key to login

PS 1, Internal Power supply  detected.
PS 1, Internal Power supply  is up.
PoE: Stack unit 1 PS 1, Internal Power supply  with 124000 mwatts capacity is up
PoE Info: Adding new 54V capacity of 124000 mW, total capacity is 124000, total free capacity is 124000

RSA Key pair is successfully created
ICX7150-C12 SwitchPoE Info: PoE module 1 of Unit 1 on ports 1/1/1 to 1/1/12 detected. Initializing....
2000 log entries of PoE Event Trace Log Buffer is allocated on unit 1 for unit 1 
PoE Event Trace Logging enabled for unit 1
PoE Info: PoE module 1 of Unit 1 initialization is done. 


User Access Verification

Please Enter Login Name: 


james_pethigal
New Contributor II
All good information!   
Thanks!