Skip to content

Commit 4ba6fd1

Browse files
authored
Merge branch 'develop' into palo_alto_log_collector_compatibility
2 parents b07ae05 + 5a692f2 commit 4ba6fd1

File tree

215 files changed

+8526
-39164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+8526
-39164
lines changed

PLATFORMS.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,15 @@
121121
- adtran_os
122122
- adva_fsp150f2
123123
- adva_fsp150f3
124+
- alaxala_ax26s
125+
- alaxala_ax36s
124126
- alcatel_aos
125127
- alcatel_sros
126128
- allied_telesis_awplus
127129
- apresia_aeos
128130
- arista_eos
129131
- arris_cer
132+
- aruba_aoscx
130133
- aruba_os
131134
- aruba_osswitch
132135
- aruba_procurve
@@ -148,6 +151,7 @@
148151
- centec_os
149152
- checkpoint_gaia
150153
- ciena_saos
154+
- cisco_apic
151155
- cisco_asa
152156
- cisco_ftd
153157
- cisco_ios
@@ -169,8 +173,8 @@
169173
- dell_os9
170174
- dell_powerconnect
171175
- dell_sonic
172-
- dlink_ds
173176
- digi_transport
177+
- dlink_ds
174178
- eltex
175179
- eltex_esr
176180
- endace
@@ -191,8 +195,10 @@
191195
- f5_linux
192196
- f5_ltm
193197
- f5_tmsh
198+
- fiberstore_fsos
194199
- flexvnf
195200
- fortinet
201+
- garderos_grs
196202
- generic
197203
- generic_termserver
198204
- hillstone_stoneos
@@ -210,6 +216,7 @@
210216
- keymile
211217
- keymile_nos
212218
- linux
219+
- maipu
213220
- mellanox
214221
- mellanox_mlnxos
215222
- mikrotik_routeros
@@ -239,6 +246,7 @@
239246
- ubiquiti_edgerouter
240247
- ubiquiti_edgeswitch
241248
- ubiquiti_unifiswitch
249+
- vertiv_mph
242250
- vyatta_vyos
243251
- vyos
244252
- watchguard_fireware
@@ -252,32 +260,33 @@
252260
- apresia_aeos_telnet
253261
- arista_eos_telnet
254262
- aruba_procurve_telnet
255-
- audiocode_72_telnet
256263
- audiocode_66_telnet
264+
- audiocode_72_telnet
257265
- audiocode_shell_telnet
258266
- brocade_fastiron_telnet
259267
- brocade_netiron_telnet
260268
- calix_b6_telnet
261269
- centec_os_telnet
262270
- ciena_saos_telnet
263271
- cisco_ios_telnet
264-
- cisco_xr_telnet
265272
- cisco_s200_telnet
266273
- cisco_s300_telnet
274+
- cisco_xr_telnet
267275
- dell_dnos6_telnet
268276
- dell_powerconnect_telnet
269277
- dlink_ds_telnet
270-
- extreme_telnet
271278
- extreme_exos_telnet
272279
- extreme_netiron_telnet
280+
- extreme_telnet
273281
- generic_telnet
274282
- generic_termserver_telnet
275-
- hp_procurve_telnet
276283
- hp_comware_telnet
277-
- huawei_telnet
284+
- hp_procurve_telnet
278285
- huawei_olt_telnet
286+
- huawei_telnet
279287
- ipinfusion_ocnos_telnet
280288
- juniper_junos_telnet
289+
- maipu_telnet
281290
- nokia_sros_telnet
282291
- oneaccess_oneos_telnet
283292
- paloalto_panos_telnet
@@ -304,5 +313,6 @@
304313
- extreme_exos
305314
- juniper_junos
306315
- linux
316+
- mikrotik_routeros
307317
- nokia_sros
308318
- ubiquiti_edgerouter

_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ -d "netmiko_packaging" ]; then
6969
exit 1
7070
else
7171
echo "Create virtualenv"
72-
/usr/local/bin/python3.9 -m venv netmiko_packaging
72+
/usr/local/bin/python3.12 -m venv netmiko_packaging
7373
echo "Source virtualenv"
7474
source /home/ktbyers/VENV/netmiko_packaging/bin/activate
7575
which python
@@ -141,7 +141,7 @@ if [ -d "netmiko_packaging" ]; then
141141
exit 1
142142
else
143143
echo "Create virtualenv"
144-
/usr/local/bin/python3.9 -m venv netmiko_packaging
144+
/usr/local/bin/python3.12 -m venv netmiko_packaging
145145
echo "Source virtualenv"
146146
deactivate
147147
source /home/ktbyers/VENV/netmiko_packaging/bin/activate

docs/netmiko/a10/a10_ssh.html

