Configuration deploy
- SNMP/TFTP
- .1.3.6.1.4.1.9.5.1.5.1.0 -> serverIpAddress
- .1.3.6.1.4.1.9.5.1.5.2.0 -> remoteFilename for configuration file
- .1.3.6.1.4.1.9.5.1.5.3.0 -> id (integer representing Supervisor module)
- .1.3.6.1.4.1.9.5.1.5.4.0 -> 2 (push config from device)
- Term
- From the console prompts, the device is brought to the enable mode using enable then to the configure mode using conf t after which the configuration is entered line-by-line with checks for banners and for invalid input.
- If a banner is entered using banner motd X, the termination banner character X is stored, and there are no prompt checks until the final banner line is entered or a new prompt is detected.
- Term/TFTP
- Push to running config
- copy tftp config
- <ServerIPAddress>
- <local configuration file>
- Push to Start
- copy tftp flash”
- <ServerIPAddress>
- <Local configuration file>
- “bootflash”
- <Local configuration file>
- clear boot auto-config
- “set boot auto-config bootflash:" <configFileName>