Textfsm-aos

Latest version: v1.1.3

Safety actively analyzes 626792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.3

Added CLI commands

- aos8 - `show ip router database` ([76](https://github.com/jefvantongerloo/textfsm-aos/pull/76))
- aos8 - `show unp user details' ([84](https://github.com/jefvantongerloo/textfsm-aos/pull/84))
- aos8 - `show qos log` [49](https://github.com/jefvantongerloo/textfsm-aos/pull/49) by [BennyE](https://github.com/BennyE)

Fixed

- aos8 - `show vlan members`types `tagged`and `untagged`values missing [72](https://github.com/jefvantongerloo/textfsm-aos/pull/72)

Changed

- dependency updated and tested:
1. pytest (7.3.1 -> 7.3.2)
2. textfsm (1.1.3 -> 1.1.4)
3. tox (3.28.0 -> 4.6.2)

1.1.2

Fixed

- aos6 - `show 802.1x users` and `show 802.1x users unp` error on no clients [71](https://github.com/jefvantongerloo/textfsm-aos/pull/71)
- aos6 - `show command-log` fix `user` and `ipaddr` console value [71](https://github.com/jefvantongerloo/textfsm-aos/pull/71)
- aos8 - `show microcode` fix `release` not correctly captured [70](https://github.com/jefvantongerloo/textfsm-aos/pull/70)
- aos8 - `show cmm` fix `fpga` not correctly captured [69](https://github.com/jefvantongerloo/textfsm-aos/pull/69)
- Travis ci/cd fails due tox-travis package incompatible with tox version 4.x. [68](https://github.com/jefvantongerloo/textfsm-aos/pull/68)

Changed

- Added integration testing on release to test and 'certify' certain aos firmware. Data set contains sensitive information, so it cannot be part of the public get repository.
- dependency updated and tested:
1. pytest (7.1.3 -> 7.2.0)
2. textfsm (1.1.2 -> 1.1.3)
3. tox (3.26.0 -> 3.28.0)

1.1.1

Fixed

- textfsm package release 1.1.3 is broken, due to missing wheel in distribution. [GitHub textfsm issue](https://github.com/google/textfsm/issues/105)

1.1.0

Added CLI commands

- aos8 - `show arp` [54](https://github.com/jefvantongerloo/textfsm-aos/pull/54)
- aos8 - `show interfaces` [53](https://github.com/jefvantongerloo/textfsm-aos/pull/53)
- aos8 - `show linkagg` [55](https://github.com/jefvantongerloo/textfsm-aos/pull/55)
- aos8 - `show linkagg port` [56](https://github.com/jefvantongerloo/textfsm-aos/pull/56)
- aos8 - `show port-security brief` [51](https://github.com/jefvantongerloo/textfsm-aos/pull/51)
- aos8 - `show qos port` [52](https://github.com/jefvantongerloo/textfsm-aos/pull/52)
- aos8 - `show spantree ports` [58](https://github.com/jefvantongerloo/textfsm-aos/pull/58)

Fixed

- aos6 - `show ip route` [50](https://github.com/jefvantongerloo/textfsm-aos/pull/50)

1.0.0

Added CLI commands

- aos8 - `show vlan members` [47](https://github.com/jefvantongerloo/textfsm-aos/pull/47)

Changed

- parser - remove scrapli dependency by using native TextFSM module [45](https://github.com/jefvantongerloo/textfsm-aos/pull/45)
- migrate packaging to Poetry [48](https://github.com/jefvantongerloo/textfsm-aos/pull/45)

Fixed

- aos8 - `show unp user` fix ipv6 in user_ip [46](https://github.com/jefvantongerloo/textfsm-aos/pull/46)
- pytest - test `template_index_names`, fix empty list return [44](https://github.com/jefvantongerloo/textfsm-aos/pull/44)

0.3.0

Added CLI commands

- aos6 - `show 802.1x users unp` [30](https://github.com/jefvantongerloo/textfsm-aos/pull/30)
- aos8 - `history` [32](https://github.com/jefvantongerloo/textfsm-aos/pull/32) by [BennyE](https://github.com/BennyE)
- aos8 - `show health` [24](https://github.com/jefvantongerloo/textfsm-aos/pull/24) by [BennyE](https://github.com/BennyE)
- aos8 - `show ip interface` [20](https://github.com/jefvantongerloo/textfsm-aos/pull/20) by [BennyE](https://github.com/BennyE)
- aos8 - `show ip routes` [21](https://github.com/jefvantongerloo/textfsm-aos/pull/21) by [BennyE](https://github.com/BennyE)
- aos8 - `show interfaces status` [27](https://github.com/jefvantongerloo/textfsm-aos/pull/27) by [BennyE](https://github.com/BennyE)
- aos8 - `show transceivers` [23](https://github.com/jefvantongerloo/textfsm-aos/pull/23) by [BennyE](https://github.com/BennyE)
- pytest - test if command count matches textfsm template count [29](https://github.com/jefvantongerloo/textfsm-aos/pull/29)
- pytest - test if command names matches testfsm template names [29](https://github.com/jefvantongerloo/textfsm-aos/pull/29)

Fixed

- aos6 - `show lldp remote-system` fix `remote port default vlan` value [41](https://github.com/jefvantongerloo/textfsm-aos/pull/41)
- aos6 - `show mac address-table` fix trailing spaces and empty protocol with `---` placeholder [39](https://github.com/jefvantongerloo/textfsm-aos/pull/39)
- aos8 - `show cmm` fix missing ',' at end of line on fpga parameters [3](https://github.com/jefvantongerloo/textfsm-aos/pull/35)
- aos8 - `show interfaces status` fix add 21000 configured speed [42](https://github.com/jefvantongerloo/textfsm-aos/pull/42)
- aos8 - `show ip routes` fix whitespace between days and hours [40](https://github.com/jefvantongerloo/textfsm-aos/pull/40)
- aos8 - `show log events` catch space in time instead of '0', for example `2022 Apr 7 17: 8: 5.306` [37](https://github.com/jefvantongerloo/textfsm-aos/pull/37)
- aos8 - `show log events` ':' in log_description value for example `Authentication failure detected: user admin` [43](https://github.com/jefvantongerloo/textfsm-aos/pull/43)
- aos8 - `show mac-learning` missing trailing whitespace in output causes parsing error [5](https://github.com/jefvantongerloo/textfsm-aos/pull/5)
- aos8 - `show unp user` catch missing trailing whitespace [36](https://github.com/jefvantongerloo/textfsm-aos/pull/36)
- aos8 - `show snmp community-map` fix empty username field value [38](https://github.com/jefvantongerloo/textfsm-aos/pull/38)

New contributors

[FlorianHeigl](https://github.com/FlorianHeigl) first contribution [https://github.com/jefvantongerloo/textfsm-aos/pull/30](https://github.com/jefvantongerloo/textfsm-aos/pull/30)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.