Discussion:
[rancid] Need help with backup nortel 5520 configuration
Snaiper
2009-11-15 10:25:20 UTC
Permalink
*Hi,
i have switch nortel 5520
when I try to telnet my switch it shows an UI (need Press Ctrl+Y)
Is there any support with blogin to Nortel siwtches with UI?
current i found options backup switch through snmp to tftp server

example:

backup text mode
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.5.1 a <ip
tftp server>
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.4.1 s
<name>.cfg
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.4.19.0 i 4
snmpget -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.1.25.0

backup binary mode
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.5.1 a <ip
switch>
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.4.1 s
<name>.cfg
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.1.24.0 i 4
snmpget -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.1.25.0

but my problem my version of switch not support
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.4.19.0 i 4
(current i have problem upgrade all switch)

i need support with login options Ctrl+Y

Thanks
Roman
*
Omachonu Ogali
2009-11-16 03:27:40 UTC
Permalink
I did something for this exact set of switches a few months ago, it should
help you with the dreaded Ctrl-Y interfaces on the older code. Diff is in
the attachment:
http://www.shrubbery.net/pipermail/rancid-discuss/2009-October/004292.html

Although, if the code supports it, I strongly suggest you change the
configuration to default to CLI interface instead of the menu interface.

oo
Post by Snaiper
*Hi,
i have switch nortel 5520
when I try to telnet my switch it shows an UI (need Press Ctrl+Y)
Is there any support with blogin to Nortel siwtches with UI?
current i found options backup switch through snmp to tftp server
backup text mode
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.5.1 a <ip
tftp server>
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.4.1 s
<name>.cfg
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.4.19.0 i 4
snmpget -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.1.25.0
backup binary mode
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.5.1 a <ip
switch>
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.2.1.4.1 s
<name>.cfg
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.1.24.0 i 4
snmpget -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.2.1.25.0
but my problem my version of switch not support
snmpset -v2c -c private <ip switch> .1.3.6.1.4.1.45.1.6.4.4.19.0 i 4
(current i have problem upgrade all switch)
i need support with login options Ctrl+Y
Thanks
Roman
*
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
Snaiper
2009-11-16 15:09:32 UTC
Permalink
Thanks,
all work fine

Loading...