cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
558
Views
5
Helpful
2
Replies

Set vlan org permission

mike.paehler
Level 1
Level 1

Hi,

I am working on deploying new VLANs to my UCS Central with the UCS Central PowerTool. Does anyone know how I can set vlan org permissions?

I know how I can set it on the console, but I do not find the cmdlet for powershell

Console command:

connect resource-mgr
scope org MyOrg
create vlan-permit dmz-vlan-1234

Thanks

Mike

1 Accepted Solution

Accepted Solutions

Wes Austin
Cisco Employee
Cisco Employee

Mike,

I believe this will help. This is how you can set the org permission. We will use "root/my_org" and "myvlan_11" as example:


Get-UcsCentralOrg -Level root | Get-UcsCentralOrg -Name "my_org" -LimitScope | Add-UcsCentralFabricVlanReq -Name "my_vlan_11"

You can also use the following tool to help you correlate actions in the GUI to cmdlets.

http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/msft_tools/UCS_Central/powertools/user_guide/ucsc_pwrtool_bk.html#pgfId-446548

HTH,

Wes

View solution in original post

2 Replies 2

Wes Austin
Cisco Employee
Cisco Employee

Mike,

I believe this will help. This is how you can set the org permission. We will use "root/my_org" and "myvlan_11" as example:


Get-UcsCentralOrg -Level root | Get-UcsCentralOrg -Name "my_org" -LimitScope | Add-UcsCentralFabricVlanReq -Name "my_vlan_11"

You can also use the following tool to help you correlate actions in the GUI to cmdlets.

http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/msft_tools/UCS_Central/powertools/user_guide/ucsc_pwrtool_bk.html#pgfId-446548

HTH,

Wes

mike.paehler
Level 1
Level 1

Hi Wes,

this worked for me. Thanks you very much!

Mike

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card