Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release 7.6.0 #1979

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 182 additions & 0 deletions docs/admin/release_notes/version_7.0.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/admin/release_notes/version_7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## [v7.1.0](https://github.com/networktocode/ntc-templates/tree/v7.1.0) (2024-09-26)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.0.0...v7.1.0)

**Closed issues:**

- IPv4 and IPv6 are swapped in cisco\_ios\_show\_authentication\_sessions\_method\_details.textfsm [\#1850](https://github.com/networktocode/ntc-templates/issues/1850)
- Support Inner VLANs in Cisco IOS `show vlans` template [\#1847](https://github.com/networktocode/ntc-templates/issues/1847)
- Cisco IOS `show ip interface` sometimes is failing [\#1839](https://github.com/networktocode/ntc-templates/issues/1839)

**Merged pull requests:**

- Fix IOS interface link template uptime issue [\#1855](https://github.com/networktocode/ntc-templates/pull/1855) ([paulbauer1](https://github.com/paulbauer1))
- cisco\_xr\_show\_interfaces\_description.textfsm - new template [\#1854](https://github.com/networktocode/ntc-templates/pull/1854) ([jorlandobr](https://github.com/jorlandobr))
- Updated templated with one more use case [\#1853](https://github.com/networktocode/ntc-templates/pull/1853) ([evilmonkey19](https://github.com/evilmonkey19))
- Unswapped ipv4 and ipv6 [\#1851](https://github.com/networktocode/ntc-templates/pull/1851) ([Minibrams](https://github.com/Minibrams))
- Updated template: Huawei VRP `display interface` added extra parameters [\#1849](https://github.com/networktocode/ntc-templates/pull/1849) ([evilmonkey19](https://github.com/evilmonkey19))
- Add parsing for Cisco IOS Inner VLANs through `show vlans` [\#1848](https://github.com/networktocode/ntc-templates/pull/1848) ([gertzakis](https://github.com/gertzakis))
- Updated: Huawei smartax display mac address ont 0 1 2 0 [\#1846](https://github.com/networktocode/ntc-templates/pull/1846) ([evilmonkey19](https://github.com/evilmonkey19))
- Huawei smartax display ont port state 0 1 eth state [\#1845](https://github.com/networktocode/ntc-templates/pull/1845) ([evilmonkey19](https://github.com/evilmonkey19))
- Fix a few minor issues with Arista 'show\_processes\_top\_once' [\#1844](https://github.com/networktocode/ntc-templates/pull/1844) ([ktbyers](https://github.com/ktbyers))
- Fix template to properly handle hyphens in 'show lldp neighbors' for arista eos [\#1843](https://github.com/networktocode/ntc-templates/pull/1843) ([ktbyers](https://github.com/ktbyers))
23 changes: 23 additions & 0 deletions docs/admin/release_notes/version_7.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## [v7.2.0](https://github.com/networktocode/ntc-templates/tree/v7.2.0) (2024-10-11)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.1.0...v7.2.0)

**Closed issues:**

- Cisco\_xe templates gone? [\#1871](https://github.com/networktocode/ntc-templates/issues/1871)
- Cisco IOS `show bfd neighbors details` failing when missing `last` [\#1863](https://github.com/networktocode/ntc-templates/issues/1863)
- fortinet\_get\_system\_ha\_status.textfsm parse error for non "OK" HA Health Status [\#1859](https://github.com/networktocode/ntc-templates/issues/1859)
- Show Cisco IOS Show Interface Link template placing uptime in downtime column [\#1852](https://github.com/networktocode/ntc-templates/issues/1852)
- Aruba AOSCX show system output fails when the uptime contains string "under a minute" [\#1837](https://github.com/networktocode/ntc-templates/issues/1837)

**Merged pull requests:**

- fix: Mikrotik ```ip address print``` [\#1868](https://github.com/networktocode/ntc-templates/pull/1868) ([kwood92](https://github.com/kwood92))
- fix: Mikrotik ```system resource print``` [\#1866](https://github.com/networktocode/ntc-templates/pull/1866) ([kwood92](https://github.com/kwood92))
- Fix: inner vlan parsing cisco ios ```show interfaces``` [\#1865](https://github.com/networktocode/ntc-templates/pull/1865) ([kwood92](https://github.com/kwood92))
- fix: IOS 'show bfd neighbors details' failures [\#1864](https://github.com/networktocode/ntc-templates/pull/1864) ([gertzakis](https://github.com/gertzakis))
- Resolve Fortinet HA Status parsing issues [\#1861](https://github.com/networktocode/ntc-templates/pull/1861) ([mjbear](https://github.com/mjbear))
- Huawei smartax display ont snmp profile 0 all [\#1860](https://github.com/networktocode/ntc-templates/pull/1860) ([evilmonkey19](https://github.com/evilmonkey19))
- Fix time capture and handle 'under a minute' times in Aruba show system \(issue\#1837\) [\#1858](https://github.com/networktocode/ntc-templates/pull/1858) ([mjbear](https://github.com/mjbear))
- Add template: Huawei vrp display telnet server status [\#1857](https://github.com/networktocode/ntc-templates/pull/1857) ([evilmonkey19](https://github.com/evilmonkey19))
- New template: Huawei vrp display http server [\#1856](https://github.com/networktocode/ntc-templates/pull/1856) ([evilmonkey19](https://github.com/evilmonkey19))
20 changes: 20 additions & 0 deletions docs/admin/release_notes/version_7.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## [v7.3.0](https://github.com/networktocode/ntc-templates/tree/v7.3.0) (2024-10-21)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.2.0...v7.3.0)

**Merged pull requests:**

- Feat cisco ios hqos [\#1883](https://github.com/networktocode/ntc-templates/pull/1883) ([gertzakis](https://github.com/gertzakis))
- fix: Mikrotik ip arp print without-paging [\#1882](https://github.com/networktocode/ntc-templates/pull/1882) ([arthurguyon](https://github.com/arthurguyon))
- New template: cisco\_ios\_show\_power\_inline.textfsm [\#1881](https://github.com/networktocode/ntc-templates/pull/1881) ([JKLs12](https://github.com/JKLs12))
- fix: Mikrotik interface ethernet monitor name [\#1880](https://github.com/networktocode/ntc-templates/pull/1880) ([arthurguyon](https://github.com/arthurguyon))
- Add initial extreme slxos show clock template [\#1878](https://github.com/networktocode/ntc-templates/pull/1878) ([lucagubler](https://github.com/lucagubler))
- Add error directive to exos\_show\_ports\_information\_detail [\#1875](https://github.com/networktocode/ntc-templates/pull/1875) ([mjbear](https://github.com/mjbear))
- Fix Fortinet get system interface template and combine rules [\#1874](https://github.com/networktocode/ntc-templates/pull/1874) ([mjbear](https://github.com/mjbear))
- Fix fortinet get sys status capture group names [\#1873](https://github.com/networktocode/ntc-templates/pull/1873) ([mjbear](https://github.com/mjbear))
- New template for NGFW FortiGate [\#1872](https://github.com/networktocode/ntc-templates/pull/1872) ([pnpestov](https://github.com/pnpestov))
- Add: Mikrotik ```interface bonding print detail``` [\#1870](https://github.com/networktocode/ntc-templates/pull/1870) ([kwood92](https://github.com/kwood92))
- Add: Mikrotik ```interface vlan print detail``` [\#1869](https://github.com/networktocode/ntc-templates/pull/1869) ([kwood92](https://github.com/kwood92))
- fix: Mikrotik ```interface print detail``` [\#1867](https://github.com/networktocode/ntc-templates/pull/1867) ([kwood92](https://github.com/kwood92))
- New template: Aruba Procurve `show version` [\#1862](https://github.com/networktocode/ntc-templates/pull/1862) ([evilmonkey19](https://github.com/evilmonkey19))

15 changes: 15 additions & 0 deletions docs/admin/release_notes/version_7.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [v7.4.0](https://github.com/networktocode/ntc-templates/tree/v7.4.0) (2024-11-01)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.3.0...v7.4.0)

**Closed issues:**

- some Cisco IP Phone 6901 not supported by template cisco\_ios\_show\_lldp\_neighbors\_detail.textfsm [\#1884](https://github.com/networktocode/ntc-templates/issues/1884)

**Merged pull requests:**

- Rename and support single nxos interface switchport [\#1889](https://github.com/networktocode/ntc-templates/pull/1889) ([mjbear](https://github.com/mjbear))
- support for case of unassigned ipv6 address as chassis ID [\#1887](https://github.com/networktocode/ntc-templates/pull/1887) ([mcn29](https://github.com/mcn29))
- Modified cisco\_xr\_show\_ipv4\_interface [\#1886](https://github.com/networktocode/ntc-templates/pull/1886) ([jorlandobr](https://github.com/jorlandobr))
- Feature/extreme slxos show ip interface brief [\#1879](https://github.com/networktocode/ntc-templates/pull/1879) ([lucagubler](https://github.com/lucagubler))
- FIX: Account for additional lines in cisco\_nxos\_bgp\_summary [\#1877](https://github.com/networktocode/ntc-templates/pull/1877) ([asik8888](https://github.com/asik8888))
46 changes: 46 additions & 0 deletions docs/admin/release_notes/version_7.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## [v7.5.0](https://github.com/networktocode/ntc-templates/tree/v7.5.0) (2024-12-11)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.4.0...v7.5.0)

**Closed issues:**

- Cisco ASA vpn-sessiondb detail l2l breaking on IPsec protocol [\#1924](https://github.com/networktocode/ntc-templates/issues/1924)
- Cisco NXOS show ip arp detail "+ - Adjacencies synced via CFSoE" [\#1923](https://github.com/networktocode/ntc-templates/issues/1923)
- Cisco show mac address-table [\#1896](https://github.com/networktocode/ntc-templates/issues/1896)
- undue State Error raised in Cisco IOS XE 17.9.x show tacacs output when using cisco\_ios\_show\_tacacs.textfsm [\#1890](https://github.com/networktocode/ntc-templates/issues/1890)
- index and filename for cisco\_nxos\_show\_interfaces\_switchport are WRONG [\#1888](https://github.com/networktocode/ntc-templates/issues/1888)

**Merged pull requests:**

- Added template for Extreme EXOS `show fdb` [\#1932](https://github.com/networktocode/ntc-templates/pull/1932) ([b-sheedy](https://github.com/b-sheedy))
- Updating command in Alcatel AOS: `show vlan` [\#1931](https://github.com/networktocode/ntc-templates/pull/1931) ([evilmonkey19](https://github.com/evilmonkey19))
- updating the templates to add multiple PON ports [\#1930](https://github.com/networktocode/ntc-templates/pull/1930) ([evilmonkey19](https://github.com/evilmonkey19))
- fix: Also take into account satellite ports for show port description [\#1929](https://github.com/networktocode/ntc-templates/pull/1929) ([bennnnnnnn](https://github.com/bennnnnnnn))
- Issue \#1923 Optional Flag values ignored [\#1928](https://github.com/networktocode/ntc-templates/pull/1928) ([icarus747](https://github.com/icarus747))
- Fix empty line strings to have end-of-line match [\#1927](https://github.com/networktocode/ntc-templates/pull/1927) ([jmcgill298](https://github.com/jmcgill298))
- Update extreme\_exos\_show\_iparp to support output format change [\#1926](https://github.com/networktocode/ntc-templates/pull/1926) ([b-sheedy](https://github.com/b-sheedy))
- asa-vpn-l2l allow for empty connection [\#1925](https://github.com/networktocode/ntc-templates/pull/1925) ([jmcgill298](https://github.com/jmcgill298))
- Fix: mikrotik\_routeros\_ip\_address\_print [\#1918](https://github.com/networktocode/ntc-templates/pull/1918) ([kwood92](https://github.com/kwood92))
- New template for Alcatel AOS: `show lldp remote-system` [\#1917](https://github.com/networktocode/ntc-templates/pull/1917) ([evilmonkey19](https://github.com/evilmonkey19))
- Enhancements to index and alcatel\_aos\_show\_mac [\#1916](https://github.com/networktocode/ntc-templates/pull/1916) ([mjbear](https://github.com/mjbear))
- Consolidate and add extra VRF to XR BGP neighbors [\#1915](https://github.com/networktocode/ntc-templates/pull/1915) ([mjbear](https://github.com/mjbear))
- feat: Add show service id sap [\#1914](https://github.com/networktocode/ntc-templates/pull/1914) ([bennnnnnnn](https://github.com/bennnnnnnn))
- feat: Add show service service-using [\#1913](https://github.com/networktocode/ntc-templates/pull/1913) ([bennnnnnnn](https://github.com/bennnnnnnn))
- feat: Add show\_port\_description for alcatel\_sros [\#1912](https://github.com/networktocode/ntc-templates/pull/1912) ([bennnnnnnn](https://github.com/bennnnnnnn))
- fix: Bring port\_id inline with other templates \(allow satelites for interface\) [\#1911](https://github.com/networktocode/ntc-templates/pull/1911) ([bennnnnnnn](https://github.com/bennnnnnnn))
- Add: mikrotik\_routeros\_routing\_ospf\_interface\_print\_terse [\#1910](https://github.com/networktocode/ntc-templates/pull/1910) ([kwood92](https://github.com/kwood92))
- New Template Alcatel AOS: `show interfaces status` [\#1909](https://github.com/networktocode/ntc-templates/pull/1909) ([evilmonkey19](https://github.com/evilmonkey19))
- Added template for Alcatel AOS: `show interfaces port` [\#1908](https://github.com/networktocode/ntc-templates/pull/1908) ([evilmonkey19](https://github.com/evilmonkey19))
- Created cisco\_xr\_show\_bgp\_vrf\_all\_neighbors\_advertised-routes.textfsm [\#1907](https://github.com/networktocode/ntc-templates/pull/1907) ([jorlandobr](https://github.com/jorlandobr))
- New template Alcatel AOS: `show port-security` [\#1903](https://github.com/networktocode/ntc-templates/pull/1903) ([evilmonkey19](https://github.com/evilmonkey19))
- New template Alcatel AOS: `show mac-address-table` [\#1902](https://github.com/networktocode/ntc-templates/pull/1902) ([evilmonkey19](https://github.com/evilmonkey19))
- Fix Arista EOS `show processes top once` [\#1901](https://github.com/networktocode/ntc-templates/pull/1901) ([nkallergis](https://github.com/nkallergis))
- Adding new template for Alcatel aos: `show system` Co-authored-by: Michael Bear \<38406045+mjbear@users.noreply.github.com\> [\#1900](https://github.com/networktocode/ntc-templates/pull/1900) ([evilmonkey19](https://github.com/evilmonkey19))
- Alcatel aos show vlan port members [\#1899](https://github.com/networktocode/ntc-templates/pull/1899) ([evilmonkey19](https://github.com/evilmonkey19))
- added template for Alcatel AOS: show chassis [\#1898](https://github.com/networktocode/ntc-templates/pull/1898) ([evilmonkey19](https://github.com/evilmonkey19))
- Add sros show lag port [\#1897](https://github.com/networktocode/ntc-templates/pull/1897) ([bennnnnnnn](https://github.com/bennnnnnnn))
- fix: Corrected Ubiquiti EdgeRouter show\_ip\_route template [\#1895](https://github.com/networktocode/ntc-templates/pull/1895) ([k-ribot](https://github.com/k-ribot))
- fix: Corrected Cisco IOS show\_access-list template [\#1894](https://github.com/networktocode/ntc-templates/pull/1894) ([k-ribot](https://github.com/k-ribot))
- fix: Corrected Huawei VRP display\_service-set\_all template [\#1893](https://github.com/networktocode/ntc-templates/pull/1893) ([k-ribot](https://github.com/k-ribot))
- cisco\_ios\_show\_platform, only for switches [\#1892](https://github.com/networktocode/ntc-templates/pull/1892) ([Uncle-Dee](https://github.com/Uncle-Dee))
- fix cisco ios show tacacs [\#1891](https://github.com/networktocode/ntc-templates/pull/1891) ([mcn29](https://github.com/mcn29))
Loading