Configuration deploy
- Term
- "configure terminal"
- Configuration can be send line by line to the device as device commands.
- "end"
- Term/TFTP
- "copy tftp://<SERVERIPADDR>/<local config filename> <configuration FileName>"
- "configure terminal"
- "boot config <configuration FileName>"
- "Y"
- "end"
- Term/FTP
- "delete /incoming/voyence.cnf"
- FTP the configuration file to the device
- "copy /incoming/voyence.cnf <configuration FileName>"
- "configure terminal"
- "boot config <configuration FileName>"
- "Y"
- "end"