All MIBs › CASCADE-MIB › nodeFileTransferRequest
nodeFileTransferRequest
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::nodeFileTransferRequest
OID (numeric): 1.3.6.1.4.1.277.1.3.66
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description: This object is used to initiate file transfers to and from the switch. A management station can initiate a file transfer by settting this object of text string in the following format:
operation filename time-to-wait target-host protocol
where operation - [get | put], filename - configuration.[card] time-to-wait - a number in seconds target-host - the IP address of target host protocol - [tftp | ftp]
Multiple transfers can be specified by repeating above with ';' between each transfer specifier.
Examples:
o get configuration.10 5 152.148.10.100 tftp
will start a transfer of configuration information on card 10 to host 152.148.10.100 in 5 seconds.
o put configuration.1 2 152.148.1.1 tftp ; get configuration.1 15 152.148.1.1 tftp
will (1) transfer configuration.1 from 152.148.1.1 (2) transfer configuration.2 to 152.148.1.1
To cancel the transfer request, set this object to empty.
What is nodeFileTransferRequest?
Writing a specially formatted text string, giving operation, filename, time-to-wait, target-host, and protocol, to this object initiates a get or put file transfer to or from the switch, functioning as a command-line-style control interface embedded in an SNMP object. For example, writing a put command with a card's configuration filename, a wait time, and a TFTP server address pushes that card's configuration file to the specified server after the wait elapses.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.3.66 snmpwalk -v2c -c public <target> CASCADE-MIB::nodeFileTransferRequest
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.3.66.1 snmpget -v2c -c public <target> CASCADE-MIB::nodeFileTransferRequest.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.3.66.1 s <value>
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::nodeFileTransferRequest OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.3 | node | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.3.66 | nodeFileTransferRequest | CASCADE-MIB |