06-24-2009 07:06 PM
Dear All,
I have 2 ciso MDS 9513 switches and have ISL enabled between those.I want to restrict 1 VSAN traffic to pass through that ISL,i know i can do it through DM by configuring the port properties to Allow VSAN's,but not sure whether this can be done online without disrupting the traffic of the VSAN which i want to allow..The switches are in production..
appreciate your help in this regards..
Thanks and Regards,
Murtuza
Solved! Go to Solution.
06-25-2009 10:42 AM
Sure...If you are on the command line, issue this command on the FC or port-channel interface.
swichport trunk allow vsan 22,52
This will remove all other VSANs.
To add a new VSAN (example VSAN 100), the command is
switchport trunk allow vsan add 100
to remove VSAN 22 the command is
no switchport trunk allow vsan 22
The key is not to issue the command
switchport trunk allow vsan 22 (without the add option) as this will set the trunk to only allow vsan 22.
These config commands should be performed on both ends.
Once the trunk is up, you can add/remove vsans with these commands. 'add' must be included when adding a vsan or it will overwrite the current allowed list.
I think with FM, you have the option to type in the VSAN numbers youwant to add as part of teh EISL trunk configuration.
Hope this helps,
Mike
06-25-2009 05:25 AM
You can prune VSANs off of an E-ISL with no impact to the working VSANs. Usually it is not a bad idea to leave VSAN 1 in the VSANs allowed list (where it is active across the trunk) as long as there is no user traffic in VSAN 1. If VSAN 1 has user traffic, and you want to remove it from the trunk, that can be done without impacting the other VSANs using the trunk.
06-25-2009 06:10 AM
Hi Mike,
Thanks fro your quick feedback..Currently i have all the VSAN's allowed through the ISL which is by default(1-4093),could you please help me with the exact value that i need to populate in the trunk config option.I want to dis-allow VSAN 22,52.
06-25-2009 10:42 AM
Sure...If you are on the command line, issue this command on the FC or port-channel interface.
swichport trunk allow vsan 22,52
This will remove all other VSANs.
To add a new VSAN (example VSAN 100), the command is
switchport trunk allow vsan add 100
to remove VSAN 22 the command is
no switchport trunk allow vsan 22
The key is not to issue the command
switchport trunk allow vsan 22 (without the add option) as this will set the trunk to only allow vsan 22.
These config commands should be performed on both ends.
Once the trunk is up, you can add/remove vsans with these commands. 'add' must be included when adding a vsan or it will overwrite the current allowed list.
I think with FM, you have the option to type in the VSAN numbers youwant to add as part of teh EISL trunk configuration.
Hope this helps,
Mike
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