Credential management

  • SNMP
    • security login new -username <community string> -application snmp -authmethod community -profile readonly
    • security login new -username <community string> -application snmp -authmethod community -profile admin
  • Account
    • security login new -username <new username> -application telnet -authmethod password -profile admin
    • security login delete -username <old username> -application telnet -authmethod password -profile admin