Configuration Deploy

  • Terminal
    • From the console prompts, the device is put into configuration mode using enable 15 and configure terminal, and if successful, the configuration is issued line-by-line with checks for banner content and invalid input messages.
    • 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.
  • SNMP/TFTP
    • Devices supporting OLD-CISCO-SYSTEM-MIB (running configuration only):
      • .1.3.6.1.4.1.9.2.1.50.ipAddress -> remoteFilename
    • Devices supporting 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 -> type (4: running, 3: startup)
      • .1.3.6.1.4.1.9.9.96.1.1.1.1.4.id -> 1 (network file)
      • .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)