[Vyatta-users] Commit Error

2008-01-04 Thread Clint Chapman
[EMAIL PROTECTED] show protocols
bgp {
bgp-id: removeIP
local-as: my as number
peer 72.*.*.* { (ISP side of the /30)
local-ip: 72.37.132.238  (My side of the /30)
as: 25973
next-hop: 72.37.132.238 (My side of the /30)
disable-readvertisements: true
}
}
 static {
 route 0.0.0.0/0 {
 next-hop: 72.*.*.*
 }
 }

[edit]
[EMAIL PROTECTED] commit
[edit]
Commit Failed
102 Command failed
[EMAIL PROTECTED]


Why am I getting that error, I don't think I have anything to complex  
in there.




Thanks!
CLint
___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] Commit Error

2008-01-04 Thread Stig Thormodsrud
Check /var/log/messages (or show log) for further error messages.

stig

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:vyatta-users-
 [EMAIL PROTECTED] On Behalf Of Clint Chapman
 Sent: Friday, January 04, 2008 6:38 PM
 To: [EMAIL PROTECTED]
 Subject: [Vyatta-users] Commit Error
 
 [EMAIL PROTECTED] show protocols
 bgp {
 bgp-id: removeIP
 local-as: my as number
 peer 72.*.*.* { (ISP side of the /30)
 local-ip: 72.37.132.238  (My side of the /30)
 as: 25973
 next-hop: 72.37.132.238 (My side of the /30)
 disable-readvertisements: true
 }
 }
  static {
  route 0.0.0.0/0 {
  next-hop: 72.*.*.*
  }
  }
 
 [edit]
 [EMAIL PROTECTED] commit
 [edit]
 Commit Failed
 102 Command failed
 [EMAIL PROTECTED]
 
 
 Why am I getting that error, I don't think I have anything to complex
 in there.
 
 
 
 
 Thanks!
 CLint
 ___
 Vyatta-users mailing list
 Vyatta-users@mailman.vyatta.com
 http://mailman.vyatta.com/mailman/listinfo/vyatta-users

___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] Commit Error

2008-01-04 Thread Clint Chapman
Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING  
xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/ofr/ 
xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:  
{72.37.132.238(179) 72.37.132.237(179)} AS/25973
Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING  
xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc  
handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer failed:  
XrlCmdError 102 Command failed
Jan  5 10:18:38 localhost xorp_rtrmgr: [ 2008/01/05 10:18:38  ERROR  
xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/ 
2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc  
commit_pass2_done ] Commit failed: 102 Command failed
Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING  
xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/ofr/ 
xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:  
{72.37.132.238(179) 72.37.132.237(179)} AS/25973
Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING  
xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc  
handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer failed:  
XrlCmdError 102 Command failed
Jan  5 10:25:58 localhost xorp_rtrmgr: [ 2008/01/05 10:25:58  ERROR  
xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/ 
2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc  
commit_pass2_done ] Commit failed: 102 Command failed


See anything there?


On Jan 4, 2008, at 8:47 PM, Stig Thormodsrud wrote:

 Check /var/log/messages (or show log) for further error messages.

 stig

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:vyatta-users-
 [EMAIL PROTECTED] On Behalf Of Clint Chapman
 Sent: Friday, January 04, 2008 6:38 PM
 To: [EMAIL PROTECTED]
 Subject: [Vyatta-users] Commit Error

 [EMAIL PROTECTED] show protocols
  bgp {
  bgp-id: removeIP
  local-as: my as number
  peer 72.*.*.* { (ISP side of the /30)
  local-ip: 72.37.132.238  (My side of the /30)
  as: 25973
  next-hop: 72.37.132.238 (My side of the /30)
  disable-readvertisements: true
  }
  }
 static {
 route 0.0.0.0/0 {
 next-hop: 72.*.*.*
 }
 }

 [edit]
 [EMAIL PROTECTED] commit
 [edit]
 Commit Failed
 102 Command failed
 [EMAIL PROTECTED]


 Why am I getting that error, I don't think I have anything to complex
 in there.




 Thanks!
 CLint
 ___
 Vyatta-users mailing list
 Vyatta-users@mailman.vyatta.com
 http://mailman.vyatta.com/mailman/listinfo/vyatta-users


