質問編集履歴

3

追記

2020/03/15 08:31

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -95,3 +95,9 @@
95
95
  因みに、踏台サーバにはpython3、netmikoはインストされておりません。
96
96
 
97
97
  以上、よろしくお願いいたします(>_<)!
98
+
99
+
100
+
101
+ ### 追記
102
+
103
+ 踏台サーバの認証はFreeIPAというものを使って管理しております。(詳しくはわかんない(・_・))

2

追記

2020/03/15 08:31

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -92,4 +92,6 @@
92
92
 
93
93
  上記の設定に何か間違い、不足などございましたらご指摘いただけますと幸いです。
94
94
 
95
+ 因みに、踏台サーバにはpython3、netmikoはインストされておりません。
96
+
95
97
  以上、よろしくお願いいたします(>_<)!

1

追記

2020/03/15 08:25

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- redispatch(net_connect, device_type='cisco_ios', ip='xxx.xxx.xxx.xxx', username='xxxxx', password='xxxxx', secret='secret')
55
+ redispatch(net_connect, device_type='cisco_ios', ip='xxx.xxx.xxx.xxx', port='23', username='xxxxx', password='xxxxx', secret='secret')
56
56
 
57
57
  net_connect.enable()
58
58