From lqin@sce.carleton.ca Wed Jul 16 15:26:37 2003 From: lqin@sce.carleton.ca (Liang Qin) Date: Wed, 16 Jul 2003 10:26:37 -0400 Subject: [Xorp-users] Question about xorpsh Message-ID: <3F15609D.600@sce.carleton.ca> Hi XORP users, I just start to use XORP, and I installed v0.3 on Linux. I ran commands: ./configure gmke according to readme file. After that I ran xorpsh, but the program freezed. here is the copy: --------------------- > xorpsh Loading template file ../etc/templates/bgp.tp Loading template file ../etc/templates/fea.tp Loading template file ../etc/templates/ospf.tp Loading template file ../etc/templates/rib.tp Loading template file ../etc/templates/snmp.tp %find_executable: bgp/tools/xorpsh_print_peers found executable: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers find_executable: bgp/tools/xorpsh_print_routes found executable: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes find_executable: rtrmgr/tools/show_interfaces found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces find_executable: rtrmgr/tools/show_interfaces found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces Operational Command List: show bgp peers Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers Optional Parameter: detail show bgp routes Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes Optional Parameter: summary Optional Parameter: detail show interface $(interfaces.interface.*) Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces Optional Parameter: brief Optional Parameter: detail Optional Parameter: extensive show vif $(interfaces.interface.*.vif.*) Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces Optional Parameter: brief Optional Parameter: detail Optional Parameter: extensive ---------------------------- Do I need run other processes before xorpsh? any suggestion? Thanks! Liang Qin From adam@hiddennet.net Wed Jul 16 15:45:46 2003 From: adam@hiddennet.net (Adam Greenhalgh) Date: 16 Jul 2003 15:45:46 +0100 Subject: [Xorp-users] Question about xorpsh In-Reply-To: <3F15609D.600@sce.carleton.ca> References: <3F15609D.600@sce.carleton.ca> Message-ID: <1058366745.5173.107.camel@localhost> Hi Firstly you need to run the rtrmgr before xorpsh. Try getting the latest version from cvs , it fixes a lot of these type of problems on linux. You also need to modify config.boot to specify the linux interfaces rather than the freebsd ones. Adam On Wed, 2003-07-16 at 15:26, Liang Qin wrote: > Hi XORP users, > > I just start to use XORP, and I installed v0.3 on Linux. I ran commands: > ./configure > gmke > > according to readme file. After that I ran xorpsh, but the program freezed. > here is the copy: > --------------------- > > xorpsh > Loading template file ../etc/templates/bgp.tp > Loading template file ../etc/templates/fea.tp > Loading template file ../etc/templates/ospf.tp > Loading template file ../etc/templates/rib.tp > Loading template file ../etc/templates/snmp.tp > %find_executable: bgp/tools/xorpsh_print_peers > found executable: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers > find_executable: bgp/tools/xorpsh_print_routes > found executable: > /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes > find_executable: rtrmgr/tools/show_interfaces > found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > find_executable: rtrmgr/tools/show_interfaces > found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > > Operational Command List: > show bgp peers > Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers > Optional Parameter: detail > > show bgp routes > Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes > Optional Parameter: summary > Optional Parameter: detail > > show interface $(interfaces.interface.*) > Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > Optional Parameter: brief > Optional Parameter: detail > Optional Parameter: extensive > > show vif $(interfaces.interface.*.vif.*) > Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > Optional Parameter: brief > Optional Parameter: detail > Optional Parameter: extensive > ---------------------------- > > Do I need run other processes before xorpsh? any suggestion? > > Thanks! > > Liang Qin > > _______________________________________________ > Xorp-users mailing list > Xorp-users@xorp.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users From lqin@sce.carleton.ca Wed Jul 16 16:34:11 2003 From: lqin@sce.carleton.ca (Liang Qin) Date: Wed, 16 Jul 2003 11:34:11 -0400 Subject: [Xorp-users] Question about xorpsh In-Reply-To: <1058366745.5173.107.camel@localhost> References: <3F15609D.600@sce.carleton.ca> <1058366745.5173.107.camel@localhost> Message-ID: <3F157073.6040902@sce.carleton.ca> Hi Adam, Thanks! Could you tell me how to run the rtrmgr process? About the update in cvs, do we have to download every file that is different from version 0.3? Liang Qin Adam Greenhalgh wrote: >Hi > >Firstly you need to run the rtrmgr before xorpsh. > >Try getting the latest version from cvs , it fixes a lot of these type >of problems on linux. > >You also need to modify config.boot to specify the linux interfaces >rather than the freebsd ones. > >Adam > >On Wed, 2003-07-16 at 15:26, Liang Qin wrote: > > >>Hi XORP users, >> >>I just start to use XORP, and I installed v0.3 on Linux. I ran commands: >>./configure >>gmke >> >>according to readme file. After that I ran xorpsh, but the program freezed. >>here is the copy: >>--------------------- >> > xorpsh >>Loading template file ../etc/templates/bgp.tp >>Loading template file ../etc/templates/fea.tp >>Loading template file ../etc/templates/ospf.tp >>Loading template file ../etc/templates/rib.tp >>Loading template file ../etc/templates/snmp.tp >>%find_executable: bgp/tools/xorpsh_print_peers >>found executable: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers >>find_executable: bgp/tools/xorpsh_print_routes >>found executable: >>/home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes >>find_executable: rtrmgr/tools/show_interfaces >>found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces >>find_executable: rtrmgr/tools/show_interfaces >>found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces >> >>Operational Command List: >> show bgp peers >> Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers >> Optional Parameter: detail >> >> show bgp routes >> Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes >> Optional Parameter: summary >> Optional Parameter: detail >> >> show interface $(interfaces.interface.*) >> Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces >> Optional Parameter: brief >> Optional Parameter: detail >> Optional Parameter: extensive >> >> show vif $(interfaces.interface.*.vif.*) >> Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces >> Optional Parameter: brief >> Optional Parameter: detail >> Optional Parameter: extensive >>---------------------------- >> >>Do I need run other processes before xorpsh? any suggestion? >> >>Thanks! >> >>Liang Qin >> >>_______________________________________________ >>Xorp-users mailing list >>Xorp-users@xorp.org >>http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users >> >> > > > From adam@hiddennet.net Wed Jul 16 16:55:22 2003 From: adam@hiddennet.net (Adam Greenhalgh) Date: 16 Jul 2003 16:55:22 +0100 Subject: [Xorp-users] Question about xorpsh In-Reply-To: <3F157073.6040902@sce.carleton.ca> References: <3F15609D.600@sce.carleton.ca> <1058366745.5173.107.camel@localhost> <3F157073.6040902@sce.carleton.ca> Message-ID: <1058370922.18100.121.camel@localhost> Best to read a cvs tutorial, to understand cvs. but basically cvs mirrors a copy of the source tree on your machine, cvs can then be used to keep your source tree in sync with the main tree. cvs info is here http://www.xorp.org/cvs.html to run a rtrmgr cd xorp/rtrmgr ./rtrmgr this takes the default config.boot, which is for freebsd if you want to write your own config.boot file , for example config.linux then you can run the rtrmgr (try rtrmgr --help for more info) ./rtrmgr -b config.linux a sample config.linux would be interfaces { interface eth0 { description: "control interface" vif eth0 { address 192.168.1.18 { prefix-length: 25 broadcast: 192.168.1.18 } } } } Adam On Wed, 2003-07-16 at 16:34, Liang Qin wrote: > Hi Adam, > > Thanks! > > Could you tell me how to run the rtrmgr process? > > About the update in cvs, do we have to download every file that > is different from version 0.3? > > Liang Qin > > > > Adam Greenhalgh wrote: > > >Hi > > > >Firstly you need to run the rtrmgr before xorpsh. > > > >Try getting the latest version from cvs , it fixes a lot of these type > >of problems on linux. > > > >You also need to modify config.boot to specify the linux interfaces > >rather than the freebsd ones. > > > >Adam > > > >On Wed, 2003-07-16 at 15:26, Liang Qin wrote: > > > > > >>Hi XORP users, > >> > >>I just start to use XORP, and I installed v0.3 on Linux. I ran commands: > >>./configure > >>gmke > >> > >>according to readme file. After that I ran xorpsh, but the program freezed. > >>here is the copy: > >>--------------------- > >> > xorpsh > >>Loading template file ../etc/templates/bgp.tp > >>Loading template file ../etc/templates/fea.tp > >>Loading template file ../etc/templates/ospf.tp > >>Loading template file ../etc/templates/rib.tp > >>Loading template file ../etc/templates/snmp.tp > >>%find_executable: bgp/tools/xorpsh_print_peers > >>found executable: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers > >>find_executable: bgp/tools/xorpsh_print_routes > >>found executable: > >>/home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes > >>find_executable: rtrmgr/tools/show_interfaces > >>found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > >>find_executable: rtrmgr/tools/show_interfaces > >>found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > >> > >>Operational Command List: > >> show bgp peers > >> Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers > >> Optional Parameter: detail > >> > >> show bgp routes > >> Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes > >> Optional Parameter: summary > >> Optional Parameter: detail > >> > >> show interface $(interfaces.interface.*) > >> Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > >> Optional Parameter: brief > >> Optional Parameter: detail > >> Optional Parameter: extensive > >> > >> show vif $(interfaces.interface.*.vif.*) > >> Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces > >> Optional Parameter: brief > >> Optional Parameter: detail > >> Optional Parameter: extensive > >>---------------------------- > >> > >>Do I need run other processes before xorpsh? any suggestion? > >> > >>Thanks! > >> > >>Liang Qin > >> > >>_______________________________________________ > >>Xorp-users mailing list > >>Xorp-users@xorp.org > >>http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users > >> > >> > > > > > > > > From ntsqwang@netscape.net Mon Jul 28 12:37:30 2003 From: ntsqwang@netscape.net (Qiang Wang) Date: Mon, 28 Jul 2003 07:37:30 -0400 Subject: [Xorp-users] When will XORP run on Click? Message-ID: <3F250AFA.1030208@netscape.net> Hi, What is your plan to support Click in XORP? Thanks, Qiang Wang From atanu@ICSI.Berkeley.EDU Mon Jul 28 23:32:02 2003 From: atanu@ICSI.Berkeley.EDU (Atanu Ghosh) Date: Mon, 28 Jul 2003 15:32:02 -0700 Subject: [Xorp-users] When will XORP run on Click? In-Reply-To: Your message of "Mon, 28 Jul 2003 07:37:30 EDT." <3F250AFA.1030208@netscape.net> Message-ID: <77338.1059431522@tigger.icir.org> Qiang, We have had Click working with XORP in the past but there is currently no support. We will make it work again, but currently it is not on our schedule. Atanu. >>>>> "Qiang" == Qiang Wang writes: Qiang> Hi, Qiang> What is your plan to support Click in XORP? Qiang> Thanks, Qiang Wang Qiang> _______________________________________________ Xorp-users Qiang> mailing list Xorp-users@xorp.org Qiang> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users