- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2010 08:30 AM - edited 03-06-2019 02:33 PM
I am trying to add the following but it seems that I can not add over 5 entries. Is there a limitation as to how many you can add? I cannot do a range for all of the VLANS as I am setting this up for our IPS to monitor and there are Voice VLANs in between the data VLANs that I do not want to monitor:
Trying to put in :
monitor session 1 source vlan 1 - 32 , 40 , 48 , 56 , 64 , 72 , 80 , 88 , 96 , 100 , 104 , 112 , 120 , 128 , 136 , 144 , 152 , 160 , 168 , 176 , 184 , 192 , 200 , 208 , 216 , 240 - 242 , 250
But the 6509 will only take:
monitor session 1 source vlan 1 - 32 , 40 , 48 , 56 , 64
If I try to add an additional one past 64, it gives me a "Invalid input detected at '^' marker." error.
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2010 09:22 AM
Jeremy,
You can accomplish this with multiple "monitor session 1 source vlan" config lines. Please see my example below:
lab1(config)#monitor session 1 source vlan 2 , 4 , 6 , 8 , 10
lab1(config)#monitor session 1 source vlan 12 , 14 , 16 , 18 , 20
lab1(config)#do show run | i monitor
monitor session 1 source vlan 2 , 4 , 6 , 8 , 10
monitor session 1 source vlan 12 , 14 , 16 , 18 , 20
lab1(config)#do show monitor session 1
Session 1
---------
Type : Local Session
Source VLANs :
Both : 2,4,6,8,10,12,14,16,18,20
Egress SPAN Replication State:
Operational mode : Centralized
Configured mode : Centralized (default)
lab1(config)#
Regards,
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2010 09:22 AM
Jeremy,
You can accomplish this with multiple "monitor session 1 source vlan" config lines. Please see my example below:
lab1(config)#monitor session 1 source vlan 2 , 4 , 6 , 8 , 10
lab1(config)#monitor session 1 source vlan 12 , 14 , 16 , 18 , 20
lab1(config)#do show run | i monitor
monitor session 1 source vlan 2 , 4 , 6 , 8 , 10
monitor session 1 source vlan 12 , 14 , 16 , 18 , 20
lab1(config)#do show monitor session 1
Session 1
---------
Type : Local Session
Source VLANs :
Both : 2,4,6,8,10,12,14,16,18,20
Egress SPAN Replication State:
Operational mode : Centralized
Configured mode : Centralized (default)
lab1(config)#
Regards,
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2010 11:01 AM
Perfect....worked like a charm. Thanks for your prompt response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2012 05:14 AM
Thanks for the tip, very helpful!!
