Solaris 9 VLAN tagging with ce interface


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 9 VLAN tagging with ce interface
# 1  
Old 11-06-2014
Solaris 9 VLAN tagging with ce interface

Hi,

Is it possible to VLAN tag with a ce interface on Solaris 9? Link speed is gb.

ce:0:ce0:link_speed 1000

I have a ce0 interface I would need to have access to another VLAN as well as the one it's currently on.

What commands would I need to run?

Thanks.Smilie
# 2  
Old 11-07-2014
Assuming you want to create an interface to VLAN #5 with the 192.168.5.10 IP address, simply run

Code:
# ifconfig ce5000 plumb up 192.168.5.10

If you want the interface to persist after a reboot, create a /etc/hostname.ce5000 file containing the usual parameter(s).

Configuring VLANs (Solaris 9 Sun Hardware Platform Guide)
# 3  
Old 11-07-2014
Thanks. Will try that. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris non-global zone network vlan

Have 2 nics on physical system net0 phys 1500 up -- net1 phys 1500 up -- 1. I want to create a link aggregation with LACP enabled with above 2 nics 2. Create port-group(Like we create on ESXi) with VLAN-ID 2141 3. And assign this... (0 Replies)
Discussion started by: Shirishlnx
0 Replies

2. Solaris

How can i get Solaris interface ip using shell script?

HI Community, my server has more than 15 zones and each one is having virtual interface of 10G adapter (qlge0) if the filter the output of ifconfig -a | grep inet, it's showing all interfaces including virtual. i have take first like from the output and assumed that as my main ip is... (3 Replies)
Discussion started by: bentech4u
3 Replies

3. Solaris

Network interface configuration - Solaris 11

Hi, I am new in Solaris 11. I can't even make the NIC work. Here is the issue: Any help will be greatly appreciated. (6 Replies)
Discussion started by: aixlover
6 Replies

4. Solaris

Network Interface -- Solaris

Dear All, I have a solaris Server in which I have 4 network interfaces , out of which only one is used . So all the applications are using this interface . The interface speed is 1000Mbps . I find no hardware issue or packets g being dropped. But i find that no of Input and Output... (4 Replies)
Discussion started by: jegaraman
4 Replies

5. Solaris

Solaris 19 10/09 ipv6 interface configuration

Hi, anyone has had experience in a static setting an IPv6 interface?, I'm trying accordance with the admin guide (ipv6 network configuration tasks), configure one interface in the server, actually i can do ping to my default gateway and access the Internet in IPv6, the specific point is however,... (3 Replies)
Discussion started by: pabloluja
3 Replies

6. Solaris

Command line Interface or GUI Interface not shown on solaris

Dear all, I am a newbie in solaris and I need your advice. I have a Solaris version 5.9 installed on Sunfire V240. I am able to ssh the machine from putty remotely. My problem is that I cannot see the display from KVM switch I have connected to it. I need also to be able to see the GUI... (2 Replies)
Discussion started by: mbouster
2 Replies

7. Solaris

Vswitch in Ldoms on VLAN tagged interface

I 've a T5220 running solaris 10u6 with Ldoms 1.1. following is o/p of my dladm e1000g0 type: non-vlan mtu: 1500 device: e1000g0 e1000g1 type: non-vlan mtu: 1500 device: e1000g1 e1000g531001 type: vlan 531 mtu: 1500 device: e1000g1 e1000g2 ... (0 Replies)
Discussion started by: fugitive
0 Replies

8. Solaris

sppp0 interface in solaris 10

What is sppp0 interface in solaris 10 and how can we disable it ? (1 Reply)
Discussion started by: fugitive
1 Replies

9. IP Networking

Activating an interface on a Solaris 10

Help! How do I get (configure) an inteface up in order to get access to the internet? System in use is SPARC Ultra 5 - it worked before but not now when I re-installed the system and forgot to connect the RJ45 cable to the interface. (3 Replies)
Discussion started by: Maen
3 Replies

10. UNIX for Dummies Questions & Answers

Adding an interface to solaris?

I have a quad ethernet card in my sun box, and only 3 of them are visable when I "ifconfig -a". How do I activate the the 4th one? I think it is solaris 5.6. Thanks. Marc (1 Reply)
Discussion started by: mmaniscalco
1 Replies
Login or Register to Ask a Question