___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] Commit Error

2008-01-04 Thread John Jolet
how about the line that says this peer already existsdelete the 
peer then re-add it.

Clint Chapman wrote:
 Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING  
 xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/ofr/ 
 xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:  
 {72.37.132.238(179) 72.37.132.237(179)} AS/25973
 Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING  
 xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc  
 handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer failed:  
 XrlCmdError 102 Command failed
 Jan  5 10:18:38 localhost xorp_rtrmgr: [ 2008/01/05 10:18:38  ERROR  
 xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/ 
 2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc  
 commit_pass2_done ] Commit failed: 102 Command failed
 Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING  
 xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/ofr/ 
 xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:  
 {72.37.132.238(179) 72.37.132.237(179)} AS/25973
 Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING  
 xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc  
 handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer failed:  
 XrlCmdError 102 Command failed
 Jan  5 10:25:58 localhost xorp_rtrmgr: [ 2008/01/05 10:25:58  ERROR  
 xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/ 
 2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc  
 commit_pass2_done ] Commit failed: 102 Command failed


 See anything there?


 On Jan 4, 2008, at 8:47 PM, Stig Thormodsrud wrote:

   
 Check /var/log/messages (or show log) for further error messages.

 stig

 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:vyatta-users-
 [EMAIL PROTECTED] On Behalf Of Clint Chapman
 Sent: Friday, January 04, 2008 6:38 PM
 To: [EMAIL PROTECTED]
 Subject: [Vyatta-users] Commit Error

 [EMAIL PROTECTED] show protocols
   
  bgp {
  bgp-id: removeIP
  local-as: my as number
  peer 72.*.*.* { (ISP side of the /30)
  local-ip: 72.37.132.238  (My side of the /30)
  as: 25973
  next-hop: 72.37.132.238 (My side of the /30)
  disable-readvertisements: true
  }
  }
 
 static {
 route 0.0.0.0/0 {
 next-hop: 72.*.*.*
 }
 }

 [edit]
 [EMAIL PROTECTED] commit
 [edit]
 Commit Failed
 102 Command failed
 [EMAIL PROTECTED]


 Why am I getting that error, I don't think I have anything to complex
 in there.




 Thanks!
 CLint
 ___
 Vyatta-users mailing list
 Vyatta-users@mailman.vyatta.com
 http://mailman.vyatta.com/mailman/listinfo/vyatta-users
   

 ___
 Vyatta-users mailing list
 Vyatta-users@mailman.vyatta.com
 http://mailman.vyatta.com/mailman/listinfo/vyatta-users
   
___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] Commit Error

2008-01-04 Thread Clint Chapman
[EMAIL PROTECTED] show configuration
 protocols {
 static {
 route 0.0.0.0/0 {
 next-hop: 72.**
 }
 }
 }
 policy {
 }
 interfaces {
 loopback lo {
 }
 ethernet eth0 {
 hw-id: 00:04:23:e3:17:44
 }
 ethernet eth1 {
 hw-id: 00:04:23:e3:17:45
 }
 ethernet eth2 {
 hw-id: 00:0e:0c:ea:32:1c
 }
 ethernet eth3 {
 hw-id: 00:0e:0c:ea:32:1d
 }
 ethernet eth4 {
 hw-id: 00:15:17:3e:d6:78
 address 72.* {
 prefix-length: 30
 }
 }
 ethernet eth5 {
 hw-id: 00:15:17:3e:d6:79
 }
 }
 service {
 ssh {
 }
 }
 firewall {
 }
 system {
 ntp-server 69.59.150.135
 login {
 user root {
 authentication {
 encrypted-password: 
 }
 }
 user vyatta {
 authentication {
 encrypted-password: 
 }
 }
 }
 }



Nothing is commited.

