cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11155
Views
10
Helpful
3
Replies

Nexus monitor session problem

aducey01
Level 1
Level 1

Why is it saying not hardware resource?  What am I doing wrong?

   session 2

---------------

description       : ****OpnetSPAN****

type              : local

state             : down (No hardware resource)

source intf       :

    rx            : Po1000

    tx            :

    both          :

source VLANs      :

    rx            :

    tx            :

    both          :

filter VLANs      : filter not specified

destination ports : Eth3/30

3 Replies 3

Steve Fuller
Level 9
Level 9

Hi,

How many SPAN sessions do you have configured across all VDC on the switch? You can only have two active sessions per system and so may need to shutdown other monitor sessions to make hardware resource available.

Regards

nlduarteh
Level 1
Level 1

To do that, you need to configure "mode extended" under every new session beyond the second, here is an example:

 

N7K-1(config)# monitor session 3

N7K-1(config-monitor)# mode extended

N7K-1(config-monitor)#

=========================================================

Configuration for Extended Session: SPAN Configuration

=========================================================

Nexus(config)# interface <enter interface where you want span (dest)>
Nexus(config-if)# switchport
Nexus(config-if)# switchport mode trunk
Nexus(config-if)# switchport monitor
Nexus(config-if)# monitor session 3
Nexus(config-monitor)# mode extended
Nexus(config-monitor)# source interface <enter (source) interfaces>
Nexus(config-monitor)# destination interface <enter (dest) interface>
Nexus(config-monitor)# no shut

========================================================

Nexus(config-monitor)# sh monitor

Session                       State                   Reason                 Description
------- ----------- ---------------------- --------------------------------

1                                   up                   The session is up

2                                   up                   The session is up
3                                   up                   The session is up

========================================================
Nexus(config-monitor)# sh monitor session all

========================================================