Lines changed: 15 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
6-
<meta name="generator" content="pdoc 0.10.0" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
6+
<meta name="generator" content="pdoc3 0.11.1">
77
<title>netmiko.a10.a10_ssh API documentation</title>
8-
<meta name="description" content="A10 support." />
9-
<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
10-
<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
11-
<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
12-
<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
13-
<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
8+
<meta name="description" content="A10 support.">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/13.0.0/sanitize.min.css" integrity="sha512-y1dtMcuvtTMJc1yPgEqF0ZjQbhnc/bFhyvIyVNb9Zk5mIGtqVaAB1Ttl28su8AvFMOY0EwRbAe+HCLqj6W7/KA==" crossorigin>
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/13.0.0/typography.min.css" integrity="sha512-Y1DYSb995BAfxobCkKepB1BqJJTPrOp3zPL74AWFugHHmmdcvO+C48WLrUOlhGMc0QG7AE3f7gmvvcrmX2fDoA==" crossorigin>
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css" crossorigin>
12+
<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:1.5em;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:2em 0 .50em 0}h3{font-size:1.4em;margin:1.6em 0 .7em 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .2s ease-in-out}a:visited{color:#503}a:hover{color:#b62}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900;font-weight:bold}pre code{font-size:.8em;line-height:1.4em;padding:1em;display:block}code{background:#f3f3f3;font-family:"DejaVu Sans Mono",monospace;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em 1em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
13+
<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul ul{padding-left:1em}.toc > ul > li{margin-top:.5em}}</style>
1414
<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
15-
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
16-
<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
15+
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" integrity="sha512-D9gUyxqja7hBtkWpPWGt9wfbfaMGVt9gnyCvYa+jojwwPHLCzUm5i8rpk7vD7wNee9bA35eYIjobYPaQuKS1MQ==" crossorigin></script>
16+
<script>window.addEventListener('DOMContentLoaded', () => {
17+
hljs.configure({languages: ['bash', 'css', 'diff', 'graphql', 'ini', 'javascript', 'json', 'plaintext', 'python', 'python-repl', 'rust', 'shell', 'sql', 'typescript', 'xml', 'yaml']});
18+
hljs.highlightAll();
19+
})</script>
1720
</head>
1821
<body>
1922
<main>
@@ -23,34 +26,6 @@ <h1 class="title">Module <code>netmiko.a10.a10_ssh</code></h1>
2326
</header>
2427
<section id="section-intro">
2528
<p>A10 support.</p>
26-
<details class="source">
27-
<summary>
28-
<span>Expand source code</span>
29-
</summary>
30-
<pre><code class="python">&#34;&#34;&#34;A10 support.&#34;&#34;&#34;
31-
32-
from netmiko.cisco_base_connection import CiscoSSHConnection
33-
34-
35-
class A10SSH(CiscoSSHConnection):
36-
&#34;&#34;&#34;A10 support.&#34;&#34;&#34;
37-
38-
def session_preparation(self) -&gt; None:
39-
&#34;&#34;&#34;A10 requires to be enable mode to disable paging.&#34;&#34;&#34;
40-
self._test_channel_read(pattern=r&#34;[&gt;#]&#34;)
41-
self.set_base_prompt()
42-
self.enable()
43-
44-
# terminal width ill not do anything without A10 specific command
45-
# self.set_terminal_width()
46-
self.disable_paging(command=&#34;terminal length 0&#34;)
47-
48-
def save_config(
49-
self, cmd: str = &#34;&#34;, confirm: bool = False, confirm_response: str = &#34;&#34;
50-
) -&gt; str:
51-
&#34;&#34;&#34;Not Implemented&#34;&#34;&#34;
52-
raise NotImplementedError</code></pre>
53-
</details>
5429
</section>
5530
<section>
5631
</section>
@@ -222,36 +197,12 @@ <h3>Methods</h3>
222197
</code></dt>
223198
<dd>
224199
<div class="desc"><p>Not Implemented</p></div>
225-
<details class="source">
226-
<summary>
227-
<span>Expand source code</span>
228-
</summary>
229-
<pre><code class="python">def save_config(
230-
self, cmd: str = &#34;&#34;, confirm: bool = False, confirm_response: str = &#34;&#34;
231-
) -&gt; str:
232-
&#34;&#34;&#34;Not Implemented&#34;&#34;&#34;
233-
raise NotImplementedError</code></pre>
234-
</details>
235200
</dd>
236201
<dt id="netmiko.a10.a10_ssh.A10SSH.session_preparation"><code class="name flex">
237202
<span>def <span class="ident">session_preparation</span></span>(<span>self) ‑> None</span>
238203
</code></dt>
239204
<dd>
240205
<div class="desc"><p>A10 requires to be enable mode to disable paging.</p></div>
241-
<details class="source">
242-
<summary>
243-
<span>Expand source code</span>
244-
</summary>
245-
<pre><code class="python">def session_preparation(self) -&gt; None:
246-
&#34;&#34;&#34;A10 requires to be enable mode to disable paging.&#34;&#34;&#34;
247-
self._test_channel_read(pattern=r&#34;[&gt;#]&#34;)
248-
self.set_base_prompt()
249-
self.enable()
250-
251-
# terminal width ill not do anything without A10 specific command
252-
# self.set_terminal_width()
253-
self.disable_paging(command=&#34;terminal length 0&#34;)</code></pre>
254-
</details>
255206
</dd>
256207
</dl>
257208
<h3>Inherited members</h3>
@@ -305,7 +256,6 @@ <h3>Inherited members</h3>
305256
</section>
306257
</article>
307258
<nav id="sidebar">
308-
<h1>Index</h1>
309259
<div class="toc">
310260
<ul></ul>
311261
</div>
@@ -330,7 +280,7 @@ <h4><code><a title="netmiko.a10.a10_ssh.A10SSH" href="#netmiko.a10.a10_ssh.A10SS
330280
</nav>
331281
</main>
332282
<footer id="footer">
333-
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
283+
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
334284
</footer>
335285
</body>
336-
</html>
286+
</html>

0 commit comments

Comments
 (0)