02-27-2012 08:01 AM - edited 03-01-2019 10:17 AM
Hello,
I've been trying to figure out how I can check what VLANs I have assigned to each service profile through CLI. I have no trouble viewing this through the GUI but there's just so many clicks to verify each server (10) with its NICS (2).
Anyone know how this is achieved?
And yes, I have configured vNIC Policys with VLANs mapped to them for the last couple of blades but I haven't had the chance to change this settings on my first 10 profiles =).
Running 2.0(1t)
Thanks!
//Martin
Solved! Go to Solution.
02-27-2012 08:33 AM
Martin,
Hope this one helps you out
show configuration | egrep -i 'enter vnic|service-pr|eth-if'
This shows VLANs explicitly configured for each vNIC under a service profile. I have not tested with service profile with vNIC policies.
Alternatively, if you are intersted in service profiles under an organization
scope org /
show configuration | egrep -i 'enter vnic|service-pr|eth-if'
HTH
Padma
02-27-2012 08:33 AM
Martin,
Hope this one helps you out
show configuration | egrep -i 'enter vnic|service-pr|eth-if'
This shows VLANs explicitly configured for each vNIC under a service profile. I have not tested with service profile with vNIC policies.
Alternatively, if you are intersted in service profiles under an organization
scope org /
show configuration | egrep -i 'enter vnic|service-pr|eth-if'
HTH
Padma
02-28-2012 06:57 AM
Thanks alot! Works as a charm!
Regards,
Martin
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