Hi
I have lan network OS 6900 as core switch and OS 6540 as edge switch and I have Om OmniVista 2500 NMS 3.5.4GA .
i could NOT backup config neither from Web or CLI or Omnivist , i don't want do show configuration snapshot is not professional way front the custmer
this my config snapshot
show configuration snapshot
! Chassis:
system name (none)
ip interface emp address 192.168.1.1 mask 255.255.255.0
! Configuration:
! Capability Manager:
! Multi-Chassis:
multi-chassis chassis-id 2
multi-chassis vf-link create
multi-chassis vf-link member-port 1/19
multi-chassis vf-link member-port 1/20
multi-chassis hello-interval 1
! Virtual Flow Control:
! Interface:
! Link Aggregate:
linkagg range local 0-47 peer 48-95 multi-chassis 96-127
linkagg static agg 100 size 2 admin-state enable multi-chassis active
linkagg static agg 100 name "floor-1"
linkagg static port 1/1 agg 100
! VLAN:
vlan 1 admin-state enable
vlan 1 name "MNGMT"
vlan 10 admin-state enable
vlan 10 name "VLAN10"
vlan 20 admin-state enable
vlan 20 name "vlan20"
vlan 30 admin-state enable
vlan 30 name "vlan30"
vlan 200 admin-state enable
vlan 200 members linkagg 100 tagged
! Spanning Tree:
spantree vlan 1 admin-state enable
spantree vlan 10 admin-state enable
spantree vlan 20 admin-state enable
spantree vlan 30 admin-state enable
spantree vlan 200 admin-state enable
! Bridging:
! Port Mirroring:
! Port Mapping:
! IP:
ip service port 21 admin-state enable
ip service port 22 admin-state enable
ip service port 23 admin-state enable
ip service port 80 admin-state enable
ip service port 123 admin-state disable
ip service port 161 admin-state enable
ip service port 443 admin-state enable
ip interface "MNGMT" address 10.10.1.1 mask 255.255.255.0 vlan 1 no forward ifindex 1
ip interface "vlan10" address 10.10.10.1 mask 255.255.255.0 vlan 10 no forward ifindex 2
ip interface "vlan20" address 10.10.20.1 mask 255.255.255.0 vlan 20 ifindex 3
ip interface "vlan30" address 10.10.30.1 mask 255.255.255.0 vlan 30 ifindex 4
ip interface "vlan40" ifindex 5
! IPv6:
! IPSec:
! IPMS:
! AAA:
aaa authentication console "local"
aaa authentication telnet "local"
aaa authentication ftp "local"
aaa authentication http "local"
aaa authentication snmp "local"
! NTP:
! QOS:
! Policy Manager:
! VLAN Stacking:
! ERP:
! MVRP:
! LLDP:
! UDLD:
! Server Load Balance:
! High Availability Vlan:
! Session Manager:
! Web:
! Trap Manager:
snmp station 10.10.1.100 162 "btcadmin" v3 enable
! Health Monitor:
! System Service:
swlog appid capManSig subapp all level error
! SNMP:
! BFD:
! IP Route Manager:
! VRRP:
VRRP 1 1 ADMIN-STATE DISABLE
VRRP 1 1 PRIORITY 80 PREEMPT INTERVAL 1
VRRP 1 1 ADDRESS 10.10.1.3
VRRP 1 1 ADMIN-STATE ENABLE
! UDP Relay:
! RIP:
! OSPF:
! IP Multicast:
! DVMRP:
! IPMR:
! RIPng:
! OSPF3:
! BGP:
! Netsec:
! Module:
! RDP:
! DA-UNP:
! DHL:
How to take backup config by ftp or tftp
Re: How to take backup config by ftp or tftp
Does this config work? I see some missing lines regarding MC-LAG (i beleive for Multichassis active LACPs you need system-id set and also on the port)..
For your problem:
What exactly do you want to achive?
I never had a problem to get the config/firmware by ftp (using Midnight commander/Filezilla) or Omnivista (i'll test that later..)
For your problem:
What exactly do you want to achive?
I never had a problem to get the config/firmware by ftp (using Midnight commander/Filezilla) or Omnivista (i'll test that later..)
-
aljaafri
Re: How to take backup config by ftp or tftp
hi
you said there are missing line can show me what is it because it's work fine with me
please show me command line what work with you in CLI i ues Cerberus FTP Server and i will try use Midnight commander/Filezilla
you said there are missing line can show me what is it because it's work fine with me
please show me command line what work with you in CLI i ues Cerberus FTP Server and i will try use Midnight commander/Filezilla
Re: How to take backup config by ftp or tftp
Ahh may be wrong, missed that you are using static aggs (i did not do that for years).
To the ftp:
I usally connect with ftp to the switch and copy the files there..
In AOS7 switch management guide are several examples of how to copy from the switch to a remote server:
I guess having a look there should help..
To the ftp:
I usally connect with ftp to the switch and copy the files there..
In AOS7 switch management guide are several examples of how to copy from the switch to a remote server:
Using the Switch as an FTP Client
Using the switch as an FTP client is useful in cases where you do not have access to a workstation with an
FTP client. You can establish an FTP session locally byconnecting a terminal to the switch console port.
You can also establish an FTP sessionto a remote switch by using a Telnet session. Once you are logged
into the switch as an FTP client, you can use standard FTP commands.
Use the switch ftpcommand to start its FTP client.
1 Establish a connection to the switchas explained in your appropriate Getting Started Guide.
2 Log on to the switch and enter the ftpcommand to start the FTP client. Next, enter a valid host name
or IP address.
-> ftp 198.51.100.101
Connecting to [198.51.100.101]...connected
220 cosmo FTP server (UNIX(r) System V Release 4.1) ready
Name :
Note. You can only use a host name instead of an IP address if the DNS resolver has been configured and
enabled. If not, you must specify an IP address.
3 Set the client to binary mode with the bincommand. Enter a valid user name and password for the host
you specified with the ftpcommand. A screen similar to the following is displayed:
Name: Jsmith
331 Password required for Jsmith
Password: *****
230 User Jsmith logged in.
4 After logging in, you will receive the ftp->prompt. You may enter a question mark (?) to view
available FTP commands as shown below.
ftp->?
Supported commands:
ascii binary bye cd delete
dir get help hash ls
put pwd quit remotehelp user
lpwd mput mget prompt !ls
lcd user
Code: Select all
Using TFTP to Transfer Files
Trivial File Transfer Protocol (TFTP), a client-server protocol, can be used to transfer files between the
TFTP server and client. TFTP client functionality on the OmniSwitch is used to download files from or
upload files to the TFTP server within a LAN using the tftpcommand.
The following is an example of how to start a TFTP session to download a file from a TFTP server:
-> tftp -g -l local_file -r remote_file 198.51.100.50