On Jan 4, 2008, at 9:33 PM, John Jolet wrote:

 how about the line that says this peer already existsdelete  
 the peer then re-add it.

 Clint Chapman wrote:
 Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING   
 xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/ 
 ofr/ xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:   
 {72.37.132.238(179) 72.37.132.237(179)} AS/25973
 Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING   
 xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc   
 handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer  
 failed:  XrlCmdError 102 Command failed
 Jan  5 10:18:38 localhost xorp_rtrmgr: [ 2008/01/05 10:18:38   
 ERROR  xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/  
 2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc   
 commit_pass2_done ] Commit failed: 102 Command failed
 Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING   
 xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/ 
 ofr/ xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:   
 {72.37.132.238(179) 72.37.132.237(179)} AS/25973
 Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING   
 xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc   
 handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer  
 failed:  XrlCmdError 102 Command failed
 Jan  5 10:25:58 localhost xorp_rtrmgr: [ 2008/01/05 10:25:58   
 ERROR  xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/  
 2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc   
 commit_pass2_done ] Commit failed: 102 Command failed


 See anything there?


 On Jan 4, 2008, at 8:47 PM, Stig Thormodsrud wrote:


 Check /var/log/messages (or show log) for further error messages.

 stig


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:vyatta-users-
 [EMAIL PROTECTED] On Behalf Of Clint Chapman
 Sent: Friday, January 04, 2008 6:38 PM
 To: [EMAIL PROTECTED]
 Subject: [Vyatta-users] Commit Error

 [EMAIL PROTECTED] show protocols

 bgp {
 bgp-id: removeIP
 local-as: my as number
 peer 72.*.*.* { (ISP side of the /30)
 local-ip: 72.37.132.238  (My side of the /30)
 as: 25973
 next-hop: 72.37.132.238 (My side of the /30)
 disable-readvertisements: true
 }
 }

static {
route 0.0.0.0/0 {
next-hop: 72.*.*.*
}
}

 [edit]
 [EMAIL PROTECTED] commit
 [edit]
 Commit Failed
 102 Command failed
 [EMAIL PROTECTED]


 Why am I getting that error, I don't think I have anything to  
 complex
 in there.




 Thanks!
 CLint
 ___
 Vyatta-users mailing list
 Vyatta-users@mailman.vyatta.com
 http://mailman.vyatta.com/mailman/listinfo/vyatta-users


 ___
 Vyatta-users mailing list
 Vyatta-users@mailman.vyatta.com
 http://mailman.vyatta.com/mailman/listinfo/vyatta-users


___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] Commit Error

2008-01-04 Thread Justin Fletcher
When all else fails, reboot the router when you can  try again.

Best,
Justin

