「Cisco Insecure プロトコル移行ガイド」の版間の差分

提供:hkatou_Lab
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の2版が非表示)
12行目: 12行目:
|
|
  ip ftp source-interface <interface_name>
  ip ftp source-interface <interface_name>
copy ftp://<user>:<pass>@<ftp_Server_IP>/<file_pass> flash:
   
   
  ip tftp source-interface <interface_name>
  ip tftp source-interface <interface_name>
copy tftp://<user>:<pass>@<tftp_Server_IP>/<file_pass> flash:
|
|
  ip ftp source-interface <interface_name>
  ip ftp source-interface <interface_name>
63行目: 67行目:
  snmp-server group <Group_Name> v3 priv read <Read_View_name> access <ACL_Name>
  snmp-server group <Group_Name> v3 priv read <Read_View_name> access <ACL_Name>
|検証中
|検証中
Cat3850 IOS-XE 16.12.x では auth で SHA が未サポート、MD5 をサポート
|-
|-
|telnet
|telnet
103行目: 108行目:


[https://www.cisco.com/c/ja_jp/support/docs/switches/catalyst-9500-switch/225915-troubleshoot-secure-shell-connections.html Catalystスイッチ上のAzureクラウドサーバーへのセキュアシェル接続のトラブルシューティング]
[https://www.cisco.com/c/ja_jp/support/docs/switches/catalyst-9500-switch/225915-troubleshoot-secure-shell-connections.html Catalystスイッチ上のAzureクラウドサーバーへのセキュアシェル接続のトラブルシューティング]
[https://cway.cisco.com/tac-quick-tools/forms/692e20ab62961abb6b3a83ae Cisco Config Resilient Infrastructure Tester]
* 要 Cisco.com アカウント
== 引用 ==

2026年6月26日 (金) 09:10時点における最新版

執筆中

IOS / IOS-XE
プロトコル 移行前 並列稼働 移行後 備考
ftp / tftp

sftp

ip ftp source-interface <interface_name>

copy ftp://<user>:<pass>@<ftp_Server_IP>/<file_pass> flash:

ip tftp source-interface <interface_name>

copy tftp://<user>:<pass>@<tftp_Server_IP>/<file_pass> flash:
ip ftp source-interface <interface_name>

copy ftp://<user>:<pass>@<ftp_Server_IP>/<file_pass> flash:

ip tftp source-interface <interface_name>

copy tftp://<user>:<pass>@<tftp_Server_IP>/<file_pass> flash:
ip ssh source-interface <interface_name>

copy sftp://<user>:<pass>@<sftp_Server_IP>/<file_pass> flash:
ip ssh source-interface <interface_name>

copy sftp://<user>:<pass>@<sftp_Server_IP>/<file_pass> flash:
install add コマンドで sftp はサポートされていない [1] (C9200)

Azure MS Blob Storage では ip ssh window-size 65536 ip tcp window-size 65536 が必要 (16384 以上で良い)

http

https

ip http server
ip http server
ip http secure-server
ip http secure-server
snmpv1 v2c

snmpv3 authPriv

snmp-server community <Community> [RO|RW] ipv6 <IPv6_ACL> <IPv4_ACL>
-
snmp-server engineID local <EngineID>

snmp-server engineID remote <SNMP_Manager_IP> <EngineID>
snmp-server group <Group_Name> v3 priv read <Read_View_name> access <ACL_Name>
検証中

Cat3850 IOS-XE 16.12.x では auth で SHA が未サポート、MD5 をサポート

telnet

ssh

line vty 0 15

 transport input telnet
username <Username> secret <Password>

line vty 0 15
 login local
 transport input telnet ssh
username <Username> secret <Password>

line vty 0 15
 login local
 transport input ssh

リファレンス

Cisco IOS XEにおいてSNMPv3ユーザーがコンフィグに表示されないケース

実践編:Cisco推奨のセキュリティ強度を実現するSNMPv3設定(NET-SNMP & TWSNMP)

Catalystスイッチ上のAzureクラウドサーバーへのセキュアシェル接続のトラブルシューティング

Cisco Config Resilient Infrastructure Tester

  • 要 Cisco.com アカウント

引用

  1. 章のタイトル: SSH File Transfer Protocol の設定 SSH File Transfer Protocol の制約事項 sftp コマンドでの install add オプションはサポートされていません。