[Xorp-users] xorpsh load command

Pavlin Radoslavov pavlin at icir.org
Wed Jan 16 07:53:41 PST 2008


> I have experimented switching between different configurations by using
> the xorpsh load command. It seems to work OK, but I found one situation
> which produces an error message. This happens when I try to convert OSPF
> link type from broadcast to p2p, as described below.
> 
> Start XORP with 'test_no_p2p_xorp.conf' as parameter.
> 
> Use xorpsh load command with 'test_p2p_xorp.conf' as parameter.
> 
> This results in an error message: 
> 
> root at sisa4a# load test_p2p_xorp.conf
> [ 2008/01/16 11:15:54  ERROR xorp_ospfv2:4825 OSPF +936 peer.cc
> add_neighbour ]
> Neighbour exists Address: 12.4.0.1RouterID: 12.4.0.1
> [ 2008/01/16 11:15:54  WARNING xorp_ospfv2:4825 XrlOspfv2Target +604
> ospfv2_base.cc handle_ospfv2_0_1_add_neighbour ] Handling method for
> ospfv2/0.1/add_neighbour failed:
>  XrlCmdError 102 Command failed Failed to add neighbour 12.4.0.1
> [ 2008/01/16 11:15:54  ERROR xorp_rtrmgr:4821 RTRMGR +675
> master_conf_tree.cc commit_pass2_done ] Commit failed: 102 
> Command failed Failed to add neighbour 12.4.0.1
> ERROR: Load failed.
> 102 Command failed Failed to add neighbour 12.4.0.1[edit]

This problem seems to be different from the previous one.
It looks like it has to do something with the OSPF internals so I
would have to pass the debugging token to Atanu.

Regards,
Pavlin

> ------- test_no_p2p_xorp.conf -----------
> 
> interfaces {
>   restore-original-config-on-shutdown: false
>   interface eth0 {
>     default-system-config
>   }
> }
> protocols {
>   ospf4 {
>     router-id: 12.4.0.2
>     area 0.0.0.0 {
>       interface eth0 {
>         vif eth0 {
>           address 12.4.0.2 {
>           }
>         }
>       }
>     }
>   }
> }
> 
> 
> -------- test_p2p_xorp.conf ----------
> 
> interfaces {
>   restore-original-config-on-shutdown: false
>   interface eth0 {
>     default-system-config
>   }
> }
> protocols {
>   ospf4 {
>     router-id: 12.4.0.2
>     area 0.0.0.0 {
>       interface eth0 {
>         link-type: "p2p"
>         vif eth0 {
>           address 12.4.0.2 {
>             neighbor 12.4.0.1 {
>               router-id: 12.4.0.1
>             }
>           }
>         }
>       }
>     }
>   }
> }
> 
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users



More information about the Xorp-users mailing list