Руководство По Проектированию для Cisco Cisco Nexus 5010 Switch

Скачать
Страница из 119
 
 
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. 
Page 58 of 119 
Useful commands include the following: 
nexus5k# show inventory fex <fex-id> 
nexus5k# show logging onboard fex <fex-id> 
nexus5k# show environment fex <fex-id> 
Software Installation 
A bootloader resides on the fabric extender device and is write protected. The fabric extender contains two copies 
of the system image: the primary system image, which is stored in flash memory and can be upgraded only by the 
Cisco Nexus 5000 Series Switch, and a backup system image stored in bootflash memory and write protected. 
This backup image is used only if the primary image is corrupted. When a fabric extender is connected to a Cisco 
Nexus 5000 Series Switch, a handshake verifies the image version on the fabric extender, and the switch 
determines whether the fabric extender needs to be updated. If an upgrade is necessary, the Cisco Nexus 5000 
Series Switch loads the code onto the fabric extender and reboots the fabric extender with the new image. The 
update takes approximately 8 minutes. 
The installation procedure does not differ from the regular Cisco Nexus 5000 Series upgrade procedure. While the 
Cisco Nexus 5000 Series is being upgraded, the fabric extender is still online. 
The version of the code running on the fabric extender can be retrieved with this command: 
nexus5k#show version fex <fex-id> 
 
Alternatively, you can connect to the fabric extender and then enter a show version command: 
nexus5k#attach fex <fex-id> 
fex-id#show version 
 
You can observe the effect of an install all command by entering this command without performing the installation: 
nexus5k#show install all impact kickstart <path> system <path> 
Cisco Nexus 2000 Series Preprovisioning 
The fabric extender preprovisioning feature was introduced in Cisco NX-OS 5.0(2)N1(1). To understand 
preprovisioning, you first must be familiar with the way fabric extender modules are programmed by the Cisco 
Nexus 5000 Series. 
The first part of the configuration in the Cisco Nexus 5000 Series is used to assign the fabric extender a number, 
the fabric extender ID (fex-id). After the fabric extender is discovered, the Cisco Nexus 5000 Series Switch can 
program its interfaces. 
The configuration shown here triggers the discovery of the fabric extender and the correct programming of the 
fabric extender: 
interface Ethernet <a/b> 
  switchport mode fex-fabric 
  fex associate 198 
After the fabric extender is recognized and programmed, you can configure fabric extender ports with commands 
such as interface ethernet198/1/1interface ethernet198/1/2, etc.