On 03/19/2010 01:36 PM, Li Zhao wrote: > > This is probably what you can do. > > 1. #create interfaces interface eth1 vif eth1 address 10.0.0.1 prefix-length > 24. > 2. #create interfaces interface eth1 vif eth1 address 10.0.0.100 > prefix-length 24. > 3. #create protocols vrrp interface eth1 vif eth1 vrid 100 ip 10.0.0.100 > 4. #create protocols vrrp interface eth1 vif eth1 vrid 100 priority 200
Ok, I have this integrated somewhat in my LANforge tool. I see vrrp starting, but then it crashes trying to set a MAC address. I'm using my xorp.ct tree on virtual interfaces, so maybe it's some bug I introduced or some issue with the type of virtual interfaces I'm using... [ 2010/03/19 16:42:29.326435 WARNING xorp_fea XrlFeaTarget ] Handling method for ifmgr/0.1/create_mac failed: XrlCmdError 102 Command failed Cannot add MAC address 0:0:5e:0:1:1 on interface rddVR2: Cannot set MAC address 0:0:5e:0:1:1 on interface rddVR2: cannot commit the transaction [ 2010/03/19 16:42:29.326789 FATAL xorp_vrrp:5148 VRRP +362 vrrp/vrrp_target.cc xrl_cb ] XRL error: 102 Command failed Cannot add MAC address 0:0:5e:0:1:1 on interface rddVR2: Cannot set MAC address 0:0:5e:0:1:1 on interface rddVR2: cannot commit the transaction [ 2010/03/19 16:42:29.329530 ERROR xorp_rtrmgr:5057 RTRMGR rtrmgr/module_manager.cc:755 done_cb ] Command "/usr/local/xorp/lib/xorp/sbin/xorp_vrrp": terminated with signal 6; aborted with a core dump. I'll have to dig into the code to see why it is trying to set a mac..and why it might be failing. Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
