Details
Job ID 6f4802da-5620-44d5-bd21-05f932dc531d
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 17:03
Completed 2024-10-29 17:03
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-29T17:03:16.289930+00:00 INFO core01.bzn

Generating router configuration.

2024-10-29T17:03:16.408432+00:00 SUCCESS core01.bzn

Router configuration generated.