Skip to content

Commit eb3e463

Browse files
authored
Release 7.6.0 (#1979)
1 parent 1faea92 commit eb3e463

File tree

8 files changed

+352
-1
lines changed

8 files changed

+352
-1
lines changed

docs/admin/release_notes/version_7.0.md

Lines changed: 182 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## [v7.1.0](https://github.com/networktocode/ntc-templates/tree/v7.1.0) (2024-09-26)
2+
3+
[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.0.0...v7.1.0)
4+
5+
**Closed issues:**
6+
7+
- IPv4 and IPv6 are swapped in cisco\_ios\_show\_authentication\_sessions\_method\_details.textfsm [\#1850](https://github.com/networktocode/ntc-templates/issues/1850)
8+
- Support Inner VLANs in Cisco IOS `show vlans` template [\#1847](https://github.com/networktocode/ntc-templates/issues/1847)
9+
- Cisco IOS `show ip interface` sometimes is failing [\#1839](https://github.com/networktocode/ntc-templates/issues/1839)
10+
11+
**Merged pull requests:**
12+
13+
- Fix IOS interface link template uptime issue [\#1855](https://github.com/networktocode/ntc-templates/pull/1855) ([paulbauer1](https://github.com/paulbauer1))
14+
- cisco\_xr\_show\_interfaces\_description.textfsm - new template [\#1854](https://github.com/networktocode/ntc-templates/pull/1854) ([jorlandobr](https://github.com/jorlandobr))
15+
- Updated templated with one more use case [\#1853](https://github.com/networktocode/ntc-templates/pull/1853) ([evilmonkey19](https://github.com/evilmonkey19))
16+
- Unswapped ipv4 and ipv6 [\#1851](https://github.com/networktocode/ntc-templates/pull/1851) ([Minibrams](https://github.com/Minibrams))
17+
- Updated template: Huawei VRP `display interface` added extra parameters [\#1849](https://github.com/networktocode/ntc-templates/pull/1849) ([evilmonkey19](https://github.com/evilmonkey19))
18+
- Add parsing for Cisco IOS Inner VLANs through `show vlans` [\#1848](https://github.com/networktocode/ntc-templates/pull/1848) ([gertzakis](https://github.com/gertzakis))
19+
- 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))
20+
- Huawei smartax display ont port state 0 1 eth state [\#1845](https://github.com/networktocode/ntc-templates/pull/1845) ([evilmonkey19](https://github.com/evilmonkey19))
21+
- 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))
22+
- 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))
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## [v7.2.0](https://github.com/networktocode/ntc-templates/tree/v7.2.0) (2024-10-11)
2+
3+
[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.1.0...v7.2.0)
4+
5+
**Closed issues:**
6+
7+
- Cisco\_xe templates gone? [\#1871](https://github.com/networktocode/ntc-templates/issues/1871)
8+
- Cisco IOS `show bfd neighbors details` failing when missing `last` [\#1863](https://github.com/networktocode/ntc-templates/issues/1863)
9+
- fortinet\_get\_system\_ha\_status.textfsm parse error for non "OK" HA Health Status [\#1859](https://github.com/networktocode/ntc-templates/issues/1859)
10+
- Show Cisco IOS Show Interface Link template placing uptime in downtime column [\#1852](https://github.com/networktocode/ntc-templates/issues/1852)
11+
- Aruba AOSCX show system output fails when the uptime contains string "under a minute" [\#1837](https://github.com/networktocode/ntc-templates/issues/1837)
12+
13+
**Merged pull requests:**
14+
15+
- fix: Mikrotik ```ip address print``` [\#1868](https://github.com/networktocode/ntc-templates/pull/1868) ([kwood92](https://github.com/kwood92))
16+
- fix: Mikrotik ```system resource print``` [\#1866](https://github.com/networktocode/ntc-templates/pull/1866) ([kwood92](https://github.com/kwood92))
17+
- Fix: inner vlan parsing cisco ios ```show interfaces``` [\#1865](https://github.com/networktocode/ntc-templates/pull/1865) ([kwood92](https://github.com/kwood92))
18+
- fix: IOS 'show bfd neighbors details' failures [\#1864](https://github.com/networktocode/ntc-templates/pull/1864) ([gertzakis](https://github.com/gertzakis))
19+
- Resolve Fortinet HA Status parsing issues [\#1861](https://github.com/networktocode/ntc-templates/pull/1861) ([mjbear](https://github.com/mjbear))
20+
- Huawei smartax display ont snmp profile 0 all [\#1860](https://github.com/networktocode/ntc-templates/pull/1860) ([evilmonkey19](https://github.com/evilmonkey19))
21+
- 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))
22+
- Add template: Huawei vrp display telnet server status [\#1857](https://github.com/networktocode/ntc-templates/pull/1857) ([evilmonkey19](https://github.com/evilmonkey19))
23+
- New template: Huawei vrp display http server [\#1856](https://github.com/networktocode/ntc-templates/pull/1856) ([evilmonkey19](https://github.com/evilmonkey19))
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## [v7.3.0](https://github.com/networktocode/ntc-templates/tree/v7.3.0) (2024-10-21)
2+
3+
[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.2.0...v7.3.0)
4+
5+
**Merged pull requests:**
6+
7+
- Feat cisco ios hqos [\#1883](https://github.com/networktocode/ntc-templates/pull/1883) ([gertzakis](https://github.com/gertzakis))
8+
- fix: Mikrotik ip arp print without-paging [\#1882](https://github.com/networktocode/ntc-templates/pull/1882) ([arthurguyon](https://github.com/arthurguyon))
9+
- New template: cisco\_ios\_show\_power\_inline.textfsm [\#1881](https://github.com/networktocode/ntc-templates/pull/1881) ([JKLs12](https://github.com/JKLs12))
10+
- fix: Mikrotik interface ethernet monitor name [\#1880](https://github.com/networktocode/ntc-templates/pull/1880) ([arthurguyon](https://github.com/arthurguyon))
11+
- Add initial extreme slxos show clock template [\#1878](https://github.com/networktocode/ntc-templates/pull/1878) ([lucagubler](https://github.com/lucagubler))
12+
- Add error directive to exos\_show\_ports\_information\_detail [\#1875](https://github.com/networktocode/ntc-templates/pull/1875) ([mjbear](https://github.com/mjbear))
13+
- Fix Fortinet get system interface template and combine rules [\#1874](https://github.com/networktocode/ntc-templates/pull/1874) ([mjbear](https://github.com/mjbear))
14+
- Fix fortinet get sys status capture group names [\#1873](https://github.com/networktocode/ntc-templates/pull/1873) ([mjbear](https://github.com/mjbear))
15+
- New template for NGFW FortiGate [\#1872](https://github.com/networktocode/ntc-templates/pull/1872) ([pnpestov](https://github.com/pnpestov))
16+
- Add: Mikrotik ```interface bonding print detail``` [\#1870](https://github.com/networktocode/ntc-templates/pull/1870) ([kwood92](https://github.com/kwood92))
17+
- Add: Mikrotik ```interface vlan print detail``` [\#1869](https://github.com/networktocode/ntc-templates/pull/1869) ([kwood92](https://github.com/kwood92))
18+
- fix: Mikrotik ```interface print detail``` [\#1867](https://github.com/networktocode/ntc-templates/pull/1867) ([kwood92](https://github.com/kwood92))
19+
- New template: Aruba Procurve `show version` [\#1862](https://github.com/networktocode/ntc-templates/pull/1862) ([evilmonkey19](https://github.com/evilmonkey19))
20+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [v7.4.0](https://github.com/networktocode/ntc-templates/tree/v7.4.0) (2024-11-01)
2+
3+
[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.3.0...v7.4.0)
4+
5+
**Closed issues:**
6+
7+
- 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)
8+
9+
**Merged pull requests:**
10+
11+
- Rename and support single nxos interface switchport [\#1889](https://github.com/networktocode/ntc-templates/pull/1889) ([mjbear](https://github.com/mjbear))
12+
- support for case of unassigned ipv6 address as chassis ID [\#1887](https://github.com/networktocode/ntc-templates/pull/1887) ([mcn29](https://github.com/mcn29))
13+
- Modified cisco\_xr\_show\_ipv4\_interface [\#1886](https://github.com/networktocode/ntc-templates/pull/1886) ([jorlandobr](https://github.com/jorlandobr))
14+
- Feature/extreme slxos show ip interface brief [\#1879](https://github.com/networktocode/ntc-templates/pull/1879) ([lucagubler](https://github.com/lucagubler))
15+
- FIX: Account for additional lines in cisco\_nxos\_bgp\_summary [\#1877](https://github.com/networktocode/ntc-templates/pull/1877) ([asik8888](https://github.com/asik8888))
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## [v7.5.0](https://github.com/networktocode/ntc-templates/tree/v7.5.0) (2024-12-11)
2+
3+
[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.4.0...v7.5.0)
4+
5+
**Closed issues:**
6+
7+
- Cisco ASA vpn-sessiondb detail l2l breaking on IPsec protocol [\#1924](https://github.com/networktocode/ntc-templates/issues/1924)
8+
- Cisco NXOS show ip arp detail "+ - Adjacencies synced via CFSoE" [\#1923](https://github.com/networktocode/ntc-templates/issues/1923)
9+
- Cisco show mac address-table [\#1896](https://github.com/networktocode/ntc-templates/issues/1896)
10+
- 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)
11+
- index and filename for cisco\_nxos\_show\_interfaces\_switchport are WRONG [\#1888](https://github.com/networktocode/ntc-templates/issues/1888)
12+
13+
**Merged pull requests:**
14+
15+
- Added template for Extreme EXOS `show fdb` [\#1932](https://github.com/networktocode/ntc-templates/pull/1932) ([b-sheedy](https://github.com/b-sheedy))
16+
- Updating command in Alcatel AOS: `show vlan` [\#1931](https://github.com/networktocode/ntc-templates/pull/1931) ([evilmonkey19](https://github.com/evilmonkey19))
17+
- updating the templates to add multiple PON ports [\#1930](https://github.com/networktocode/ntc-templates/pull/1930) ([evilmonkey19](https://github.com/evilmonkey19))
18+
- 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))
19+
- Issue \#1923 Optional Flag values ignored [\#1928](https://github.com/networktocode/ntc-templates/pull/1928) ([icarus747](https://github.com/icarus747))
20+
- Fix empty line strings to have end-of-line match [\#1927](https://github.com/networktocode/ntc-templates/pull/1927) ([jmcgill298](https://github.com/jmcgill298))
21+
- 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))
22+
- asa-vpn-l2l allow for empty connection [\#1925](https://github.com/networktocode/ntc-templates/pull/1925) ([jmcgill298](https://github.com/jmcgill298))
23+
- Fix: mikrotik\_routeros\_ip\_address\_print [\#1918](https://github.com/networktocode/ntc-templates/pull/1918) ([kwood92](https://github.com/kwood92))
24+
- New template for Alcatel AOS: `show lldp remote-system` [\#1917](https://github.com/networktocode/ntc-templates/pull/1917) ([evilmonkey19](https://github.com/evilmonkey19))
25+
- Enhancements to index and alcatel\_aos\_show\_mac [\#1916](https://github.com/networktocode/ntc-templates/pull/1916) ([mjbear](https://github.com/mjbear))
26+
- Consolidate and add extra VRF to XR BGP neighbors [\#1915](https://github.com/networktocode/ntc-templates/pull/1915) ([mjbear](https://github.com/mjbear))
27+
- feat: Add show service id sap [\#1914](https://github.com/networktocode/ntc-templates/pull/1914) ([bennnnnnnn](https://github.com/bennnnnnnn))
28+
- feat: Add show service service-using [\#1913](https://github.com/networktocode/ntc-templates/pull/1913) ([bennnnnnnn](https://github.com/bennnnnnnn))
29+
- feat: Add show\_port\_description for alcatel\_sros [\#1912](https://github.com/networktocode/ntc-templates/pull/1912) ([bennnnnnnn](https://github.com/bennnnnnnn))
30+
- 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))
31+
- Add: mikrotik\_routeros\_routing\_ospf\_interface\_print\_terse [\#1910](https://github.com/networktocode/ntc-templates/pull/1910) ([kwood92](https://github.com/kwood92))
32+
- New Template Alcatel AOS: `show interfaces status` [\#1909](https://github.com/networktocode/ntc-templates/pull/1909) ([evilmonkey19](https://github.com/evilmonkey19))
33+
- Added template for Alcatel AOS: `show interfaces port` [\#1908](https://github.com/networktocode/ntc-templates/pull/1908) ([evilmonkey19](https://github.com/evilmonkey19))
34+
- 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))
35+
- New template Alcatel AOS: `show port-security` [\#1903](https://github.com/networktocode/ntc-templates/pull/1903) ([evilmonkey19](https://github.com/evilmonkey19))
36+
- New template Alcatel AOS: `show mac-address-table` [\#1902](https://github.com/networktocode/ntc-templates/pull/1902) ([evilmonkey19](https://github.com/evilmonkey19))
37+
- Fix Arista EOS `show processes top once` [\#1901](https://github.com/networktocode/ntc-templates/pull/1901) ([nkallergis](https://github.com/nkallergis))
38+
- Adding new template for Alcatel aos: `show system` Co-authored-by: Michael Bear \<[email protected]\> [\#1900](https://github.com/networktocode/ntc-templates/pull/1900) ([evilmonkey19](https://github.com/evilmonkey19))
39+
- Alcatel aos show vlan port members [\#1899](https://github.com/networktocode/ntc-templates/pull/1899) ([evilmonkey19](https://github.com/evilmonkey19))
40+
- added template for Alcatel AOS: show chassis [\#1898](https://github.com/networktocode/ntc-templates/pull/1898) ([evilmonkey19](https://github.com/evilmonkey19))
41+
- Add sros show lag port [\#1897](https://github.com/networktocode/ntc-templates/pull/1897) ([bennnnnnnn](https://github.com/bennnnnnnn))
42+
- fix: Corrected Ubiquiti EdgeRouter show\_ip\_route template [\#1895](https://github.com/networktocode/ntc-templates/pull/1895) ([k-ribot](https://github.com/k-ribot))
43+
- fix: Corrected Cisco IOS show\_access-list template [\#1894](https://github.com/networktocode/ntc-templates/pull/1894) ([k-ribot](https://github.com/k-ribot))
44+
- 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))
45+
- cisco\_ios\_show\_platform, only for switches [\#1892](https://github.com/networktocode/ntc-templates/pull/1892) ([Uncle-Dee](https://github.com/Uncle-Dee))
46+
- fix cisco ios show tacacs [\#1891](https://github.com/networktocode/ntc-templates/pull/1891) ([mcn29](https://github.com/mcn29))

0 commit comments

Comments
 (0)