|
NAMErpslcheck - an RPSL syntax checkerSYNOPSISrpslcheck [flags]DESCRIPTIONrpslcheck syntax-checks an RPSL object. If the object passes rpslcheck's syntax check it will not cause errors to any of the tools in IRRToolSet, such as rtconfig. However, the syntax constraints of a particular IRR can differ from the ones in RPSL.The input can be supplied via "-as <ASnum>" option (only AS-numbers). If no option is specified the object is expected on standard input. The input can contain multiple objects. IRRToolSet COMMON OPTIONS
OTHER OPTIONS
ENVIRONMENT VARIABLES
Command line options take precedence over environment variables. EXAMPLES% ./rpslcheck < as226.txt Congratulations no errors were found in parsing AS226 % rpslcheck -as AS3130 Congratulations no errors were found in parsing AS3130 % rpslcheck -as AS86 Error: *it: AS701 192.41.177.6/32 192.41.177.249 (pref=MED) ANY Error: ^^^^^^^^^^^^^^ ERROR AND WARNING MESSAGESError: no object for AS <as_no>Aut-num object for <as_no> is not found in specified IRR for specified source. You could have mistyped the source, hostname or AS-number, or perhaps the object does not exist. For more error descriptions, please see irrtoolset-errors manual page. AUTHORSCengiz Alaettinoglu <cengiz@isi.edu> Katie Petrusha <katie@ripe.net>
Visit the GSP FreeBSD Man Page Interface. |