|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Configure ce0 as ce4000 in Solaris 9 ?
can we configure the ce0 and ce1 interface as ce4000 and ce5000 in solaris 9 I have a server configured similar way.. I need to setup another two server in such configuration find the sample output from working server. Please help Code:
root@judi:[15:26:19]:/dev# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
ce4000: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2
inet 172.20.49.144 netmask ffffff80 broadcast 172.20.49.255
ether 0:3:ba:7a:e2:d0
ce5000: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 3
inet 172.20.37.67 netmask ffffff00 broadcast 172.20.37.255
ether 0:3:ba:7a:e2:d0
root@judi:[15:26:21]:/dev# grep -i net /etc/path_to_inst
"/pci@1f,0/network@a" 0 "ce"
"/pci@1f,0/network@b" 1 "ce"
root@judi:[15:26:43]:/dev# uname -a
SunOS judi 5.9 Generic_118558-02 sun4u sparc SUNW,Serverblade1
root@judi:[15:26:47]:/dev#Last edited by DukeNuke2; 03-05-2013 at 02:04 PM.. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
I think that is is a Vlan configuration over the normal ce interfaces,
please check http://docs.oracle.com/cd/E19253-01/...eij/index.html troy's unix space: VLAN Tagged Interfaces (Solaris) |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks for your reply, I tried plumb the interface as ce4000 and ce5000, also configured the IP's as of ce0and ce1, then unconfigured the ce0 and ce1.. how ever after doing this it stops communicating outside network.. even not reachable for gateway..
Now I reverted back to ce0 and ce1 with same ip configuration and it working fine.. any thoughts .. ![]() |
|
#4
|
|||
|
|||
|
VLAN tagged interfaces cannot communicate but with other interfaces configured in the same VLAN and this is by design.
You need to have at least your switch properly configured for this to work. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris Logic to transmit traffic to physical interfaces ( eg ce0 and ce1) | nadeemahmed | UNIX for Dummies Questions & Answers | 3 | 10-24-2012 03:57 PM |
| Configure a domain in Solaris. | enkei17 | UNIX for Advanced & Expert Users | 4 | 03-04-2010 04:06 PM |
| Increasing link speed on ce0. | sparcman | Solaris | 4 | 05-07-2009 12:19 PM |
| how to configure network in solaris 10? | johnavery | Solaris | 3 | 10-29-2008 03:16 AM |
| ce0 and ce1 have the same mac address | BG_JrAdmin | Solaris | 2 | 07-08-2005 07:30 PM |
|
|