Details
Job ID 5874c099-e3d5-4c94-8cc0-5b10a28a4035
Name peering.router.generate_configuration
Created By demo
Object Type peering | router
Summary
Status Completed
Duration 0 minutes, 0.18 seconds
Started 2024-10-29 15:46
Completed 2024-10-29 15:46
Logs
Time Level Object Message
protocols {
    bgp {
        replace: group ipv6-shield-ixp {
            type external;
            multipath;
            advertise-inactive;
            family inet6 {
                unicast;
            }
            neighbor 2001:db8::1 {
                description "Peering: AS64496 - S.H.I.E.L.D.";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 1000;
                        }
                    }
                }
                peer-as 64496;
            }
            neighbor 2001:db8::2 {
                description "Peering: AS64496 - S.H.I.E.L.D.";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 1000;
                        }
                    }
                }
                peer-as 64496;
            }
            neighbor 2001:db8::fbf0:1 {
                description "Peering: AS64496 - S.H.I.E.L.D.";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 1000;
                        }
                    }
                }
                peer-as 64496;
            }
            neighbor 2001:db8::fbf2:1 {
                description "Peering: AS64498 - Stark Industries";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 500;
                        }
                    }
                }
                peer-as 64498;
            }
            neighbor 2001:db8::fbfe:1 {
                description "Peering: AS64510 - Oscorp Industries";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 300;
                        }
                    }
                }
                peer-as 64510;
            }
            neighbor 2001:db8::fbff:1 {
                description "Peering: AS64511 - The Defenders";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 10;
                        }
                    }
                }
                peer-as 64511;
            }
            neighbor 2001:db8::fd20:1 {
                description "Peering: AS64800 - Damage Control";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 25;
                        }
                    }
                }
                peer-as 64800;
            }
            neighbor 2001:db8::ff7c:1 {
                description "Peering: AS65404 - Guardians of the Galaxy";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 1;
                        }
                    }
                }
                peer-as 65404;
            }
            neighbor 2001:db8::1:0:1 {
                description "Peering: AS65536 - Eternals";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 50;
                        }
                    }
                }
                peer-as 65536;
            }
            neighbor 2001:db8::1:e:1 {
                description "Peering: AS65550 - Nelson and Murdock";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 5;
                        }
                    }
                }
                peer-as 65550;
            }
            neighbor 2001:db8::1:f:1 {
                description "Peering: AS65551 - Rand Corporation";
                family inet6 {
                    unicast {
                        prefix-limit {
                            maximum 250;
                        }
                    }
                }
                peer-as 65551;
            }
        }
        replace: group ipv4-shield-ixp {
            type external;
            multipath;
            advertise-inactive;
            family inet {
                unicast;
            }
        }

        replace: group ipv6-private-peering {
            type external;
            multipath;
            advertise-inactive;
            family inet6 {
                unicast;
            }
        }
        replace: group ipv4-private-peering {
            type external;
            multipath;
            advertise-inactive;
            family inet {
                unicast;
            }
            neighbor 192.0.2.5 {
                description "Peering: AS64511 - The Defenders";
                family inet {
                    unicast {
                        prefix-limit {
                            maximum 10;
                        }
                    }
                }
                peer-as 64511;
            }
            neighbor 192.0.2.11 {
                description "Peering: AS64800 - Damage Control";
                family inet {
                    unicast {
                        prefix-limit {
                            maximum 25;
                        }
                    }
                }
                peer-as 64800;
            }
        }
        replace: group ipv6-upstreams {
            type external;
            multipath;
            advertise-inactive;
            family inet6 {
                unicast;
            }
        }
        replace: group ipv4-upstreams {
            type external;
            multipath;
            advertise-inactive;
            family inet {
                unicast;
            }
            neighbor 192.0.2.0 {
                description "Peering: AS64496 - S.H.I.E.L.D.";
                family inet {
                    unicast {
                        prefix-limit {
                            maximum 1000;
                        }
                    }
                }
                peer-as 64496;
            }
        }
    }
}
policy-options {
    community geolocation-us members 64500:1000;
    community geolocation-wakanda members 64500:1001;
    community customer members 64500:2000;
    community upstream members 64500:2001;
    community peer members 64500:2002;
}
main 1 1 0 0
2024-10-29T15:46:44.497259+00:00 INFO core01.nyc

Generating router configuration.

2024-10-29T15:46:44.678049+00:00 SUCCESS core01.nyc

Router configuration generated.