Details
Job ID 0389a6f9-e505-4475-98c6-db294fe47b13
Name peering.router.generate_configuration
Created By demo
Object Type peering | router
Summary
Status Completed
Duration 0 minutes, 0.12 seconds
Started 2024-10-29 15:40
Completed 2024-10-29 15:40
Logs
Time Level Object Message
protocols {
    bgp {

        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.7 {
                description "Peering: AS65404 - Guardians of the Galaxy";
                family inet {
                    unicast {
                        prefix-limit {
                            maximum 1;
                        }
                    }
                }
                peer-as 65404;
            }
            neighbor 192.0.2.9 {
                description "Peering: AS65536 - Eternals";
                family inet {
                    unicast {
                        prefix-limit {
                            maximum 50;
                        }
                    }
                }
                peer-as 65536;
            }
        }
    }
}
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:40:43.937126+00:00 INFO core01.bzn

Generating router configuration.

2024-10-29T15:40:44.059274+00:00 SUCCESS core01.bzn

Router configuration generated.