pyntc icon indicating copy to clipboard operation
pyntc copied to clipboard

Add "facts" properties to ASA and AireOS

Open jmcgill298 opened this issue 5 years ago • 0 comments

Both AireOS and ASA device classes need to implement properties that were previously associated with facts:

ASA:

  • [x] vendor
  • [x] uptime
  • [x] uptime_string
  • [x] hostname
  • [ ] fqdn
  • [x] interfaces
  • [x] vlans
  • [x] model
  • [x] serial_number
  • [x] os_version

AIREOS:

  • [x] vendor
  • [x] uptime
  • [x] uptime_string
  • [x] hostname
  • [ ] fqdn
  • [ ] interfaces
  • [ ] vlans
  • [ ] model
  • [ ] serial_number
  • [ ] os_version

jmcgill298 avatar Dec 20 '20 04:12 jmcgill298