cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1138
Views
0
Helpful
3
Replies

UCS Manager Adding a new VLAN to vNIC

rvadlapa
Level 1
Level 1

Hello!,

We are using the Associate VLAN to vNIC activity in CPO to assign a VLAN to the NIC.

We were getting an error (it was not assigning the VLAN) and when we saw the UCS Manager, the NIC was bound to a template and we had to unbind the vNIC template and only then we were able to assign the VLAN.

We could not find a unbind template activity specifically for the vNIC in CPO. How would this be accomplished?

Thanks

ucs_vnic_bind.jpg

3 Replies 3

Shaun Roberts
Cisco Employee
Cisco Employee

If there is not an activity specifically for it, you can use the execute ucs command activity to do anything. There are Bind Service Profile to template activities. If you need more help, please open a TAC case or ask this same question in the design center(they might have more experience with this)

--Shaun Roberts
Principal Engineer, CX
shaurobe@cisco.com

Ravi Shankar Jandyala
Cisco Employee
Cisco Employee

You could use the Execute UCS command activity with the following XML code:



    
         
                " dn="" nwTemplName=”” status="modified">
                

         

     


Basically, you need to set the "nwTempName" attribute to "".

Hope this helps.

Ravi

Thanks Ravi and Chris. For now, we have removed the template binding to fix this. Will use the above XML to test further.

Thanks