On Jan 4, 2008 7:51 PM, Clint Chapman [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] configure
 Entering configuration mode.
 User vyatta is also in configuration mode.
 [EMAIL PROTECTED] set protocols bgp
 [edit]
 [EMAIL PROTECTED] set protocols bgp bgp-id 216.6.235.1
 [edit]
 [EMAIL PROTECTED] set protocols bgp local-as 15003
 [edit]
 [EMAIL PROTECTED] set protocols bgp peer 72.37.132.237
 [edit]
 [EMAIL PROTECTED] set protocols bgp peer 72.37.132.237 local-ip
 72.37.132.238
 [edit]
 [EMAIL PROTECTED] set protocols bgp peer 72.37.132.237 as 25973
 [edit]
 [EMAIL PROTECTED] set protocols bgp peer 72.37.132.237 next-hop
 72.37.132.238
 [edit]
 [EMAIL PROTECTED] set protocols bgp peer 72.37.132.237 disable-
 readvertisements true
 [edit]
 [EMAIL PROTECTED] commit
 [edit]
 Commit Failed
 102 Command failed
 [EMAIL PROTECTED]

 Jan  5 11:59:45 localhost xorp_bgp: [ 2008/01/05 11:59:45  WARNING
 xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/ofr/
 xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:
 {72.37.132.238(179) 72.37.132.237(179)} AS/25973
 Jan  5 11:59:45 localhost xorp_bgp: [ 2008/01/05 11:59:45  WARNING
 xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc
 handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer failed:
 XrlCmdError 102 Command failed
 Jan  5 11:59:45 localhost xorp_rtrmgr: [ 2008/01/05 11:59:45  ERROR
 xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/
 2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc
 commit_pass2_done ] Commit failed: 102 Command failed

 Not sure how it's already there.




 On Jan 4, 2008, at 9:33 PM, John Jolet wrote:


  how about the line that says this peer already existsdelete
  the peer then re-add it.
 
  Clint Chapman wrote:
  Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING
  xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/
  ofr/ xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:
  {72.37.132.238(179) 72.37.132.237(179)} AS/25973
  Jan  5 10:18:38 localhost xorp_bgp: [ 2008/01/05 10:18:38  WARNING
  xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc
  handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer
  failed:  XrlCmdError 102 Command failed
  Jan  5 10:18:38 localhost xorp_rtrmgr: [ 2008/01/05 10:18:38
  ERROR  xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/
  2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc
  commit_pass2_done ] Commit failed: 102 Command failed
  Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING
  xorp_bgp:6490 BGP +1054 /home/autobuild/builds/OFR/2007-11-17-0001/
  ofr/ xorp/xorp/bgp/bgp.cc create_peer ] This peer already exists:
  {72.37.132.238(179) 72.37.132.237(179)} AS/25973
  Jan  5 10:25:58 localhost xorp_bgp: [ 2008/01/05 10:25:58  WARNING
  xorp_bgp:6490 XrlBgpTarget +552 xrl/targets/bgp_base.cc
  handle_bgp_0_2_add_peer ] Handling method for bgp/0.2/add_peer
  failed:  XrlCmdError 102 Command failed
  Jan  5 10:25:58 localhost xorp_rtrmgr: [ 2008/01/05 10:25:58
  ERROR  xorp_rtrmgr:4658 RTRMGR +701 /home/autobuild/builds/OFR/
  2007-11-17-0001/ofr/xorp/xorp/rtrmgr/master_conf_tree.cc
  commit_pass2_done ] Commit failed: 102 Command failed
 
 
  See anything there?
 
 
  On Jan 4, 2008, at 8:47 PM, Stig Thormodsrud wrote:
 
 
  Check /var/log/messages (or show log) for further error messages.
 
  stig
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:vyatta-users-
  [EMAIL PROTECTED] On Behalf Of Clint Chapman
  Sent: Friday, January 04, 2008 6:38 PM
  To: [EMAIL PROTECTED]
  Subject: [Vyatta-users] Commit Error
 
  [EMAIL PROTECTED] show protocols
 
  bgp {
  bgp-id: removeIP
  local-as: my as number
  peer 72.*.*.* { (ISP side of the /30)
  local-ip: 72.37.132.238  (My side of the /30)
  as: 25973
  next-hop: 72.37.132.238 (My side of the /30)
  disable-readvertisements: true
  }
  }
 
 static {
 route 0.0.0.0/0 {
 next-hop: 72.*.*.*
 }
 }
 
  [edit]
  [EMAIL PROTECTED] commit
  [edit]
  Commit Failed
  102 Command failed
  [EMAIL PROTECTED]
 
 
  Why am I getting that error, I don't think I have anything to
  complex
  in there.
 
 
 
 
  Thanks!
  CLint
  ___
  Vyatta-users mailing list
  Vyatta-users@mailman.vyatta.com
  http://mailman.vyatta.com/mailman/listinfo/vyatta-users
 
 
  ___
  Vyatta-users mailing list
  Vyatta-users@mailman.vyatta.com
  http://mailman.vyatta.com/mailman/listinfo/vyatta-users
 

 ___
 Vyatta-users mailing list
 Vyatta-users@mailman.vyatta.com
 http://mailman.vyatta.com/mailman/listinfo/vyatta-users

___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http