1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
''' Welcome to ChatBGP! Enter your question below, and ChatBGP will generate the Python code to help you analyze BGP routes and their attributes. ** What can you ask ** Your queries should focus on BGP routes and their raw attributes. Here are a few examples of supported questions: “Show me all RIB entries from VP 37.49.237.231 where AS 1828 appears in the AS path on July 10, 2024, at 10:50 PM.” “When was the last withdrawal observed for prefix 199.212.124.0/24?” “Provide updates containing community values 2516:1001 that appeared between 1:00 and 2:00 AM on July 28, 2024.” ** What ChatBGP cannot answer ** Please note, ChatBGP works with information available from BGP routes and their attributes. It cannot respond to questions such as: “What percentage of announcements are covered by ROAs?” “What is the AS rank of AS 2222?” “Was there a possible outage between AS1 and AS2?” ** How to use ChatBGP ** After ChatBGP generates the code, you can request further refinements or, if satisfied, you can open our browser-based Python interpreter and run the code: simply copy the code, paste it into the interpreter, and press Enter to execute it. ** Warning: Browser-Based Terminal Limitations ** The browser-based Terminal is quite rudimentary. While it may handle simple code snippets, it is prone to errors with more complex scripts, such as issues with indentation or missing libraries. We recommend running the code using a traditional Python interpreter. To start fresh, press ‘Reset History’ to clear your previous queries and begin again. '''