Sponsored Content
Full Discussion: Oracle VMs and VLANs
Operating Systems Solaris Oracle VMs and VLANs Post 302852119 by Peasant on Tuesday 10th of September 2013 02:48:16 PM
Old 09-10-2013
I believe your switch port will have to be configured as trunk (the real switch port to which primary vsw is connected via igb0)

Before the change, be sure to inspect other ldom network configurations using the same vsw and actual switch port setup (trunk).

Then you change your vsw
Code:
ldm set-vsw pvid=1 vid=63 primary-vsw0 # assuming vlan id for 10.0.63.x is 63..

If you need more then 63, you will add them with comma [/icode]...vid=63,220,75[/icode]

Then you add your vnet device with additional vid=63 option per ldom (or multiple vids)

Configure route and ip address on ldom host for the new interface (as you did).
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VAX/VMS anyone??

Hope someone can help here..... I'm looking for some websites with info on VAX/VMS. I've tried google, yahoo and other search engines, but to no avail. Am I looking in the correct place?? :confused: (5 Replies)
Discussion started by: GandalfWhite
5 Replies

2. Linux

Cannot ftp from VMS to Linux

Hi I'm using a Linux machine (CENTOS 5) to ftp a file from a VMS Alpha box (i hardly know anything about these machines). All seems to be working upto the point where it states the transfer has started but it just hangs... ftp> get SPOOL.28 local: SPOOL.28 remote: SPOOL.28 200 Port 228.87... (2 Replies)
Discussion started by: rizla65
2 Replies

3. IP Networking

vlans

Hi All, I'm trying to configure a vlan interface, to do this I'm using the following command "vconfig add eth0 20". I have my interface up and running, but when I test it using "ping -I eth0.20 192.168.1.1" and in other console use "tcpdump -i eth0.20" I can not see any tagged frame. ... (0 Replies)
Discussion started by: lagigliaivan
0 Replies

4. AIX

AIX / Etherchannel / VLANs

I have 1 AIX server, 4 dual ported fiber attached ethernet cards and 4 VLANS coming in. Is it possible to present those 8 ports as 1 IP address using etherchannel? Thanks. (5 Replies)
Discussion started by: jwholey
5 Replies

5. UNIX for Dummies Questions & Answers

SFTP VMS to UNIX

All I am a VMS guy just learning UNIX. My first task is to SFTP files from VMS to UNIX in BATCHMODE without having to enter a password. Note that using SFTP interactively works just fine. I have followed some specific instructions provided by a vendor with no success. I have also read... (0 Replies)
Discussion started by: randyhouse
0 Replies

6. UNIX for Dummies Questions & Answers

Help with VLANs

Hi Gurus, Can anyone explain me what is a Vlan and a Native vlan. How to check the native Vlan on my server having a solaris10 OS. Thanks in advance.:) (2 Replies)
Discussion started by: rama krishna
2 Replies

7. HP-UX

Basic questions about Integrity VMs

Hello, I am looking into HP-UX 11.31 VMs and I had a few questions. We own two systems with 11.31 installed on them: HP 9000 rp3440 (RISC) - 2gb memory - 2 processors HP Integrity rx2660 (Itanium) - 8gb memory - 4 processors Looking at the memory requirements in the Integrity VM... (4 Replies)
Discussion started by: bstring
4 Replies

8. IP Networking

VLANs and their domains

Hey everyone. I work in a data center, and I'm working on getting my CCNA. Now when I read articles on the idea of VLAN's it makes sense. Especially if you have multiple switches daisy chained in multiple locations. My two main questions though are that most of these examples use PC's as examples... (2 Replies)
Discussion started by: Lost in Cyberia
2 Replies

9. Proxy Server

Linux Networking - VLANs & Multiple IP's

In a "typical" data centre environment (telco, financial services etc), would a Linux OS typically have one IP address connected to one VLAN or would it have many IPs and/or VLANs. I say "Linux OS" as I'm referring to an instance of the OS not necessarily a Host or server. Think Linux OS = VM in a... (9 Replies)
Discussion started by: PCB
9 Replies
ETHERSWITCHCFG(8)					    BSD System Manager's Manual 					 ETHERSWITCHCFG(8)

NAME
etherswitchcfg -- configure a built-in Ethernet switch SYNOPSIS
etherswitchcfg [-f control file] info etherswitchcfg [-f control file] config command parameter etherswitchcfg [-f control file] phy phy.register[=value] etherswitchcfg [-f control file] port%d [flags] command parameter etherswitchcfg [-f control file] reg register[=value] etherswitchcfg [-f control file] vlangroup%d command parameter DESCRIPTION
The etherswitchcfg utility is used to configure an Ethernet switch built into the system. etherswitchcfg accepts a number of options: -f control file Specifies the etherswitch(4) control file that represents the switch to be configured. It defaults to /dev/etherswitch0. -m When reporting port information, also list available media options for that port. -v Produce more verbose output. Without this flag, lines that represent inactive or empty configuration options are omitted. config The config command provides access to global switch configuration parameters. It support the following commands: vlan_mode mode Sets the switch VLAN mode (depends on the hardware). phy The phy command provides access to the registers of the PHYs attached to or integrated into the switch controller. PHY registers are speci- fied as phy.register, where phy is usually the port number, and register is the register number. Both can be provided as decimal, octal or hexadecimal numbers in any of the formats understood by strtol(3). To set the register value, use the form instance.register=value. port The port command selects one of the ports of the switch. It supports the following commands: pvid number Sets the default port VID that is used to process incoming frames that are not tagged. media mediaspec Specifies the physical media configuration to be configured for a port. mediaopt mediaoption Specifies a list of media options for a port. See ifconfig(8) for details on media and mediaopt. And the following flags (please note that not all flags are supported by all switch drivers): addtag Add VLAN tag to each packet sent by the port. -addtag Disable the add VLAN tag option. striptag Strip the VLAN tags from the packets sent by the port. -striptag Disable the strip VLAN tag option. firstlock This options makes the switch port lock on the first MAC address it sees. After that, usually you need to reset the switch to learn different MAC addresses. -firstlock Disable the first lock option. Note that sometimes you need to reset the switch to really disable this option. dropuntagged Drop packets without a VLAN tag. -dropuntagged Disable the drop untagged packets option. doubletag Enable QinQ for the port. -doubletag Disable QinQ for the port. ingress Enable the ingress filter on the port. -ingress Disable the ingress filter. reg The reg command provides access to the registers of the switch controller. vlangroup The vlangroup command selects one of the VLAN groups for configuration. It supports the following commands: vlan VID Sets the VLAN ID (802.1q VID) for this VLAN group. Frames transmitted on tagged member ports of this group will be tagged with this VID. Incoming frames carrying this tag will be forwarded according to the configuration of this VLAN group. members port,... Configures which ports are to be a member of this VLAN group. The port numbers are given as a comma-separated list. Each port can optionally be followed by ``t'' to indicate that frames on this port are tagged. FILES
/dev/etherswitch? Control file for the Ethernet switch driver. EXAMPLES
Configure VLAN group 1 with a VID of 2 and make ports 0 and 5 its members while excluding all other ports. Port 5 will send and receive tagged frames while port 0 will be untagged. Incoming untagged frames on port 0 are assigned to vlangroup1. # etherswitchcfg vlangroup1 vlan 2 members 0,5t port0 pvid 2 SEE ALSO
etherswitch(4) HISTORY
etherswitchcfg first appeared in FreeBSD 10.0. AUTHORS
Stefan Bethke BSD
September 20, 2013 BSD
All times are GMT -4. The time now is 11:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy