04-29-2011 01:26 AM
Dear all,
I've had following error on a EX4200-24t:. (It is not a member of a Virtual Chassis.)
rend_dlinit: not a proper library: /usr/lib/render//libvccpd-render.so: Cannot open "/usr/lib/render
//libvccpd-render.so"
{linecard:0}
There was no routing possible (It's normal because the switch got in linecard-mode) How this is possible, I don't know. Software version is 10.3
I've recoverd the switch by reinstalling the software through an USB-stick. Does anyone know why the switch gave me this problem???
Thanks in advance!
Best regards,
Lars Aerts
Solved! Go to Solution.
04-29-2011 03:07 AM
Hi Lars Aerts,
Requirements: You need, Junos OS Release 11.1 or later to have an RVI to route traffic between two VLANs on the same switch.
Thanks,
Jay
04-30-2011 01:41 AM
I don't get your answer I think...
Do you mean the following:
When you have the following thing configured on the ex4200. It won't route that traffic when you have soft-version 10.3???
Set interfaces vlan unit 100 family inet address 192.168.0.1/24
Set interfaces vlan unit 200 family inet address 192.168.1.1/24
Set vlans test vlan-id 100
set vlans test interface ge-0/0/0
Set vlans test1 vlan-id 200
set vlans test interface ge-0/0/1
04-30-2011 05:34 AM
RVI is a basic feature of the EX switch line since the initial release. From what you show above it appears that the Junos installation is corrupt.
Maybe the recover from a failed software installation procedure will help.
http://kb.juniper.net/InfoCenter/index?page=conten
Be sure to save out a copy of your current configuration in case this gets lost in the processes.
Rescue config will put a copy on the device you can pull from.
system configuration rescue save
KB12022 shows how to put a copy to a usb disk
http://kb.juniper.net/InfoCenter/index?page=conten
05-02-2011 05:41 AM
Thanks for the information