Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Verify VLAN settings on VIO Server 2

Status
Not open for further replies.

ChuckerBob

Technical User
Mar 8, 2005
8
0
0
US
Does anyone know of a way to display the VLAN configuration on a VIO server from the command line?
I know how to configure the profiles for the VIO Servers, but I cannot find a way to verify that the correct VLANs are configured on the VIO server other than relying on the profile settings.
I am looking for a commnad that will show that the proper VLANs are assigned to the physical and virtual ethernet adapters.
I have used 'lsdev -dev entX -attr' and various other commands but nothing shows the VLAN configuration.
Thanks in advance.
 
For anyone that is interested, I found it.
On the HMC command line run the following command:

lshwres -r virtualio --rsubtype eth --level lpar -m SYSTEM

(Replace SYSTEM with your system's name)

Look for your LPAR name (in my case a VIO Server LPAR) then
look for 'port_vlan_id=' and 'addl_vlan_ids='

This appears to be live data from the LPAR (VIO Server).

Thanks anyway to anyone who might have tried to research this for me.
 
I was seaching for you but i guess you deserve a star for that :)

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top