05-08-2013 03:32 PM - edited 03-01-2019 07:19 AM
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
05-09-2013 12:43 AM
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
04-17-2015 09:36 AM
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)#
01-13-2020 01:58 AM - edited 01-13-2020 02:09 AM
=========================================================
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
========================================================
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide