N7K-1(config)# boot kickstart bootflash:///titanium-d1-kickstart.6.1.1.gbin
N7K-1(config)# boot system bootflash:///titanium-d1.6.1.1.gbin
临时授权:
N7K(config)# license grace-period 
N7K# show license usage

↑ CFS Distribution

Fabric:思科把以太网,IP,存储网络统一,称为Fabric.

CFS distributes configuration changes to multiple devices across a complete network. CFS supports the following types of distribution:

CFS over Ethernet (CFSoE)—Distributes application data over an Ethernet network.

CFS over IP (CFSoIP)—Distributes application data over an IPv4 network.

CFS over Fibre Channel (CFSoFC)—Distributes application data over a Fibre Channel, such as a virtual storage area network (VSAN). If the device is provisioned with Fibre Channel ports, CFSoFC is enabled by default. 

Table 2-1 CFS-Supported Applications
Application Default State
Call Home Disabled
Device alias Enabled
DPVM Enabled
FC domain Disabled
FC port security Disabled
FC timer Disabled
IVR Disabled
NTP Disabled
RADIUS Disabled
RSCN Disabled
TACACS+ Disabled
User roles Disabled


Ethanalyzer只能引擎收发的流量进行捕获,只能够捕获控制层面和管理层面的流量,不能够捕获穿越的数据层面的流量。对穿过的流量进行抓包:SPAN。

SPAN:

Configurations

This document uses these configurations:                                                                                       

Step 1
Destination port configuration
switch7000-1#configure terminal
switch7000-1(config)#interface ethernet 3/48


!--- Configures the switchport parameters for a port.

switch7000-1(config-if)#switchport


!--- Configures the switchport interface as a SPAN destination.

switch7000-1(config-if)#switchport monitor
switch7000-1(config-if)#no shut
switch7000-1(config-if)#exit
  

                                                
Step 2
SPAN session configuration
switch7000-1(config)#monitor session 1


!---Configure the source port with traffic direction.

switch7000-1(config-monitor)#source interface ethernet 3/11 both(想要被抓取的流量)


!--- Configure the destination port.

switch7000-1(config-monitor)#destination interface ethernet 3/48(连接分析仪的端口)


!--- To enable the SPAN session, by default session in shutdown state.

switch7000-1(config-monitor)#no shut
switch7000-1(config-monitor)#exit


!--- To save the configurations in the device.

switch7000-1(config)#copy running-config startup-config
  

  

Verify

  

Use this section to confirm that your configuration works properly.

  

The Output Interpreter Tool (registered customers only) (OIT) supports certain show commands. Use the OIT to view an analysis of show command output.

  

The show monitor command gives the status of the SPAN sessions.

  
   
switch7000-1#show monitor

Session  State        Reason                  Description
-------  -----------  ----------------------
--------------------------------
1        up           The session is up
  
  

The show monitor session all command gives a summary of the current SPAN configuration.

  
   
switch7000-1#show monitor session all
    
  session 1
---------------
type              : local
state             : up
source intf       :
    rx            : Eth3/11
    tx            : Eth3/11
    both          : Eth3/11
source VLANs      :
    rx            :
    tx            :
    both          :
filter VLANs      : filter not specified
destination ports : Eth3/48
  
  

From these commands you can verify the SPAN configuration on the Nexus 7000 Series Switches.