RRC Info

This data call provides (meta) information on collector nodes (RRCs) of the RIS network (http://ris.ripe.net). This includes geographical and topological location and information on collectors' peers.

https://stat.ripe.net/data/rrc-info/data.<format>?<parameters> 

e.g. https://stat.ripe.net/data/rrc-info/data.json

Parameters

Key Value Info Required
- - - -

Output

Example
            "data": {
                "rrcs": [
                    {
                        "multihop": true, 
                        "peers": [
                            {
                                "v6_prefix_count": 0, 
                                "ip": "72.22.223.9", 
                                "v4_prefix_count": 782363, 
                                "is_full_feed_v6": false, 
                                "is_full_feed_v4": true, 
                                "asn": 11708
                            }, 
                            ...
                            {
                                "v6_prefix_count": 0, 
                                "ip": "212.25.27.44", 
                                "v4_prefix_count": 765310, 
                                "is_full_feed_v6": false, 
                                "is_full_feed_v4": true, 
                                "asn": 8758
                            }
                        ], 
                        "name": "RRC00", 
                        "topological_location": "RIPE-NCC Multihop", 
                        "geographical_location": "Amsterdam, Netherlands", 
                        "deactivated_on": "", 
                        "id": 0, 
                        "activated_on": "1999-10"
                    }, 
                    {
                        "multihop": false, 
                        "peers": [
                            {
                                "v6_prefix_count": 0, 
                                "ip": "195.66.226.31", 
                                "v4_prefix_count": 751234, 
                                "is_full_feed_v6": false, 
                                "is_full_feed_v4": true, 
                                "asn": 12779
                            }, 
                            ...
                            {
                                "v6_prefix_count": 0, 
                                "ip": "195.66.224.176", 
                                "v4_prefix_count": 36, 
                                "is_full_feed_v6": false, 
                                "is_full_feed_v4": false, 
                                "asn": 9318
                            }
                        ], 
                        "name": "RRC01", 
                        "topological_location": "LINX / LONAP", 
                        "geographical_location": "London, United Kingdom", 
                        "deactivated_on": "", 
                        "id": 1, 
                        "activated_on": "2000-07"
                    }, 
                    ...
                ], 
                "parameters": {}
            }
    

deprecated - n.a.

upcoming - n.a.