routing-instances {
    INSTANCE {
        routing-options {
            static {
                route 1.1.1.0/31 discard;
            }
        }
        protocols {
            bgp {
                group GROUP1 {
                    type external;
                    peer-as 65328;
                    neighbor 1.101.32.65;
                    inactive: neighbor 1.101.32.69;
                    neighbor 1.101.32.73;
                    inactive: neighbor 1.101.32.77;
                }
                group GROUP2 {
                    type external;
                    peer-as 64901;
                    neighbor 1.70.0.64;
                    neighbor 1.70.0.66;
                    neighbor 1.70.0.80;
                    neighbor 1.70.0.82;
                }
                graceful-restart;
                multipath;
            }
        }
        interface xe-0/0/0.510;
        instance-type virtual-router;
    }
}
