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.:wink:

Assuming you want to create an interface to VLAN #5 with the 192.168.5.10 IP address, simply run

# 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)

Thanks. Will try that. :b: