foreach ($bgpPeersCache as $key => $value) {
        $oid = explode('.', $key);
        $vrfInstance = $oid[0];
        $address = str_replace($oid[0] . '.' . $oid[1] . '.', '', $key);
        if (strlen($address) > 15) {