From training at ripe.net Mon Oct 4 16:48:51 2004 From: training at ripe.net (RIPE NCC Training) Date: Mon, 04 Oct 2004 16:48:51 +0200 Subject: [irrtoolset]Announcement Routing Registry Training Courses Message-ID: <200410041448.i94EmprL031064@birch.ripe.net> Dear Colleagues, [apologies for duplicate postings] As a service to its members the RIPE NCC offers the "Routing Registry Training Course". The main objective of the "Routing Registry Training Course" is to familiarise the LIRs with the features of the Routing Registry, while introducing the relevant tools and services of the RIPE NCC. The course also offers practical exercises. OVERVIEW OF TOPICS COVERED IN THE COURSE: - Routing Registry as a part of the RIPE Whois Database and the Internet Routing Registry (IRR) - Specifying routing policies using (RPSL) Routing Policy Specification Language and the RtConfig tool - IRRToolSet - Routing Information Service (RIS) - Routing Registry Consistency Check Project Please note that this is an advanced course. It will: - NOT teach the basics of routing - NOT teach the basics of RIPE Database operations, - NOT describe how to receive Internet resources from the RIPE NCC - NOT describe how to operate a Local Internet Registry (LIR) The target audience of the course are technical staff of LIRs: e.g. network operators, engineers etc. This course is not intended for administrative or management staff (e.g. Hostmasters) . It is assumed that all attendees will be familiar with Border Gateway Protocol routing and with the RIPE Database (i.e. creating/modifying objects). This course is based on interactive exercises in a local network set-up. Please bring your laptops equipped with the following: - A working Ethernet card, - Three meters of Ethernet cable, - A secure connection client, - A web browser. Please be prepared to share your laptop (or at least allow another attendee to "look over your shoulder") if necessary. The Routing Registry Training Course is conducted in the English language and is free of charge, since it is covered by the membership fee. More information about the Routing Registry Training Course can be found at: http://www.ripe.net/training/rr/ REGISTRATION: You can register for a Routing Registry Training Course at the following URL: http://www.ripe.net/cgi-bin/trainingform.pl.cgi Or by completing the registration form at the end of this e-mail and replying to . In order to register for a Routing Registry Training Course you must be an employee of an LIR and either: - be an LIR contact - be confirmed by an LIR contact LIR contacts are those employees of an LIR who are registered with RIPE NCC as authoritative contact persons. It is expected that most of those interested in the Routing Registry Training Course will not be an authoritative contact person for their LIR, and therefore will be, refused by the course registration "robot". In order to be admitted to the course, a confirmation e-mail must be sent to . Please approach the LIR contacts from your organisation personally, since the identity of LIR contacts is confidential, and the RIPE NCC is unable to divulge contact persons for any given LIR. Kind Regards, Rumy Kanis Training Services Manager RIPE NCC **************************************************************************** COURSE DATES AND VENUES ======================== Date: Tuesday 23 November 2004 Time: 0900 - 1700 Location: Damascus,Syria AND: Date: Friday 14 January 2005 Time: 0900 - 1700 Location: Berlin, Germany AND: Date: Friday 18 March 2005 Time: 0900 - 1700 Location: Barcelona, Spain AND: Date: Friday 15 April 2005 Time: 0900 - 1700 Location: Amsterdam, The Netherlands AND: Date: Friday 22 April 2005 Time: 0900 - 1700 Location: St. Petersburg, Russian Federation ***************************************************************************** REGISTRATION FORM ================= %START PART 1 - Registration 1) Your name Enter First name, Last name in full e.g. John Doe Mary-Beth Walton # NAME [ ] 2) Your Registry ID (format: country-code.) # REG [ ] 3) Your e-mail address # EMAIL [ ] 4) Your NIC handle (optional) # NICHANDLE [ ] 5) The course you plan to attend (date and location) # COURSE [ ] %END From pestka at nask.pl Tue Oct 12 15:33:42 2004 From: pestka at nask.pl (Tomek Babik) Date: Tue, 12 Oct 2004 15:33:42 +0200 (CEST) Subject: [irrtoolset]AS-path filters in RtConfig Message-ID: Dear all, Can anybody tell me what has changed in the version 4.8.x (compared to 4.7.x) that such input: @RtConfig aspath_access_list filter ends up in: Error: badly formed AS_path filter. It worked in the previous version. I looked into RFC2622, and there is an example of the filter: Does it need any quotation or something? Did anybody have this problem? Thanks --PE From jason at lixfeld.ca Wed Oct 13 21:01:38 2004 From: jason at lixfeld.ca (Jason Lixfeld) Date: Wed, 13 Oct 2004 15:01:38 -0400 Subject: [irrtoolset]Skipping outbound route-maps Message-ID: <4FD6D0C4-1D4A-11D9-8384-000A95D6AB8E@lixfeld.ca> Is there a way to skip the creation of outbound route-maps? I'm using the configureRouter command in RtConfig to pull the policy from peers of an inet-rtr object. It creates outbound route-maps which are redundant because each peer in the inet-rtr object is a member of a peer-group as specified in the actual router config (which does not (read: I don't want it to) get overwritten by RtConfig). I don't want RtConfig to supersede what's specified in the peer-group. An example if a peer: from the inet-rtr object looks like so: peer: BGP4 1.2.3.4 asno(AS1234) Any suggestions?