-
Terminal
-
startup configuration : show start
-
running configuration: show run
-
VTP Configuration: show VTP
-
SDM Configuration: show SDM
-
-
SNMP/TFTP
-
Devices using OLD-CISCO-SYSTEM-MIB (running configuration only):
-
.1.3.6.1.4.1.9.2.1.55.ipAdress -> remoteFilename
-
-
Devices using CISCO-CONFIG-COPY-MIB (id is a unique integer):
-
.1.3.6.1.4.1.9.9.96.1.1.1.1.2.id -> 1 (TFTP)
-
.1.3.6.1.4.1.9.9.96.1.1.1.1.3.id -> 1 (network file)
-
.1.3.6.1.4.1.9.9.96.1.1.1.1.4.id -> type (4: running, 3: startup)
-
.1.3.6.1.4.1.9.9.96.1.1.1.1.5.id -> serverIpAddress
-
.1.3.6.1.4.1.9.9.96.1.1.1.114.id -> 1 (start transfer)
-
-
-
Terminal/TFTP
-
copy running-config tftp
-
copy startup-config tftp
-
-
For VLAN Database
-
Via Term
-
VLAN Text
-
“vlan database
-
show current
-
-
Via Term/TFTP - Get the partition name using the following:
-
"dir flash:"
-
"dir const_nvram:"
-
"dir cat4000_flash:"
-
"dir nvram:"
-
“copy <partitionName>:/vlan.dat tftp://<Server IP Address>/<local filename>”
-
-
Term/SCP
-
SCPget vlan.dat
-
-