- ページ 30

スイッチ Cisco 9134 - MDS Multilayer Fabric SwitchのPDF リリースノートをオンラインで閲覧またはダウンロードできます。Cisco 9134 - MDS Multilayer Fabric Switch 40 ページ。 Mds 9000 series
Cisco 9134 - MDS Multilayer Fabric Switch にも: 仕様 (3 ページ), 設定マニュアル (49 ページ), リリースノート (48 ページ), リリースノート (44 ページ), リリースノート (22 ページ), リリースノート (3 ページ), リリースノート (10 ページ), マニュアル (16 ページ), ハードウェア・インストール・マニュアル (36 ページ)

Cisco 9134 - MDS Multilayer Fabric Switch リリースノート
Limitations and Restrictions
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
Disable SSH.
Step 1
Create RSA version 2 DSA keys.
Step 2
Enable SSH.
Step 3
Delete any RSA version 1 keys on any remote SSH clients and replace the version 1 keys with the new
Step 4
version 2 keys from the switch.
Proceed with the upgrade to NX-OS Release 4.2(1b).
If you upgrade before disabling SSH and creating RSA version 2 keys, follow these steps:
Open a Telnet session and log in through the console.
Step 1
Issue the no feature ssh command to disable SSH.
Step 2
Issue the ssh key rsa 1024 command to create RSA version 2 keys.
Step 3
Issue the feature ssh command to enable SSH.
Step 4
CFS Cannot Distribute All Call Home Information
In MDS NX-OS Release 4.2(1b), CFS cannot distribute the following Call Home commands that can be
configured with the destination-profile command:
The output of the show running-config callhome command shows configured Call Home commands:
switch# show running-config callhome
> version 4.1(3)
> callhome
>
>
>
>
>
>
>
>
>
>
>
>
>
>
When you attempt to apply these commands in the ASCII configuration, the following commands fail:
>
>
>
To work around this issue, issue these commands after the commit command.
Cisco MDS 9000 Family Release Notes for Cisco MDS NX-OS Release 5.0(4b)
30
destination-profile profile_name transport-method
destination-profile profile_name http
email-contact [email protected] <mailto:[email protected]>
phone-contact +14087994089
streetaddress xyxxyx
distribute
destination-profile testProfile
destination-profile testProfile format XML
no destination-profile testProfile transport-method email
destination-profile testProfile transport-method http
destination-profile testProfile http https://xyz.abc.com
destination-profile testProfile alert-group all
transport email smtp-server 64.104.140.134 port 25 use-vrf management
transport email from [email protected] <mailto:[email protected]>
enable
commit
no destination-profile testProfile transport-method email
destination-profile testProfile transport-method http
destination-profile testProfile http
https://xyz.abc.com
OL-21012-04